Uses of Class
fr.dyade.aaa.agent.Agent

Packages that use Agent
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 The org.objectweb.joram.mom.dest package holds the classes implementing the queue, topic and specialized destinations provided by JORAM's MOM. 
org.objectweb.joram.mom.dest.jmsbridge The org.objectweb.joram.mom.dest.jmsbridge package provides utility classes used by the MOM destinations and proxies. 
org.objectweb.joram.mom.proxies The org.objectweb.joram.mom.proxies package holds the classes implementing the MOM proxy, basically linking external client applications to destination agents. 
 

Uses of Agent in com.scalagent.joram.mom.dest.ftp
 

Subclasses of Agent in com.scalagent.joram.mom.dest.ftp
 class FtpQueue
          A FtpQueue agent is an agent hosting a MOM queue, and which behaviour is provided by a FtpQueueImpl instance.
 

Uses of Agent in com.scalagent.joram.mom.dest.scheduler
 

Subclasses of Agent in com.scalagent.joram.mom.dest.scheduler
 class SchedulerQueue
           
 

Uses of Agent in fr.dyade.aaa.agent
 

Subclasses of Agent in fr.dyade.aaa.agent
(package private)  class AgentFactory
          Agent used to allow remote agent creation.
 

Fields in fr.dyade.aaa.agent declared as Agent
(package private)  Agent Engine.agent
          The current agent running.
 

Methods in fr.dyade.aaa.agent that return Agent
(package private)  Agent Engine.load(AgentId id)
          The load method return the Agent object designed by the AgentId parameter.
(package private) static Agent Agent.load(AgentId id)
          Restores the object state from the persistent storage.
(package private)  Agent Engine.reload(AgentId id)
          The reload method return the Agent object loaded from the storage.
 

Methods in fr.dyade.aaa.agent with parameters of type Agent
(package private)  void Engine.createAgent(Agent agent)
          Creates and initializes an agent.
(package private)  void Engine.createAgent(AgentId id, Agent agent)
          Creates and initializes an agent.
 

Constructors in fr.dyade.aaa.agent with parameters of type Agent
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
 class Container
           
 

Uses of Agent in org.objectweb.joram.mom.dest
 

Subclasses of Agent in org.objectweb.joram.mom.dest
 class AcquisitionQueue
          An AcquisitionQueue agent is an agent hosting an AcquisitionQueueImpl.
 class AcquisitionTopic
          An AcquisitionTopic agent is an agent hosting an AcquisitionTopicImpl.
 class AdminTopic
          An AdminTopic agent is a MOM administration service, which Behavior is provided by an AdminTopicImpl instance.
 class ClusterQueue
          A ClusterQueue agent is an agent hosting a MOM queue, and which behaviour is provided by a ClusterQueueImpl instance.
 class DeadMQueue
          Deprecated. Since Joram 5.2 every Queue can be a DeadMQueue
 class Destination
          A Destination agent is an agent hosting a MOM destination, for example a Queue or a Topic.
 class DistributionQueue
          An DistributionQueue agent is an agent hosting a DistributionQueueImpl.
 class DistributionTopic
          An DistributionTopic agent is an agent hosting a DistributionTopicImpl.
 class Queue
          A Queue agent is an agent hosting a MOM queue, and which behavior is provided by a QueueImpl instance.
 class Topic
          A Topic agent is an agent hosting a MOM topic, and which behavior is provided by a TopicImpl instance.
 

Uses of Agent in org.objectweb.joram.mom.dest.jmsbridge
 

Subclasses of Agent in org.objectweb.joram.mom.dest.jmsbridge
 class JMSBridgeQueue
          A BridgeQueue agent is an agent hosting a bridge queue, and which behaviour is provided by a BridgeQueueImpl instance.
 class JMSBridgeTopic
          A BridgeTopic agent is an agent hosting a bridge topic, and which behaviour is provided by a BridgeTopicImpl instance.
 

Uses of Agent in org.objectweb.joram.mom.proxies
 

Subclasses of Agent in org.objectweb.joram.mom.proxies
 class UserAgent
          Class of a user proxy agent.
 



Copyright © 2010 ScalAgent D.T.. All Rights Reserved.