org.jboss.deployment
Interface JARDeployerMBean
- All Superinterfaces:
- Service, ServiceMBean, SubDeployerMBean
- All Known Implementing Classes:
- JARDeployer
public interface JARDeployerMBean
- extends SubDeployerMBean
MBean interface.
- Version:
- $Revision: 57205 $
Field Summary |
static javax.management.ObjectName |
OBJECT_NAME
The default ObjectName |
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 |
Method Summary |
String[] |
getDescriptorNames()
|
void |
setDescriptorNames(String[] descriptorNames)
The list of suffixes that define deployment descriptors which if
found in an archive META-INF directory indicate non-jar deployments
that should be ignored by the JARDeployer. |
OBJECT_NAME
static final javax.management.ObjectName OBJECT_NAME
- The default ObjectName
setDescriptorNames
void setDescriptorNames(String[] descriptorNames)
- The list of suffixes that define deployment descriptors which if
found in an archive META-INF directory indicate non-jar deployments
that should be ignored by the JARDeployer.
getDescriptorNames
String[] getDescriptorNames()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.