org.csapi.mm.ulc
Interface IpUserLocationCamelOperations

All Superinterfaces:
IpInterfaceOperations, IpServiceOperations
All Known Subinterfaces:
IpUserLocationCamel
All Known Implementing Classes:
_IpUserLocationCamelStub, IpUserLocationCamelPOA, IpUserLocationCamelPOATie

public interface IpUserLocationCamelOperations
extends IpServiceOperations

Generated from IDL interface "IpUserLocationCamel"

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

Method Summary
 int locationReportReq(IpAppUserLocationCamel appLocationCamel, TpAddress[] users)
           
 int periodicLocationReportingStartReq(IpAppUserLocationCamel appLocationCamel, TpAddress[] users, int reportingInterval)
           
 void periodicLocationReportingStop(TpMobilityStopAssignmentData stopRequest)
           
 int triggeredLocationReportingStartReq(IpAppUserLocationCamel appLocationCamel, TpAddress[] users, TpLocationTriggerCamel trigger)
           
 void triggeredLocationReportingStop(TpMobilityStopAssignmentData stopRequest)
           
 
Methods inherited from interface org.csapi.IpServiceOperations
setCallback, setCallbackWithSessionID
 

Method Detail

locationReportReq

int locationReportReq(IpAppUserLocationCamel appLocationCamel,
                      TpAddress[] users)
                      throws P_INVALID_INTERFACE_TYPE,
                             P_INFORMATION_NOT_AVAILABLE,
                             TpCommonExceptions,
                             P_APPLICATION_NOT_ACTIVATED,
                             P_UNKNOWN_SUBSCRIBER
Throws:
P_INVALID_INTERFACE_TYPE
P_INFORMATION_NOT_AVAILABLE
TpCommonExceptions
P_APPLICATION_NOT_ACTIVATED
P_UNKNOWN_SUBSCRIBER

periodicLocationReportingStartReq

int periodicLocationReportingStartReq(IpAppUserLocationCamel appLocationCamel,
                                      TpAddress[] users,
                                      int reportingInterval)
                                      throws P_INVALID_INTERFACE_TYPE,
                                             P_INFORMATION_NOT_AVAILABLE,
                                             TpCommonExceptions,
                                             P_APPLICATION_NOT_ACTIVATED,
                                             P_INVALID_REPORTING_INTERVAL,
                                             P_UNKNOWN_SUBSCRIBER
Throws:
P_INVALID_INTERFACE_TYPE
P_INFORMATION_NOT_AVAILABLE
TpCommonExceptions
P_APPLICATION_NOT_ACTIVATED
P_INVALID_REPORTING_INTERVAL
P_UNKNOWN_SUBSCRIBER

periodicLocationReportingStop

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

triggeredLocationReportingStartReq

int triggeredLocationReportingStartReq(IpAppUserLocationCamel appLocationCamel,
                                       TpAddress[] users,
                                       TpLocationTriggerCamel trigger)
                                       throws P_INVALID_INTERFACE_TYPE,
                                              P_INFORMATION_NOT_AVAILABLE,
                                              TpCommonExceptions,
                                              P_APPLICATION_NOT_ACTIVATED,
                                              P_UNKNOWN_SUBSCRIBER
Throws:
P_INVALID_INTERFACE_TYPE
P_INFORMATION_NOT_AVAILABLE
TpCommonExceptions
P_APPLICATION_NOT_ACTIVATED
P_UNKNOWN_SUBSCRIBER

triggeredLocationReportingStop

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


Copyright © 2008. All Rights Reserved.