ninja.activeproxy.path.description
Class RuntimeDescription

java.lang.Object
  |
  +--ninja.activeproxy.path.description.ElementDescription
        |
        +--ninja.activeproxy.path.description.RuntimeDescription

public class RuntimeDescription
extends ElementDescription

Description of runtime.

See Also:
Serialized Form

Field Summary
private  java.lang.Object instance
           
 
Fields inherited from class ninja.activeproxy.path.description.ElementDescription
attributes, children, type
 
Constructor Summary
RuntimeDescription()
          Constructs a RuntimeDescription.
 
Method Summary
 java.lang.Object getInstance()
          Returns the remote instance object for this runtime.
 void setInstance(java.lang.Object obj)
          Sets the remote instance object for this runtime.
 
Methods inherited from class ninja.activeproxy.path.description.ElementDescription
addChild, addChildren, getAllAttributes, getAttr, getChildren, getChildrenByType, getType, removeChild, removeChildrenByType, setAttr
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

instance

private java.lang.Object instance
Constructor Detail

RuntimeDescription

public RuntimeDescription()
Constructs a RuntimeDescription.
Method Detail

setInstance

public void setInstance(java.lang.Object obj)
Sets the remote instance object for this runtime.
Parameters:
obj - remote instance.

getInstance

public java.lang.Object getInstance()
Returns the remote instance object for this runtime.
Returns:
the remote instance object for this runtime.