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

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

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

A LeaveClusterRequest

Version:
$Revision: 1917 $ $Id: LeaveClusterRequest.java 1917 2007-01-08 20:26:12Z clebert.suconic@jboss.com $
Author:
Clebert Suconic, Tim Fox

Constructor Summary
LeaveClusterRequest()
          This constructor only exist because it's an Streamable requirement.
LeaveClusterRequest(int nodeId)
           
 
Method Summary
 void read(java.io.DataInputStream in)
           
 java.lang.String toString()
           
 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, wait, wait, wait
 

Constructor Detail

LeaveClusterRequest

public LeaveClusterRequest(int nodeId)

LeaveClusterRequest

public LeaveClusterRequest()
This constructor only exist because it's an Streamable requirement.

See Also:
ClusterRequest#createFromStream(java.io.DataInputStream)
Method Detail

write

public void write(java.io.DataOutputStream out)
           throws java.lang.Exception
Throws:
java.lang.Exception

read

public void read(java.io.DataInputStream in)
          throws java.lang.Exception
Throws:
java.lang.Exception

toString

public java.lang.String toString()

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.