List of usage examples for javax.management MBeanRegistration interface-usage
From source file com.sun.grizzly.http.jk.server.JkMain.java
/** Main class used to startup and configure jk. It manages the conf/jk2.properties file
* and is the target of JMX proxy.
*
* It implements a policy of save-on-change - whenever a property is changed at
* runtime the jk2.properties file will be overriden.
*
From source file org.apache.catalina.logger.LoggerBase.java
/**
* Convenience base class for <b>Logger</b> implementations. The only
* method that must be implemented is <code>log(String msg)</code>, plus
* any property setting and lifecycle methods required for configuration.
*
* @author Craig R. McClanahan
From source file org.openqa.jetty.util.jmx.ModelMBeanImpl.java
/** Model MBean Implementation.
* This implementation of the JMX Model MBean API is designed to allow
* easy creation of Model MBeans. From minimal descriptions of
* operations and attributes, reflection is used to determine the full
* signature and ResourceBundles are used to determine other meta data.
*
From source file org.apache.coyote.http11.Http11Protocol.java
/**
* Abstract the protocol implementation, including threading, etc.
* Processor is single threaded and specific to stream-based protocols,
* will not fit Jk protocols like JNI.
*
* @author Remy Maucherat
From source file com.heliosapm.script.AbstractDeployedScript.java
/**
* <p>Title: AbstractDeployedScript</p>
* <p>Description: Base class for implementing {@link DeployedScript} extensions</p>
* <p>Company: Helios Development Group LLC</p>
* @author Whitehead (nwhitehead AT heliosdev DOT org)
* <p><code>com.heliosapm.script.AbstractDeployedScript</code></p>
From source file org.apache.catalina.session.ManagerBase.java
/**
* Minimal implementation of the <b>Manager</b> interface that supports
* no session persistence or distributable capabilities. This class may
* be subclassed to create more sophisticated Manager implementations.
*
* @author Craig R. McClanahan
From source file org.apache.coyote.tomcat4.CoyoteConnector.java
/**
* Implementation of a Coyote connector for Tomcat 4.x.
*
* @author Craig R. McClanahan
* @author Remy Maucherat
* @version $Revision: 1.29 $ $Date: 2004/01/08 22:50:32 $
From source file org.apache.catalina.realm.RealmBase.java
/**
* Simple implementation of <b>Realm</b> that reads an XML file to configure
* the valid users, passwords, and roles. The file format (and default file
* location) are identical to those currently supported by Tomcat 3.X.
*
* @author Craig R. McClanahan
From source file org.apache.catalina.loader.WebappLoader.java
/**
* Classloader implementation which is specialized for handling web
* applications in the most efficient way, while being Catalina aware (all
* accesses to resources are made through the DirContext interface).
* This class loader supports detection of modified
* Java classes, which can be used to implement auto-reload support.
From source file org.apache.coyote.tomcat5.CoyoteConnector.java
/**
* Implementation of a Coyote connector for Tomcat 5.x.
*
* @author Craig R. McClanahan
* @author Remy Maucherat
* @version $Revision: 1.35 $ $Date: 2004/01/10 20:39:50 $