|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CommandResponder
An interface for handling responses. This will be used by Command and supplied by the CommandService. This will extend the AttributeReader that exposes the items sent as part of the command. No need to access those directly; let the commander handle it.
Version History
EPG - Initial - 10 APR 06
Method Summary | |
---|---|
void |
add(NV item)
Add a response. |
void |
done()
Make the response done. |
void |
flush()
Force the responder to flush. |
AttributeReader |
getCommandAttributes()
Get the command attributes. |
SystemInterface |
getSystemInterface()
Get a system interface. |
void |
remove(java.lang.String name)
Remove a response for replacement, if possible. |
Method Detail |
---|
AttributeReader getCommandAttributes() throws SystemException
SystemException
void add(NV item) throws SystemException
item
- the item
SystemException
SystemInterface getSystemInterface() throws SystemException
SystemException
void remove(java.lang.String name) throws SystemException
name
- the item to replace
SystemException
void flush() throws SystemException
SystemException
void done() throws SystemException
SystemException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |