java.lang.Object
org.freedesktop.dbus.RemoteInvocationHandler
- Alle implementierten Schnittstellen:
InvocationHandler
-
Feldübersicht
Modifizierer und TypFeldBeschreibungstatic final int
static final int
static final int
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic Object
convertRV
(Object[] _rp, Method _m, AbstractConnection _conn) static Object
convertRV
(Object[] _rp, Type[] _types, Method _m, AbstractConnection _conn) static Object
executeRemoteMethod
(RemoteObject _ro, Method _m, Type[] _types, AbstractConnection _conn, int _syncmethod, CallbackHandler<?> _callback, Object... _args) static Object
executeRemoteMethod
(RemoteObject _ro, Method _m, String[] _customSignatures, Type[] _types, AbstractConnection _conn, int _syncmethod, CallbackHandler<?> _callback, Object... _args) Executes a remote method.static Object
executeRemoteMethod
(RemoteObject _ro, Method _m, AbstractConnection _conn, int _syncmethod, CallbackHandler<?> _callback, Object... _args)
-
Felddetails
-
CALL_TYPE_SYNC
public static final int CALL_TYPE_SYNC- Siehe auch:
-
CALL_TYPE_ASYNC
public static final int CALL_TYPE_ASYNC- Siehe auch:
-
CALL_TYPE_CALLBACK
public static final int CALL_TYPE_CALLBACK- Siehe auch:
-
-
Konstruktordetails
-
RemoteInvocationHandler
-
-
Methodendetails
-
getRemote
-
invoke
- Angegeben von:
invoke
in SchnittstelleInvocationHandler
- Löst aus:
Throwable
-
convertRV
public static Object convertRV(Object[] _rp, Method _m, AbstractConnection _conn) throws DBusException - Löst aus:
DBusException
-
convertRV
public static Object convertRV(Object[] _rp, Type[] _types, Method _m, AbstractConnection _conn) throws DBusException - Löst aus:
DBusException
-
executeRemoteMethod
public static Object executeRemoteMethod(RemoteObject _ro, Method _m, AbstractConnection _conn, int _syncmethod, CallbackHandler<?> _callback, Object... _args) throws DBusException - Löst aus:
DBusException
-
executeRemoteMethod
public static Object executeRemoteMethod(RemoteObject _ro, Method _m, String[] _customSignatures, Type[] _types, AbstractConnection _conn, int _syncmethod, CallbackHandler<?> _callback, Object... _args) throws DBusException Executes a remote method.- Parameter:
_ro
- remote object_m
- method to call_customSignatures
- array of custom signatures which will be used for variants_types
- array of types_conn
- connection_syncmethod
- true if the method is executed synchronously_callback
- callback used when async method call_args
- arguments to pass to method- Gibt zurück:
- Object, maybe null
- Löst aus:
DBusException
- when call fails
-
executeRemoteMethod
public static Object executeRemoteMethod(RemoteObject _ro, Method _m, Type[] _types, AbstractConnection _conn, int _syncmethod, CallbackHandler<?> _callback, Object... _args) throws DBusException - Löst aus:
DBusException
-