org.csapi.jr.se.mm.ulc
Interface UserLocationCamel

All Superinterfaces:
CsapiInterface, java.io.Serializable, Service

public interface UserLocationCamel
extends Service

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

addUserLocationCamelListener

public void addUserLocationCamelListener(org.csapi.jr.se.mm.ulc.UserLocationCamelListener userLocationCamelListener)
Adds a UserLocationCamelListener which is interested in events generated by the UserLocationCamel.

Parameters:
userLocationCamelListener - A reference to the UserLocationCamelListener which is to be added as a listener.

removeUserLocationCamelListener

public void removeUserLocationCamelListener(org.csapi.jr.se.mm.ulc.UserLocationCamelListener userLocationCamelListener)
Removes a UserLocationCamelListener which is no longer interested in events generated by the UserLocationCamel.

Parameters:
userLocationCamelListener - A reference to the UserLocationCamelListener which is to be removed as a listener.

getNextPeriodicLocationRequest

public org.csapi.jr.se.mm.PeriodicLocationRequestSetEntry getNextPeriodicLocationRequest(boolean reset)
                                                                                  throws PlatformException,
                                                                                         CommonException
Invokes the getNextPeriodicLocationRequest() method on the Parlay Gateway.

PlatformException
CommonException

getNextTriggeredLocationRequest

public org.csapi.jr.se.mm.TriggeredLocationRequestSetEntry getNextTriggeredLocationRequest(boolean reset)
                                                                                    throws PlatformException,
                                                                                           CommonException
Invokes the getNextTriggeredLocationRequest() method on the Parlay Gateway.

PlatformException
CommonException

createTriggeredLocationReporting

public 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.

Returns:
A reference to the TriggeredLocationReporting interface.

createLocationReport

public 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.

Returns:
A reference to the LocationReport interface.

createPeriodicLocationReporting

public 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.

Returns:
A reference to the PeriodicLocationReporting interface.