|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectrita.support.dyn.RiDynamicRemote
public class RiDynamicRemote
A dynamic proxy invocation handler that enables dynamic typing for remote RiTa objects
| Method Summary | |
|---|---|
static java.lang.Object |
implement(java.lang.Class[] ifaces,
java.lang.Object object)
Causes object to implement the listed interfaces. |
static java.lang.Object |
implement(java.lang.Class iface,
java.lang.Object object)
Causes object to implement the interface and returns an instance of the object implementing interface even if interface was not declared in object.getClass()'s implements declaration. |
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.lang.Object implement(java.lang.Class iface,
java.lang.Object object)
iface - The Java class of the interface to implementobject - The object to force to implement the interface
public static java.lang.Object implement(java.lang.Class[] ifaces,
java.lang.Object object)
ifaces - an array of Java classes representing the interfaces to implementobject - The object to force to implement the interfaces
public java.lang.Object invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
throws java.lang.Throwable
invoke in interface java.lang.reflect.InvocationHandlerjava.lang.Throwable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||