Interface IPC
- All Known Implementing Classes:
DBus
public interface IPC
IPC interface
- Author:
- pquiring
-
Method Summary
Modifier and TypeMethodDescriptionbooleanconnect()Connect to IPC service.booleanDisconnect from IPC service.Return name on message bus.Invoke RPC on specified end point.booleanInvoke RPC to all end points that have subscribed to the method.booleanSubscribe to a signal from another client.booleanunsubscribe(String sender, String method) Unsubscribe to a signal from another client.
-
Method Details
-
connect
boolean connect()Connect to IPC service. -
disconnect
boolean disconnect()Disconnect from IPC service. -
getBusName
String getBusName()Return name on message bus. -
invoke
-
subscribe
-
unsubscribe
-
signal
-