dist1.acb.common.transport
Class RequestUpdate

java.lang.Object
  extended bydist1.acb.common.transport.Packet
      extended bydist1.acb.common.transport.Request
          extended bydist1.acb.common.transport.RequestUpdate
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
RequestBeginSellTransaction, RequestCloseSession, RequestDeleteOldUsers, RequestEndSellTransaction, RequestExecuteHotJoin, RequestExecuteUpdate, RequestInitCBLTable, RequestInsertLog, RequestJoin, RequestLogin, RequestMoneyFromAccount, RequestMoneyToAccount, RequestRegister, RequestRemoveCBL, RequestRemoveFiles, RequestShare, RequestUpdateCBL, RequestUpdateUser

public abstract class RequestUpdate
extends Request

The base abstract class for any request which changes the system state

Version:
Alexander Stasiv
Author:
$author$
See Also:
Serialized Form

Constructor Summary
  RequestUpdate()
          Creates a new instance of RequestUpdate
protected RequestUpdate(Id id)
           
 
Methods inherited from class dist1.acb.common.transport.Packet
equals, getId, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RequestUpdate

public RequestUpdate()
Creates a new instance of RequestUpdate


RequestUpdate

protected RequestUpdate(Id id)


Copyright © 2004 Phoenix Team (CMU/AIT). All Rights Reserved.