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

All Superinterfaces:
Configuration
All Known Subinterfaces:
Deployment.Bean, Deployment.MessageDrivenBean, Deployment.SessionBean
All Known Implementing Classes:
BeanDecorator, BeanDeploymentDescriptor, ComponentDeploymentDescriptor, MessageDrivenBeanDecorator, MessageDrivenBeanDeploymentDescriptor, SessionBeanDecorator, SessionBeanDeploymentDescriptor
Enclosing interface:
Deployment

public static interface Deployment.Component
extends Configuration

A Java 2 Enterprise Component


Method Summary
 String getName()
          Get the component's name
 void populate(Context componentContext)
          This method populates the contexts.
 
Methods inherited from interface org.openmdx.kernel.application.configuration.Configuration
validate, verify
 

Method Detail

getName

String getName()
Get the component's name

Returns:
the component's name

populate

void populate(Context componentContext)
              throws NamingException
This method populates the contexts.

Parameters:
componentContext -
Throws:
NamingException


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