public static class FixMessagePool.FixMessageContainer extends Object implements Externalizable
| Modifier and Type | Field and Description |
|---|---|
static int |
AVAILABLE_STATE |
static int |
IN_USE_STATE |
| Constructor and Description |
|---|
FixMessagePool.FixMessageContainer(FixMessage fixMessage) |
| Modifier and Type | Method and Description |
|---|---|
FixMessage |
getFixMessage() |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
public static final int AVAILABLE_STATE
public static final int IN_USE_STATE
public FixMessagePool.FixMessageContainer(FixMessage fixMessage)
public FixMessage getFixMessage()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2015. All rights reserved.