com.ibm.wsspi.sca.metadata

Interface ResourceAdapter


  1. public interface ResourceAdapter
Interface that represent the resource adapter information of 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.lang.String
getName()
Method returns the name of the resource adapter.
  1. java.util.Map<java.lang.String,java.lang.String>
getProperties()
Method returns the properties of the resource adapter.
  1. java.lang.String
getType()
Method returns the type of the resource adapter.

Field Detail

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

Method Detail

getName

  1. java.lang.String getName()
Method returns the name of the resource adapter.
Returns:
String Name of the resource adapter.

getType

  1. java.lang.String getType()
Method returns the type of the resource adapter.
Returns:
String Type of the resource adapter.

getProperties

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