class SerializedMessage extends Message implements java.io.Serializable
| Modifier and Type | Class and Description |
|---|---|
private static class |
SerializedMessage.AccesibleByteArrayOutputStream |
Message.BounceMessage, Message.PingMessage, Message.PingReplyMessage| Modifier and Type | Field and Description |
|---|---|
private boolean |
isInternalClass |
private SerializedObject |
serializedObject |
destIndex, destVCNLabel, PING_MESSAGE, PING_REPLY_MESSAGE, sourceID, sourceIndex, txReplyChannel| Constructor and Description |
|---|
SerializedMessage(Message msg) |
SerializedMessage(SerializedObject serializedObject,
long destIndex,
long sourceIndex) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
get() |
java.lang.Object |
get(SerializedObject.InputStreamFactory factory) |
byte[] |
getSerializedData() |
private SerializedObject serializedObject
private boolean isInternalClass
public SerializedMessage(Message msg) throws java.io.NotSerializableException, java.io.IOException
java.io.NotSerializableExceptionjava.io.IOExceptionSerializedMessage(SerializedObject serializedObject, long destIndex, long sourceIndex)
public byte[] getSerializedData()
public java.lang.Object get()
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundExceptionjava.io.IOExceptionpublic java.lang.Object get(SerializedObject.InputStreamFactory factory) throws java.lang.ClassNotFoundException, java.io.IOException
java.lang.ClassNotFoundExceptionjava.io.IOException