Package org.simantics.databoard.channel

Interface Summary
AsyncRequest Delayed response object.
AsyncRequest.RequestListener  
CommandChannel Command channel is a request-response channel.
ServiceHandler Server interface of command channel.
ServiceRequest This interface is intended to be used by service handler implementations.
 

Class Summary
CommandSpec This class carries a specification for a single command.
 

Enum Summary
AsyncRequest.Status Get the current request status.
 

Exception Summary
RequestException RequestException is thrown to a requester of a service when there was a problem fulfilling the request.
ServiceException Service exception is a problem in processing the service request.