|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a TriggeredLocationReporting activity object.
Field Summary |
Fields inherited from interface org.csapi.jr.se.Activity |
ACTIVE_STATE, IDLE_STATE, INVALID_STATE |
Method Summary | |
void |
addTriggeredLocationReportingListener(org.csapi.jr.se.mm.ulc.TriggeredLocationReportingListener triggeredLocationReportingListener)
Adds a TriggeredLocationReportingListener which is interested in events generated by the TriggeredLocationReporting. |
org.csapi.jr.se.mm.ulc.UserLocationCamel |
getUserLocationCamel()
Returns a reference to the UserLocationCamel responsible for creation of the TriggeredLocationReporting. |
void |
removeTriggeredLocationReportingListener(org.csapi.jr.se.mm.ulc.TriggeredLocationReportingListener triggeredLocationReportingListener)
Removes a TriggeredLocationReportingListener which is no longer interested events generated by the TriggeredLocationReporting. |
void |
triggeredLocationReportingStartReq(org.csapi.jr.se.Address[] users,
org.csapi.jr.se.mm.LocationTriggerCamel trigger)
Invokes the triggeredLocationReportingStartReq() method on the Parlay Gateway. |
void |
triggeredLocationReportingStop(org.csapi.jr.se.mm.MobilityStopAssignmentData stopRequest)
Invokes the triggeredLocationReportingStop() method on the Parlay Gateway. |
Methods inherited from interface org.csapi.jr.se.Activity |
addActivityStateChangeListener, getState, removeActivityStateChangeListener |
Method Detail |
public org.csapi.jr.se.mm.ulc.UserLocationCamel getUserLocationCamel()
public void addTriggeredLocationReportingListener(org.csapi.jr.se.mm.ulc.TriggeredLocationReportingListener triggeredLocationReportingListener)
triggeredLocationReportingListener
- A reference to the TriggeredLocationReportingListener which is to be added as
a listener.public void removeTriggeredLocationReportingListener(org.csapi.jr.se.mm.ulc.TriggeredLocationReportingListener triggeredLocationReportingListener)
triggeredLocationReportingListener
- A reference to the TriggeredLocationReportingListener which is to be removed as
a listener.public void triggeredLocationReportingStartReq(org.csapi.jr.se.Address[] users, org.csapi.jr.se.mm.LocationTriggerCamel trigger) throws PlatformException, java.lang.IllegalStateException, CommonException, UnknownSubscriberException, ApplicationNotActivatedException, InformationNotAvailableException, InvalidInterfaceTypeException
PlatformException
java.lang.IllegalStateException
CommonException
UnknownSubscriberException
ApplicationNotActivatedException
InformationNotAvailableException
InvalidInterfaceTypeException
public void triggeredLocationReportingStop(org.csapi.jr.se.mm.MobilityStopAssignmentData stopRequest) throws PlatformException, java.lang.IllegalStateException, CommonException
PlatformException
java.lang.IllegalStateException
CommonException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |