org.apache.openejb.client
Class ClusterResponse

java.lang.Object
  extended by org.apache.openejb.client.ClusterResponse
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable, Response

public class ClusterResponse
extends java.lang.Object
implements Response

Version:
$Rev$ $Date$
See Also:
Serialized Form

Nested Class Summary
static class ClusterResponse.Code
           
 
Constructor Summary
ClusterResponse()
           
ClusterResponse(ClusterResponse.Code responseCode)
           
 
Method Summary
 java.lang.Throwable getFailure()
           
 ClusterResponse.Code getResponseCode()
           
 ClusterMetaData getUpdatedMetaData()
           
 void readExternal(java.io.ObjectInput in)
           
 void setCurrent()
           
 void setFailure(java.lang.Throwable failure)
           
 void setUpdatedMetaData(ClusterMetaData updatedMetaData)
           
 void writeExternal(java.io.ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterResponse

public ClusterResponse(ClusterResponse.Code responseCode)

ClusterResponse

public ClusterResponse()
Method Detail

getResponseCode

public ClusterResponse.Code getResponseCode()

setCurrent

public void setCurrent()

setUpdatedMetaData

public void setUpdatedMetaData(ClusterMetaData updatedMetaData)

getUpdatedMetaData

public ClusterMetaData getUpdatedMetaData()

getFailure

public java.lang.Throwable getFailure()

setFailure

public void setFailure(java.lang.Throwable failure)

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Specified by:
readExternal in interface java.io.Externalizable
Specified by:
readExternal in interface Response
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Specified by:
writeExternal in interface java.io.Externalizable
Specified by:
writeExternal in interface Response
Throws:
java.io.IOException


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.