Uses of Interface
fr.dyade.aaa.common.encoding.Encoder
-
Packages that use Encoder Package Description fr.dyade.aaa.agent fr.dyade.aaa.common.encoding fr.dyade.aaa.common.stream 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. -
-
Uses of Encoder in fr.dyade.aaa.agent
Methods in fr.dyade.aaa.agent with parameters of type Encoder Modifier and Type Method Description voidAgent. encode(Encoder encoder)Encodes the object.voidAgentId. encode(Encoder encoder)Encodes the object.voidMessage. encode(Encoder encoder)voidNotification. encode(Encoder encoder)Encodes the object. -
Uses of Encoder in fr.dyade.aaa.common.encoding
Classes in fr.dyade.aaa.common.encoding that implement Encoder Modifier and Type Class Description classByteBufferEncoderEncoder using a byte buffer.Methods in fr.dyade.aaa.common.encoding with parameters of type Encoder Modifier and Type Method Description voidEncodable. encode(Encoder encoder)Encodes the content of this objectvoidEncodableInteger. encode(Encoder encoder)voidEncodedString. encode(Encoder encoder)voidEncodedStringList. encode(Encoder encoder)voidSerializableWrapper. encode(Encoder encoder)voidStringPair. encode(Encoder encoder)static voidEncodableHelper. encodeProperties(Properties properties, Encoder encoder) -
Uses of Encoder in fr.dyade.aaa.common.stream
Methods in fr.dyade.aaa.common.stream with parameters of type Encoder Modifier and Type Method Description voidProperties. encode(Encoder encoder)static voidStreamUtil. encodeValue(Object obj, Encoder encoder) -
Uses of Encoder in org.objectweb.joram.mom.dest
Methods in org.objectweb.joram.mom.dest with parameters of type Encoder Modifier and Type Method Description voidDestination. encode(Encoder encoder)voidQueue. encode(Encoder encoder)voidQueueArrivalState. encode(Encoder encoder)voidQueueDelivery. encode(Encoder encoder)voidQueueDeliveryTable. encode(Encoder encoder)Do not encode the transient messages. -
Uses of Encoder in org.objectweb.joram.mom.messages
Methods in org.objectweb.joram.mom.messages with parameters of type Encoder Modifier and Type Method Description voidMessage. encode(Encoder encoder)Encode the message. -
Uses of Encoder in org.objectweb.joram.mom.notifications
Methods in org.objectweb.joram.mom.notifications with parameters of type Encoder Modifier and Type Method Description voidAbstractNotification. encode(Encoder encoder)voidAbstractRequestNot. encode(Encoder encoder)voidClientMessages. encode(Encoder encoder)voidReceiveRequest. encode(Encoder encoder)voidTopicForwardNot. encode(Encoder encoder) -
Uses of Encoder in org.objectweb.joram.mom.proxies
Methods in org.objectweb.joram.mom.proxies with parameters of type Encoder Modifier and Type Method Description voidClientContext. encode(Encoder encoder)voidClientSubscription. encode(Encoder encoder)voidUserAgent. encode(Encoder encoder)voidUserAgentArrivalState. encode(Encoder encoder)voidXid. encode(Encoder encoder) -
Uses of Encoder in org.objectweb.joram.mom.util
Methods in org.objectweb.joram.mom.util with parameters of type Encoder Modifier and Type Method Description voidMessageIdListImpl. encode(Encoder encoder) -
Uses of Encoder in org.objectweb.joram.shared.client
Methods in org.objectweb.joram.shared.client with parameters of type Encoder Modifier and Type Method Description voidAbstractJmsReply. encode(Encoder encoder)voidAbstractJmsRequest. encode(Encoder encoder)voidProducerMessages. encode(Encoder encoder)voidSessAckRequest. encode(Encoder encoder)voidXACnxPrepare. encode(Encoder encoder) -
Uses of Encoder in org.objectweb.joram.shared.messages
Methods in org.objectweb.joram.shared.messages with parameters of type Encoder Modifier and Type Method Description voidMessage. encode(Encoder encoder)Encode this shared messagevoidMessage. encode(Encoder encoder, boolean replace, byte[] body2)This method is necessary to distinguish the purpose of encoding, persistence or otherwise.static voidMessage. encodeMessageVector(Vector<Message> messages, Encoder encoder)
-