- getCharEncName() - Method in class com.adaptris.core.tibrv.StandardRendezvousTranslator
-
Returns the name that (optional) character encoding details are stored
against in TibrvMsg
.
- getConfirmationSubject() - Method in class com.adaptris.tibrv.CertifiedRendezvousClient
-
Returns the optional confirmation subject.
- getDaemon() - Method in class com.adaptris.tibrv.RendezvousClientImp
-
Returns the rvd
daemon to connect to.
- getDeliveryTimeLimit() - Method in class com.adaptris.tibrv.CertifiedRendezvousClient
-
Return the delivery time limit in seconds.
- getLedgerFileName() - Method in class com.adaptris.tibrv.CertifiedRendezvousClient
-
Returns the name of the file to use as a ledger file.
- getMetadataName() - Method in class com.adaptris.core.tibrv.StandardRendezvousTranslator
-
Returns the name that the child TibrvMsg
containing metadata
is stored against in the parent TibrvMsg
.
- getNetwork() - Method in class com.adaptris.tibrv.RendezvousClientImp
-
Returns the network interface to use.
- getPayloadName() - Method in class com.adaptris.core.tibrv.StandardRendezvousTranslator
-
Returns the name that the payload is stored against in
TibrvMsg
.
- getQueueName() - Method in class com.adaptris.tibrv.RendezvousClientImp
-
Returns the name of the TibrvQueue
to use for events.
- getRendezvousClient() - Method in class com.adaptris.core.tibrv.RendezvousConsumer
-
Returns the RendezvousClient
to use.
- getRendezvousClient() - Method in class com.adaptris.core.tibrv.RendezvousProducer
-
Returns the RendezvousClient
to use.
- getRendezvousTranslator() - Method in class com.adaptris.core.tibrv.RendezvousConsumer
-
Returns the RendezvousTranslator
to use.
- getRendezvousTranslator() - Method in class com.adaptris.core.tibrv.RendezvousProducer
-
Returns the RendezvousTranslator
to use.
- getRequestOld() - Method in class com.adaptris.tibrv.CertifiedRendezvousClient
-
If request old is true, when consumers which use this client start up
they will request messages which were delivered while they were not
running.
- getService() - Method in class com.adaptris.tibrv.RendezvousClientImp
-
Returns the service to use.
- getUniqueIdName() - Method in class com.adaptris.core.tibrv.StandardRendezvousTranslator
-
Returns the name that the message unique ID is stored against in
TibrvMsg
.
- getUniqueName() - Method in class com.adaptris.tibrv.CertifiedRendezvousClient
-
Returns the name of the underlying certified transport, which must be
unique in the context of all certified transports in the system.
- send(TibrvMsg) - Method in class com.adaptris.tibrv.CertifiedRendezvousClient
-
- send(TibrvMsg) - Method in interface com.adaptris.tibrv.RendezvousClient
-
Sends the passed TibrvMsg
.
- send(TibrvMsg) - Method in class com.adaptris.tibrv.RendezvousClientImp
-
- setCharEncName(String) - Method in class com.adaptris.core.tibrv.StandardRendezvousTranslator
-
Sets the name that (optional) character encoding details are stored against
in TibrvMsg
.
- setConfirmationSubject(String) - Method in class com.adaptris.tibrv.CertifiedRendezvousClient
-
Sets the optional confirmation subject.
- setDaemon(String) - Method in class com.adaptris.tibrv.RendezvousClientImp
-
Sets the rvd
daemon to connect to.
- setDeliveryTimeLimit(long) - Method in class com.adaptris.tibrv.CertifiedRendezvousClient
-
Sets the delivery time limit in seconds.
- setLedgerFileName(String) - Method in class com.adaptris.tibrv.CertifiedRendezvousClient
-
Sets the name of the file to use as a ledger file.
- setMetadataName(String) - Method in class com.adaptris.core.tibrv.StandardRendezvousTranslator
-
Sets the name that the child TibrvMsg
containing metadata is
stored against in the parent TibrvMsg
.
- setNetwork(String) - Method in class com.adaptris.tibrv.RendezvousClientImp
-
Sets the network interface to use.
- setPayloadName(String) - Method in class com.adaptris.core.tibrv.StandardRendezvousTranslator
-
Sets the name that the payload is stored against in TibrvMsg
.
- setQueueName(String) - Method in class com.adaptris.tibrv.RendezvousClientImp
-
Sets the name of the TibrvQueue
to use for events.
- setRendezvousClient(RendezvousClient) - Method in class com.adaptris.core.tibrv.RendezvousConsumer
-
Sets the RendezvousClient
to use.
- setRendezvousClient(RendezvousClient) - Method in class com.adaptris.core.tibrv.RendezvousProducer
-
Sets the RendezvousClient
to use.
- setRendezvousTranslator(RendezvousTranslator) - Method in class com.adaptris.core.tibrv.RendezvousConsumer
-
Sets the the RendezvousTranslator
to use.
- setRendezvousTranslator(RendezvousTranslator) - Method in class com.adaptris.core.tibrv.RendezvousProducer
-
Sets the the RendezvousTranslator
to use.
- setRequestOld(boolean) - Method in class com.adaptris.tibrv.CertifiedRendezvousClient
-
If request old is true, when consumers which use this client start up
they will request messages which were delivered while they were not
running.
- setService(String) - Method in class com.adaptris.tibrv.RendezvousClientImp
-
Sets the service to use.
- setUniqueIdName(String) - Method in class com.adaptris.core.tibrv.StandardRendezvousTranslator
-
Sets the name that the message unique ID is stored against in
TibrvMsg
.
- setUniqueName(String) - Method in class com.adaptris.tibrv.CertifiedRendezvousClient
-
Sets the name of the underlying certified transport, which must be
unique in the context of all certified transports in the system.
- StandardRendezvousClient - Class in com.adaptris.tibrv
-
Implementation of RendezvousClient
which provides reliable message delivery.
- StandardRendezvousClient() - Constructor for class com.adaptris.tibrv.StandardRendezvousClient
-
- StandardRendezvousTranslator - Class in com.adaptris.core.tibrv
-
Implementation of RendezvousTranslator
which stores AdaptrisMessage
's payload against a
TibrvMsg
field of type TibrvMsg.OPAQUE
, and unique ID and char encoding against fields of type
TibrvMsg.STRING
.
- StandardRendezvousTranslator() - Constructor for class com.adaptris.core.tibrv.StandardRendezvousTranslator
-
Creates a new instance.
- start() - Method in class com.adaptris.core.tibrv.RendezvousConsumer
-
- start() - Method in class com.adaptris.core.tibrv.RendezvousProducer
-
- start() - Method in interface com.adaptris.tibrv.RendezvousClient
-
Start message delivery.
- start() - Method in class com.adaptris.tibrv.RendezvousClientImp
-
- stop() - Method in class com.adaptris.core.tibrv.RendezvousConsumer
-
- stop() - Method in class com.adaptris.core.tibrv.RendezvousProducer
-
- stop() - Method in interface com.adaptris.tibrv.RendezvousClient
-
Stop message delivery.
- stop() - Method in class com.adaptris.tibrv.RendezvousClientImp
-