org.ow2.easybeans.deployment.api
Interface EZBDeployableInfo

All Superinterfaces:
org.ow2.util.ee.deploy.api.deployable.IDeployableInfo

public interface EZBDeployableInfo
extends org.ow2.util.ee.deploy.api.deployable.IDeployableInfo

Deployable info or the deployable.

Author:
Florent Benoit

Method Summary
 EZBApplicationJNDIResolver getApplicationJNDIResolver()
           
 ClassLoader getClassLoader()
          ClassLoader to use for the container.
 EZBContainerConfig getContainerConfiguration()
           
 Boolean hasToBeUnpacked()
           
 

Method Detail

getClassLoader

ClassLoader getClassLoader()
ClassLoader to use for the container.

Returns:
the classloader to use for the container

hasToBeUnpacked

Boolean hasToBeUnpacked()
Returns:
true if deployable needs to be unpacked May return null if nothing is specified

getApplicationJNDIResolver

EZBApplicationJNDIResolver getApplicationJNDIResolver()
Returns:
the Application JNDI Resolver

getContainerConfiguration

EZBContainerConfig getContainerConfiguration()
Returns:
container Configuration.


Copyright © 2006-2012 OW2 Consortium. All Rights Reserved.