com.ibm.wsspi.sca.metadata

Interface Connection


  1. public interface Connection
Interface that represent the connection on a resource adapter binding.
Since:
7.5.1.0

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT

Method Summary

Modifier and Type Method and Description
  1. java.util.Map<java.lang.String,java.lang.String>
getProperties()
Method returns the properties of the connection.

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

Method Detail

getProperties

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