com.sentilla.io
Class NetworkSerializeMessage

java.lang.Object
  extended by com.sentilla.io.HostMessage
      extended by com.sentilla.io.NetworkSerializeMessage
All Implemented Interfaces:
Serializable

public class NetworkSerializeMessage
extends HostMessage

See Also:
Serialized Form

Field Summary
static int DESERIALIZE_MESSAGE
           
static int GET_CLASS_BYTES_MESSAGE
           
static int SERIALIZE_MESSAGE
           
static int STATUS_FAILURE
           
static int STATUS_SUCCESS
           
 
Fields inherited from class com.sentilla.io.HostMessage
messageType, msgId, obj, returnStatus
 
Constructor Summary
NetworkSerializeMessage()
           
 
Method Summary
 boolean isSerialized()
           
 void setSerialized(boolean b)
           
 
Methods inherited from class com.sentilla.io.HostMessage
getMessageType, getMsgId, getObject, getReturnStatus, setMessageType, setObject, setReturnStatus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STATUS_SUCCESS

public static final int STATUS_SUCCESS
See Also:
Constant Field Values

STATUS_FAILURE

public static final int STATUS_FAILURE
See Also:
Constant Field Values

SERIALIZE_MESSAGE

public static final int SERIALIZE_MESSAGE
See Also:
Constant Field Values

DESERIALIZE_MESSAGE

public static final int DESERIALIZE_MESSAGE
See Also:
Constant Field Values

GET_CLASS_BYTES_MESSAGE

public static final int GET_CLASS_BYTES_MESSAGE
See Also:
Constant Field Values
Constructor Detail

NetworkSerializeMessage

public NetworkSerializeMessage()
Method Detail

isSerialized

public boolean isSerialized()

setSerialized

public void setSerialized(boolean b)


Copyright © 2007 Sentilla Corporation. All Rights Reserved.