Retrieves the attachments record, upon which application items can be set/retrieved.
Closes the AMQP link, i.e. allows the Detach frame to be emitted with closed=true set.
Sets a handler for when an AMQP Detach frame with closed=true is received from the remote peer.
Detaches the AMQP link, i.e. allows the Detach frame to be emitted with closed=false.
Sets a handler for when an AMQP Detach frame with closed=false is received from the remote peer.
Tidies up related link resources when complete with use. Call only after the link is finished with, e.g. locally and remotely closed.
Gets the local ErrorCondition object.
Retrieves the current amount of credit.
Retrieves the current value of link 'drain' flag.
Gets the local link max message size.
Retrieves the link name
Gets the local QOS config.
Retrieves the current number of queued messages.
Retrieves the remote address from the remote terminus (source for receivers, target for senders). Only useful to call after the link has remotely opened.
Gets the remote ErrorCondition object.
Gets the remote desired capabilities, as conveyed from the peer via the Attach frame when attaching the link to the session.
Gets the remote link max message size, as conveyed from the peer via the Attach frame when attaching the link to the session.
Gets the remote offered capabilities, as conveyed from the peer via the Attach frame when attaching the link to the session.
Gets the remote link properties, as conveyed from the peer via the Attach frame when attaching the link to the session.
Gets the remote QOS config.
Gets the current remote source config. Only useful to call after the link has remotely opened.
Gets the current remote target config. Only useful to call after the link has remotely opened.
Gets the session this link is on. @return the session
Gets the current local source config.
Gets the current local target config.
Check whether the link is locally open.
Opens the AMQP link, i.e. allows the Attach frame to be emitted. Typically used after any additional configuration is performed on the object.
Sets a handler for when an AMQP Attach frame is received from the remote peer.
Sets the local ErrorCondition object.
Sets the desired capabilities, to be conveyed to the peer via the Attach frame when attaching the link to the session.
Sets the local link max message size, to be conveyed to the peer via the Attach frame when attaching the link to the session. Null or 0 means no limit.
Sets the offered capabilities, to be conveyed to the peer via the Attach frame when attaching the link to the session.
Sets the link properties, to be conveyed to the peer via the Attach frame when attaching the link to the session.
Sets the local QOS config.
Sets the current local source config. Only useful to call before the link has locally opened.
Sets the current local target config. Only useful to call before the link has locally opened.
@author <a href="http://tfox.org">Tim Fox</a>