|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RequestException | |
---|---|
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.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 RequestException in org.objectweb.joram.mom.dest |
---|
Methods in org.objectweb.joram.mom.dest that throw RequestException | |
---|---|
AdminTopicImpl.DestinationDesc |
AdminTopicImpl.createDestination(java.lang.String destName,
AgentId adminId,
java.util.Properties properties,
byte type,
java.lang.String className,
java.lang.String requestClassName,
java.lang.StringBuffer strbuf)
Instantiating the destination class or retrieving the destination. |
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 |
AcquisitionTopic.createsImpl(AgentId adminId,
java.util.Properties prop)
Creates the AcquisitionTopicImpl . |
DestinationImpl |
AcquisitionQueue.createsImpl(AgentId adminId,
java.util.Properties prop)
Creates the AcquisitionQueueImpl . |
private void |
AdminTopicImpl.doProcess(CreateDestinationRequest request,
AgentId replyTo,
java.lang.String msgId)
Processes a CreateDestinationRequest instance
requesting the creation of a destination. |
private void |
AdminTopicImpl.doProcess(CreateUserRequest request,
AgentId replyTo,
java.lang.String msgId)
Processes a CreateUserRequest instance requesting the
creation of a UserAgent for a given user. |
private void |
AdminTopicImpl.doProcess(UpdateUser request,
AgentId replyTo,
java.lang.String msgId)
Processes an UpdateUser instance requesting to modify the
identification of a user. |
void |
Destination.init(AgentId adminId,
java.util.Properties props)
Initializes the destination by creating the DestinationItf object. |
void |
AdminDestinationItf.init(AgentId adminId,
java.util.Properties prop)
Initializes the destination and sets the destination properties. |
static AdminTopicImpl.DestinationDesc |
AdminTopicImpl.lookupDest(java.lang.String name,
byte type)
Retrieves an existing destination. |
protected void |
DestinationImpl.processSetRight(AgentId user,
int right)
set user right. |
private void |
DistributionModule.setProperties(java.util.Properties props)
Resets the distribution properties. |
protected java.lang.Object |
DestinationImpl.specialAdminProcess(SpecialAdminRequest not)
|
java.lang.Object |
ClusterQueueImpl.specialAdminProcess(SpecialAdminRequest not)
use to add or remove ClusterQueue to cluster. |
Constructors in org.objectweb.joram.mom.dest that throw RequestException | |
---|---|
AcquisitionQueueImpl(AgentId adminId,
java.util.Properties properties)
Constructs an AcquisitionQueueImpl instance. |
|
AcquisitionTopicImpl(AgentId adminId,
java.util.Properties properties)
Constructs an AcquisitionTopicImpl instance. |
|
AdminTopic()
Constructs an AdminTopic agent. |
|
DistributionModule(DestinationImpl destination,
java.util.Properties properties)
|
|
DistributionQueueImpl(AgentId adminId,
java.util.Properties properties)
Constructs a DistributionQueueImpl instance. |
|
DistributionTopicImpl(AgentId adminId,
java.util.Properties properties)
Constructs a DistributionTopicImpl instance. |
Uses of RequestException in org.objectweb.joram.mom.proxies |
---|
Methods in org.objectweb.joram.mom.proxies that throw RequestException | |
---|---|
private void |
ProxyImpl.doReact(ConsumerSubRequest req)
Method implementing the JMS proxy reaction to a ConsumerSubRequest
requesting to subscribe to a topic. |
private void |
ProxyImpl.doReact(SessCreateDestRequest req)
Method implementing the JMS proxy reaction to a SessCreateDestRequest
requesting the creation of a destination. |
private void |
ProxyImpl.reactToClientRequest(int key,
ConsumerReceiveRequest req)
Either forwards the ConsumerReceiveRequest request as a
ReceiveRequest directly to the target queue, or wraps it
and sends it to the proxy if destinated to a subscription. |
private void |
ProxyImpl.reactToClientRequest(int key,
ConsumerSetListRequest req)
Either forwards the ConsumerSetListRequest request as a
ReceiveRequest directly to the target queue, or wraps it
and sends it to the proxy if destinated to a subscription. |
private void |
ProxyImpl.reactToClientRequest(int key,
ProducerMessages req)
Forwards the messages sent by the client in a ProducerMessages request as a ClientMessages
MOM request directly to a destination, and acknowledges them by sending
a ServerReply back. |
private void |
ProxyImpl.reactToClientRequest(int key,
QBrowseRequest req)
Forwards the client's QBrowseRequest request as
a BrowseRequest MOM request directly to a destination. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |