/*
* JBoss, the OpenSource J2EE webOS
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
*/
package org.jboss.deployment;

/** Constants for MainDeployers
 *
 * @author Scott.Stark@jboss.org
 * @version $Revision: 1.3.6.1 $
 */
public interface MainDeployerConstants
{
   /** The JMX notification type sent when a deployer is added */
   public static final String ADD_DEPLOYER = "org.jboss.deployment.MainDeployer.addDeployer";
   /** The JMX notification type sent when a deployer is added */
   public static final String REMOVE_DEPLOYER = "org.jboss.deployment.MainDeployer.removeDeployer";
}