|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
|
UserProcedure.getAgent(String name)
Gets the agent from its name. |
|
|
Participant.getAgent(String name)
Gets the agent from its name. |
|
|
Communication.getAgent(String name)
Gets the agent from its name. |
|
|
UserProcedure.removeAgent(String name)
Method to remove an agent from the communication. |
|
|
Participant.removeAgent(String name)
Method to remove an agent from the participant.. |
|
|
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. |
|
|
UserProcedure.getAgents()
Retrieve the agent instance pertaining to the communication. |
|
| Methods in org.glassfish.cafe.api with parameters of type Agent | ||
|---|---|---|
|
UserProcedure.addAgent(String name,
Agent<T> agent)
Set an agent instance in the communication. |
|
|
Participant.addAgent(String name,
Agent<T> agent)
Set an agent instance in the communication. |
|
|
Communication.addAgent(String name,
Agent<T> agent)
Set an agent instance in the communication. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||