Returns the Properties object associated with this Session @return Properties object
()
| 927 | * @return Properties object |
| 928 | */ |
| 929 | public Properties getProperties() { |
| 930 | return props; |
| 931 | } |
| 932 | |
| 933 | /** |
| 934 | * Returns the value of the specified property. Returns null |
no outgoing calls
no test coverage detected