Endpoint

Undocumented in source.

Members

Functions

close
void close()

transition local state to CLOSED

free
void free()

free the endpoint and any associated resources

getCondition
ErrorCondition getCondition()

@return the local endpoint error, or null if there is none

getContext
Object getContext()

@see #setContext(Object)

getLocalState
EndpointState getLocalState()

@return the local endpoint state

getRemoteCondition
ErrorCondition getRemoteCondition()

@return the remote endpoint error, or null if there is none

getRemoteState
EndpointState getRemoteState()

@return the remote endpoint state (as last communicated)

open
void open()

transition local state to ACTIVE

setCondition
void setCondition(ErrorCondition condition)

Set the local error condition @param condition

setContext
void setContext(Object o)

Sets an arbitrary an application owned object on the end-point. This object is not used by Proton.

Inherited Members

From Extendable

attachments
Record attachments()
Undocumented in source.

Meta