org.openmdx.kernel.application.deploy.enterprise
Class VerifyingDeploymentManager

java.lang.Object
  extended by org.openmdx.kernel.application.deploy.enterprise.VerifyingDeploymentManager
All Implemented Interfaces:
Deployment

public class VerifyingDeploymentManager
extends Object
implements Deployment

DeploymentManager


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.openmdx.kernel.application.deploy.spi.Deployment
Deployment.Application, Deployment.ApplicationClient, Deployment.AssemblyDescriptor, Deployment.AuthenticationMechanism, Deployment.Bean, Deployment.Component, Deployment.Connector, Deployment.ContainerTransaction, Deployment.MessageDrivenBean, Deployment.Method, Deployment.Module, Deployment.Pool, Deployment.ResourceAdapter, Deployment.SessionBean, Deployment.SessionBeanExtension
 
Constructor Summary
VerifyingDeploymentManager()
           
 
Method Summary
 Deployment.Application getApplication(URL appplicationURL)
          Get an Application instance
 Deployment.Connector getConnector(URL connectorURL)
          Get a connector instance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VerifyingDeploymentManager

public VerifyingDeploymentManager()
                           throws ParserConfigurationException
Throws:
ParserConfigurationException
Method Detail

getApplication

public Deployment.Application getApplication(URL appplicationURL)
                                      throws Exception
Description copied from interface: Deployment
Get an Application instance

Specified by:
getApplication in interface Deployment
Returns:
an Application instance
Throws:
Exception

getConnector

public Deployment.Connector getConnector(URL connectorURL)
                                  throws Exception
Description copied from interface: Deployment
Get a connector instance

Specified by:
getConnector in interface Deployment
Parameters:
connectorURL - a connector archive or directory
Returns:
a connector instance
Throws:
Exception


This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.