dist1.acb.common.transport.concretePackets
Class ResponseCloseSession

java.lang.Object
  extended bydist1.acb.common.transport.Packet
      extended bydist1.acb.common.transport.Response
          extended bydist1.acb.common.transport.ResponseWithStringMessage
              extended bydist1.acb.common.transport.concretePackets.ResponseCloseSession
All Implemented Interfaces:
java.io.Serializable, StringMessage

public class ResponseCloseSession
extends ResponseWithStringMessage

ResponseCloseSession

Version:
$Revision: 1.2 $
Author:
Alexander Stasiv
See Also:
Serialized Form

Constructor Summary
ResponseCloseSession(Request request, java.lang.String msg)
          Creates a new ResponseError object.
 
Methods inherited from class dist1.acb.common.transport.ResponseWithStringMessage
getMsg, setMsg, toString
 
Methods inherited from class dist1.acb.common.transport.Packet
equals, getId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResponseCloseSession

public ResponseCloseSession(Request request,
                            java.lang.String msg)
Creates a new ResponseError object.

Parameters:
request - The response will be created for this request (it will inherit the id). If request is null the id will be zero.
msg - A message


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