org.jboss.jms.client.remoting
Class DummyCallbackHandler

java.lang.Object
  extended byorg.jboss.jms.client.remoting.DummyCallbackHandler

public class DummyCallbackHandler
extends java.lang.Object

A DummyCallbackHandler. This class is only used to trigger the addListener method on the JMSServerInvocationHandler to be called, which allows the server to get hold of a reference to the callback client so it can make callbacks

Version:
1.1 DummyCallbackHandler.java,v 1.1 2006/02/01 17:38:30 timfox Exp
Author:
Tim Fox

Constructor Summary
DummyCallbackHandler()
           
 
Method Summary
 void handleCallback(Callback cb)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyCallbackHandler

public DummyCallbackHandler()
Method Detail

handleCallback

public void handleCallback(Callback cb)
                    throws HandleCallbackException
Throws:
HandleCallbackException


Copyright © 2006 JBoss Inc. All Rights Reserved.