|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.cuni.pogamut.introspection.ScriptProxyManager.EmptyProxy
public static class ScriptProxyManager.EmptyProxy
Introspection proxy doing nothing.
Constructor Summary | |
---|---|
ScriptProxyManager.EmptyProxy()
|
Method Summary | |
---|---|
void |
closeIntrospection()
This should clean up any bindings the IntrospectableProxy might have with the object it introspects to allow GC collect the object. |
IntrospectableProxy[] |
getChildren()
|
java.lang.String |
getName()
|
Property[] |
getProperties()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScriptProxyManager.EmptyProxy()
Method Detail |
---|
public IntrospectableProxy[] getChildren()
getChildren
in interface IntrospectableProxy
public Property[] getProperties()
getProperties
in interface IntrospectableProxy
public java.lang.String getName()
getName
in interface IntrospectableProxy
public void closeIntrospection()
IntrospectableProxy
closeIntrospection
in interface IntrospectableProxy
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |