|
Oracle Communications Services Gatekeeper Java API Reference 5.1 E37525-01 |
||||||||||
| 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 north interfaces |
List |
getSouthInterfaces()Deprecated. Returns the registered south 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 a north interface. |
void |
registerNorthInterface(Class type, PluginNorthCallback instance)Deprecated. Registers a north callback interface. |
void |
registerNorthInterfaceCallback(Class type, PluginNorth instance)Deprecated. Registers a Callback north interface. |
void |
registerSouthInterface(Class type, PluginSouth instance)Deprecated. Registers a south 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 PluginInstancerequestInfo - 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 PluginInstancepublic final List getSouthInterfaces()
getSouthInterfaces in interface PluginInstancepublic final String[] getSupportedSchemes()
public boolean isActive()
public boolean isConnected()
PluginInstanceisConnected in interface PluginInstancePluginInstance.isConnected()public final boolean isSchemeSupported(String scheme)
public final void registerNorthInterface(Class type,
PluginNorth instance)
type - Type of the north interfaceinstance - Instance implementing the interface
public final void registerNorthInterface(Class type,
PluginNorthCallback instance)
type - Type of the north callback interfaceinstance - Instance implementing the interface
public final void registerNorthInterfaceCallback(Class type,
PluginNorth instance)
type - Type of the Callback north interfaceinstance - Instance implementing the interface
public final void registerSouthInterface(Class type,
PluginSouth instance)
type - Type of the south interfaceinstance - Instance implementing the interface
|
Oracle Communications Services Gatekeeper Java API Reference 5.1 E37525-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||