org.jboss.portal.server.deployment.jboss
Interface DeploymentFactory
- All Known Implementing Classes:
- AbstractDeploymentFactory, LayoutDeploymentFactory, LayoutFeaturesDeploymentFactory, ObjectDeploymentFactory, PortletAppDeploymentFactory, PortletAppDeploymentFactory, ThemeDeploymentFactory
public interface DeploymentFactory
A deployment factory creates deployment for a specific kind of objects.
- Version:
- $Revision: 8784 $
- Author:
- Julien Viet
newInstance
Deployment newInstance(java.net.URL url,
PortalWebApp pwa,
javax.management.MBeanServer mbeanServer)
throws org.jboss.deployment.DeploymentException
- Create a new instance of the deployment.
- Parameters:
url
- the URL of the file to deploypwa
- the web application that contains the file to deploy or null if it does not existmbeanServer
- the JMX mbean server
- Returns:
- a deployment ready to be processed
- Throws:
org.jboss.deployment.DeploymentException
- if the deployment cannot be created