|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DestinationImpl | |
---|---|
com.scalagent.joram.mom.dest.ftp | |
com.scalagent.joram.mom.dest.scheduler | |
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. |
Uses of DestinationImpl in com.scalagent.joram.mom.dest.ftp |
---|
Subclasses of DestinationImpl in com.scalagent.joram.mom.dest.ftp | |
---|---|
class |
FtpQueueImpl
The FtpQueueImpl class implements the MOM queue behaviour,
basically storing messages and delivering them upon clients requests. |
Methods in com.scalagent.joram.mom.dest.ftp that return DestinationImpl | |
---|---|
DestinationImpl |
FtpQueue.createsImpl(AgentId adminId,
java.util.Properties prop)
Creates the FtpQueueImpl. |
Uses of DestinationImpl in com.scalagent.joram.mom.dest.scheduler |
---|
Subclasses of DestinationImpl in com.scalagent.joram.mom.dest.scheduler | |
---|---|
class |
SchedulerQueueImpl
This class overrides the default QueueImpl behavior in order to allow timed deliveries. |
Methods in com.scalagent.joram.mom.dest.scheduler that return DestinationImpl | |
---|---|
DestinationImpl |
SchedulerQueue.createsImpl(AgentId adminId,
java.util.Properties prop)
Creates the QueueImpl. |
Uses of DestinationImpl in org.objectweb.joram.mom.dest |
---|
Subclasses of DestinationImpl in org.objectweb.joram.mom.dest | |
---|---|
class |
AcquisitionQueueImpl
The AcquisitionQueueImpl class implements the MOM acquisition queue
behavior, basically acquiring messages periodically or on client request,
using an AcquisitionModule . |
class |
AcquisitionTopicImpl
The AcquisitionTopicImpl class implements the MOM acquisition topic
behavior, basically acquiring messages periodically or on client request,
using an AcquisitionModule . |
class |
AdminTopicImpl
The AdminTopicImpl class implements the administration topic behavior,
basically processing administration requests. |
class |
ClusterQueueImpl
The ClusterQueueImpl class implements the MOM queue behavior,
basically storing messages and delivering them upon clients requests or
delivering to an other cluster queue. |
class |
DistributionQueueImpl
The DistributionQueueImpl class implements the MOM distribution queue
behavior, delivering messages via the DistributionModule . |
class |
DistributionTopicImpl
The DistributionQueueImpl class implements the MOM distribution topic
behavior, delivering messages via the DistributionModule . |
class |
QueueImpl
The QueueImpl class implements the MOM queue behaviour,
basically storing messages and delivering them upon clients requests. |
class |
TopicImpl
The TopicImpl class implements the MOM topic behaviour,
basically distributing the received messages to subscribers. |
Fields in org.objectweb.joram.mom.dest declared as DestinationImpl | |
---|---|
protected DestinationImpl |
Destination.destImpl
The reference of the DestinationItf instance providing this
this agent with its Destination behaviour. |
private DestinationImpl |
DistributionModule.destination
The distribution queue or topic using this module. |
private DestinationImpl |
AcquisitionModule.destination
The acquisition queue or topic using this module. |
Methods in org.objectweb.joram.mom.dest that return DestinationImpl | |
---|---|
DestinationImpl |
Topic.createsImpl(AgentId adminId,
java.util.Properties prop)
Creates the TopicImpl. |
DestinationImpl |
Queue.createsImpl(AgentId adminId,
java.util.Properties prop)
Creates the QueueImpl. |
DestinationImpl |
DistributionTopic.createsImpl(AgentId adminId,
java.util.Properties prop)
Creates the DistributionTopicImpl . |
DestinationImpl |
DistributionQueue.createsImpl(AgentId adminId,
java.util.Properties prop)
Creates the DistributionQueueImpl . |
abstract DestinationImpl |
Destination.createsImpl(AgentId adminId,
java.util.Properties prop)
Creates the specific implementation. |
DestinationImpl |
DeadMQueue.createsImpl(AgentId adminId,
java.util.Properties prop)
Deprecated. Creates the dead message queue. |
DestinationImpl |
ClusterQueue.createsImpl(AgentId adminId,
java.util.Properties prop)
Creates the QueueImpl. |
DestinationImpl |
AdminTopic.createsImpl(AgentId adminId,
java.util.Properties prop)
Creates the TopicImpl. |
DestinationImpl |
AcquisitionTopic.createsImpl(AgentId adminId,
java.util.Properties prop)
Creates the AcquisitionTopicImpl . |
DestinationImpl |
AcquisitionQueue.createsImpl(AgentId adminId,
java.util.Properties prop)
Creates the AcquisitionQueueImpl . |
Constructors in org.objectweb.joram.mom.dest with parameters of type DestinationImpl | |
---|---|
AcquisitionModule(DestinationImpl destination,
java.lang.String className,
java.util.Properties properties,
byte destType)
|
|
DistributionModule(DestinationImpl destination,
java.util.Properties properties)
|
Uses of DestinationImpl in org.objectweb.joram.mom.dest.jmsbridge |
---|
Subclasses of DestinationImpl in org.objectweb.joram.mom.dest.jmsbridge | |
---|---|
class |
JMSBridgeQueueImpl
The BridgeQueueImpl class implements a specific queue which
forwards the messages it receives to a foreign JMS destination, and
gets the messages it is requested to deliver from the same foreign
destination. |
class |
JMSBridgeTopicImpl
The BridgeTopicImpl class implements a specific topic which
forwards the messages it receives to a foreign JMS destination, and
gets the messages it is requested to deliver from the same foreign
destination. |
Methods in org.objectweb.joram.mom.dest.jmsbridge that return DestinationImpl | |
---|---|
DestinationImpl |
JMSBridgeTopic.createsImpl(AgentId adminId,
java.util.Properties prop)
Creates the bridge topic. |
DestinationImpl |
JMSBridgeQueue.createsImpl(AgentId adminId,
java.util.Properties prop)
Creates the bridge queue. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |