|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IpUserLocationEmergencyConnection
The application programmer can use this interface to obtain the location of users who initiate emergency calls. This interface shall be implemented by a Mobility SCF. The emergencyLocationReportReq() method, or the subscribeEmergencyLocationReports() and unSubscribeEmergencyLocationReports() methods shall be implemented as a minimum requirement.
| Method Summary | |
|---|---|
int |
emergencyLocationReportReq(TpUserLocationEmergencyRequest request)
Request of report on the location for one user that is making an emergency call. |
int |
subscribeEmergencyLocationReports()
Subscribe to network initiated emergency user location reports. |
void |
unSubscribeEmergencyLocationReports(int assignmentId)
This method cancels a subscription to network initiated emergency user location reports. |
| Methods inherited from interface org.mobicents.csapi.jr.slee.IpServiceConnection |
|---|
closeConnection |
| Method Detail |
|---|
int emergencyLocationReportReq(TpUserLocationEmergencyRequest request)
throws TpCommonExceptions,
P_UNKNOWN_SUBSCRIBER,
P_INFORMATION_NOT_AVAILABLE,
P_APPLICATION_NOT_ACTIVATED,
javax.slee.resource.ResourceException
request - Specifies among others the identity of the user or terminal, requested location type, accuracy, response time and priority.
TpCommonExceptions
P_UNKNOWN_SUBSCRIBER
P_INFORMATION_NOT_AVAILABLE
P_APPLICATION_NOT_ACTIVATED
javax.slee.resource.ResourceException
int subscribeEmergencyLocationReports()
throws TpCommonExceptions,
javax.slee.resource.ResourceException
TpCommonExceptions
javax.slee.resource.ResourceException
void unSubscribeEmergencyLocationReports(int assignmentId)
throws TpCommonExceptions,
P_INVALID_ASSIGNMENT_ID,
javax.slee.resource.ResourceException
assignmentId - Specifies the assignment ID of the subscription.
TpCommonExceptions
P_INVALID_ASSIGNMENT_ID
javax.slee.resource.ResourceException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||