public interface AdaptorStatus
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.String> |
getAdaptorSpecificInformation()
Returns a map containing adaptor specific status information.
|
java.lang.String |
getDescription()
Get the description of the adaptor.
|
java.lang.String |
getName()
Get the name of the adaptor.
|
java.lang.String[] |
getSupportedLocations()
Get the supported locations for this adaptor.
|
XenonPropertyDescription[] |
getSupportedProperties()
Returns an array containing all properties this adaptor supports.
|
java.lang.String[] |
getSupportedSchemes()
Get the supported schemes for this adaptor.
|
java.lang.String[] getSupportedSchemes()
java.lang.String[] getSupportedLocations()
java.lang.String getName()
java.lang.String getDescription()
XenonPropertyDescription[] getSupportedProperties()
java.util.Map<java.lang.String,java.lang.String> getAdaptorSpecificInformation()