|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.almendra.janet.cas.scheduling.SendCommandExecutable
public class SendCommandExecutable
Field Summary | |
---|---|
protected ICommand |
command
|
protected IAgentProxy |
destinationAgent
|
protected Logger |
logger
|
Constructor Summary | |
---|---|
protected |
SendCommandExecutable()
Creates a new SendCommandExecutable object. |
|
SendCommandExecutable(IAgentProxy destinationAgent,
ICommand command,
Logger logger)
Creates a new SendCommandExecutable object. |
Method Summary | |
---|---|
void |
execute(java.lang.Object object)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected IAgentProxy destinationAgent
protected ICommand command
protected Logger logger
Constructor Detail |
---|
protected SendCommandExecutable()
SendCommandExecutable
object.
public SendCommandExecutable(IAgentProxy destinationAgent, ICommand command, Logger logger)
SendCommandExecutable
object.
Method Detail |
---|
public void execute(java.lang.Object object)
execute
in interface IExecutable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |