org.jboss.messaging.core.plugin.postoffice.cluster
Class RollbackPullRequest
java.lang.Object
org.jboss.messaging.core.plugin.postoffice.cluster.ClusterRequest
org.jboss.messaging.core.plugin.postoffice.cluster.RollbackPullRequest
- All Implemented Interfaces:
- Streamable
- public class RollbackPullRequest
- extends org.jboss.messaging.core.plugin.postoffice.cluster.ClusterRequest
A RollbackPullRequest
- Version:
- $Revision: 1917 $
$Id: RollbackPullRequest.java 1917 2007-01-08 20:26:12Z clebert.suconic@jboss.com $
- Author:
- Tim Fox
Method Summary |
void |
read(java.io.DataInputStream in)
|
void |
write(java.io.DataOutputStream out)
|
static void |
writeToStream(java.io.DataOutputStream daos,
org.jboss.messaging.core.plugin.postoffice.cluster.ClusterRequest request)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RollbackPullRequest
public RollbackPullRequest()
read
public void read(java.io.DataInputStream in)
throws java.lang.Exception
- Throws:
java.lang.Exception
write
public void write(java.io.DataOutputStream out)
throws java.lang.Exception
- Throws:
java.lang.Exception
writeToStream
public static void writeToStream(java.io.DataOutputStream daos,
org.jboss.messaging.core.plugin.postoffice.cluster.ClusterRequest request)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2006 JBoss Inc. All Rights Reserved.