Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.rt.hook
Interface LocationServiceVisibilityHook


public interface LocationServiceVisibilityHook

This interface represents the plug-in module that check the visibility of services based on the user location and the services area IDs.

Since:
Oracle9i Application Server Wireless Edition

Method Summary
 Service[] getVisibleServices(Service[] services, ServiceContext context)
          Given a list of services and the ServiceContext return the list of "location visible" services.

 

Method Detail

getVisibleServices

public Service[] getVisibleServices(Service[] services,
ServiceContext context)
Given a list of services and the ServiceContext return the list of "location visible" services. The implementation can get the current user location from the Request
Parameters:
services - An array of services which visibilty we want to check.
context - the ServiceContext that contains all parameters
Returns:
Service[] The array of visible services. The services are in the same order they were passed to this method.

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.