Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Uses of Class
com.oracle.sft.api.Agent

Packages that use Agent
com.oracle.sft.api The SFT base communication API. 

 

Uses of Agent in com.oracle.sft.api

 

Methods in com.oracle.sft.api that return Agent
<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>
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 com.oracle.sft.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.

 

Methods in com.oracle.sft.api with parameters of type Agent
<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.

 


Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.