public class RemoteInvocationHandler extends Object implements InvocationHandler
| Modifier and Type | Field and Description |
|---|---|
static int |
CALL_TYPE_ASYNC |
static int |
CALL_TYPE_CALLBACK |
static int |
CALL_TYPE_SYNC |
| Constructor and Description |
|---|
RemoteInvocationHandler(AbstractConnection _conn,
RemoteObject _remote) |
| Modifier and Type | Method and Description |
|---|---|
static Object |
convertRV(String sig,
Object[] rp,
Method m,
AbstractConnection conn) |
static Object |
executeRemoteMethod(RemoteObject ro,
Method m,
AbstractConnection conn,
int syncmethod,
CallbackHandler<?> callback,
Object... args) |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
public static final int CALL_TYPE_SYNC
public static final int CALL_TYPE_ASYNC
public static final int CALL_TYPE_CALLBACK
public RemoteInvocationHandler(AbstractConnection _conn, RemoteObject _remote)
public static Object convertRV(String sig, Object[] rp, Method m, AbstractConnection conn) throws DBusException
DBusExceptionpublic static Object executeRemoteMethod(RemoteObject ro, Method m, AbstractConnection conn, int syncmethod, CallbackHandler<?> callback, Object... args) throws DBusException
DBusExceptionCopyright © 2020. All rights reserved.