org.jboss.messaging.core.plugin.postoffice.cluster
Class PullMessageResultRequest

java.lang.Object
  extended byorg.jboss.messaging.core.plugin.postoffice.cluster.ClusterRequest
      extended byorg.jboss.messaging.core.plugin.postoffice.cluster.PullMessageResultRequest
All Implemented Interfaces:
Streamable

public class PullMessageResultRequest
extends org.jboss.messaging.core.plugin.postoffice.cluster.ClusterRequest

A PullMessageResultRequest

Version:
$Revision: 2681 $ $Id: PullMessageResultRequest.java 2681 2007-05-15 00:09:10Z timfox $
Author:
Tim Fox

Field Summary
static int TYPE
           
 
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
 

Field Detail

TYPE

public static final int TYPE
See Also:
Constant Field Values
Method Detail

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.