Uses of Class
ibspan.tss.messaging.SafeHandlerSelector

Packages that use SafeHandlerSelector
ibspan.tss.agents.pa PersonalAgent implementation. 
ibspan.tss.agents.sha.session Realization of 'session tracking' feature, together with 'access authorization' feature. 
ibspan.tss.messaging Set of components supporting agents in communication, finding each other and delegating tasks. 
 

Uses of SafeHandlerSelector in ibspan.tss.agents.pa
 

Subclasses of SafeHandlerSelector in ibspan.tss.agents.pa
 class PersonalActionDispatcher
          Dispatches request to registered behaviour handlers.
 

Uses of SafeHandlerSelector in ibspan.tss.agents.sha.session
 

Subclasses of SafeHandlerSelector in ibspan.tss.agents.sha.session
 class ActionDispatcherWithSessionTracking
          This class resolves the handler behaviour responsible for handling with incoming request and tracks the session with user.
 

Uses of SafeHandlerSelector in ibspan.tss.messaging
 

Subclasses of SafeHandlerSelector in ibspan.tss.messaging
 class ActionDispatcher
          Incoming request usually contains Action object to be served.