Uses of Class
ibspan.tss.messaging.ServiceFinder

Packages that use ServiceFinder
ibspan.tss.agents.pa PersonalAgent implementation. 
ibspan.tss.agents.pma ProfileManagingAgent implementation. 
ibspan.tss.agents.sha SessionHandlingAgent implementation. 
ibspan.tss.messaging Set of components supporting agents in communication, finding each other and delegating tasks. 
 

Uses of ServiceFinder in ibspan.tss.agents.pa
 

Methods in ibspan.tss.agents.pa that return ServiceFinder
 ServiceFinder PersonalAgent.getProfileService()
           
 ServiceFinder PersonalAgent.getRestaurantService()
           
 

Uses of ServiceFinder in ibspan.tss.agents.pma
 

Methods in ibspan.tss.agents.pma that return ServiceFinder
 ServiceFinder ProfileManagingAgent.getRestaurantService()
           
 ServiceFinder ProfileManagingAgent.getSessionHandlers()
           
 

Uses of ServiceFinder in ibspan.tss.agents.sha
 

Methods in ibspan.tss.agents.sha that return ServiceFinder
 ServiceFinder SessionHandlingAgent.getPersonalService()
          Returns service finder gathering information about personal agents.
 ServiceFinder SessionHandlingAgent.getProfilingService()
          Return service finder gathering information about profile managing services.
 ServiceFinder SessionHandlingAgent.getViewTransformers()
          Returns service finder gathering information about view transformers registered in DF.
 

Uses of ServiceFinder in ibspan.tss.messaging
 

Constructors in ibspan.tss.messaging with parameters of type ServiceFinder
ServiceWaiter(Agent a, ServiceFinder requiredFinder)
          Constructs ServiceWaiter behaviour waiting for the service observed by the given ServiceFinder object.