Provides configuration information. @return - information about the configuration used to connect to execution engine
()
| 547 | * execution engine |
| 548 | */ |
| 549 | public Properties getProperties() { |
| 550 | return this.properties; |
| 551 | } |
| 552 | |
| 553 | /** |
| 554 | * @deprecated use {@link #getProperties()} instead |
no outgoing calls