|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PyProxy
Common methods for all generated proxy classes. Proxies classes are created whenever a python class inherit from a java class. Instances of such a python class consists of two objects
Method Summary | |
---|---|
void |
__initProxy__(java.lang.Object[] args)
Initialize the proxy instance. |
PyInstance |
_getPyInstance()
Return the associated PyInstance instance. |
PySystemState |
_getPySystemState()
Return the associated system state. |
void |
_setPyInstance(PyInstance proxy)
Associate an PyInstance with this proxy instance. |
void |
_setPySystemState(PySystemState ss)
Associate an system state with this proxy instance. |
Method Detail |
---|
void _setPyInstance(PyInstance proxy)
PyInstance _getPyInstance()
void _setPySystemState(PySystemState ss)
PySystemState _getPySystemState()
void __initProxy__(java.lang.Object[] args)
In some situations is it necesary to call the __initProxy__ method from the java superclass ctor before the ctor makes call to methods that is overriden in python.
In most sitation the __initProxy__ is called automticly by the jython runtime.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |