org.jboss.jms.delegate
Class CreateConnectionResult

java.lang.Object
  extended by org.jboss.jms.delegate.CreateConnectionResult
All Implemented Interfaces:
Streamable

public class CreateConnectionResult
extends java.lang.Object
implements Streamable

A CreateConnectionResult

Version:
$Revision: 2684 $ $Id: CreateConnectionResult.java 2684 2007-05-15 07:31:30Z timfox $
Author:
Tim Fox

Constructor Summary
CreateConnectionResult()
           
CreateConnectionResult(ClientConnectionDelegate delegate)
           
CreateConnectionResult(int actualFailoverNodeID)
           
 
Method Summary
 int getActualFailoverNodeID()
           
 ClientConnectionDelegate getDelegate()
           
 void read(java.io.DataInputStream in)
           
 java.lang.String toString()
           
 void write(java.io.DataOutputStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CreateConnectionResult

public CreateConnectionResult()

CreateConnectionResult

public CreateConnectionResult(ClientConnectionDelegate delegate)

CreateConnectionResult

public CreateConnectionResult(int actualFailoverNodeID)
Method Detail

getDelegate

public ClientConnectionDelegate getDelegate()

getActualFailoverNodeID

public int getActualFailoverNodeID()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

read

public void read(java.io.DataInputStream in)
          throws java.lang.Exception
Specified by:
read in interface Streamable
Throws:
java.lang.Exception

write

public void write(java.io.DataOutputStream out)
           throws java.lang.Exception
Specified by:
write in interface Streamable
Throws:
java.lang.Exception


Copyright © 2006 JBoss Inc. All Rights Reserved.