Uses of Interface
fr.dyade.aaa.common.encoding.Encodable
-
Packages that use Encodable Package Description com.scalagent.joram.mom.dest.ftp com.scalagent.joram.mom.dest.scheduler fr.dyade.aaa.agent fr.dyade.aaa.common.encoding fr.dyade.aaa.common.stream fr.dyade.aaa.jndi2.distributed fr.dyade.aaa.jndi2.server fr.dyade.aaa.util 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.messages Theorg.objectweb.joram.shared.messagespackage provides the implementation classes of the messages routed by the MOM.org.objectweb.joram.mom.notifications Theorg.objectweb.joram.mom.notificationspackage holds the notifications used for interacting with the MOM destination agents.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.objectweb.joram.shared.client Theorg.objectweb.joram.shared.clientpackage holds the request and reply objects used in the client-provider interactions.org.objectweb.joram.shared.messages Theorg.objectweb.joram.shared.messagespackage provides the implementation classes of the messages routed by the MOM.org.ow2.joram.mom.amqp -
-
Uses of Encodable in com.scalagent.joram.mom.dest.ftp
Classes in com.scalagent.joram.mom.dest.ftp that implement Encodable Modifier and Type Class Description classFtpNotclassFtpQueueTheFtpQueueclass implements the MOM queue behaviour, basically storing messages and delivering them upon clients requests. -
Uses of Encodable in com.scalagent.joram.mom.dest.scheduler
Classes in com.scalagent.joram.mom.dest.scheduler that implement Encodable Modifier and Type Class Description classSchedulerQueueThis class overrides the default Queue behavior in order to allow timed deliveries.classSchedulerQueueNotNotification from Scheduler to SchedulerQueue. -
Uses of Encodable in fr.dyade.aaa.agent
Classes in fr.dyade.aaa.agent that implement Encodable Modifier and Type Class Description classAdminSyncNotificationThis notification allows to require an administration action to a specified agent.classAgentTheAgentclass represents the basic component in our model.classAgentCreateReplyclassAgentCreateRequestThis notification is used to ask aa agent creation to a remote agent factory.classAgentDeleteRequest(package private) classAgentFactoryAgentused to allow remote agent creation.classAgentIdAnAgentIdallows for uniquely identifying and localizing an agent throughout the distributed system.classCallbackNotificationNotification locally transmitting aCountDownCallback.classDeleteAckDeleteAck - Acknowledge for deleting an agentclassDeleteNotThis notification is used to ask an agent destructionclassExceptionNotificationNotify by the engine to the sender of a notification when the corresponding reaction throws an exception.classExpiredNotThe ExpiredNot holds an expired notification (timeout) which is sent to the previously specified deadNotificationAgent.classFlowControlNotDeprecated.classMessageThe internal message structure.classNotificationClass Notification is the root of the notifications hierarchy.classSyncNotificationThis notification is used to synchronously call a local agent from a collocated thread.classUnknownAgentNotify by the engine to the sender of a notification when the target agent does not exist.classUnknownNotificationNotify by agents when there is no reaction allowed.Methods in fr.dyade.aaa.agent that return Encodable Modifier and Type Method Description EncodableMessage.Factory. createEncodable() -
Uses of Encodable in fr.dyade.aaa.common.encoding
Classes in fr.dyade.aaa.common.encoding that implement Encodable Modifier and Type Class Description classEncodableIntegerEncodable object that wraps an integer.classEncodedStringEncodable object that wraps a string.classEncodedStringListclassSerializableWrapperEncodable object that wraps a serializable object.classStringPairEncodable object representing a pair of strings.Methods in fr.dyade.aaa.common.encoding that return Encodable Modifier and Type Method Description EncodableEncodableFactory. createEncodable()Creates an encodable object.EncodableEncodableInteger.Factory. createEncodable()EncodableEncodedString.Factory. createEncodable()EncodableEncodedStringList.Factory. createEncodable()EncodableSerializableWrapper.Factory. createEncodable()EncodableStringPair.Factory. createEncodable() -
Uses of Encodable in fr.dyade.aaa.common.stream
Classes in fr.dyade.aaa.common.stream that implement Encodable Modifier and Type Class Description classPropertiesThis class implements a set of properties, which maps keys to values. -
Uses of Encodable in fr.dyade.aaa.jndi2.distributed
Classes in fr.dyade.aaa.jndi2.distributed that implement Encodable Modifier and Type Class Description classInitJndiServerNotclassJndiUpdateNotclassSyncReplyNotclassSyncRequestNot -
Uses of Encodable in fr.dyade.aaa.jndi2.server
Classes in fr.dyade.aaa.jndi2.server that implement Encodable Modifier and Type Class Description classContainerclassJndiReplyNotclassJndiScriptReplyNotclassJndiScriptRequestNotclassTcpRequestNotThis notification must only be used inside an agent server. -
Uses of Encodable in fr.dyade.aaa.util
Methods in fr.dyade.aaa.util that return Encodable Modifier and Type Method Description private EncodableAbstractTransaction. isEncodable(Object object) -
Uses of Encodable in org.objectweb.joram.mom.dest
Classes in org.objectweb.joram.mom.dest that implement Encodable Modifier and Type Class Description classAcquisitionNotclassAcquisitionQueueTheAcquisitionQueueclass 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.classQueueArrivalStateclassQueueDeliveryClass describing a delivered message waiting for acknowledge.classQueueDeliveryTableclassTopicTheTopicclass implements the MOM topic behavior, basically distributing the received messages to subscribers.Methods in org.objectweb.joram.mom.dest that return Encodable Modifier and Type Method Description EncodableQueue.QueueFactory. createEncodable()EncodableQueueArrivalState.Factory. createEncodable()EncodableQueueDeliveryTable.Factory. createEncodable() -
Uses of Encodable in org.objectweb.joram.mom.messages
Classes in org.objectweb.joram.mom.messages that implement Encodable Modifier and Type Class Description classMessageTheMessageclass actually provides the transport facility for the data exchanged during MOM operations.Methods in org.objectweb.joram.mom.messages that return Encodable Modifier and Type Method Description EncodableMessage.MessageFactory. createEncodable() -
Uses of Encodable in org.objectweb.joram.mom.notifications
Classes in org.objectweb.joram.mom.notifications that implement Encodable Modifier and Type Class Description classAbortReceiveRequestclassAbstractNotificationTheAbstractNotificationclass is the superclass of the notifications exchanged by a client agent and a MOM destination agent.classAbstractReplyNotAnAbstractReplyis a reply sent by a destination agent to a client agent.classAbstractRequestNotAnAbstractRequestis a request sent by a client agent to a destination agent.classAcknowledgeRequestAnAcknowledgeRequestinstance is used by a client agent for acknowledging one or many messages on a queue.classAdminReplyNotAnAdminReplyis used by a destination agent for replying to a client administration request.classAdminRequestNotAnAdminRequestis used by a client agent for sending an administration request to a destination agent.classBrowseReplyABrowseReplyinstance is used by a queue for replying to a clientBrowseRequestby sending a vector of its messages.classBrowseRequestABrowseRequestinstance is used by a client agent for requesting a "view" of the messages on a queue, without actually consuming them.classClientMessagesAClientMessagesinstance is used by a client agent for sending one or many messages to a destination.classClientSubscriptionNotUsed by ElasticTopic.classClusterJoinAckclassClusterJoinNotclassClusterLBNotclassClusterRemoveNotclassDenyRequestADenyRequestinstance is used by a client agent for denying one or many messages on a queue.classExceptionReplyAnExceptionReplyinstance is used by a destination for notifying a client of an exception thrown when processing a request.classFwdAdminRequestNotAnAdminRequestis used by a client agent for sending an administration request to a destination agent.classGetClientSubscriptionsUsed by ElasticTopic.classGetProxyIdListNotTransient notification needed by the HA mode.classGetProxyIdNotTransient notificationclassGetRightsReplyNotThis notification is used by a destination for sending the identifiers of its readers and writers in response to a GetRightsRequest.classGetRightsRequestNotThis request is used for requesting the rights about a destination.classLBCycleLifeclassLBLoadingFactorclassLBMessageGiveclassLBMessageHopeclassPingNotAn empty notification, sent to a destination to test whether it is currently accessible.classPongNotA notification sent in response of aPingNot.classQueueDeliveryTimeNotNotification allowing to trigger delivery of delayed message.classQueueMsgReplyAQueueMsgReplyinstance is used by a queue for replying to aReceiveRequestby sending a message to a client.classReceiveRequestAReceiveRequestinstance is used by a client agent for requesting a message on a queue.classReconnectSubscribersNotUsed by ElasticTopicclassRequestGroupNotclassSubscribeReplyASubscribeReplyinstance is used by a topic agent for acknowledging aSubscribeRequestnotification.classSubscribeRequestASubscribeRequestinstance is used by a client agent for subscribing to a topic.classTopicDeliveryTimeNotclassTopicForwardNotATopicForwardNotis a notification sent by a topic to another topic part of the same cluster, or to its hierarchical father, and holding a forwardedClientMessagesnotification.classTopicMsgsReplyATopicMsgsReplyinstance is used by a topic for sending messages to an agent client which subscribed to it.classUnsubscribeRequestAnUnsubscribeRequestinstance is used by a client agent for unsubscribing to a topic.classWakeUpNotMethods in org.objectweb.joram.mom.notifications that return Encodable Modifier and Type Method Description EncodableClientMessages.Factory. createEncodable()EncodableTopicForwardNot.Factory. createEncodable() -
Uses of Encodable in org.objectweb.joram.mom.proxies
Classes in org.objectweb.joram.mom.proxies that implement Encodable Modifier and Type Class Description classAdminNotificationAnAdminNotificationis sent during initialization by an administrator's proxy for registering to the local administration topic.classClientContextTheClientContextclass holds the data related to a connection context.classClientSubscriptionTheClientSubscriptionclass holds the data of a client subscription, and the methods managing the delivery and acknowledgement of the messages.classCloseConnectionNotclassCloseConnectionNot2classGetConnectionNotclassOpenConnectionNotclassProxyRequestGroupNotclassRequestNotclassResetCollocatedConnectionsNotclassReturnConnectionNotclassSendRepliesNotclassSendReplyNot(package private) classSyncReplyASyncReplyis a notification used by a proxy for synchronizing a reply.classUserAgentTheUserAgentclass implements the MOM proxy behaviour, basically forwarding client requests to MOM destinations and MOM destinations replies to clients.classUserAgentArrivalState(package private) classXidTheXidinternal class is a utility class representing a global transaction identifier.Methods in org.objectweb.joram.mom.proxies that return Encodable Modifier and Type Method Description EncodableClientContext.ClientContextFactory. createEncodable()EncodableClientSubscription.ClientSubscriptionFactory. createEncodable()EncodableUserAgent.UserAgentFactory. createEncodable()EncodableUserAgentArrivalState.UserAgentArrivalStateFactory. createEncodable() -
Uses of Encodable in org.objectweb.joram.mom.util
Classes in org.objectweb.joram.mom.util that implement Encodable Modifier and Type Class Description classMessageIdListImplclassSynchronousAgentDeprecated.Methods in org.objectweb.joram.mom.util that return Encodable Modifier and Type Method Description EncodableMessageIdListImpl.MessageIdListImplEncodableFactory. createEncodable()EncodableMessageIdListImplFactory. createEncodable() -
Uses of Encodable in org.objectweb.joram.shared.client
Classes in org.objectweb.joram.shared.client that implement Encodable Modifier and Type Class Description classAbstractJmsMessageAnAbstractJmsMessageis a message exchanged between a Joram client and its proxy.classAbstractJmsReplyAnAbstractJmsReplyis sent by a proxy to a Joram client as a reply to anAbstractJmsRequest.classAbstractJmsRequestAnAbstractJmsRequestis a request sent by a Joram client to its proxy.classActivateConsumerRequestclassAddClientIDReplyAAddClientIDReplyreplies to aAddClientIDRequest.classAddClientIDRequestAAddClientIDRequestis sent by an setClientID onConnection.classCnxCloseReplyACnxCloseReplyreplies to aCnxCloseRequest.classCnxCloseRequestACnxCloseRequestis sent by a closing SOAP connection.classCnxConnectReplyACnxConnectReplyis sent by a JMS proxy as a reply to a connectionCnxConnectRequestand holds the connection's key and the proxy identifier.classCnxConnectRequestACnxConnectRequestis sent by an openingConnection.classCnxStartRequestACnxStartRequestrequest is sent by a startingConnection.classCnxStopRequestACnxStopRequestis sent by a stoppingConnection.classCommitRequestclassConsumerAckRequestAConsumerAckRequestinstance is used by aMessageConsumerfor acknowledging a received message.classConsumerCloseSubRequestAConsumerCloseSubRequestis sent by a closing durableTopicSubscriber.classConsumerDenyRequestAConsumerDenyRequestinstance is used by aMessageConsumerfor denying a received message.classConsumerMessagesAConsumerMessagesis used by a JMS proxy for sending messages to a consumer.classConsumerReceiveRequestAConsumerReceiveRequestis sent by aMessageConsumerwhen requesting a message.classConsumerSetListRequestAConsumerSetListRequestis sent by aMessageConsumeron which a message listener is set.classConsumerSubRequestAConsumerSubRequestis sent by a constructingMessageConsumerdestinated to consume messages on a topic.classConsumerUnsetListRequestAConsumerUnsetListRequestis sent by aMessageConsumerwhich listener is unset.classConsumerUnsubRequestAConsumerUnsubRequestis sent by a closing temporaryMessageConsumeron a topic, or by aSessionunsubscribing a durable subscriber.classGetAdminTopicReplyAGetAdminTopicReplyis sent by an administrator proxy for notifying an administrator client of the identifier of the local admin topic.classGetAdminTopicRequestAGetAdminTopicRequestis sent by a session for retrieving the identifier of the local admin topic.classJmsRequestGroupclassMomExceptionReplyAMomExceptionReplyinstance is used by a JMS client proxy to send aMomExceptionback to a JMS client.classPingRequestclassProducerMessagesAProducerMessagesinstance is sent by aMessageProducerwhen sending messages.classQBrowseReplyAQBrowseReplyinstance is used by a JMS client proxy for forwarding aBrowseReplydestination notification, actually replying to a clientQBrowseRequest.classQBrowseRequestAQBrowseRequestinstance is sent by aQueueBrowserwhen requesting an enumeration.classServerReplyAServerReplyis used by a JMS proxy for acknowledging the receipt of a synchronousAbstractJmsRequestrequest.classSessAckRequestASessAckRequestinstance is used by aSessionfor acknowledging the messages it consumed.classSessCreateDestReplyASessCreateTDReplyis used by a JMS proxy for replying to aSessCreate<TQ/TT>Request.classSessCreateDestRequestASessCreateDestRequestis sent by aSessionfor creating a destination.classSessDenyRequestASessDenyRequestinstance is used by aSessionfor denying the messages it consumed.classTempDestDeleteRequestATempDestDeleteRequestinstance is sent by a deleting temporary destination.classXACnxCommitAnXACnxCommitinstance is used by anXAConnectionfor commiting the messages and acknowledgements it sent to the proxy.classXACnxPrepareAnXACnxPrepareinstance is used by anXAConnectionfor sending messages and acknowledgements to the proxy.classXACnxRecoverReplyAXACnxRecoverReplyreplies to aXACnxRecoverRequestand carries transaction identifiers.classXACnxRecoverRequestAXACnxRecoverRequestinstance is used by anXACnxionfor recovering the identifiers of the TM's prepared transactions.classXACnxRollbackAnXACnxRollbackinstance is used by anXAConnectionfor rolling back the operations performed during a transaction. -
Uses of Encodable in org.objectweb.joram.shared.messages
Classes in org.objectweb.joram.shared.messages that implement Encodable Modifier and Type Class Description classMessageImplements theMessagedata structure. -
Uses of Encodable in org.ow2.joram.mom.amqp
Classes in org.ow2.joram.mom.amqp that implement Encodable Modifier and Type Class Description classAMQPAgentAnAMQPAgentis responsible of the communications with other Joram AMQP servers.classAMQPRequestNotNotification used to make a request to another Joram AMQP server.classAMQPResponseNotNotification used to answer a request coming from another Joram AMQP server.classRestartNotNotification used to tell other Joram AMQP servers that a server has restarted.
-