pl.edu.pjwstk.yaod.network.protocol
Class ClientRequest

java.lang.Object
  |
  +--pl.edu.pjwstk.yaod.network.protocol.NetMessage
        |
        +--pl.edu.pjwstk.yaod.network.protocol.ClientRequest
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DumpRequest, QueryRequest, XMLLoadRequest

public abstract class ClientRequest
extends NetMessage

Klasa reprezentujaca zadanie klienta wysylane do serwera.

Author:
M. Lentner, raist@ertel.com.pl
See Also:
Serialized Form

Constructor Summary
ClientRequest()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientRequest

public ClientRequest()