IBM WebSphere Application ServerTM
Release 8

com.ibm.wsspi.sca.metadata
Interface ResourceAdapter


public interface ResourceAdapter

Interface that represent the resource adapter information of a resource adapter binding.

Since:
7.5.1.0

Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 java.lang.String getName()
          Method returns the name of the resource adapter.
 java.util.Map<java.lang.String,java.lang.String> getProperties()
          Method returns the properties of the resource adapter.
 java.lang.String getType()
          Method returns the type of the resource adapter.
 

Field Detail

COPYRIGHT

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

getName

java.lang.String getName()
Method returns the name of the resource adapter.

Returns:
String Name of the resource adapter.

getType

java.lang.String getType()
Method returns the type of the resource adapter.

Returns:
String Type of the resource adapter.

getProperties

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.

IBM WebSphere Application ServerTM
Release 8