Package org.freedesktop.dbus
Class RemoteInvocationHandler
java.lang.Object
org.freedesktop.dbus.RemoteInvocationHandler
- All Implemented Interfaces:
InvocationHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final int(package private) AbstractConnectionprivate static final org.slf4j.Logger(package private) RemoteObject -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectconvertRV(String _sig, Object[] _rp, Method _m, AbstractConnection _conn) static ObjectexecuteRemoteMethod(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:
-
LOGGER
private static final org.slf4j.Logger LOGGER -
conn
AbstractConnection conn -
remote
RemoteObject remote
-
-
Constructor Details
-
RemoteInvocationHandler
-
-
Method Details
-
getRemote
-
invoke
- Specified by:
invokein interfaceInvocationHandler- Throws:
Throwable
-
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
-