anl.aida.client
Class AIDAClientPlugin
java.lang.Object
org.java.plugin.Plugin
anl.aida.client.AIDAClientPlugin
- All Implemented Interfaces:
- saf.core.runtime.IApplicationRunnable
public class AIDAClientPlugin
- extends org.java.plugin.Plugin
- implements saf.core.runtime.IApplicationRunnable
SAF Plugin class that starts the AIDA Client.
Fields inherited from class org.java.plugin.Plugin |
log |
Method Summary |
protected void |
doStart()
|
protected void |
doStop()
|
void |
run(java.lang.String[] args)
|
Methods inherited from class org.java.plugin.Plugin |
getDescriptor, getManager, isActive, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TITLE_PROPERTY_KEY
public static final java.lang.String TITLE_PROPERTY_KEY
- See Also:
- Constant Field Values
TITLE
private static final java.lang.String TITLE
- See Also:
- Constant Field Values
AIDAClientPlugin
public AIDAClientPlugin()
doStart
protected void doStart()
throws java.lang.Exception
- Specified by:
doStart
in class org.java.plugin.Plugin
- Throws:
java.lang.Exception
doStop
protected void doStop()
throws java.lang.Exception
- Specified by:
doStop
in class org.java.plugin.Plugin
- Throws:
java.lang.Exception
run
public void run(java.lang.String[] args)
- Specified by:
run
in interface saf.core.runtime.IApplicationRunnable