org.jboss.jms.server.remoting
Class JMSServerInvocationHandler
java.lang.Object
org.jboss.jms.server.remoting.JMSServerInvocationHandler
- public class JMSServerInvocationHandler
- extends java.lang.Object
- Version:
- $Revision: 2130 $
$Id: JMSServerInvocationHandler.java 2130 2007-02-01 22:18:41Z ovidiu.feodorov@jboss.com $
- Author:
- Ovidiu Feodorov, Tim Fox
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
callbackHandlers
protected java.util.Map callbackHandlers
JMSServerInvocationHandler
public JMSServerInvocationHandler()
setMBeanServer
public void setMBeanServer(MBeanServer server)
getInvoker
public ServerInvoker getInvoker()
setInvoker
public void setInvoker(ServerInvoker invoker)
invoke
public java.lang.Object invoke(InvocationRequest invocation)
throws java.lang.Throwable
- Throws:
java.lang.Throwable
addListener
public void addListener(InvokerCallbackHandler callbackHandler)
removeListener
public void removeListener(InvokerCallbackHandler callbackHandler)
getListeners
public java.util.Collection getListeners()
- Returns:
- a Collection of InvokerCallbackHandler
toString
public java.lang.String toString()
Copyright © 2006 JBoss Inc. All Rights Reserved.