org.codehaus.wadi.location.session
Class ReleaseEntryResponse

java.lang.Object
  extended by org.codehaus.wadi.location.session.AbstractSessionResponseMessage
      extended by org.codehaus.wadi.location.session.ReleaseEntryResponse
All Implemented Interfaces:
java.io.Serializable, Message, SessionMessage, SessionResponseMessage

public class ReleaseEntryResponse
extends AbstractSessionResponseMessage

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:1815 $
Author:
Jules Gosnell
See Also:
Serialized Form

Constructor Summary
ReleaseEntryResponse(boolean success)
           
 
Method Summary
 boolean isSuccess()
           
 java.lang.String toString()
           
 
Methods inherited from class org.codehaus.wadi.location.session.AbstractSessionResponseMessage
isVersionTooHigh, isVersionTooLow, setVersionTooHigh, setVersionTooLow
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReleaseEntryResponse

public ReleaseEntryResponse(boolean success)
Method Detail

isSuccess

public boolean isSuccess()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2008. All Rights Reserved.