|
Oracle Communications Services Gatekeeper Java API Reference 6.0 E55513-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
com.bea.wlcp.wlng.api.plugin.ManagedPlugin
Deprecated. Use instead ManagedPluginService
. Managed plug-in class. Implemented by the plug-in to be able to register in the plug-in manager.
Field Summary |
Fields inherited from interface com.bea.wlcp.wlng.api.plugin.PluginInstance |
MATCH_OPTIONAL, MATCH_REMOVE, MATCH_REQUIRED |
Constructor Summary | |
ManagedPlugin(String[] supportedSchemes) Deprecated. Constructor |
Method Summary | |
int |
customMatch(RequestInfo requestInfo) Deprecated. Checks if this plugin can be used given the provided request info. |
boolean |
customMatchCriteria(RequestInfo requestInfo) Deprecated. Checks if this plug-in can be used given the provided request info. |
List |
getNorthInterfaces() Deprecated. Returns the registered application facing interfaces. |
List |
getSouthInterfaces() Deprecated. Returns the registered network facing interfaces. |
String[] |
getSupportedSchemes() Deprecated. Gets the supported address schemes. |
boolean |
isActive() Deprecated. Checks if the plug-in is active. |
boolean |
isConnected() Deprecated. Checks if the plug-in is connected to the underlying network. |
boolean |
isSchemeSupported(String scheme) Deprecated. Check if the scheme is supported. |
void |
registerNorthInterface(Class type, PluginNorth instance) Deprecated. Registers an application facing interface. |
void |
registerNorthInterface(Class type, PluginNorthCallback instance) Deprecated. Registers a application facing callback interface. |
void |
registerNorthInterfaceCallback(Class type, PluginNorth instance) Deprecated. Registers a Callback application facing interface. |
void |
registerSouthInterface(Class type, PluginSouth instance) Deprecated. Registers a network facing interface. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ManagedPlugin(String[] supportedSchemes)
Method Detail |
public int customMatch(RequestInfo requestInfo)
customMatch
in interface PluginInstance
requestInfo
- The request info.public boolean customMatchCriteria(RequestInfo requestInfo)
requestInfo
- The request info. The implementation may be traffic path specific.public final List getNorthInterfaces()
getNorthInterfaces
in interface PluginInstance
public final List getSouthInterfaces()
getSouthInterfaces
in interface PluginInstance
public final String[] getSupportedSchemes()
public boolean isActive()
public boolean isConnected()
PluginInstance
isConnected
in interface PluginInstance
PluginInstance.isConnected()
public final boolean isSchemeSupported(String scheme)
public final void registerNorthInterface(Class type, PluginNorth instance)
type
- Type of the application facing interface.instance
- Instance implementing the interface.public final void registerNorthInterface(Class type, PluginNorthCallback instance)
type
- Type of the application facing callback interface.instance
- Instance implementing the interface.public final void registerNorthInterfaceCallback(Class type, PluginNorth instance)
type
- Type of the Callback application facing interface.instance
- Instance implementing the interface.public final void registerSouthInterface(Class type, PluginSouth instance)
type
- Type of the network facing interface.instance
- Instance implementing the interface.
|
Oracle Communications Services Gatekeeper Java API Reference 6.0 E55513-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |