|
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 |
Defines a plug-in instance. Implemented by a plug-in so that it can register with the plug-in manager.
Field Summary | |
static int |
MATCH_OPTIONAL
Constant used by customMatch() to indicate that the plugin is optional. |
static int |
MATCH_REMOVE
Constant used by customMatch() to indicate that the plugin should not be used. |
static int |
MATCH_REQUIRED
Constant used by customMatch() to indicate that the plugin is required. |
Method Summary | |
abstract int |
customMatch(RequestInfo requestInfo)
Checks if the plug-in can be used given the provided request info. |
abstract java.util.List |
getNorthInterfaces()
Returns all application facing interfaces. |
abstract java.util.List |
getSouthInterfaces()
Returns all network facing interfaces. |
abstract boolean |
isConnected()
Checks if the plug-in is connected to the underlying network. |
Field Detail |
public static final int MATCH_OPTIONAL
public static final int MATCH_REMOVE
public static final int MATCH_REQUIRED
Method Detail |
public int customMatch(RequestInfo requestInfo)
requestInfo
- The request info.
public java.util.List getNorthInterfaces()
public java.util.List getSouthInterfaces()
public boolean isConnected()
|
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 |