org.codehaus.wadi.dindex.newmessages
Class ReleaseEntryResponse

java.lang.Object
  extended byorg.codehaus.wadi.dindex.newmessages.ReleaseEntryResponse
All Implemented Interfaces:
OldMessage, Serializable

public class ReleaseEntryResponse
extends Object
implements OldMessage, Serializable

A query for the location of the session with the enclosed ID - The response should be a LocationResponse object sent whence this request arrived.

Version:
$Revision: 1351 $
Author:
Jules Gosnell
See Also:
Serialized Form

Field Summary
protected  Location _location
           
protected  String _name
           
 
Constructor Summary
protected ReleaseEntryResponse()
           
  ReleaseEntryResponse(String name, Location location)
           
 
Method Summary
 String getId()
           
 Location getLocation()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_name

protected String _name

_location

protected Location _location
Constructor Detail

ReleaseEntryResponse

public ReleaseEntryResponse(String name,
                            Location location)

ReleaseEntryResponse

protected ReleaseEntryResponse()
Method Detail

getId

public String getId()

getLocation

public Location getLocation()

toString

public String toString()


Copyright © 2004-2008 Core Developers Network Ltd.. All Rights Reserved.