org.jboss.jms.client.remoting
Class ConnectionFactoryCallbackHandler

java.lang.Object
  extended by org.jboss.jms.client.remoting.ConnectionFactoryCallbackHandler

public class ConnectionFactoryCallbackHandler
extends java.lang.Object

This class will manage ConnectionFactory messages updates

Version:
$Revision: 3019 $ $Id: ConnectionFactoryCallbackHandler.java 3019 2007-08-21 04:19:48Z clebert.suconic@jboss.com $
Author:
Clebert Suconic

Constructor Summary
ConnectionFactoryCallbackHandler(ClientClusteredConnectionFactoryDelegate cfDelegate, JMSRemotingConnection remotingConnection)
           
 
Method Summary
 void handleMessage(java.lang.Object message)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectionFactoryCallbackHandler

public ConnectionFactoryCallbackHandler(ClientClusteredConnectionFactoryDelegate cfDelegate,
                                        JMSRemotingConnection remotingConnection)
Method Detail

handleMessage

public void handleMessage(java.lang.Object message)

toString

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


Copyright © 2006 JBoss Inc. All Rights Reserved.