|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
All service interfaces inherit from the following interface.
Field Summary | |
static int |
IN_SERVICE_STATE
This constant represents the IN_SERVICE_STATE state. |
static int |
OUT_OF_SERVICE_STATE
This constant represents the OUT_OF_SERVICE_STATE state. |
Method Summary | |
void |
addServiceStateChangeListener(org.csapi.jr.se.ServiceStateChangeListener listener)
Add an object to the list of objects that are listening for events regarding the Service State |
int |
getServiceState()
Returns the service state the object is in. |
void |
removeServiceStateChangeListener(org.csapi.jr.se.ServiceStateChangeListener listener)
Removes an object to the list of objects that are listening for events regarding the Service State |
void |
setCallback(org.csapi.jr.se.CsapiInterface appInterface)
This method specifies the reference address of the callback interface that a service uses to invoke methods on the application. It is not allowed to invoke this method on an interface that uses SessionIDs. |
Field Detail |
public static final int IN_SERVICE_STATE
public static final int OUT_OF_SERVICE_STATE
Method Detail |
public void addServiceStateChangeListener(org.csapi.jr.se.ServiceStateChangeListener listener)
public int getServiceState()
public void removeServiceStateChangeListener(org.csapi.jr.se.ServiceStateChangeListener listener)
public void setCallback(org.csapi.jr.se.CsapiInterface appInterface) throws CommonException, InvalidInterfaceTypeException, PlatformException
appInterface
- Specifies a reference to the application interface, which is used for callbacks.
CommonException
InvalidInterfaceTypeException
PlatformException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |