apps.mtdesktop.messages
Class SnapshotMessage

java.lang.Object
  extended by synergynetframework.appsystem.services.net.tablecomms.messages.TableMessage
      extended by synergynetframework.appsystem.services.net.tablecomms.messages.application.ApplicationMessage
          extended by synergynetframework.appsystem.services.net.tablecomms.messages.application.UnicastApplicationMessage
              extended by apps.mtdesktop.messages.SnapshotMessage
All Implemented Interfaces:
java.io.Serializable, Message

public class SnapshotMessage
extends UnicastApplicationMessage

The Class SnapshotMessage.

See Also:
Serialized Form

Constructor Summary
SnapshotMessage()
          Instantiates a new snapshot message.
SnapshotMessage(java.lang.Class<?> targetClass, TableIdentity targetTableId, byte[] bytes)
          Instantiates a new snapshot message.
 
Method Summary
 byte[] getImageBytes()
          Gets the image bytes.
 void setImageBytes(byte[] bytes)
          Sets the image bytes.
 
Methods inherited from class synergynetframework.appsystem.services.net.tablecomms.messages.application.UnicastApplicationMessage
getRecipient, setRecipient
 
Methods inherited from class synergynetframework.appsystem.services.net.tablecomms.messages.application.ApplicationMessage
getTargetClassName, setTargetClassName
 
Methods inherited from class synergynetframework.appsystem.services.net.tablecomms.messages.TableMessage
getSender
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SnapshotMessage

public SnapshotMessage()
Instantiates a new snapshot message.


SnapshotMessage

public SnapshotMessage(java.lang.Class<?> targetClass,
                       TableIdentity targetTableId,
                       byte[] bytes)
Instantiates a new snapshot message.

Parameters:
targetClass - the target class
targetTableId - the target table id
bytes - the bytes
Method Detail

getImageBytes

public byte[] getImageBytes()
Gets the image bytes.

Returns:
the image bytes

setImageBytes

public void setImageBytes(byte[] bytes)
Sets the image bytes.

Parameters:
bytes - the new image bytes