agents.agent
Class UsersAgent

java.lang.Object
  |
  +--agents.agent.UsersAgent
All Implemented Interfaces:
ObjectStream

public class UsersAgent
extends java.lang.Object
implements ObjectStream

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

UsersAgent

public UsersAgent()
Method Detail

query

public void query(java.io.ObjectInput in,
                  java.io.ObjectOutput out)
           throws java.lang.Exception
Method for receiving the request and sending the response to the database servlet.
Specified by:
query in interface ObjectStream

query

public java.lang.Object query(java.lang.Object msg1)
                       throws java.lang.Exception
Method for identifying and executing operation form the request.