|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.almendra.janet.cas.logger.commands.AbstractLoggerCommand
public abstract class AbstractLoggerCommand
Field Summary | |
---|---|
protected AgentPath |
loggerServerAgentPath
|
Fields inherited from interface org.almendra.janet.cas.scheduling.ICommand |
---|
ApplicationMaxPriority, ApplicationMinPriority, InterruptPriority, SystemPriority |
Constructor Summary | |
---|---|
AbstractLoggerCommand()
Creates a new AbstractLoggerCommand object. |
|
AbstractLoggerCommand(AgentPath loggerServerAgentPath)
Creates a new AbstractLoggerCommand object. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Make sure the user can rely on a command to be cloneable. |
AgentPath |
getAgentPathToLoggerServer()
|
int |
getPriority()
Answer the priority of the command. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.almendra.janet.cas.scheduling.ICommand |
---|
getQualifiedName, toLogString |
Field Detail |
---|
protected AgentPath loggerServerAgentPath
Constructor Detail |
---|
public AbstractLoggerCommand()
AbstractLoggerCommand
object.
public AbstractLoggerCommand(AgentPath loggerServerAgentPath)
AbstractLoggerCommand
object.
Method Detail |
---|
public int getPriority()
ICommand
getPriority
in interface ICommand
public AgentPath getAgentPathToLoggerServer()
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
ICommand
clone
in interface ICommand
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |