|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Commander
Interface to a commander.
Version History
EPG - Initial - 22 MAY 06
Method Summary | |
---|---|
void |
disposal()
Allow the disposal procecure to run. |
Receipt |
issueCommand(Command commandToIssue)
This will issue a command. |
CommandResponse |
queryResponse(Receipt commandReceipt)
Query the reponse progress a command. |
Method Detail |
---|
Receipt issueCommand(Command commandToIssue) throws SystemException
commandToIssue
- The command to issue.
SystemException
CommandResponse queryResponse(Receipt commandReceipt) throws SystemException
commandReceipt
- The issuance receipt.
SystemException
void disposal() throws SystemException
SystemException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |