- persistent(boolean) - Method in class fi.tkk.netlab.dtn.scampi.applib.SCAMPIMessage.Builder
-
Sets the persistence of the built message
- port(int) - Method in class fi.tkk.netlab.dtn.scampi.applib.AppLib.Builder
-
Set the port where the Scampi middleware API server is listening.
- publish(SCAMPIMessage, String) - Method in class fi.tkk.netlab.dtn.scampi.applib.AppLib
-
Publishes a SCAMPIMessage
to the given service.
- publish(SCAMPIMessage, String, PublishDoneCallback) - Method in class fi.tkk.netlab.dtn.scampi.applib.AppLib
-
Publishes a SCAMPIMessage
to the given service.
- publishDone(AppLib, SCAMPIMessage) - Method in interface fi.tkk.netlab.dtn.scampi.applib.PublishDoneCallback
-
The API server has successfully received the published message.
- PublishDoneCallback - Interface in fi.tkk.netlab.dtn.scampi.applib
-
Callback to receive notification when AppLib.publish()
has succeeded.
- putBinary(String, File) - Method in class fi.tkk.netlab.dtn.scampi.applib.SCAMPIMessage
-
Sets the binary content value for the given name.
- putBinary(String, File, boolean) - Method in class fi.tkk.netlab.dtn.scampi.applib.SCAMPIMessage
-
Sets the binary content value for the given name.
- putBinary(String, byte[]) - Method in class fi.tkk.netlab.dtn.scampi.applib.SCAMPIMessage
-
Sets the binary content value for the given name.
- putFloat(String, double) - Method in class fi.tkk.netlab.dtn.scampi.applib.SCAMPIMessage
-
Sets the floating point content value for the given name.
- putInteger(String, long) - Method in class fi.tkk.netlab.dtn.scampi.applib.SCAMPIMessage
-
Sets the integer content value for the given name.
- putString(String, String) - Method in class fi.tkk.netlab.dtn.scampi.applib.SCAMPIMessage
-
Sets the string content value for the given name.