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.Object
Proxy 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.Object
getAccessorClass()
java.lang.Object
getMonitoring()
java.lang.Object
getName()
java.lang.Object
isInitialized()
void
startMonitoring(boolean deep)
void
stopMonitoring()
-
-
-
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
-
-