|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.panama.rt.hook.LocationServiceVisibilityPolicy
This interface represents the plug-in module that check the visibility of services based on the user location and the services area IDs.
Constructor Summary |
LocationServiceVisibilityPolicy()
|
Method Summary |
Type | Method |
---|---|
Service[] |
getVisibleServices(Service[] services,
ServiceContext context)
Given a list of services and the ServiceContext return the list of "location visible" services. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LocationServiceVisibilityPolicy()
Method Detail |
public Service[] getVisibleServices(Service[] services, ServiceContext context)
Request
services
- An array of services which visibilty we want to check.context
- the ServiceContext
that contains all parameters
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |