| |
|
| org.jboss.deployment.SubDeployer
CREATE_NOTIFICATION | final public static String CREATE_NOTIFICATION(Code) | | The notification type send when a SubDeployer completes create
|
DESTROY_NOTIFICATION | final public static String DESTROY_NOTIFICATION(Code) | | The notification type send when a SubDeployer completes destroy
|
INIT_NOTIFICATION | final public static String INIT_NOTIFICATION(Code) | | The notification type send when a SubDeployer completes init
|
RELATIVE_ORDER_100 | final public static int RELATIVE_ORDER_100(Code) | | |
RELATIVE_ORDER_200 | final public static int RELATIVE_ORDER_200(Code) | | |
RELATIVE_ORDER_300 | final public static int RELATIVE_ORDER_300(Code) | | |
RELATIVE_ORDER_400 | final public static int RELATIVE_ORDER_400(Code) | | |
RELATIVE_ORDER_500 | final public static int RELATIVE_ORDER_500(Code) | | |
RELATIVE_ORDER_600 | final public static int RELATIVE_ORDER_600(Code) | | |
RELATIVE_ORDER_700 | final public static int RELATIVE_ORDER_700(Code) | | |
RELATIVE_ORDER_800 | final public static int RELATIVE_ORDER_800(Code) | | |
RELATIVE_ORDER_900 | final public static int RELATIVE_ORDER_900(Code) | | |
START_NOTIFICATION | final public static String START_NOTIFICATION(Code) | | The notification type send when a SubDeployer completes start
|
STOP_NOTIFICATION | final public static String STOP_NOTIFICATION(Code) | | The notification type send when a SubDeployer completes stop
|
accepts | boolean accepts(DeploymentInfo sdi)(Code) | | The accepts method is called by MainDeployer to
determine which deployer is suitable for a DeploymentInfo.
Parameters: sdi - a DeploymentInfo value a boolean value |
getRelativeOrder | public int getRelativeOrder()(Code) | | Get the relative order of the specified suffixes
the relative order of the specified suffixes |
getServiceName | public ObjectName getServiceName()(Code) | | Get the JMX ObjectName of the service that provides the SubDeployer
JMX ObjectName of the service |
getSuffixes | public String[] getSuffixes()(Code) | | Get an array of suffixes of interest to this subdeployer
array of suffix strings |
|
|
|