public interface Xenon
Modifier and Type | Method and Description |
---|---|
Credentials |
credentials()
Retrieve the
Credentials package interface. |
Files |
files()
Retrieve the
Files interface. |
AdaptorStatus |
getAdaptorStatus(String adaptorName)
Returns information about the specified adaptor.
|
AdaptorStatus[] |
getAdaptorStatuses()
Returns information on all adaptors available to this Xenon.
|
Map<String,String> |
getProperties()
Returns the properties that where used to create this Xenon.
|
Jobs |
jobs()
Retrieve the
Jobs interface. |
Files files()
Files
interface.Jobs jobs()
Jobs
interface.Credentials credentials()
Credentials
package interface.Map<String,String> getProperties()
AdaptorStatus getAdaptorStatus(String adaptorName) throws XenonException
adaptorName
- the adaptor for which to return the information.XenonException
- if the adaptor does not exist, or no information could be retrieved.AdaptorStatus[] getAdaptorStatuses()