|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectedu.uci.isr.yancees.server.service.AbstractService
edu.uci.isr.yancees.server.service.cassius.CassiusService
That's a generic service, with void implementation.
| Constructor Summary | |
CassiusService()
constructor |
|
| Method Summary | |
void |
changeAccount(org.w3c.dom.Node command)
|
void |
defineType(org.w3c.dom.Node command)
|
org.w3c.dom.Node |
listAccounts(org.w3c.dom.Node command)
|
org.w3c.dom.Node |
listObjects(org.w3c.dom.Node command)
|
org.w3c.dom.Node |
listTypes(org.w3c.dom.Node command)
|
void |
modifyObject(org.w3c.dom.Node command)
|
void |
newObject(org.w3c.dom.Node command)
|
EventInterface[] |
poll(org.w3c.dom.Node command)
Interprets the following XML protocol description. |
void |
registerAccount(org.w3c.dom.Node command)
|
void |
removeObject(org.w3c.dom.Node command)
|
void |
removeType(org.w3c.dom.Node command)
|
void |
unregisterAccount(org.w3c.dom.Node command)
|
| Methods inherited from class edu.uci.isr.yancees.server.service.AbstractService |
getName, isActive, setName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CassiusService()
| Method Detail |
public void registerAccount(org.w3c.dom.Node command)
throws CassServiceException
command -
CassServiceException
public void unregisterAccount(org.w3c.dom.Node command)
throws CassServiceException
command -
CassServiceException
public void changeAccount(org.w3c.dom.Node command)
throws CassServiceException
command -
CassServiceException
public org.w3c.dom.Node listAccounts(org.w3c.dom.Node command)
throws CassServiceException
command -
CassServiceException
public void newObject(org.w3c.dom.Node command)
throws CassServiceException
command -
CassServiceException
public void removeObject(org.w3c.dom.Node command)
throws CassServiceException
command -
CassServiceException
public void modifyObject(org.w3c.dom.Node command)
throws CassServiceException
command -
CassServiceException
public org.w3c.dom.Node listObjects(org.w3c.dom.Node command)
throws CassServiceException
command -
CassServiceException
public void defineType(org.w3c.dom.Node command)
throws CassServiceException
command -
CassServiceException
public void removeType(org.w3c.dom.Node command)
throws CassServiceException
command -
CassServiceException
public org.w3c.dom.Node listTypes(org.w3c.dom.Node command)
throws CassServiceException
command -
CassServiceException
public EventInterface[] poll(org.w3c.dom.Node command)
throws CassServiceException
command -
CassServiceException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||