public interface Xenon
Modifier and Type | Method and Description |
---|---|
Credentials |
credentials()
Retrieve the
Credentials package interface. |
Files |
files()
Retrieve the
Files interface. |
AdaptorStatus |
getAdaptorStatus(java.lang.String adaptorName)
Returns information about the specified adaptor.
|
AdaptorStatus[] |
getAdaptorStatuses()
Returns information on all adaptors available to this Xenon.
|
java.util.Map<java.lang.String,java.lang.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.java.util.Map<java.lang.String,java.lang.String> getProperties()
AdaptorStatus getAdaptorStatus(java.lang.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()