|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StatusEnum | |
---|---|
org.otfeed.protocol | Contains the implementation classes. |
org.otfeed.protocol.request | Contains the implementation classes. |
Uses of StatusEnum in org.otfeed.protocol |
---|
Methods in org.otfeed.protocol that return StatusEnum | |
---|---|
static StatusEnum |
StatusEnum.decode(int code)
|
static StatusEnum |
StatusEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static StatusEnum[] |
StatusEnum.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Uses of StatusEnum in org.otfeed.protocol.request |
---|
Methods in org.otfeed.protocol.request that return StatusEnum | |
---|---|
StatusEnum |
Header.getStatus()
|
static StatusEnum |
Util.readStatusEnum(java.nio.ByteBuffer in)
|
Methods in org.otfeed.protocol.request with parameters of type StatusEnum | |
---|---|
void |
Header.setStatus(StatusEnum val)
|
Constructors in org.otfeed.protocol.request with parameters of type StatusEnum | |
---|---|
Header(MessageEnum m,
StatusEnum s,
CommandEnum c,
int r)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |