org.apache.openejb.client
Class ClusterResponse

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

public class ClusterResponse
extends 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
 Throwable getFailure()
           
 ClusterResponse.Code getResponseCode()
           
 ClusterMetaData getUpdatedMetaData()
           
 void readExternal(ObjectInput in)
           
 void setCurrent()
           
 void setFailure(Throwable failure)
           
 void setUpdatedMetaData(ClusterMetaData updatedMetaData)
           
 void writeExternal(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 Throwable getFailure()

setFailure

public void setFailure(Throwable failure)

readExternal

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

writeExternal

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


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