Uses of Package
ibspan.tss.messaging

Packages that use ibspan.tss.messaging
ibspan.tss.agents.pa PersonalAgent implementation. 
ibspan.tss.agents.pa.handlers Behaviours handling with requests sended to PersonalAgent
ibspan.tss.agents.pma ProfileManagingAgent implementation. 
ibspan.tss.agents.pma.handlers Behaviours handling with requests sended to ProfileManagingAgent
ibspan.tss.agents.rsa.handlers Behaviours handling with requests sended to RestaurantServiceAgent
ibspan.tss.agents.sha SessionHandlingAgent implementation. 
ibspan.tss.agents.sha.session Realization of 'session tracking' feature, together with 'access authorization' feature. 
ibspan.tss.agents.vta.handlers Behaviours handling with requests sended to ViewTransformingAgent
ibspan.tss.messaging Set of components supporting agents in communication, finding each other and delegating tasks. 
 

Classes in ibspan.tss.messaging used by ibspan.tss.agents.pa
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.
 

Classes in ibspan.tss.messaging used by ibspan.tss.agents.pa.handlers
RequestHandler
          This is simple behaviour class for responding to the requests with defined Action object.
 

Classes in ibspan.tss.messaging used by ibspan.tss.agents.pma
ServiceFinder
          This class provides the agent with finding service providers registered in Directory Facilitator.
 

Classes in ibspan.tss.messaging used by ibspan.tss.agents.pma.handlers
RequestHandler
          This is simple behaviour class for responding to the requests with defined Action object.
 

Classes in ibspan.tss.messaging used by ibspan.tss.agents.rsa.handlers
RequestHandler
          This is simple behaviour class for responding to the requests with defined Action object.
 

Classes in ibspan.tss.messaging used by ibspan.tss.agents.sha
ServiceFinder
          This class provides the agent with finding service providers registered in Directory Facilitator.
 

Classes in ibspan.tss.messaging used by ibspan.tss.agents.sha.session
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.
 

Classes in ibspan.tss.messaging used by ibspan.tss.agents.vta.handlers
RequestHandler
          This is simple behaviour class for responding to the requests with defined Action object.
 

Classes in ibspan.tss.messaging used by ibspan.tss.messaging
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.
ServiceFinderException
          Thrown when the ServiceFinder object cannot be initialized.