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
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.