public class ReferenceActionLink
extends java.lang.Object
| Constructor and Description |
|---|
ReferenceActionLink(ThingReference r,
ActionImpl local_a,
Action a,
long jd) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkTicks()
check whether this link requests Action to be applied
|
Action |
getAction() |
ActionImpl |
getLocalAction() |
java.lang.String |
getName() |
ThingReference |
getThingReference() |
boolean |
peekTicks()
returns true if there is an action pending
|
void |
setTicks()
sync consumer's tick count with producer's tick count
|
public ReferenceActionLink(ThingReference r, ActionImpl local_a, Action a, long jd) throws java.rmi.RemoteException, VisADException
java.rmi.RemoteExceptionVisADExceptionpublic ThingReference getThingReference()
public ActionImpl getLocalAction()
public Action getAction()
public java.lang.String getName()
public void setTicks()
public boolean peekTicks()
public boolean checkTicks()