|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--agents.agent.UsersAgent
Class for management of the client-server comunication process.
Constructor Summary | |
UsersAgent()
|
Method Summary | |
java.lang.Object |
query(java.lang.Object msg1)
Method for identifying and executing operation form the request. |
void |
query(java.io.ObjectInput in,
java.io.ObjectOutput out)
Method for receiving the request and sending the response to the database servlet. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UsersAgent()
Method Detail |
public void query(java.io.ObjectInput in, java.io.ObjectOutput out) throws java.lang.Exception
query
in interface ObjectStream
public java.lang.Object query(java.lang.Object msg1) throws java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |