Package ibspan.tss.messaging

Set of components supporting agents in communication, finding each other and delegating tasks.

See:
          Description

Class Summary
ActionDispatcher Incoming request usually contains Action object to be served.
RequestHandler This is simple behaviour class for responding to the requests with defined Action object.
SafeHandlerSelector Extends functionality of HandlerSelector by providing SafeHandlerSelector.registerErrorHandler(Behaviour) method for registering behaviour, which handles with situation in which no behaviour for the given request is registered or an error occured during dispatching.
ServiceFinder This class provides the agent with finding service providers registered in Directory Facilitator.
ServiceWaiter This behaviours support an agent in pausing his acting until the specific service, which the given ServiceFinder observes, registers in Directory Facilitator.
 

Exception Summary
ServiceFinderException Thrown when the ServiceFinder object cannot be initialized.
ServiceNotFoundException Thrown when the agent providing particular service can be found to realize request.
 

Package ibspan.tss.messaging Description

Set of components supporting agents in communication, finding each other and delegating tasks.