org.csapi.mm.ul
Class _IpTriggeredUserLocationStub
java.lang.Object
org.omg.CORBA.portable.ObjectImpl
org.csapi.mm.ul._IpTriggeredUserLocationStub
- All Implemented Interfaces:
- java.io.Serializable, IpInterface, IpInterfaceOperations, IpService, IpServiceOperations, IpTriggeredUserLocation, IpTriggeredUserLocationOperations, IpUserLocation, IpUserLocationOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity
public class _IpTriggeredUserLocationStub
- extends org.omg.CORBA.portable.ObjectImpl
- implements IpTriggeredUserLocation
Generated from IDL interface "IpTriggeredUserLocation"
- Author:
- JacORB IDL compiler V 2.1, 16-Feb-2004
- See Also:
- Serialized Form
|
Field Summary |
static java.lang.Class |
_opsClass
|
|
Method Summary |
java.lang.String[] |
_ids()
|
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)
|
void |
setCallback(IpInterface appInterface)
|
void |
setCallbackWithSessionID(IpInterface appInterface,
int sessionID)
|
int |
triggeredLocationReportingStartReq(IpAppTriggeredUserLocation appLocation,
TpAddress[] users,
TpLocationRequest request,
TpLocationTrigger[] triggers)
|
void |
triggeredLocationReportingStop(TpMobilityStopAssignmentData stopRequest)
|
| Methods inherited from class org.omg.CORBA.portable.ObjectImpl |
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
_opsClass
public static final java.lang.Class _opsClass
_IpTriggeredUserLocationStub
public _IpTriggeredUserLocationStub()
_ids
public java.lang.String[] _ids()
- Specified by:
_ids in class org.omg.CORBA.portable.ObjectImpl
triggeredLocationReportingStartReq
public int triggeredLocationReportingStartReq(IpAppTriggeredUserLocation appLocation,
TpAddress[] users,
TpLocationRequest request,
TpLocationTrigger[] triggers)
throws P_INVALID_INTERFACE_TYPE,
P_INFORMATION_NOT_AVAILABLE,
P_REQUESTED_RESPONSE_TIME_CANNOT_BE_DELIVERED,
TpCommonExceptions,
P_APPLICATION_NOT_ACTIVATED,
P_TRIGGER_CONDITIONS_NOT_SUBSCRIBED,
P_REQUESTED_ACCURACY_CANNOT_BE_DELIVERED,
P_UNKNOWN_SUBSCRIBER
- Specified by:
triggeredLocationReportingStartReq in interface IpTriggeredUserLocationOperations
- Throws:
P_INVALID_INTERFACE_TYPE
P_INFORMATION_NOT_AVAILABLE
P_REQUESTED_RESPONSE_TIME_CANNOT_BE_DELIVERED
TpCommonExceptions
P_APPLICATION_NOT_ACTIVATED
P_TRIGGER_CONDITIONS_NOT_SUBSCRIBED
P_REQUESTED_ACCURACY_CANNOT_BE_DELIVERED
P_UNKNOWN_SUBSCRIBER
setCallbackWithSessionID
public void setCallbackWithSessionID(IpInterface appInterface,
int sessionID)
throws P_INVALID_INTERFACE_TYPE,
TpCommonExceptions,
P_INVALID_SESSION_ID
- Specified by:
setCallbackWithSessionID in interface IpServiceOperations
- Throws:
P_INVALID_INTERFACE_TYPE
TpCommonExceptions
P_INVALID_SESSION_ID
periodicLocationReportingStartReq
public 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
- Specified by:
periodicLocationReportingStartReq in interface IpUserLocationOperations
- 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
public void periodicLocationReportingStop(TpMobilityStopAssignmentData stopRequest)
throws P_INVALID_ASSIGNMENT_ID,
TpCommonExceptions
- Specified by:
periodicLocationReportingStop in interface IpUserLocationOperations
- Throws:
P_INVALID_ASSIGNMENT_ID
TpCommonExceptions
triggeredLocationReportingStop
public void triggeredLocationReportingStop(TpMobilityStopAssignmentData stopRequest)
throws P_INVALID_ASSIGNMENT_ID,
TpCommonExceptions
- Specified by:
triggeredLocationReportingStop in interface IpTriggeredUserLocationOperations
- Throws:
P_INVALID_ASSIGNMENT_ID
TpCommonExceptions
locationReportReq
public int locationReportReq(IpAppUserLocation appLocation,
TpAddress[] users)
throws P_INVALID_INTERFACE_TYPE,
P_INFORMATION_NOT_AVAILABLE,
TpCommonExceptions,
P_APPLICATION_NOT_ACTIVATED
- Specified by:
locationReportReq in interface IpUserLocationOperations
- Throws:
P_INVALID_INTERFACE_TYPE
P_INFORMATION_NOT_AVAILABLE
TpCommonExceptions
P_APPLICATION_NOT_ACTIVATED
extendedLocationReportReq
public 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
- Specified by:
extendedLocationReportReq in interface IpUserLocationOperations
- 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
setCallback
public void setCallback(IpInterface appInterface)
throws P_INVALID_INTERFACE_TYPE,
TpCommonExceptions
- Specified by:
setCallback in interface IpServiceOperations
- Throws:
P_INVALID_INTERFACE_TYPE
TpCommonExceptions
Copyright © 2009. All Rights Reserved.