org.csapi.mm.ul
Interface IpUserLocationOperations

All Superinterfaces:
IpInterfaceOperations, IpServiceOperations
All Known Subinterfaces:
IpTriggeredUserLocation, IpTriggeredUserLocationOperations, IpUserLocation
All Known Implementing Classes:
_IpTriggeredUserLocationStub, _IpUserLocationStub, IpTriggeredUserLocationPOA, IpTriggeredUserLocationPOATie, IpUserLocationPOA, IpUserLocationPOATie

public interface IpUserLocationOperations
extends IpServiceOperations

Generated from IDL interface "IpUserLocation"

Author:
JacORB IDL compiler V 2.1, 16-Feb-2004

Method Summary
 int extendedLocationReportReq(IpAppUserLocation appLocation, TpAddress[] users, TpLocationRequest request)
           
 int locationReportReq(IpAppUserLocation appLocation, TpAddress[] users)
           
 int periodicLocationReportingStartReq(IpAppUserLocation appLocation, TpAddress[] users, TpLocationRequest request, int reportingInterval)
           
 void periodicLocationReportingStop(TpMobilityStopAssignmentData stopRequest)
           
 
Methods inherited from interface org.csapi.IpServiceOperations
setCallback, setCallbackWithSessionID
 

Method Detail

locationReportReq

int locationReportReq(IpAppUserLocation appLocation,
                      TpAddress[] users)
                      throws P_INVALID_INTERFACE_TYPE,
                             P_INFORMATION_NOT_AVAILABLE,
                             TpCommonExceptions,
                             P_APPLICATION_NOT_ACTIVATED
Throws:
P_INVALID_INTERFACE_TYPE
P_INFORMATION_NOT_AVAILABLE
TpCommonExceptions
P_APPLICATION_NOT_ACTIVATED

extendedLocationReportReq

int extendedLocationReportReq(IpAppUserLocation appLocation,
                              TpAddress[] users,
                              TpLocationRequest request)
                              throws P_INVALID_INTERFACE_TYPE,
                                     P_INFORMATION_NOT_AVAILABLE,
                                     P_REQUESTED_RESPONSE_TIME_CANNOT_BE_DELIVERED,
                                     TpCommonExceptions,
                                     P_APPLICATION_NOT_ACTIVATED,
                                     P_REQUESTED_ACCURACY_CANNOT_BE_DELIVERED
Throws:
P_INVALID_INTERFACE_TYPE
P_INFORMATION_NOT_AVAILABLE
P_REQUESTED_RESPONSE_TIME_CANNOT_BE_DELIVERED
TpCommonExceptions
P_APPLICATION_NOT_ACTIVATED
P_REQUESTED_ACCURACY_CANNOT_BE_DELIVERED

periodicLocationReportingStartReq

int periodicLocationReportingStartReq(IpAppUserLocation appLocation,
                                      TpAddress[] users,
                                      TpLocationRequest request,
                                      int reportingInterval)
                                      throws P_INVALID_INTERFACE_TYPE,
                                             P_INFORMATION_NOT_AVAILABLE,
                                             P_REQUESTED_RESPONSE_TIME_CANNOT_BE_DELIVERED,
                                             TpCommonExceptions,
                                             P_APPLICATION_NOT_ACTIVATED,
                                             P_INVALID_REPORTING_INTERVAL,
                                             P_REQUESTED_ACCURACY_CANNOT_BE_DELIVERED
Throws:
P_INVALID_INTERFACE_TYPE
P_INFORMATION_NOT_AVAILABLE
P_REQUESTED_RESPONSE_TIME_CANNOT_BE_DELIVERED
TpCommonExceptions
P_APPLICATION_NOT_ACTIVATED
P_INVALID_REPORTING_INTERVAL
P_REQUESTED_ACCURACY_CANNOT_BE_DELIVERED

periodicLocationReportingStop

void periodicLocationReportingStop(TpMobilityStopAssignmentData stopRequest)
                                   throws P_INVALID_ASSIGNMENT_ID,
                                          TpCommonExceptions
Throws:
P_INVALID_ASSIGNMENT_ID
TpCommonExceptions


Copyright © 2008. All Rights Reserved.