JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
I
O
P
R
U
I
isRemoteAlive()
- Method in interface remoter.
RemoterProxy
Checks whether the remote side is still alive
O
Oneway
- Annotation Type in
remoter.annotations
Marks a method call as asynchronous one way call
onProxyDead()
- Method in interface remoter.
RemoterProxyListener
Called when the remote proxy connection is lost
P
ParamIn
- Annotation Type in
remoter.annotations
Marks a parameter as an input only type.
ParamOut
- Annotation Type in
remoter.annotations
Marks a parameter as an output only type.
R
registerProxyListener(RemoterProxyListener)
- Method in interface remoter.
RemoterProxy
Register a
RemoterProxyListener
remoter
- package remoter
Remoter
- Annotation Type in
remoter.annotations
Marks an interface as a Remote interface.
remoter.annotations
- package remoter.annotations
Remoter
is an alternative to Android AIDL for Android Remote IPC services using plain java interfaces.
RemoterProxy
- Interface in
remoter
Represents a remote proxy.
RemoterProxyListener
- Interface in
remoter
Listener to get notified about changes in a
RemoterProxy
U
unRegisterProxyListener(RemoterProxyListener)
- Method in interface remoter.
RemoterProxy
Un register a
RemoterProxyListener
I
O
P
R
U
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes