| Package | Description |
|---|---|
| com.airs.platform |
| Modifier and Type | Class and Description |
|---|---|
class |
Acquisition
Class to handle acquisition requests that arrive from remote application server
Implements a
Callback for the CONFIRM methods being created |
class |
Discovery
Class to handle discovery requests sent by remote application server
Implements a
Callback for the PUBLISH methods being created |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EventComponent.Bye(com.airs.platform.DIALOG_INFO dialog,
Callback callback)
Terminates existing dialog
|
boolean |
EventComponent.Notify(short dialog_id,
byte[] event_body,
Callback callback)
Sends notification in subscription dialog
|
com.airs.platform.DIALOG_INFO |
EventComponent.Publish(byte[] TO,
byte[] event_name,
byte[] event_body,
int Expires,
Callback callback)
Establishes a new PUBLISH dialog
|
boolean |
EventComponent.registerEventServer(Callback callback,
String event_name_string)
Register an event server with a given Callback for a given event name
|
com.airs.platform.DIALOG_INFO |
EventComponent.Subscribe(byte[] TO,
byte[] event_name,
byte[] event_body,
int body_length,
int Expires,
Callback callback)
Establishes a SUBSCRIBE dialog
|