Package ptolemy.actor.lib.jjs
Class JavaScript.AccessorProxy
- java.lang.Object
-
- ptolemy.actor.lib.jjs.JavaScript.AccessorProxy
-
- Enclosing class:
- JavaScript
public class JavaScript.AccessorProxy extends java.lang.ObjectProxy for an accessor for monitoring purposes. This exposes methods that reveal information about the accessor but do not change its state, except for stopMonitoring().
-
-
Constructor Summary
Constructors Constructor Description AccessorProxy(JavaScript actor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetAccessorClass()java.lang.ObjectgetMonitoring()java.lang.ObjectgetName()java.lang.ObjectisInitialized()voidstartMonitoring(boolean deep)voidstopMonitoring()
-
-
-
Constructor Detail
-
AccessorProxy
public AccessorProxy(JavaScript actor)
-
-
Method Detail
-
getAccessorClass
public java.lang.Object getAccessorClass() throws IllegalActionException- Throws:
IllegalActionException
-
getMonitoring
public java.lang.Object getMonitoring() throws IllegalActionException- Throws:
IllegalActionException
-
getName
public java.lang.Object getName() throws IllegalActionException- Throws:
IllegalActionException
-
isInitialized
public java.lang.Object isInitialized() throws IllegalActionException- Throws:
IllegalActionException
-
startMonitoring
public void startMonitoring(boolean deep) throws IllegalActionException- Throws:
IllegalActionException
-
stopMonitoring
public void stopMonitoring() throws IllegalActionException- Throws:
IllegalActionException
-
-