java.lang.Object
org.freedesktop.dbus.RemoteInvocationHandler
- All Implemented Interfaces:
InvocationHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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)
-
Field Details
-
CALL_TYPE_SYNC
public static final int CALL_TYPE_SYNC- See Also:
-
CALL_TYPE_ASYNC
public static final int CALL_TYPE_ASYNC- See Also:
-
CALL_TYPE_CALLBACK
public static final int CALL_TYPE_CALLBACK- See Also:
-
-
Constructor Details
-
RemoteInvocationHandler
-
-
Method Details
-
convertRV
public static Object convertRV(String _sig, Object[] _rp, Method _m, AbstractConnection _conn) throws DBusException - Throws:
DBusException
-
executeRemoteMethod
public static Object executeRemoteMethod(RemoteObject _ro, Method _m, AbstractConnection _conn, int _syncmethod, CallbackHandler<?> _callback, Object... _args) throws DBusException - Throws:
DBusException
-
invoke
- Specified by:
invoke
in interfaceInvocationHandler
- Throws:
Throwable
-