|
Oracle Communications Services Gatekeeper Java API Reference 7.0.0.1 E96578-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bea.wlcp.wlng.api.plugin.ManagedPlugin
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(java.lang.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. |
java.util.List |
getNorthInterfaces()
Deprecated. Returns the registered application facing interfaces. |
java.util.List |
getSouthInterfaces()
Deprecated. Returns the registered network facing interfaces. |
java.lang.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(java.lang.String scheme)
Deprecated. Check if the scheme is supported. |
void |
registerNorthInterface(java.lang.Class type,
PluginNorth instance)
Deprecated. Registers an application facing interface. |
void |
registerNorthInterface(java.lang.Class type,
PluginNorthCallback instance)
Deprecated. Registers a application facing callback interface. |
void |
registerNorthInterfaceCallback(java.lang.Class type,
PluginNorth instance)
Deprecated. Registers a Callback application facing interface. |
void |
registerSouthInterface(java.lang.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(java.lang.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 java.util.List getNorthInterfaces()
getNorthInterfaces
in interface PluginInstance
public final java.util.List getSouthInterfaces()
getSouthInterfaces
in interface PluginInstance
public final java.lang.String[] getSupportedSchemes()
public boolean isActive()
public boolean isConnected()
PluginInstance
isConnected
in interface PluginInstance
PluginInstance.isConnected()
public final boolean isSchemeSupported(java.lang.String scheme)
public final void registerNorthInterface(java.lang.Class type, PluginNorth instance)
type
- Type of the application facing interface.instance
- Instance implementing the interface.public final void registerNorthInterface(java.lang.Class type, PluginNorthCallback instance)
type
- Type of the application facing callback interface.instance
- Instance implementing the interface.public final void registerNorthInterfaceCallback(java.lang.Class type, PluginNorth instance)
type
- Type of the Callback application facing interface.instance
- Instance implementing the interface.public final void registerSouthInterface(java.lang.Class type, PluginSouth instance)
type
- Type of the network facing interface.instance
- Instance implementing the interface.
|
Oracle Communications Services Gatekeeper Java API Reference 7.0.0.1 E96578-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |