org.jboss.deployment
Interface MainDeployerConstants


public interface MainDeployerConstants

Constants for MainDeployers


Field Summary
static java.lang.String ADD_DEPLOYER
          The JMX notification type sent when a deployer is added
static java.lang.String REMOVE_DEPLOYER
          The JMX notification type sent when a deployer is added
 

Field Detail

ADD_DEPLOYER

public static final java.lang.String ADD_DEPLOYER
The JMX notification type sent when a deployer is added

See Also:
Constant Field Values (src)

REMOVE_DEPLOYER

public static final java.lang.String REMOVE_DEPLOYER
The JMX notification type sent when a deployer is added

See Also:
Constant Field Values (src)