org.openmdx.kernel.application.deploy.spi
Interface Deployment

All Known Implementing Classes:
ValidatingDeploymentManager, VerifyingDeploymentManager

public interface Deployment

Deployment


Nested Class Summary
static interface Deployment.Application
          A Java 2 Enterprise Application
static interface Deployment.ApplicationClient
          A Java 2 Enterprise Application Client
static interface Deployment.AssemblyDescriptor
          AssemblyDescriptor
static interface Deployment.AuthenticationMechanism
          The authentication-mechanism specifies an authentication mechanism supported by the resource adapter.
static interface Deployment.Bean
          A Java 2 Enterprise Bean
static interface Deployment.Component
          A Java 2 Enterprise Component
static interface Deployment.Connector
          A Java 2 Connector
static interface Deployment.ContainerTransaction
          ContainerTransaction
static interface Deployment.MessageDrivenBean
           
static interface Deployment.Method
          Method
static interface Deployment.Module
          A Java 2 Enterprise Module
static interface Deployment.Pool
          An openMDX Pool
static interface Deployment.ResourceAdapter
          A Java 2 Resource Adapter
static interface Deployment.SessionBean
          A Java 2 Session Bean
static interface Deployment.SessionBeanExtension
           
 
Method Summary
 Deployment.Application getApplication(URL appplicationURL)
          Get an Application instance
 Deployment.Connector getConnector(URL connectorURL)
          Get a connector instance
 

Method Detail

getApplication

Deployment.Application getApplication(URL appplicationURL)
                                      throws Exception
Get an Application instance

Parameters:
applicationURL - an enterprise application archive or directory
Returns:
an Application instance
Throws:
Exception

getConnector

Deployment.Connector getConnector(URL connectorURL)
                                  throws Exception
Get a connector instance

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.