| ClientInvokerAdapterMBean.java |
/*
* JBoss, the OpenSource J2EE webOS
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
*/
package org.jboss.remoting;
/**
* MBean interface.
*/
public interface ClientInvokerAdapterMBean {
//default object name
public static final javax.management.ObjectName OBJECT_NAME = org.jboss.mx.util.ObjectNameFactory.create("jboss.remoting:service=ClientInvokerAdapter");
}
| ClientInvokerAdapterMBean.java |