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

All Superinterfaces:
Configuration
All Known Implementing Classes:
ApplicationDecorator, ApplicationDeploymentDescriptor
Enclosing interface:
Deployment

public static interface Deployment.Application
extends Configuration

A Java 2 Enterprise Application


Method Summary
 String getDisplayName()
          Retrieve an application's display name
 List getModules()
          Retrieve an application's modules
 
Methods inherited from interface org.openmdx.kernel.application.configuration.Configuration
validate, verify
 

Method Detail

getDisplayName

String getDisplayName()
Retrieve an application's display name

Returns:
an application's display name

getModules

List getModules()
Retrieve an application's modules

The application deployment descriptor must have one module element for each J2EE module in the application package. A module element is defined by moduleType definition. The modules are returned in the order they are declared in the application.xml.

Returns:
all modules of this application


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