public class RemoteObjectInvocationHandler extends DefaultInvocationHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static RemoteObjectInvocationHandler |
getFor(Object object) |
RemoteObject |
getRemoteObject() |
RomManager |
getRomManager() |
int |
hashCode() |
Object |
internalInvoke(Object proxy,
Method method,
Object[] args) |
static <E> E |
newProxy(RemoteObject remoteObject,
RomManager manager,
Class<E> clazz) |
protected void |
propagateEventTo(Object object,
Class<? extends Event> eventClass,
Props data,
EventListener<?> listener) |
void |
setRemoteObject(RemoteObject remoteObject) |
String |
toString() |
findMethod, invokepublic static <E> E newProxy(RemoteObject remoteObject, RomManager manager, Class<E> clazz)
public static RemoteObjectInvocationHandler getFor(Object object)
public Object internalInvoke(Object proxy, Method method, Object[] args) throws Throwable
internalInvoke in class DefaultInvocationHandlerThrowableprotected void propagateEventTo(Object object, Class<? extends Event> eventClass, Props data, EventListener<?> listener)
public RemoteObject getRemoteObject()
public void setRemoteObject(RemoteObject remoteObject)
public RomManager getRomManager()
Copyright © 2015 Kurento. All rights reserved.