org.jboss.varia.deployment.BeanShellScript A wrapper service that exposes a BeanShell script as a JBoss service mbean. @see BeanShellSubDeployer @author <a HREF="mailto:sacha.labourey@cogito-info.ch">Sacha Labourey</a>. @version $Revision: 1.2 $
org.jboss.mx.remoting.JMXSubsystemInvocationHandler JMXSubsystemInvocationHandler is a ServerInvocationHandler that will forward requests to the MBeanServer and return the results from the MBeanServer. @author <a HREF="mailto:jhaynie@vocalocity.net">Jeff Haynie</a> @version $Revision: 1.3 $
org.apache.ws.jaxme.js.apps.XmlRpcClientGenerator This class generates clients for Apache XML-RPC. The basic idea goes as follows: <ol> <li>Provide a class implementing the interface {@link XmlRpcCaller}.</li> <li>Provide a server side class being called via XML-RPC. The class must have a public default constructor, should ...
org.hibernate.secure.JACCPermissions Copied from JBoss org.jboss.ejb3.security.JaccHelper and org.jboss.ejb3.security.SecurityActions @author <a HREF="mailto:kabir.khan@jboss.org">Kabir Khan</a>