Uses of Class
org.glassfish.cafe.api.Agent

Packages that use Agent
org.glassfish.cafe.api   
 

Uses of Agent in org.glassfish.cafe.api
 

Methods in org.glassfish.cafe.api that return Agent
<T> Agent<T>
UserProcedure.getAgent(String name)
          Gets the agent from its name.
<T> Agent<T>
Participant.getAgent(String name)
          Gets the agent from its name.
<T> Agent<T>
Communication.getAgent(String name)
          Gets the agent from its name.
<T> Agent<T>
UserProcedure.removeAgent(String name)
          Method to remove an agent from the communication.
<T> Agent<T>
Participant.removeAgent(String name)
          Method to remove an agent from the participant..
<T> Agent<T>
Communication.removeAgent(String name)
          Method to remove an agent from the communication.
 

Methods in org.glassfish.cafe.api that return types with arguments of type Agent
 Collection<Agent> Participant.getAgents()
          Retrieve the agent instance pertaining to the communication.
 Collection<Agent> Communication.getAgents()
          Retrieve the agent instance pertaining to the communication.
<T> Collection<Agent<T>>
UserProcedure.getAgents()
          Retrieve the agent instance pertaining to the communication.
 

Methods in org.glassfish.cafe.api with parameters of type Agent
<T> void
UserProcedure.addAgent(String name, Agent<T> agent)
          Set an agent instance in the communication.
<T> void
Participant.addAgent(String name, Agent<T> agent)
          Set an agent instance in the communication.
<T> void
Communication.addAgent(String name, Agent<T> agent)
          Set an agent instance in the communication.
 



Copyright © 2010. All Rights Reserved.