| Package | Description |
|---|---|
| org.apache.qpid.proton.engine |
| Modifier and Type | Method and Description |
|---|---|
EndpointState |
Endpoint.getLocalState() |
EndpointState |
Endpoint.getRemoteState() |
static EndpointState |
EndpointState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EndpointState[] |
EndpointState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Link |
Connection.linkHead(EnumSet<EndpointState> local,
EnumSet<EndpointState> remote)
Returns the head of the list of links in the specified states.
|
Link |
Connection.linkHead(EnumSet<EndpointState> local,
EnumSet<EndpointState> remote)
Returns the head of the list of links in the specified states.
|
Link |
Link.next(EnumSet<EndpointState> local,
EnumSet<EndpointState> remote) |
Link |
Link.next(EnumSet<EndpointState> local,
EnumSet<EndpointState> remote) |
Session |
Session.next(EnumSet<EndpointState> local,
EnumSet<EndpointState> remote) |
Session |
Session.next(EnumSet<EndpointState> local,
EnumSet<EndpointState> remote) |
Session |
Connection.sessionHead(EnumSet<EndpointState> local,
EnumSet<EndpointState> remote)
Returns the head of the list of sessions in the specified states.
|
Session |
Connection.sessionHead(EnumSet<EndpointState> local,
EnumSet<EndpointState> remote)
Returns the head of the list of sessions in the specified states.
|
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.