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: 2685 $
$Id: JMSServerInvocationHandler.java 2685 2007-05-15 07:56:12Z 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)
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.