Package | Description |
---|---|
org.apache.qpid.transport |
Modifier and Type | Method and Description |
---|---|
static SessionDetachCode |
SessionDetachCode.get(short value) |
SessionDetachCode |
SessionDetached.getCode() |
SessionDetachCode |
Session.getDetachCode() |
static SessionDetachCode |
SessionDetachCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SessionDetachCode[] |
SessionDetachCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SessionDetached |
SessionDetached.code(SessionDetachCode value) |
SessionDetached |
SessionDetached.setCode(SessionDetachCode value) |
void |
Session.setDetachCode(SessionDetachCode dtc) |
Constructor and Description |
---|
SessionDetached(byte[] name,
SessionDetachCode code,
Option... _options) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.