Uses of Class
fr.dyade.aaa.agent.Agent
-
Packages that use Agent Package Description com.scalagent.joram.mom.dest.ftp com.scalagent.joram.mom.dest.scheduler fr.dyade.aaa.agent fr.dyade.aaa.jndi2.server org.objectweb.joram.mom.dest Theorg.objectweb.joram.mom.destpackage holds the classes implementing the queue, topic and specialized destinations provided by JORAM's MOM.org.objectweb.joram.mom.proxies Theorg.objectweb.joram.mom.proxiespackage holds the classes implementing the MOM proxy, basically linking external client applications to destination agents.org.objectweb.joram.mom.util org.ow2.joram.mom.amqp -
-
Uses of Agent in com.scalagent.joram.mom.dest.ftp
Subclasses of Agent in com.scalagent.joram.mom.dest.ftp Modifier and Type Class Description classFtpQueueTheFtpQueueclass implements the MOM queue behaviour, basically storing messages and delivering them upon clients requests. -
Uses of Agent in com.scalagent.joram.mom.dest.scheduler
Subclasses of Agent in com.scalagent.joram.mom.dest.scheduler Modifier and Type Class Description classSchedulerQueueThis class overrides the default Queue behavior in order to allow timed deliveries. -
Uses of Agent in fr.dyade.aaa.agent
Subclasses of Agent in fr.dyade.aaa.agent Modifier and Type Class Description (package private) classAgentFactoryAgentused to allow remote agent creation.Fields in fr.dyade.aaa.agent declared as Agent Modifier and Type Field Description (package private) AgentEngine. agentThe current agent running.Fields in fr.dyade.aaa.agent with type parameters of type Agent Modifier and Type Field Description (package private) Hashtable<AgentId,Agent>Engine. agentsThis table is used to maintain a list of agents already in memory using the AgentId as primary key.Methods in fr.dyade.aaa.agent that return Agent Modifier and Type Method Description AgentAgentEngineContext. createAgentFactory()Creates an instance ofAgentFactory.AgentAgentEngineContextImpl. createAgentFactory()Creates an instance ofAgentFactory.(package private) static AgentAgent. load(AgentId id)Restores the object state from the persistent storage.static AgentAgent. load(Transaction transaction, AgentId id)(package private) AgentEngine. load(AgentId id)Theloadmethod return theAgentobject designed by theAgentIdparameter.AgentAgentEngineContext. loadAgent(AgentId id)Loads the specified agent.AgentAgentEngineContextImpl. loadAgent(AgentId id)Loads the specified agent.(package private) AgentEngine. reload(AgentId id)Thereloadmethod return theAgentobject loaded from the storage.Methods in fr.dyade.aaa.agent with parameters of type Agent Modifier and Type Method Description voidAgentEngine. createAgent(AgentId id, Agent agent)Creates and initializes an agent.(package private) voidEngine. createAgent(Agent agent)Creates and initializes an agent.voidEngine. createAgent(AgentId id, Agent agent)Creates and initializes an agent.voidAgentEngineContext. incReactNumber(Agent ag)Increments the reaction counter of the specified agent.voidAgentEngineContextImpl. incReactNumber(Agent ag)Increments the reaction counter of the specified agent.voidAgentEngineContext. initAgentLogger(Agent agent)Initializes the agent's logger.voidAgentEngineContextImpl. initAgentLogger(Agent agent)Initializes the agent's logger.voidAgentEngineContext. initializeAgent(AgentId id, Agent agent)Initializes an agent after creation.voidAgentEngineContextImpl. initializeAgent(AgentId id, Agent agent)Initializes an agent after creation.voidAgentEngineContext. initializeReloadedAgent(Agent agent)Initializes a reloaded agent.voidAgentEngineContextImpl. initializeReloadedAgent(Agent agent)Initializes a reloaded agent.voidAgentEngineContext. saveAgent(Agent agent)Saves the agentvoidAgentEngineContextImpl. saveAgent(Agent agent)Saves the agentvoidAgentEngineContext. setAgentLast(Agent ag, long last)Sets the agent last reaction count.voidAgentEngineContextImpl. setAgentLast(Agent ag, long last)Sets the agent last reaction count.voidAgentEngineContext. setSaveAgent(Agent agent)Sets the agent as to be saved.voidAgentEngineContextImpl. setSaveAgent(Agent agent)Sets the agent as to be saved.Constructors in fr.dyade.aaa.agent with parameters of type Agent Constructor Description AgentCreateRequest(Agent agent)AgentCreateRequest(Agent agent, AgentId reply) -
Uses of Agent in fr.dyade.aaa.jndi2.server
Subclasses of Agent in fr.dyade.aaa.jndi2.server Modifier and Type Class Description classContainer -
Uses of Agent in org.objectweb.joram.mom.dest
Subclasses of Agent in org.objectweb.joram.mom.dest Modifier and Type Class Description classAcquisitionQueueTheAcquisitionQueueclass implements the MOM acquisition queue behavior, basically acquiring messages periodically or on client request, using anAcquisitionModule.classAcquisitionTopicTheAcquisitionTopicclass implements the MOM acquisition topic behavior, basically acquiring messages periodically or on client request, using anAcquisitionModule.classAdminTopicTheAdminTopicclass implements the administration topic behavior, basically processing administration requests.classAliasInQueueTheAliasInQueueclass forwards messages to a destination in an other Joram server using the destination ID.classAliasQueueTheAliasQueueclass forwards messages to a destination in an other Joram server using the destination ID.classClusterQueueTheClusterQueueclass implements the cluster queue behavior.classDestinationTheDestinationclass implements the common behavior of MOM destinations.classDistributionQueueTheDistributionQueueclass implements the MOM distribution queue behavior, delivering messages via theDistributionModule.classDistributionTopicTheDistributionQueueclass implements the MOM distribution topic behavior, delivering messages via theDistributionModule.classElasticTopicClass describing a node of a scalable topic tree.classQueueTheQueueclass implements the MOM queue behavior, basically storing messages and delivering them upon clients requests.classTopicTheTopicclass implements the MOM topic behavior, basically distributing the received messages to subscribers. -
Uses of Agent in org.objectweb.joram.mom.proxies
Subclasses of Agent in org.objectweb.joram.mom.proxies Modifier and Type Class Description classUserAgentTheUserAgentclass implements the MOM proxy behaviour, basically forwarding client requests to MOM destinations and MOM destinations replies to clients. -
Uses of Agent in org.objectweb.joram.mom.util
Subclasses of Agent in org.objectweb.joram.mom.util Modifier and Type Class Description classSynchronousAgentDeprecated. -
Uses of Agent in org.ow2.joram.mom.amqp
Subclasses of Agent in org.ow2.joram.mom.amqp Modifier and Type Class Description classAMQPAgentAnAMQPAgentis responsible of the communications with other Joram AMQP servers.
-