|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ka2ddo.yaac.core.LocalObjectTracker.ObjectLink
public static class LocalObjectTracker.ObjectLink
This class maintains an association between a local ObjectReport and the ObjectReportSender used to transmit this object to the network (assuming that the Object is enabled for transmission).
Method Summary | |
---|---|
ObjectReport |
getObject()
Get the ObjectReport associated with this pairing. |
ObjectReportSender |
getOrs()
Get the ObjectReportSender (if any) associated with this pairing's ObjectReport. |
void |
setOrs(ObjectReportSender ors)
Specify a new ObjectReportSender for this pairing's ObjectReport. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public ObjectReport getObject()
public ObjectReportSender getOrs()
public void setOrs(ObjectReportSender ors)
ors
- ObjectReportSender to remember
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |