|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a UserLocationCamel.
Field Summary |
Fields inherited from interface org.csapi.jr.se.Service |
IN_SERVICE_STATE, OUT_OF_SERVICE_STATE |
Method Summary | |
void |
addUserLocationCamelListener(org.csapi.jr.se.mm.ulc.UserLocationCamelListener userLocationCamelListener)
Adds a UserLocationCamelListener which is interested in events generated by the UserLocationCamel. |
org.csapi.jr.se.mm.ulc.LocationReport |
createLocationReport()
Creates a LocationReport object and returns a reference to the interface used to gain access to it's methods. |
org.csapi.jr.se.mm.ulc.PeriodicLocationReporting |
createPeriodicLocationReporting()
Creates a PeriodicLocationReporting object and returns a reference to the interface used to gain access to it's methods. |
org.csapi.jr.se.mm.ulc.TriggeredLocationReporting |
createTriggeredLocationReporting()
Creates a TriggeredLocationReporting object and returns a reference to the interface used to gain access to it's methods. |
org.csapi.jr.se.mm.PeriodicLocationRequestSetEntry |
getNextPeriodicLocationRequest(boolean reset)
Invokes the getNextPeriodicLocationRequest() method on the Parlay Gateway. |
org.csapi.jr.se.mm.TriggeredLocationRequestSetEntry |
getNextTriggeredLocationRequest(boolean reset)
Invokes the getNextTriggeredLocationRequest() method on the Parlay Gateway. |
void |
removeUserLocationCamelListener(org.csapi.jr.se.mm.ulc.UserLocationCamelListener userLocationCamelListener)
Removes a UserLocationCamelListener which is no longer interested in events generated by the UserLocationCamel. |
Methods inherited from interface org.csapi.jr.se.Service |
addServiceStateChangeListener, getServiceState, removeServiceStateChangeListener, setCallback |
Method Detail |
public void addUserLocationCamelListener(org.csapi.jr.se.mm.ulc.UserLocationCamelListener userLocationCamelListener)
userLocationCamelListener
- A reference to the UserLocationCamelListener which is to be added as
a listener.public void removeUserLocationCamelListener(org.csapi.jr.se.mm.ulc.UserLocationCamelListener userLocationCamelListener)
userLocationCamelListener
- A reference to the UserLocationCamelListener which is to be removed as
a listener.public org.csapi.jr.se.mm.PeriodicLocationRequestSetEntry getNextPeriodicLocationRequest(boolean reset) throws PlatformException, CommonException
PlatformException
CommonException
public org.csapi.jr.se.mm.TriggeredLocationRequestSetEntry getNextTriggeredLocationRequest(boolean reset) throws PlatformException, CommonException
PlatformException
CommonException
public org.csapi.jr.se.mm.ulc.TriggeredLocationReporting createTriggeredLocationReporting()
public org.csapi.jr.se.mm.ulc.LocationReport createLocationReport()
public org.csapi.jr.se.mm.ulc.PeriodicLocationReporting createPeriodicLocationReporting()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |