com.ibm.wsspi.sca.metadata
Interface Connection
public interface Connection
Interface that represent the connection on a resource adapter binding.
- Since:
- 7.5.1.0
Field Summary |
static java.lang.String |
COPYRIGHT
|
Method Summary |
java.util.Map<java.lang.String,java.lang.String> |
getProperties()
Method returns the properties of the connection. |
COPYRIGHT
static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
getProperties
java.util.Map<java.lang.String,java.lang.String> getProperties()
- Method returns the properties of the connection.
- Returns:
- Map
Properties of the connection.