ProtonJEndpoint

Undocumented in source.
interface ProtonJEndpoint : Endpoint

Inherited Members

From Endpoint

getLocalState
EndpointState getLocalState()

@return the local endpoint state

getRemoteState
EndpointState getRemoteState()

@return the remote endpoint state (as last communicated)

getCondition
ErrorCondition getCondition()

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

setCondition
void setCondition(ErrorCondition condition)

Set the local error condition @param condition

getRemoteCondition
ErrorCondition getRemoteCondition()

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

free
void free()

free the endpoint and any associated resources

open
void open()

transition local state to ACTIVE

close
void close()

transition local state to CLOSED

setContext
void setContext(Object o)

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

getContext
Object getContext()

@see #setContext(Object)

Meta