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