See com.quickstone.jcsp.net.cns.CNS
and com.quickstone.jcsp.net.cns.CNSService
for information on the service.
Interface | Description |
---|---|
CNSUser | Interface that a class can implement to indicate that instances allow channel names within a naming service to be managed. |
LocationNotCNSRegisterable | This class should be implemented by NetChannelLocation objects which do not want to allow themselves to be registered with the Channel Name Server. |
NamedChannelEndFactory | |
NamedChannelEndManager |
Class | Description |
---|---|
CNS | |
CNSChannelEndManager | This class implements the NamedChannelEndManager interface;
providing methods for both constructing and destroying channels. |
CNSNetChannelLocation | |
CNSService | |
ChannelNameKey | Instances of this hold a key for a particular channel. |
NameAccessLevel | This class allows name spaces to be identified around
AbstractID objects (currently including
ApplicationID,
NodeID,
DomainID and
GlobalID
). |
Exception | Description |
---|---|
ChannelNameException | An exception caused by an invalid channel name. |
NameAccessLevelException | An exception caused by an invalid or misused NameAccessLevel. |
WrongFactoryException | Thrown if an attempt is made to get a NamedChannelEndManager
to destroy a channel that it did not create. |