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.
 
Methods inherited from interface org.jboss.deployment.SubDeployerMBean
accepts, create, destroy, getRelativeOrder, getServiceName, getSuffixes, init, start, stop
 
Methods inherited from interface org.jboss.system.ServiceMBean
getName, getState, getStateString, jbossInternalLifecycle
 
Methods inherited from interface org.jboss.system.Service
create, destroy, start, stop
 

Field Detail

OBJECT_NAME

static final javax.management.ObjectName OBJECT_NAME
The default ObjectName

Method Detail

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.