See: Description
Interface | Description |
---|---|
AdaptorStatus |
AdaptorStatus contains information on a specific adaptor.
|
Xenon |
Main Xenon interface.
|
XenonPropertyDescription |
XenonPropertyDescription contains all necessary information about a property that is recognized by Xenon or one of its
components.
|
Class | Description |
---|---|
XenonFactory |
XenonFactory is used to create and end Xenon instances.
|
Enum | Description |
---|---|
XenonPropertyDescription.Component |
The Component enumeration lists all possible parts of Cctopus for which a property can be provided.
|
XenonPropertyDescription.Type |
This Type enumeration lists all possible types of properties recognized by Xenon.
|
Exception | Description |
---|---|
IncompatibleVersionException |
Signals that an adaptor is unable to connect to a resource due to version problems.
|
InvalidCredentialException |
Signals that an invalid credential was used to access a resource.
|
InvalidLocationException |
Signals that an invalid location was provided.
|
InvalidPropertyException |
Signals that a property has an invalid value.
|
InvalidSchemeException |
Signals that an invalid scheme was provided.
|
NoSuchXenonException |
Signals that a unknown Xenon instance was provided.
|
UnknownPropertyException |
Signals that an unknown property was provided.
|
XenonException |
XenonException is the parent exception for all exceptions raised in Xenon.
|
XenonRuntimeException |
XenonRuntimeException is the parent for all runtime exceptions raised in Xenon.
|