org.jboss.portal.server.deployment.jboss
Class GenericDeployer
java.lang.Object
SubDeployerSupport
org.jboss.portal.server.deployment.jboss.GenericDeployer
- All Implemented Interfaces:
- GenericDeployerMBean
public class GenericDeployer
- extends SubDeployerSupport
- implements GenericDeployerMBean
- Version:
- $Revision: 5448 $
- Author:
- Julien Viet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenericDeployer
public GenericDeployer()
getServerDeployer
public ServerDeployerMBean getServerDeployer()
- Specified by:
getServerDeployer
in interface GenericDeployerMBean
setServerDeployer
public void setServerDeployer(ServerDeployerMBean serverDeployer)
- Specified by:
setServerDeployer
in interface GenericDeployerMBean
getAcceptedSuffixes
public java.lang.String[] getAcceptedSuffixes()
- Specified by:
getAcceptedSuffixes
in interface GenericDeployerMBean
setAcceptedSuffixes
public void setAcceptedSuffixes(java.lang.String[] acceptedSuffixes)
- Specified by:
setAcceptedSuffixes
in interface GenericDeployerMBean
accepts
public boolean accepts(DeploymentInfo di)
init
public void init(DeploymentInfo di)
throws DeploymentException
- Throws:
DeploymentException
create
public void create(DeploymentInfo di)
throws DeploymentException
- Throws:
DeploymentException
start
public void start(DeploymentInfo di)
throws DeploymentException
- Throws:
DeploymentException
stop
public void stop(DeploymentInfo di)
throws DeploymentException
- Throws:
DeploymentException
destroy
public void destroy(DeploymentInfo di)
throws DeploymentException
- Throws:
DeploymentException