|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsynergynetframework.appsystem.services.net.tablecomms.common.ObjectQueueEntry
public class ObjectQueueEntry
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 |
---|
public ObjectQueueEntry(java.lang.Object obj, ConnectionHandler handler)
obj
- the objhandler
- the handlerMethod Detail |
---|
public ConnectionHandler getHandler()
public java.lang.Object getObj()
public void setHandler(ConnectionHandler handler)
handler
- the new handlerpublic void setObj(java.lang.Object obj)
obj
- the new obj
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |