/* * JBoss, the OpenSource J2EE webOS * * Distributable under LGPL license. * See terms of license at gnu.org. */ package org.jboss.invocation.local; import java.net.InetAddress; import javax.management.ObjectName; import javax.management.MBeanException; import javax.management.MBeanServer; import javax.management.MBeanRegistration; import javax.transaction.TransactionManager; import javax.naming.InitialContext; import org.jboss.invocation.Invocation; import org.jboss.invocation.InvocationContext; import org.jboss.invocation.Invoker; import org.jboss.invocation.InvokerInterceptor; import org.jboss.invocation.jrmp.interfaces.JRMPInvokerProxy; import org.jboss.proxy.TransactionInterceptor; import org.jboss.system.Registry; import org.jboss.system.ServiceMBeanSupport; /** * The Invoker is a local gate in the JMX system. * * @jmx:mbean extends="org.jboss.system.ServiceMBean" * * @author