|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DBusInterface
Denotes a class as exportable or a remote interface which can be called.
Any interface which should be exported or imported should extend this interface. All public methods from that interface are exported/imported with the given method signatures.
All method calls on exported objects are run in their own threads. Application writers are responsible for any concurrency issues.
Method Summary | |
---|---|
boolean |
isRemote()
Returns true on remote objects. |
Method Detail |
---|
boolean isRemote()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |