|
Java SDK r12.5 SP 8 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ImsPlugin
Method Summary | |
---|---|
void |
cleanup()
This method is called when the plugin instance is being freed. |
java.lang.String |
getDescription()
This method returns a String that describes this plugin instance. |
java.lang.String |
getName()
This method returns a String that can be used as a name for this plugin instance. |
java.util.List |
getPluginTypeKeys()
This method returns a List of Objects that can be used as keys for this plugin. |
VersionInfo |
getVersion()
This method returns a VersionInfo object that shows the version of this plugin instance. |
void |
init()
This method is called once when the plugin instance is first loaded. |
boolean |
isStarted()
This method returns true if the start() method has already been called for this plugin, otherwise it returns false. |
void |
start()
This method is called when the plugin is first returned by the manager to a caller that might actually use it. |
Method Detail |
---|
void init()
void start()
void cleanup()
boolean isStarted()
java.util.List getPluginTypeKeys()
java.lang.String getName()
java.lang.String getDescription()
VersionInfo getVersion()
|
Java SDK r12.5 SP 8 06/13/2011 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |