Uses of Interface
fr.dyade.aaa.common.encoding.Decoder
-
Packages that use Decoder 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 Decoder in fr.dyade.aaa.agent
Methods in fr.dyade.aaa.agent with parameters of type Decoder Modifier and Type Method Description voidAgent. decode(Decoder decoder)Decodes the object.voidAgentId. decode(Decoder decoder)Decodes the object.voidMessage. decode(Decoder decoder)voidNotification. decode(Decoder decoder)Decodes the object. -
Uses of Decoder in fr.dyade.aaa.common.encoding
Classes in fr.dyade.aaa.common.encoding that implement Decoder Modifier and Type Class Description classByteBufferDecoderDecoder using a byte buffer.Methods in fr.dyade.aaa.common.encoding with parameters of type Decoder Modifier and Type Method Description voidEncodable. decode(Decoder decoder)Decodes the content of this objectvoidEncodableInteger. decode(Decoder decoder)voidEncodedString. decode(Decoder decoder)voidEncodedStringList. decode(Decoder decoder)voidSerializableWrapper. decode(Decoder decoder)voidStringPair. decode(Decoder decoder)static PropertiesEncodableHelper. decodeProperties(Decoder decoder) -
Uses of Decoder in fr.dyade.aaa.common.stream
Methods in fr.dyade.aaa.common.stream with parameters of type Decoder Modifier and Type Method Description voidProperties. decode(Decoder decoder)static ObjectStreamUtil. decodeValue(Decoder decoder) -
Uses of Decoder in org.objectweb.joram.mom.dest
Methods in org.objectweb.joram.mom.dest with parameters of type Decoder Modifier and Type Method Description voidDestination. decode(Decoder decoder)voidQueue. decode(Decoder decoder)voidQueueArrivalState. decode(Decoder decoder)voidQueueDelivery. decode(Decoder decoder)voidQueueDeliveryTable. decode(Decoder decoder) -
Uses of Decoder in org.objectweb.joram.mom.messages
Methods in org.objectweb.joram.mom.messages with parameters of type Decoder Modifier and Type Method Description voidMessage. decode(Decoder decoder)Decode the message, if needed, is done during encoding, but the decryption is done in load method. -
Uses of Decoder in org.objectweb.joram.mom.notifications
Methods in org.objectweb.joram.mom.notifications with parameters of type Decoder Modifier and Type Method Description voidAbstractNotification. decode(Decoder decoder)voidAbstractRequestNot. decode(Decoder decoder)voidClientMessages. decode(Decoder decoder)voidReceiveRequest. decode(Decoder decoder)voidTopicForwardNot. decode(Decoder decoder) -
Uses of Decoder in org.objectweb.joram.mom.proxies
Methods in org.objectweb.joram.mom.proxies with parameters of type Decoder Modifier and Type Method Description voidClientContext. decode(Decoder decoder)voidClientSubscription. decode(Decoder decoder)voidUserAgent. decode(Decoder decoder)voidUserAgentArrivalState. decode(Decoder decoder)voidXid. decode(Decoder decoder) -
Uses of Decoder in org.objectweb.joram.mom.util
Methods in org.objectweb.joram.mom.util with parameters of type Decoder Modifier and Type Method Description voidMessageIdListImpl. decode(Decoder decoder) -
Uses of Decoder in org.objectweb.joram.shared.client
Methods in org.objectweb.joram.shared.client with parameters of type Decoder Modifier and Type Method Description voidAbstractJmsReply. decode(Decoder decoder)voidAbstractJmsRequest. decode(Decoder decoder)voidProducerMessages. decode(Decoder decoder)voidSessAckRequest. decode(Decoder decoder)voidXACnxPrepare. decode(Decoder decoder) -
Uses of Decoder in org.objectweb.joram.shared.messages
Methods in org.objectweb.joram.shared.messages with parameters of type Decoder Modifier and Type Method Description voidMessage. decode(Decoder decoder)static Vector<Message>Message. decodeMessageVector(Decoder decoder)
-