Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.rt.hook
Interface MobileIdHook


public interface MobileIdHook

This interface represents a pluggable hook that can provide the mobile Id for a user. The default implementation is oracle.panama.rt.hook.MobileIdHookImpl, which returns the mobile ID in the user's profile. A user's mobile id is used for automatic positioning.

Since:
Oracle9i Application Server Wireless Edition v2.0

Method Summary
 java.lang.String getMobileId(Request request, Session session)
          Get the mobile Id of a user.

 

Method Detail

getMobileId

public java.lang.String getMobileId(Request request,
Session session)
Get the mobile Id of a user. The mobile Id is used for automatic positioning.
Parameters:
request - Runtime request.
session - Session.
Returns:
A string representing the user's mobile ID.

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.