org.apache.openejb.client
Class ClusterResponse
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClusterResponse
public ClusterResponse(ClusterResponse.Code responseCode)
ClusterResponse
public ClusterResponse()
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.