ncsa.tools.elf.runtime
Class Bootstrap
java.lang.Object
ncsa.tools.elf.runtime.Bootstrap
- All Implemented Interfaces:
- IIdentifiable
- public class Bootstrap
- extends java.lang.Object
- implements IIdentifiable
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Bootstrap
public Bootstrap()
configure
public void configure(java.lang.String[] args)
throws ConfigurationException
- Throws:
ConfigurationException
initialize
public void initialize()
throws InitializationException
- Throws:
InitializationException
start
public void start()
throws RunException
- Throws:
RunException
alive
public void alive()
failed
public void failed(java.lang.Throwable t)
success
public void success()
setInstanceId
public void setInstanceId(java.lang.String id)
- Specified by:
setInstanceId in interface IIdentifiable
getInstanceId
public java.lang.String getInstanceId()
- Specified by:
getInstanceId in interface IIdentifiable
getPlugin
public org.eclipse.core.runtime.Plugin getPlugin()
- Specified by:
getPlugin in interface IIdentifiable
getBootstrapHome
public java.io.File getBootstrapHome()
setBootstrapHome
public void setBootstrapHome(java.io.File bootstrapHome)
getBootstrapHomePath
public java.lang.String getBootstrapHomePath()
setBootstrapHomePath
public void setBootstrapHomePath(java.lang.String bootstrapHomePath)
getContainer
public ElfContainer getContainer()
setContainer
public void setContainer(ElfContainer container)
getContainerPath
public java.lang.String getContainerPath()
setContainerPath
public void setContainerPath(java.lang.String containerPath)
getContainerScript
public ElfContainerScript getContainerScript()
setContainerScript
public void setContainerScript(ElfContainerScript containerScript)
getDefaultContainerPath
public java.lang.String getDefaultContainerPath()
setDefaultContainerPath
public void setDefaultContainerPath(java.lang.String defaultContainerPath)
isForceCreate
public boolean isForceCreate()
setForceCreate
public void setForceCreate(boolean forceCreate)