org.almendra.janet.ade.executor.interpreters
Class StartInterpreter
java.lang.Object
org.almendra.janet.ade.executor.interpreters.ExecutorInterpreter
org.almendra.janet.ade.executor.interpreters.StartInterpreter
- All Implemented Interfaces:
- IInterpreter
public class StartInterpreter
- extends ExecutorInterpreter
- implements IInterpreter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StartInterpreter
public StartInterpreter()
- Creates a new
StartInterpreter
object.
execute
public void execute(CommandAccessor cmdAccessor)
- Specified by:
execute
in interface IInterpreter
registerForEvents
protected void registerForEvents(CommandAccessor cmdAccessor,
ExecutorAnchor anchor)
- Parameters:
cmdAccessor
- anchor
-
readQueueSizeCategories
protected boolean readQueueSizeCategories(CommandAccessor cmdAccessor,
ExecutorAnchor anchor)
- Parameters:
capability
-
- Returns:
getDescriptorFilePathName
protected java.lang.String getDescriptorFilePathName(CommandAccessor cmdAccessor)
getDescriptorFile
protected java.io.File getDescriptorFile(CommandAccessor cmdAccessor,
java.lang.String descriptorFilePathName)
- Parameters:
cmdAccessor
- descriptorFilePathName
-
- Returns:
-
- Throws:
java.io.IOException
getSystemAgent
protected IAgentProxy getSystemAgent(CommandAccessor cmdAccessor)
- Parameters:
cmdAccessor
-
- Returns:
-
- Throws:
NoSuchAgentException
IllegalAgentAccessException
InsufficientPrivilegeException
commandNames
public StringVector commandNames()
- Specified by:
commandNames
in interface IInterpreter