public interface ResourceAdapter
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
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.
|
static final java.lang.String COPYRIGHT
java.lang.String getName()
java.lang.String getType()
java.util.Map<java.lang.String,java.lang.String> getProperties()