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

Field Summary
 
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[] getEnhancedSuffixes()
           
 void setEnhancedSuffixes(String[] enhancedSuffixes)
          The list of enhanced suffixes
 
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
 

Method Detail

setEnhancedSuffixes

void setEnhancedSuffixes(String[] enhancedSuffixes)
The list of enhanced suffixes


getEnhancedSuffixes

String[] getEnhancedSuffixes()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.