|
Oracle Communications Services Gatekeeper Java API Reference 5.0 E21717-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines a plug-in instance. Implemented by the plug-in to be able to register in the plug-in manager.
Field Summary | |
static int |
MATCH_OPTIONAL Constant used by customMatch() to indicate that the plugin should be optionally used |
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 this plugin can be used given the provided request info. |
List |
getNorthInterfaces() Returns all north interfaces |
List |
getSouthInterfaces() Returns all south 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 5.0 E21717-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |