com.sentilla.platform.cmote
Class ByteBufferMessage

java.lang.Object
  extended by com.sentilla.io.HostMessage
      extended by com.sentilla.platform.cmote.ByteBufferMessage
All Implemented Interfaces:
Serializable

public class ByteBufferMessage
extends HostMessage

See Also:
Serialized Form

Field Summary
 ByteBuffer buffer
           
 int port
           
 
Fields inherited from class com.sentilla.io.HostMessage
messageType, msgId, obj, returnStatus
 
Constructor Summary
ByteBufferMessage(ByteBuffer buffer, int port)
           
 
Method Summary
 
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

port

public int port

buffer

public ByteBuffer buffer
Constructor Detail

ByteBufferMessage

public ByteBufferMessage(ByteBuffer buffer,
                         int port)


Copyright © 2007 Sentilla Corporation. All Rights Reserved.