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: 2591 $
$Id: JMSServerInvocationHandler.java 2591 2007-04-19 15:25:51Z timfox $
- 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()
setClosed
public static void setClosed(boolean closed)
setMBeanServer
public void setMBeanServer(MBeanServer server)
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.