IBM WebSphere Application ServerTM
Release 8

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.
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

getProperties

java.util.Map<java.lang.String,java.lang.String> getProperties()
Method returns the properties of the connection.

Returns:
Map Properties of the connection.

IBM WebSphere Application ServerTM
Release 8