org.jboss.deployment
Interface SubDeployerExtMBean
- All Superinterfaces:
- Service, ServiceMBean, SubDeployerMBean
- All Known Subinterfaces:
- SARDeployerMBean, XSLSubDeployerMBean
- All Known Implementing Classes:
- JARDeployer, ObjectModelFactorySimpleSubDeployerSupport, SARDeployer, SchemaBindingSimpleSubDeployerSupport, SimpleSubDeployerSupport, SubDeployerSupport, XSLSubDeployer
public interface SubDeployerExtMBean
- extends SubDeployerMBean
An extension mbean interface that allows the retrieval
and setting of the combined suffixes and their relative
order supported by a SubDeployer.
The syntax of an enhanced suffix is
"order:suffix"
- Version:
- $Revision: 57205 $
- Author:
- Dimitris Andreadis
Fields inherited from interface org.jboss.system.ServiceMBean |
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED |
setEnhancedSuffixes
void setEnhancedSuffixes(String[] enhancedSuffixes)
- The list of enhanced suffixes
getEnhancedSuffixes
String[] getEnhancedSuffixes()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.