apps.mtdesktop.messages
Class SnapshotMessage
java.lang.Object
synergynetframework.appsystem.services.net.tablecomms.messages.TableMessage
synergynetframework.appsystem.services.net.tablecomms.messages.application.ApplicationMessage
synergynetframework.appsystem.services.net.tablecomms.messages.application.UnicastApplicationMessage
apps.mtdesktop.messages.SnapshotMessage
- All Implemented Interfaces:
- java.io.Serializable, Message
public class SnapshotMessage
- extends UnicastApplicationMessage
The Class SnapshotMessage.
- See Also:
- Serialized Form
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 |
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 classtargetTableId
- the target table idbytes
- the bytes
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