org.jboss.deployment
Interface SubDeployerExt

All Superinterfaces:
SubDeployer
All Known Implementing Classes:
JARDeployer, ObjectModelFactorySimpleSubDeployerSupport, SARDeployer, SchemaBindingSimpleSubDeployerSupport, SchemaResolverSimpleSubDeployerSupport, SimpleSubDeployerSupport, SubDeployerSupport, XSLSubDeployer

public interface SubDeployerExt
extends SubDeployer

An extension 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: 81033 $
Author:
Dimitris Andreadis

Field Summary
 
Fields inherited from interface org.jboss.deployment.SubDeployer
CREATE_NOTIFICATION, DESTROY_NOTIFICATION, INIT_NOTIFICATION, START_NOTIFICATION, STOP_NOTIFICATION
 
Method Summary
 String[] getEnhancedSuffixes()
           
 void setEnhancedSuffixes(String[] enhancedSuffixes)
          The list of supported suffixes and their relative order.
 
Methods inherited from interface org.jboss.deployment.SubDeployer
accepts, create, destroy, getRelativeOrder, getServiceName, getSuffixes, init, start, stop
 

Method Detail

setEnhancedSuffixes

void setEnhancedSuffixes(String[] enhancedSuffixes)
The list of supported suffixes and their relative order.


getEnhancedSuffixes

String[] getEnhancedSuffixes()


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.