org.codehaus.wadi.location.session
Class ReleaseEntryRequest

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

public class ReleaseEntryRequest
extends java.lang.Object
implements SessionRequestMessage, java.io.Serializable

A request for the emigration of the enclosed session - The response should be a ReleaseEntryResponse object sent whence this request arrived.

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

Field Summary
protected  Motable _motable
           
 
Constructor Summary
ReleaseEntryRequest(Motable motable)
           
 
Method Summary
 java.lang.Object getKey()
           
 Motable getMotable()
           
 int getNumberOfExpectedMerge()
           
 int getVersion()
           
 SessionResponseMessage newResponseFailure()
           
 void setNumberOfExpectedMerge(int numberOfExpectedMerge)
           
 void setVersion(int version)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_motable

protected final Motable _motable
Constructor Detail

ReleaseEntryRequest

public ReleaseEntryRequest(Motable motable)
Method Detail

getMotable

public Motable getMotable()

getKey

public java.lang.Object getKey()
Specified by:
getKey in interface SessionRequestMessage

getVersion

public int getVersion()
Specified by:
getVersion in interface SessionRequestMessage

setVersion

public void setVersion(int version)
Specified by:
setVersion in interface SessionRequestMessage

getNumberOfExpectedMerge

public int getNumberOfExpectedMerge()
Specified by:
getNumberOfExpectedMerge in interface SessionRequestMessage

setNumberOfExpectedMerge

public void setNumberOfExpectedMerge(int numberOfExpectedMerge)
Specified by:
setNumberOfExpectedMerge in interface SessionRequestMessage

newResponseFailure

public SessionResponseMessage newResponseFailure()
Specified by:
newResponseFailure in interface SessionRequestMessage

toString

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


Copyright © 2008. All Rights Reserved.