A C D E G I J L M O P R S U V W

A

addCallback(IDeployerManagerCallback) - Method in interface org.ow2.util.ee.deploy.api.deployer.IDeployerManager
Add a new callback instance that will be invoked at each deployment/undeployment phase.
addCallback(IDeployerManagerReportCallback) - Method in interface org.ow2.util.ee.deploy.api.deployer.IDeployerManager
Add a new callback instance that will be invoked at each deployment/undeployment phase.
addDeployableMetadataFactory(Class<T>, IDeployableMetadataFactory<T, Z>) - Method in class org.ow2.util.ee.deploy.api.deployable.metadata.DeployableMetadataManager
Add a factory.
addExtension(IDeployableInfo) - Method in interface org.ow2.util.ee.deploy.api.deployable.IDeployable
Adds a deployable info that can be used by a deployer.
analyze(IArchive) - Method in interface org.ow2.util.ee.deploy.api.helper.IDeployableAnalyser
Analyze the URL and create a deployable object.
ArchiveType - Enum in org.ow2.util.ee.deploy.api.deployable
List of types for an archive.

C

CARDeployable - Interface in org.ow2.util.ee.deploy.api.deployable
Represents a client module deployable.
CLASS_SUFFIX - Static variable in interface org.ow2.util.ee.deploy.api.deployable.metadata.IDeployableMetadataFactory
Class suffix.
ConnectorModule - Interface in org.ow2.util.ee.deploy.api.deployment.ear
Defines a connector module inside an application.xml file.
createDeployableMetadata(T, Class<Z>) - Method in class org.ow2.util.ee.deploy.api.deployable.metadata.DeployableMetadataManager
Create metadata from a deployable with a registred factory.
createDeployableMetadata(E) - Method in interface org.ow2.util.ee.deploy.api.deployable.metadata.IDeployableMetadataFactory
 
createDeployableMetadata(E, ClassLoader) - Method in interface org.ow2.util.ee.deploy.api.deployable.metadata.IDeployableMetadataFactory
 

D

DEFAULT_LIBRARY_FOLDER - Static variable in interface org.ow2.util.ee.deploy.api.deployment.ear.IEARInfo
Default library directory.
deploy(IDeployable<T>) - Method in interface org.ow2.util.ee.deploy.api.deployer.IDeployer
Deploy a deployable.
deploy(List<IDeployable<T>>) - Method in interface org.ow2.util.ee.deploy.api.deployer.IDeployer
Deploy deployables.
deploy(IDeployable<?>) - Method in interface org.ow2.util.ee.deploy.api.deployer.IDeployerManager
Deploy a given deployable by finding the first deployer that accept this type of deployable.
deploy(List<IDeployable<?>>) - Method in interface org.ow2.util.ee.deploy.api.deployer.IDeployerManager
Deploy a list of multi type deployable by finding the first deployer that accept each type of deployable.
DeployableHelperException - Exception in org.ow2.util.ee.deploy.api.helper
Exception thrown if there is a failure in the archive analyze.
DeployableHelperException() - Constructor for exception org.ow2.util.ee.deploy.api.helper.DeployableHelperException
Constructs a new runtime exception with null as its detail message.
DeployableHelperException(String) - Constructor for exception org.ow2.util.ee.deploy.api.helper.DeployableHelperException
Constructs a new runtime exception with the specified detail message.
DeployableHelperException(String, Throwable) - Constructor for exception org.ow2.util.ee.deploy.api.helper.DeployableHelperException
Constructs a new runtime exception with the specified detail message and cause.
DeployableMetadataException - Exception in org.ow2.util.ee.deploy.api.deployable.metadata
DeployableMetadataException.
DeployableMetadataException() - Constructor for exception org.ow2.util.ee.deploy.api.deployable.metadata.DeployableMetadataException
Default constructor.
DeployableMetadataException(String) - Constructor for exception org.ow2.util.ee.deploy.api.deployable.metadata.DeployableMetadataException
 
DeployableMetadataException(Throwable) - Constructor for exception org.ow2.util.ee.deploy.api.deployable.metadata.DeployableMetadataException
 
DeployableMetadataException(String, Throwable) - Constructor for exception org.ow2.util.ee.deploy.api.deployable.metadata.DeployableMetadataException
 
DeployableMetadataManager - Class in org.ow2.util.ee.deploy.api.deployable.metadata
Deployable metadata factory.
DeployableMetadataManager() - Constructor for class org.ow2.util.ee.deploy.api.deployable.metadata.DeployableMetadataManager
 
DeployerException - Exception in org.ow2.util.ee.deploy.api.deployer
Component exception if the component has some errors.
DeployerException() - Constructor for exception org.ow2.util.ee.deploy.api.deployer.DeployerException
Constructs a new runtime exception with null as its detail message.
DeployerException(String) - Constructor for exception org.ow2.util.ee.deploy.api.deployer.DeployerException
Constructs a new runtime exception with the specified detail message.
DeployerException(String, Throwable) - Constructor for exception org.ow2.util.ee.deploy.api.deployer.DeployerException
Constructs a new runtime exception with the specified detail message and cause.
DeployerException(Throwable) - Constructor for exception org.ow2.util.ee.deploy.api.deployer.DeployerException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).

E

EARDeployable - Interface in org.ow2.util.ee.deploy.api.deployable
Represents an EAR deployable.
EJB21Deployable - Interface in org.ow2.util.ee.deploy.api.deployable
Represents an EJB 2.1 deployable.
EJB3Deployable - Interface in org.ow2.util.ee.deploy.api.deployable
Represents an EJB 3 deployable.
EJBDeployable<T extends EJBDeployable<T>> - Interface in org.ow2.util.ee.deploy.api.deployable
Represents an EJB deployable.
EJBModule - Interface in org.ow2.util.ee.deploy.api.deployment.ear
Defines an EJB module inside an application.xml file.

G

getAllDeployables() - Method in interface org.ow2.util.ee.deploy.api.deployable.EARDeployable
 
getAltDd() - Method in interface org.ow2.util.ee.deploy.api.deployment.ear.Module
 
getAltDDURL(IDeployable<?>) - Method in interface org.ow2.util.ee.deploy.api.deployable.EARDeployable
 
getArchive() - Method in interface org.ow2.util.ee.deploy.api.deployable.IDeployable
Gets the Archive of this deployable object.
getCARDeployables() - Method in interface org.ow2.util.ee.deploy.api.deployable.EARDeployable
 
getClients() - Method in interface org.ow2.util.ee.deploy.api.deployment.ear.IEARInfo
 
getConnectors() - Method in interface org.ow2.util.ee.deploy.api.deployment.ear.IEARInfo
 
getContextRoot() - Method in interface org.ow2.util.ee.deploy.api.deployable.WARDeployable
 
getContextRoot() - Method in interface org.ow2.util.ee.deploy.api.deployment.ear.WebModule
Gets the context-root name for this module.
getDeployable(URL) - Method in interface org.ow2.util.ee.deploy.api.deployable.EARDeployable
 
getDeployable() - Method in interface org.ow2.util.ee.deploy.api.deployable.metadata.IDeployableMetadata
 
getDeployable(IArchive) - Method in interface org.ow2.util.ee.deploy.api.helper.IDeployableHelper
 
getDeployable(IArchive, boolean) - Method in interface org.ow2.util.ee.deploy.api.helper.IDeployableHelper
Gets the Deployable object for the given URL.
getDeployable() - Method in interface org.ow2.util.ee.deploy.api.report.IDeploymentReport
 
getDeployableMetadataClass() - Method in interface org.ow2.util.ee.deploy.api.deployable.metadata.IDeployableMetadataFactory
 
getDeployerClasses() - Method in interface org.ow2.util.ee.deploy.api.deployer.IDeployerManager
 
getEARInfo() - Method in interface org.ow2.util.ee.deploy.api.deployable.EARDeployable
 
getEJB21Deployables() - Method in interface org.ow2.util.ee.deploy.api.deployable.EARDeployable
 
getEJB3Deployables() - Method in interface org.ow2.util.ee.deploy.api.deployable.EARDeployable
 
getEJBDeployables() - Method in interface org.ow2.util.ee.deploy.api.deployable.EARDeployable
 
getEJBs() - Method in interface org.ow2.util.ee.deploy.api.deployment.ear.IEARInfo
 
getException() - Method in interface org.ow2.util.ee.deploy.api.report.IDeploymentReport
 
getExtension(Class<? extends IDeployableInfo>) - Method in interface org.ow2.util.ee.deploy.api.deployable.IDeployable
Gets the extension for the given class.
getInstance() - Static method in class org.ow2.util.ee.deploy.api.deployable.metadata.DeployableMetadataManager
 
getLibDeployables() - Method in interface org.ow2.util.ee.deploy.api.deployable.EARDeployable
 
getLibraryDirectory() - Method in interface org.ow2.util.ee.deploy.api.deployment.ear.IEARInfo
 
getModuleName() - Method in interface org.ow2.util.ee.deploy.api.deployable.IDeployable
Gets the module name for this deployable.
getModules() - Method in interface org.ow2.util.ee.deploy.api.deployment.ear.IEARInfo
 
getOriginalDeployable() - Method in interface org.ow2.util.ee.deploy.api.deployable.IDeployable
If the Deployable has been unpacked, return the initial archive.
getPath() - Method in interface org.ow2.util.ee.deploy.api.deployment.ear.Module
 
getRARDeployables() - Method in interface org.ow2.util.ee.deploy.api.deployable.EARDeployable
 
getShortName() - Method in interface org.ow2.util.ee.deploy.api.deployable.IDeployable
Gets a shorter name for this deployable.
getStartLevel() - Method in interface org.ow2.util.ee.deploy.api.deployable.OSGiDeployable
Return the bundle start level value.
getUnpackedDeployable() - Method in interface org.ow2.util.ee.deploy.api.deployable.IDeployable
If the Deployable has been unpacked, return the unpacked deployable.
getWARDeployables() - Method in interface org.ow2.util.ee.deploy.api.deployable.EARDeployable
 
getWebs() - Method in interface org.ow2.util.ee.deploy.api.deployment.ear.IEARInfo
 

I

IDeployable<T extends IDeployable<T>> - Interface in org.ow2.util.ee.deploy.api.deployable
This interface is used to represent any deployment object that can be used within EasyBeans.
The EJB/WEB/RAR/EAR, etc components should extend this interface.
IDeployableAnalyser - Interface in org.ow2.util.ee.deploy.api.helper
Analyze the URL and create a deployable object
IDeployableHelper - Interface in org.ow2.util.ee.deploy.api.helper
Component which analyze an archive and build the associated Deployable object.
IDeployableInfo - Interface in org.ow2.util.ee.deploy.api.deployable
This interface is used to give some other parameters to the deployable.
IDeployableMetadata<E extends IDeployable<E>> - Interface in org.ow2.util.ee.deploy.api.deployable.metadata
Interface of a deployable metadata.
IDeployableMetadataFactory<E extends IDeployable<E>,Z extends IDeployableMetadata<E>> - Interface in org.ow2.util.ee.deploy.api.deployable.metadata
Interface of a deployable metadata factory.
IDeployer<T extends IDeployable<T>> - Interface in org.ow2.util.ee.deploy.api.deployer
Interface allowing to deploy/undeploy the IDeployable objects.
IDeployerManager - Interface in org.ow2.util.ee.deploy.api.deployer
Interface of Deployer Manager.
IDeployerManagerCallback - Interface in org.ow2.util.ee.deploy.api.deployer
Interface defining callbacks executed during deployment/undeployment events.
IDeployerManagerReportCallback - Interface in org.ow2.util.ee.deploy.api.deployer
Interface defining callbacks executed during deployment/undeployment events.
IDeploymentReport - Interface in org.ow2.util.ee.deploy.api.report
Represents a deployment of a deployable report
IEARInfo - Interface in org.ow2.util.ee.deploy.api.deployment.ear
An EAR is a collection of Modules.
isDeployed(IDeployable<T>) - Method in interface org.ow2.util.ee.deploy.api.deployer.IDeployer
Checks if the given deployable is deployed or not.
isDeployed(IDeployable<?>) - Method in interface org.ow2.util.ee.deploy.api.deployer.IDeployerManager
Checks if the given deployable is deployed or not.
isDeploymentOk() - Method in interface org.ow2.util.ee.deploy.api.report.IDeploymentReport
 
isReference() - Method in interface org.ow2.util.ee.deploy.api.deployable.OSGiDeployable
Return true if the bundle must be a referenced JAR file.
isStart() - Method in interface org.ow2.util.ee.deploy.api.deployable.OSGiDeployable
Return true if the bundle must be started, false otherwise.
isStartTransient() - Method in interface org.ow2.util.ee.deploy.api.deployable.OSGiDeployable
Return true if the bundle start operation is transient.

J

JavaModule - Interface in org.ow2.util.ee.deploy.api.deployment.ear
Defines a client container module inside an application.xml file.

L

LibDeployable - Interface in org.ow2.util.ee.deploy.api.deployable
Represents a library deployable.

M

Module - Interface in org.ow2.util.ee.deploy.api.deployment.ear
Defines a common module.

O

org.ow2.util.ee.deploy.api.deployable - package org.ow2.util.ee.deploy.api.deployable
Implementation of EJB 3.0 container
org.ow2.util.ee.deploy.api.deployable.metadata - package org.ow2.util.ee.deploy.api.deployable.metadata
Implementation of EJB 3.0 container
org.ow2.util.ee.deploy.api.deployer - package org.ow2.util.ee.deploy.api.deployer
Implementation of EJB 3.0 container
org.ow2.util.ee.deploy.api.deployment.ear - package org.ow2.util.ee.deploy.api.deployment.ear
Implementation of EJB 3.0 container
org.ow2.util.ee.deploy.api.helper - package org.ow2.util.ee.deploy.api.helper
 
org.ow2.util.ee.deploy.api.report - package org.ow2.util.ee.deploy.api.report
 
OSGiDeployable - Interface in org.ow2.util.ee.deploy.api.deployable
Represents an OSGi deployable.

P

postDeploy(IDeployable<?>) - Method in interface org.ow2.util.ee.deploy.api.deployer.IDeployerManagerCallback
Method called after having deployed the given deployable.
postDeploy(IDeploymentReport) - Method in interface org.ow2.util.ee.deploy.api.deployer.IDeployerManagerReportCallback
Method called after having deployed the given deployable.
postUndeploy(IDeployable<?>) - Method in interface org.ow2.util.ee.deploy.api.deployer.IDeployerManagerCallback
Method called after having undeployed the given deployable.
postUndeploy(IDeploymentReport) - Method in interface org.ow2.util.ee.deploy.api.deployer.IDeployerManagerReportCallback
Method called after having undeployed the given deployable.
preDeploy(IDeployable<?>) - Method in interface org.ow2.util.ee.deploy.api.deployer.IDeployerManagerCallback
Method called before deploying the given deployable.
preDeploy(IDeployable<?>) - Method in interface org.ow2.util.ee.deploy.api.deployer.IDeployerManagerReportCallback
Method called before deploying the given deployable.
preUndeploy(IDeployable<?>) - Method in interface org.ow2.util.ee.deploy.api.deployer.IDeployerManagerCallback
Method called before undeploying the given deployable.
preUndeploy(IDeployable<?>) - Method in interface org.ow2.util.ee.deploy.api.deployer.IDeployerManagerReportCallback
Method called before undeploying the given deployable.

R

RARDeployable - Interface in org.ow2.util.ee.deploy.api.deployable
Represents a resource adapter deployable.
register(IDeployer) - Method in interface org.ow2.util.ee.deploy.api.deployer.IDeployerManager
Register a new Deployer on this manager instance.
removeCallback(IDeployerManagerCallback) - Method in interface org.ow2.util.ee.deploy.api.deployer.IDeployerManager
Remove a callback instance.
removeCallback(IDeployerManagerReportCallback) - Method in interface org.ow2.util.ee.deploy.api.deployer.IDeployerManager
Remove a callback instance.
removeDeployableMetadataFactory(Class<T>, IDeployableMetadataFactory<T, Z>) - Method in class org.ow2.util.ee.deploy.api.deployable.metadata.DeployableMetadataManager
Remove a factory.

S

setContextRoot(String) - Method in interface org.ow2.util.ee.deploy.api.deployable.WARDeployable
Defines the name of the context-root.
setInstance(DeployableMetadataManager) - Static method in class org.ow2.util.ee.deploy.api.deployable.metadata.DeployableMetadataManager
Set the DeployableMetadataManager to use in current thread.
setOriginalDeployable(T) - Method in interface org.ow2.util.ee.deploy.api.deployable.IDeployable
If the EAR has been unpacked, return the initial archive.
setReference(Boolean) - Method in interface org.ow2.util.ee.deploy.api.deployable.OSGiDeployable
Set if the bundle must be a referenced JAR file.
setStart(Boolean) - Method in interface org.ow2.util.ee.deploy.api.deployable.OSGiDeployable
Set if the bundle must be started or not.
setStartLevel(Integer) - Method in interface org.ow2.util.ee.deploy.api.deployable.OSGiDeployable
Set the bundle start level.
setStartTransient(Boolean) - Method in interface org.ow2.util.ee.deploy.api.deployable.OSGiDeployable
Set if the bundle start operation is transient.
setUnpackedDeployable(T) - Method in interface org.ow2.util.ee.deploy.api.deployable.IDeployable
If the Deployable has been unpacked, sets the unpacked deployable.
supports(IDeployable<?>) - Method in interface org.ow2.util.ee.deploy.api.deployer.IDeployer
Checks if the given deployable is supported by the Deployer.
supports(List<IDeployable<?>>) - Method in interface org.ow2.util.ee.deploy.api.deployer.IDeployer
Checks if this deployable list is supported by the Deployer.

U

undeploy(IDeployable<T>) - Method in interface org.ow2.util.ee.deploy.api.deployer.IDeployer
Undeploy the given deployable.
undeploy(List<IDeployable<T>>) - Method in interface org.ow2.util.ee.deploy.api.deployer.IDeployer
Undeploy the list of deployable.
undeploy(IDeployable<?>) - Method in interface org.ow2.util.ee.deploy.api.deployer.IDeployerManager
Undeploy a given deployable by finding the first deployer that accept this type of deployable.
undeploy(List<IDeployable<?>>) - Method in interface org.ow2.util.ee.deploy.api.deployer.IDeployerManager
Undeploy a list of multi type deployable by finding the first deployer that accept each type of deployable.
UnknownDeployable - Interface in org.ow2.util.ee.deploy.api.deployable
Represents an unknown deployable (not able to detect the type !).
unregister(IDeployer) - Method in interface org.ow2.util.ee.deploy.api.deployer.IDeployerManager
Unregister a Deployer from this manager instance.
UnsupportedDeployerException - Exception in org.ow2.util.ee.deploy.api.deployer
Exception thrown if there is a failure when trying to find a deployer for a given deployable.
UnsupportedDeployerException() - Constructor for exception org.ow2.util.ee.deploy.api.deployer.UnsupportedDeployerException
Constructs a new runtime exception with null as its detail message.
UnsupportedDeployerException(String) - Constructor for exception org.ow2.util.ee.deploy.api.deployer.UnsupportedDeployerException
Constructs a new runtime exception with the specified detail message.
UnsupportedDeployerException(String, Throwable) - Constructor for exception org.ow2.util.ee.deploy.api.deployer.UnsupportedDeployerException
Constructs a new runtime exception with the specified detail message and cause.
UnsupportedDeployerException(Throwable) - Constructor for exception org.ow2.util.ee.deploy.api.deployer.UnsupportedDeployerException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).

V

valueOf(String) - Static method in enum org.ow2.util.ee.deploy.api.deployable.ArchiveType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.ow2.util.ee.deploy.api.deployable.ArchiveType
Returns an array containing the constants of this enum type, in the order they are declared.

W

WARDeployable - Interface in org.ow2.util.ee.deploy.api.deployable
Represents a WAR deployable.
WebModule - Interface in org.ow2.util.ee.deploy.api.deployment.ear
Defines a Web module inside an application.xml file.

A C D E G I J L M O P R S U V W

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