|
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 |
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 | |
int |
customMatch(RequestInfo requestInfo) Checks if the plug-in can be used given the provided request info. |
List |
getNorthInterfaces() Returns all application facing interfaces. |
List |
getSouthInterfaces() Returns all network facing interfaces. |
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 List getNorthInterfaces()
public List getSouthInterfaces()
public boolean isConnected()
|
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 |