|
Oracle Communications Services Gatekeeper Java API Reference 6.1 E65002-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Holder for a plug-in type and the plug-in instance.
Method Summary | |
abstract java.lang.String |
getId()
Returns the plug-in id. |
abstract Plugin |
getPlugin()
Returns the plug-in. |
abstract PluginInstance |
getPluginInstance()
Returns the PluginInstance. |
abstract PluginService |
getPluginService()
Returns the PluginService. |
abstract boolean |
isRequired()
Returns true if the plug-in is required, false if it is optional. |
abstract void |
setRequired(boolean required)
Sets the plug-in as required or optional. |
Method Detail |
public java.lang.String getId()
public Plugin getPlugin()
public PluginInstance getPluginInstance()
public PluginService getPluginService()
public boolean isRequired()
public void setRequired(boolean required)
required
- True if the plug-in is required, false if it is optional.
|
Oracle Communications Services Gatekeeper Java API Reference 6.1 E65002-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |