Interface Summary |
ChannelContext |
The channel context interface provides a single object to store all the required information during
the lifetime of the request.
|
ChannelDriver |
The ChannelDriver interface
This is the interface to be used as a template for all new device types that are to
use the Multichannel Interface
This interface should also detail the extension points for all channel drivers.
|
ChannelSession |
The ChannelSession interface
This is the interface for session management and control by the channel device.
|
ChannelSessionStateChangedListener |
The ChannelSessionStateChangedListener interface extends java.util.EventListener interface.
|
PresentationHandler |
The PresentationHandler interface
The presentation handler will be responsible to process the reply from the operation or
process and render the output for the specific channel.
|
RequestHandler |
The RequestHandler interface
The registered request handle will be responsible to process a particular
request from a specific device channel.
|
SecurityContextInterface |
This interface is used by the toolkit to store user info
including user id, user roles and session id |
SecurityServiceInterface |
This interface is used by the toolkit to check the user permissions to
execute an operation. |
SSLEnabler |
This interface enables the CSClientService to make use of JSSE to
get secure connections.
|
Class Summary |
ChannelHandler |
The ChannelHandler class
The main cache for the contents in the server dse.ini file required for each device.
|
ChannelSessionHandler |
The ChannelSessionHandler class
The purpose of this utility class is to provide a single handler to be notified by
the channel driver when the session state has been changed.
|
ChannelSessionStateChangedEvent |
The ChannelSessionStateChangedEvent class
This event is to be sent to all objects that require to be notified of a change to the
channel session. |
DSEChannelContext |
This class implements ChannelContext interface.
|
DSEChannelSession |
This class implements ChannelSession interface.
|
DSEPresentationHandler |
This class implements PresentationHandler interface.
|
DSERequestHandler |
This class implements RequestHandler interface.
|
HandlerRegistry |
This is a singleton class that will be used to register and cache all channel handlers |
SecurityServiceGetter |
This class is used by the toolkit to get an implentation of the SecurityServiceInterface. |