synergynetframework.appsystem.services.net.tablecomms.common
Class ObjectQueueEntry

java.lang.Object
  extended by synergynetframework.appsystem.services.net.tablecomms.common.ObjectQueueEntry

public class ObjectQueueEntry
extends java.lang.Object

The Class ObjectQueueEntry.


Constructor Summary
ObjectQueueEntry(java.lang.Object obj, ConnectionHandler handler)
          Instantiates a new object queue entry.
 
Method Summary
 ConnectionHandler getHandler()
          Gets the handler.
 java.lang.Object getObj()
          Gets the obj.
 void setHandler(ConnectionHandler handler)
          Sets the handler.
 void setObj(java.lang.Object obj)
          Sets the obj.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectQueueEntry

public ObjectQueueEntry(java.lang.Object obj,
                        ConnectionHandler handler)
Instantiates a new object queue entry.

Parameters:
obj - the obj
handler - the handler
Method Detail

getHandler

public ConnectionHandler getHandler()
Gets the handler.

Returns:
the handler

getObj

public java.lang.Object getObj()
Gets the obj.

Returns:
the obj

setHandler

public void setHandler(ConnectionHandler handler)
Sets the handler.

Parameters:
handler - the new handler

setObj

public void setObj(java.lang.Object obj)
Sets the obj.

Parameters:
obj - the new obj