com.ibm.wsspi.sca.metadata
Interface ResourceAdapter
- public interface ResourceAdapter
Since:
7.5.1.0
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getName()
Method returns the name of the resource adapter.
|
|
getProperties()
Method returns the properties of the resource adapter.
|
|
getType()
Method returns the type of the resource adapter.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
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.