org.jboss.portal.server.deployment.jboss
Interface GenericDeployerMBean

All Superinterfaces:
org.jboss.system.Service, org.jboss.system.ServiceMBean, org.jboss.deployment.SubDeployerMBean
All Known Implementing Classes:
GenericDeployer

public interface GenericDeployerMBean
extends org.jboss.deployment.SubDeployerMBean

Version:
$Revision: 8784 $
Author:
Julien Viet

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
 java.lang.String[] getAcceptedSuffixes()
           
 ServerDeployerMBean getServerDeployer()
           
 void setAcceptedSuffixes(java.lang.String[] acceptedSuffixes)
           
 void setServerDeployer(ServerDeployerMBean serverDeployer)
           
 
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

getAcceptedSuffixes

java.lang.String[] getAcceptedSuffixes()

setAcceptedSuffixes

void setAcceptedSuffixes(java.lang.String[] acceptedSuffixes)

getServerDeployer

ServerDeployerMBean getServerDeployer()

setServerDeployer

void setServerDeployer(ServerDeployerMBean serverDeployer)