oracle.panama.rt.hook
Interface ServiceVisibilityHook


public interface ServiceVisibilityHook

This interface represents the plug-in modules that check the visibility of services and folders.

Since:
Oracle9i Application Server Wireless Edition

Method Summary
TypeMethod
 boolean isRuntimeVisible(Service service, Request request)
          Delegate the visibility check to an external module.
 

Method Detail

isRuntimeVisible

public boolean isRuntimeVisible(Service service,
                                Request request)
Delegate the visibility check to an external module.
Returns:
true if service is visible to the user