org.apache.openejb.client
Class ClusterRequest
java.lang.Object
org.apache.openejb.client.ClusterRequest
- All Implemented Interfaces:
- Externalizable, Serializable, Request
public class ClusterRequest
- extends Object
- implements Request
- 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 |
ClusterRequest
public ClusterRequest()
ClusterRequest
public ClusterRequest(ClusterMetaData clusterMetaData)
getRequestType
public byte getRequestType()
- Specified by:
getRequestType
in interface Request
getClusterMetaDataVersion
public long getClusterMetaDataVersion()
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal
in interface Externalizable
- Specified by:
readExternal
in interface Request
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Specified by:
writeExternal
in interface Request
- Throws:
IOException
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.