|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface JProxyFactory
This class is a object proxy factory. The methods createProxy creates on demand a proxy class for a particular JVMComponent instance or for a JClassInstance object.
JClassInstance,
JVMComponent| Method Summary | |
|---|---|
JProxy |
createProxy(JClassInstance instance)
Creates a proxy instance for the specified class instance. |
JProxy |
createProxy(JVMComponent component)
Creates a proxy instance for the specified component object. |
| Method Detail |
|---|
JProxy createProxy(JVMComponent component)
component - a JVM component instance
JProxy createProxy(JClassInstance instance)
instance - a class instance allocated in the Corosol heap.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||