org.ka2ddo.yaac.core
Class LocalObjectTracker.ObjectLink

java.lang.Object
  extended by org.ka2ddo.yaac.core.LocalObjectTracker.ObjectLink
Enclosing class:
LocalObjectTracker

public static class LocalObjectTracker.ObjectLink
extends java.lang.Object

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

getObject

public ObjectReport getObject()
Get the ObjectReport associated with this pairing.

Returns:
ObjectReport

getOrs

public ObjectReportSender getOrs()
Get the ObjectReportSender (if any) associated with this pairing's ObjectReport.

Returns:
ObjectReportSender

setOrs

public void setOrs(ObjectReportSender ors)
Specify a new ObjectReportSender for this pairing's ObjectReport.

Parameters:
ors - ObjectReportSender to remember