|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Streamable | |
---|---|
org.objectweb.joram.shared.admin | The org.objectweb.joram.shared.admin package holds the request and reply objects used in the administrator - administration topic interactions. |
org.objectweb.joram.shared.client | The org.objectweb.joram.shared.client package holds the request and reply objects used in the client-provider interactions. |
org.objectweb.joram.shared.messages | The org.objectweb.joram.shared.messages package provides the implementation classes of the messages routed by the MOM. |
org.objectweb.joram.shared.security |
Uses of Streamable in org.objectweb.joram.shared.admin |
---|
Classes in org.objectweb.joram.shared.admin that implement Streamable | |
---|---|
class |
AbstractAdminMessage
An AbstractAdminMessage is a message exchanged between a
Admin Joram client and its proxy. |
class |
AddDomainRequest
|
class |
AddQueueCluster
|
class |
AddServerRequest
|
class |
AddServiceRequest
|
class |
AdminReply
An AdminReply is a reply sent by a
org.objectweb.joram.mom.dest.AdminTopic topic and containing data or
information destinated to a client administrator. |
class |
AdminRequest
An AdminRequest is a request sent by a client administrator
inside a org.objectweb.joram.shared.messages.Message to an
org.objectweb.joram.mom.dest.AdminTopic topic for requesting an
admin operation. |
class |
ClearQueue
|
class |
ClearSubscription
|
class |
CreateDestinationReply
A CreateDestinationReply instance replies to a
destination creation request, produced by the AdminTopic. |
class |
CreateDestinationRequest
A CreateDestinationRequest instance requests the creation of a
destination on a given server. |
class |
CreateUserReply
A CreateUserReply instance replies to a user creation request,
produced by the AdminTopic. |
class |
CreateUserRequest
A CreateUserRequest instance requests the creation of a JMS
user proxy. |
class |
DeleteDestination
A DeleteDestination instance requests the deletion of
a given destination. |
class |
DeleteQueueMessage
|
class |
DeleteSubscriptionMessage
|
class |
DeleteUser
A DeleteUser instance requests the deletion of a user proxy
on a given server. |
class |
GetClusterReply
A Monitor_GetClusterRep instance holds the identifiers of
a cluster's topics. |
class |
GetClusterRequest
A Monitor_GetCluster instance requests the list of the topics
part of a cluster. |
class |
GetConfigRequest
|
class |
GetDestinationsReply
A Monitor_GetDestinationsRep instance replies to a get
destinations monitoring request, and holds the destinations on a given
server. |
class |
GetDestinationsRequest
A Monitor_GetDestinations instance requests the list of
the destinations of a given server. |
class |
GetDMQSettingsReply
A Monitor_GetDMQSettingsRep instance holds the dead message
queue and threshold settings of a server, a destination or a user. |
class |
GetDMQSettingsRequest
A Monitor_GetDMQSettings instance requests the DMQ settings
of a server, a user or a destination. |
class |
GetDomainNames
|
class |
GetDomainNamesRep
|
class |
GetFatherReply
A Monitor_GetFatherRep instance holds the identifier of a
topic's hierarchical father. |
class |
GetFatherRequest
A Monitor_GetFather instance requests the identifier of a
topic father. |
class |
GetLocalServer
|
class |
GetLocalServerRep
|
class |
GetNbMaxMsgRequest
A Monitor_GetNbMaxMsg instance requests the
NbMaxMsg of the destination. |
class |
GetNumberReply
A Monitor_GetNumberRep instance is a reply wrapping an
integer value. |
class |
GetPendingMessages
A Monitor_GetPendingMessages instance requests the number of
pending messages on a given queue. |
class |
GetPendingRequests
A Monitor_GetPendingRequests instance requests the number of
pending requests on a given queue. |
class |
GetQueueMessage
|
class |
GetQueueMessageIds
|
class |
GetQueueMessageIdsRep
|
class |
GetQueueMessageRep
|
class |
GetRightsReply
A Monitor_GetUsersRep instance replies to a get users,
readers or writers monitoring request. |
class |
GetRightsRequest
A Monitor_GetReaders instance requests the list of
the readers on a given destination. |
class |
GetServersIdsReply
A Monitor_GetServersIdsRep instance holds the list of the
platform's servers' identifiers. |
class |
GetServersIdsRequest
A Monitor_GetServersIds instance requests the list of
the platform's servers' identifiers. |
class |
GetStatsReply
A Monitor_GetStatRep instance replies to a get stat,
monitoring request. |
class |
GetStatsRequest
A Monitor_GetStat instance requests the
statistic of the destination. |
class |
GetSubscriberIds
|
class |
GetSubscriberIdsRep
|
class |
GetSubscription
|
class |
GetSubscriptionMessage
|
class |
GetSubscriptionMessageIds
|
class |
GetSubscriptionMessageIdsRep
|
class |
GetSubscriptionMessageRep
|
class |
GetSubscriptionRep
|
class |
GetSubscriptions
|
class |
GetSubscriptionsRep
|
class |
GetSubscriptionsRequest
A Monitor_GetSubscriptions instance requests the number of
subscriptions on a given topic. |
class |
GetUsersReply
A Monitor_GetUsersRep instance replies to a get users,
readers or writers monitoring request. |
class |
GetUsersRequest
A Monitor_GetUsers instance requests the list of
the users of a given server. |
class |
ListClusterQueue
|
class |
QueueAdminRequest
|
class |
RemoveDomainRequest
|
class |
RemoveQueueCluster
|
class |
RemoveServerRequest
|
class |
RemoveServiceRequest
|
class |
SetCluster
A SetCluster instance is used for adding a given topic
to a cluster an other topic is part of, or for creating a new cluster. |
class |
SetDMQRequest
A SetDestinationDMQ instance requests to set a given DMQ as
the DMQ for a given destination. |
class |
SetFather
A SetFather instance is used for linking two topics in a
hierarchical relationship. |
class |
SetNbMaxMsgRequest
A SetNbMaxMsg instance requests to set a
number max of message in Queue or Subscription. |
class |
SetReader
A SetReader instance requests the authorization for a given
user to be a reader on a given destination. |
class |
SetRight
A SetRight instance requests a given right to be granted to a
given user. |
class |
SetThresholdRequest
A SetQueueThreshold instance requests to set a given
threshold value as the threshold for a given queue. |
class |
SetWriter
A SetWriter instance requests the authorization for a given
user to be a writer on a given destination. |
class |
SpecialAdmin
An SpecialAdmin is a request sent by
a client administrator inside a
org.objectweb.joram.shared.messages.Message to an
org.objectweb.joram.mom.dest.AdminTopic topic for
requesting an special admin operation. |
class |
StopServerRequest
A StopServerRequest instance requests to stop a given server. |
class |
SubscriptionAdminRequest
|
class |
UnsetReader
An UnsetReader instance requests to unset a given user as
a reader on a given destination. |
class |
UnsetWriter
An UnsetWriter instance requests to unset a given user as
a writer on a destination. |
class |
UpdateUser
An UpdateUser instance requests the modification of a
user identification |
class |
UserAdminRequest
|
Uses of Streamable in org.objectweb.joram.shared.client |
---|
Classes in org.objectweb.joram.shared.client that implement Streamable | |
---|---|
class |
AbstractJmsMessage
An AbstractJmsMessage is a message exchanged between a
Joram client and its proxy. |
class |
AbstractJmsReply
An AbstractJmsReply is sent by a proxy to a Joram client as a
reply to an AbstractJmsRequest . |
class |
AbstractJmsRequest
An AbstractJmsRequest is a request sent by a Joram client
to its proxy. |
class |
ActivateConsumerRequest
|
class |
CnxCloseReply
A CnxCloseReply replies to a CnxCloseRequest . |
class |
CnxCloseRequest
A CnxCloseRequest is sent by a closing SOAP connection. |
class |
CnxConnectReply
A CnxConnectReply is sent by a JMS proxy as a reply to a
connection CnxConnectRequest and holds the connection's key
and the proxy identifier. |
class |
CnxConnectRequest
A CnxConnectRequest is sent by an opening
Connection . |
class |
CnxStartRequest
A CnxStartRequest request is sent by a starting
Connection . |
class |
CnxStopRequest
A CnxStopRequest is sent by a stopping Connection . |
class |
CommitRequest
|
class |
ConsumerAckRequest
A ConsumerAckRequest instance is used by a
MessageConsumer for acknowledging a received message. |
class |
ConsumerCloseSubRequest
A ConsumerCloseSubRequest is sent by a closing durable
TopicSubscriber . |
class |
ConsumerDenyRequest
A ConsumerDenyRequest instance is used by a
MessageConsumer for denying a received message. |
class |
ConsumerMessages
A ConsumerMessages is used by a JMS proxy for sending messages
to a consumer. |
class |
ConsumerReceiveRequest
A ConsumerReceiveRequest is sent by a
MessageConsumer when requesting a message. |
class |
ConsumerSetListRequest
A ConsumerSetListRequest is sent by a
MessageConsumer on which a message listener is set. |
class |
ConsumerSubRequest
A ConsumerSubRequest is sent by a constructing
MessageConsumer destinated to consume messages on a topic. |
class |
ConsumerUnsetListRequest
A ConsumerUnsetListRequest is sent by a
MessageConsumer which listener is unset. |
class |
ConsumerUnsubRequest
A ConsumerUnsubRequest is sent by a closing temporary
MessageConsumer on a topic, or by a Session
unsubscribing a durable subscriber. |
class |
GetAdminTopicReply
A GetAdminTopicReply is sent by an administrator proxy for
notifying an administrator client of the identifier of the local admin
topic. |
class |
GetAdminTopicRequest
A GetAdminTopicRequest is sent by a session for retrieving
the identifier of the local admin topic. |
class |
JmsRequestGroup
|
class |
MomExceptionReply
A MomExceptionReply instance is used by a JMS client proxy
to send a MomException back to a JMS client. |
class |
PingRequest
|
class |
ProducerMessages
A ProducerMessages instance is sent by a
MessageProducer when sending messages. |
class |
QBrowseReply
A QBrowseReply instance is used by a JMS client proxy for
forwarding a BrowseReply destination notification,
actually replying to a client QBrowseRequest . |
class |
QBrowseRequest
A QBrowseRequest instance is sent by a
QueueBrowser when requesting an enumeration. |
class |
ServerReply
A ServerReply is used by a JMS proxy for
acknowledging the receipt of a synchronous AbstractJmsRequest
request. |
class |
SessAckRequest
A SessAckRequest instance is used by a Session
for acknowledging the messages it consumed. |
class |
SessCreateDestReply
A SessCreateTDReply is used by a JMS proxy for replying
to a SessCreate<TQ/TT>Request . |
class |
SessCreateDestRequest
A SessCreateDestRequest is sent by a Session
for creating a destination. |
class |
SessDenyRequest
A SessDenyRequest instance is used by a Session
for denying the messages it consumed. |
class |
TempDestDeleteRequest
A TempDestDeleteRequest instance is sent by a
deleting temporary destination. |
class |
XACnxCommit
An XACnxCommit instance is used by an XAConnection
for commiting the messages and acknowledgements it sent to the proxy. |
class |
XACnxPrepare
An XACnxPrepare instance is used by an
XAConnection for sending messages and acknowledgements to
the proxy. |
class |
XACnxRecoverReply
A XACnxRecoverReply replies to a
XACnxRecoverRequest and carries transaction identifiers. |
class |
XACnxRecoverRequest
A XACnxRecoverRequest instance is used by an
XACnxion for recovering the identifiers of the TM's
prepared transactions. |
class |
XACnxRollback
An XACnxRollback instance is used by an
XAConnection for rolling back the operations performed
during a transaction. |
Uses of Streamable in org.objectweb.joram.shared.messages |
---|
Classes in org.objectweb.joram.shared.messages that implement Streamable | |
---|---|
class |
Message
Implements the Message data structure. |
Uses of Streamable in org.objectweb.joram.shared.security |
---|
Classes in org.objectweb.joram.shared.security that implement Streamable | |
---|---|
class |
Identity
Abstract class needed to describe all identities. |
class |
SimpleIdentity
Default identity class for authentication through user and password. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |