Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
J
L
M
O
P
R
S
T
U
V
W
A
AbsDeployable
<
T
> - Class in
org.ow2.util.ee.deploy.impl.deployable
Defines the common stuff for the deployable objects.
AbsDeployable(IArchive)
- Constructor for class org.ow2.util.ee.deploy.impl.deployable.
AbsDeployable
Defines and create a deployable for the given archive.
AbsModuleImpl
- Class in
org.ow2.util.ee.deploy.impl.deployment.ear
Defines a common abstract module.
AbsModuleImpl()
- Constructor for class org.ow2.util.ee.deploy.impl.deployment.ear.
AbsModuleImpl
addConnectorModule(ConnectorModule)
- Method in class org.ow2.util.ee.deploy.impl.deployment.ear.
EARInfoImpl
Add the given Connector module to the list of Connector modules.
addDeployable(IDeployable<?>)
- Method in class org.ow2.util.ee.deploy.impl.deployable.
EARDeployableImpl
Add the given Deployable to this EAR deployable.
addEJBModule(EJBModule)
- Method in class org.ow2.util.ee.deploy.impl.deployment.ear.
EARInfoImpl
Add the given EJB module to the list of EJB modules.
addExtension(IDeployableInfo)
- Method in class org.ow2.util.ee.deploy.impl.deployable.
AbsDeployable
Adds a deployable info that can be used by a deployer.
addFactory(ArchiveFactory)
- Method in class org.ow2.util.ee.deploy.impl.archive.
ArchiveManager
Adds the given factory on this manager.
addInDeployable(T, List<DeployableEntry>)
- Static method in class org.ow2.util.ee.deploy.impl.helper.
ModifyDeployableHelper
Add given entries in the given deployable.
addInDeployable(T, List<DeployableEntry>, File)
- Static method in class org.ow2.util.ee.deploy.impl.helper.
ModifyDeployableHelper
Add given entries in the given deployable.
addJavaModule(JavaModule)
- Method in class org.ow2.util.ee.deploy.impl.deployment.ear.
EARInfoImpl
Add the given Java module to the list of Java modules.
addWebModule(WebModule)
- Method in class org.ow2.util.ee.deploy.impl.deployment.ear.
EARInfoImpl
Add the given Web module to the list of Web modules.
ArchiveManager
- Class in
org.ow2.util.ee.deploy.impl.archive
Creates an archive for the given type.
C
CARDeployableImpl
- Class in
org.ow2.util.ee.deploy.impl.deployable
Implementation for a client module.
CARDeployableImpl(IArchive)
- Constructor for class org.ow2.util.ee.deploy.impl.deployable.
CARDeployableImpl
Defines and create a deployable for the given archive.
checkLibDeployable(IDeployable<?>)
- Method in class org.ow2.util.ee.deploy.impl.deployable.
EARDeployableImpl
If it is a library, change the type of the deployable.
close()
- Method in class org.ow2.util.ee.deploy.impl.archive.
DirectoryArchiveImpl
Close the underlying Resource.
close()
- Method in class org.ow2.util.ee.deploy.impl.archive.
JarArchiveImpl
Close the underlying Resource.
ConnectorModuleImpl
- Class in
org.ow2.util.ee.deploy.impl.deployment.ear
Defines a connector module inside an application.xml file.
ConnectorModuleImpl()
- Constructor for class org.ow2.util.ee.deploy.impl.deployment.ear.
ConnectorModuleImpl
create(File)
- Method in class org.ow2.util.ee.deploy.impl.archive.
DefaultArchiveFactory
Creates an EZBArchive object for the given object.
D
DEFAULT_FOLDER
- Static variable in class org.ow2.util.ee.deploy.impl.helper.
ModifyDeployableHelper
Folder to create in tmp folder.
DEFAULT_FOLDER
- Static variable in class org.ow2.util.ee.deploy.impl.helper.
UnpackDeployableHelper
Folder to create in tmp folder.
DefaultArchiveFactory
- Class in
org.ow2.util.ee.deploy.impl.archive
Default factory that manages the file (jar file or directories).
DefaultArchiveFactory()
- Constructor for class org.ow2.util.ee.deploy.impl.archive.
DefaultArchiveFactory
deploy(IDeployable<?>)
- Method in class org.ow2.util.ee.deploy.impl.deployer.
DeployerManager
Deploy a given deployable by finding the first deployer that accept this type of deployable.
DeployableDetectVisitor
- Class in
org.ow2.util.ee.deploy.impl.helper
This visitor try to find the type of an archive.
DeployableDetectVisitor()
- Constructor for class org.ow2.util.ee.deploy.impl.helper.
DeployableDetectVisitor
DeployableEntry
- Class in
org.ow2.util.ee.deploy.impl.helper
Entry representing the data when we want to add data to an existing Deployable.
DeployableEntry()
- Constructor for class org.ow2.util.ee.deploy.impl.helper.
DeployableEntry
DeployableHelper
- Class in
org.ow2.util.ee.deploy.impl.helper
Analyze an archive and build the associated Deployable object.
For an .ear file the EARDeployable object will be returned.
DeployableHelperException
- Exception in
org.ow2.util.ee.deploy.impl.helper
Exception thrown if there is a failure in the archive analyze.
DeployableHelperException()
- Constructor for exception org.ow2.util.ee.deploy.impl.helper.
DeployableHelperException
Constructs a new runtime exception with
null
as its detail message.
DeployableHelperException(String)
- Constructor for exception org.ow2.util.ee.deploy.impl.helper.
DeployableHelperException
Constructs a new runtime exception with the specified detail message.
DeployableHelperException(String, Throwable)
- Constructor for exception org.ow2.util.ee.deploy.impl.helper.
DeployableHelperException
Constructs a new runtime exception with the specified detail message and cause.
DEPLOYER_FACTORY_CLASS_NAME
- Static variable in class org.ow2.util.ee.deploy.impl.deployer.
DeployerManager
Name of the property thats defines the deployer's class.
DeployerManager
- Class in
org.ow2.util.ee.deploy.impl.deployer
This manager is managing different deployers.
DeployerManager()
- Constructor for class org.ow2.util.ee.deploy.impl.deployer.
DeployerManager
Create a new Manager of deployer.
DirectoryArchiveImpl
- Class in
org.ow2.util.ee.deploy.impl.archive
Creates wrapper around directory.
DirectoryArchiveImpl(File)
- Constructor for class org.ow2.util.ee.deploy.impl.archive.
DirectoryArchiveImpl
Creates new instance of an IArchive for a directory.
E
EARDeployableImpl
- Class in
org.ow2.util.ee.deploy.impl.deployable
Implementation for an EAR.
EARDeployableImpl(IArchive)
- Constructor for class org.ow2.util.ee.deploy.impl.deployable.
EARDeployableImpl
Defines and create a deployable for the given archive.
EARInfoImpl
- Class in
org.ow2.util.ee.deploy.impl.deployment.ear
An EAR is a collection of Modules.
EARInfoImpl()
- Constructor for class org.ow2.util.ee.deploy.impl.deployment.ear.
EARInfoImpl
Default constructor.
EJB21DeployableImpl
- Class in
org.ow2.util.ee.deploy.impl.deployable
Implementation for an EJB 2.1.
EJB21DeployableImpl(IArchive)
- Constructor for class org.ow2.util.ee.deploy.impl.deployable.
EJB21DeployableImpl
Defines and create a deployable for the given archive.
EJB3DeployableImpl
- Class in
org.ow2.util.ee.deploy.impl.deployable
Implementation for an EJB 3.
EJB3DeployableImpl(IArchive)
- Constructor for class org.ow2.util.ee.deploy.impl.deployable.
EJB3DeployableImpl
Defines and create a deployable for the given archive.
EJBModuleImpl
- Class in
org.ow2.util.ee.deploy.impl.deployment.ear
Defines an EJB module inside an application.xml file.
EJBModuleImpl()
- Constructor for class org.ow2.util.ee.deploy.impl.deployment.ear.
EJBModuleImpl
equals(Object)
- Method in class org.ow2.util.ee.deploy.impl.archive.
DirectoryArchiveImpl
Is that the given object is equals to our instance.
equals(Object)
- Method in class org.ow2.util.ee.deploy.impl.archive.
JarArchiveImpl
Is that the given object is equals to our instance.
F
findDeployerForDeployable(IDeployable<?>)
- Method in class org.ow2.util.ee.deploy.impl.deployer.
DeployerManager
Find the first available deployer that is supporting the given deployable.
G
getAllDeployables()
- Method in class org.ow2.util.ee.deploy.impl.deployable.
EARDeployableImpl
getAltDd()
- Method in class org.ow2.util.ee.deploy.impl.deployment.ear.
AbsModuleImpl
getArchive(Object)
- Method in class org.ow2.util.ee.deploy.impl.archive.
ArchiveManager
Creates an EZBArchive implementation object for the given object.
getArchive()
- Method in class org.ow2.util.ee.deploy.impl.deployable.
AbsDeployable
Gets the Archive of this deployable object.
getArchiveType()
- Method in class org.ow2.util.ee.deploy.impl.helper.
DeployableDetectVisitor
Gets the archive type.
getCARDeployables()
- Method in class org.ow2.util.ee.deploy.impl.deployable.
EARDeployableImpl
getClients()
- Method in class org.ow2.util.ee.deploy.impl.deployment.ear.
EARInfoImpl
getConnectors()
- Method in class org.ow2.util.ee.deploy.impl.deployment.ear.
EARInfoImpl
getContextRoot()
- Method in class org.ow2.util.ee.deploy.impl.deployable.
WARDeployableImpl
getContextRoot()
- Method in class org.ow2.util.ee.deploy.impl.deployment.ear.
WebModuleImpl
Gets the context-root name for this module.
getDeployable(URL)
- Method in class org.ow2.util.ee.deploy.impl.deployable.
EARDeployableImpl
getDeployable(IArchive)
- Static method in class org.ow2.util.ee.deploy.impl.helper.
DeployableHelper
Gets the Deployable object for the given URL.
getEARInfo()
- Method in class org.ow2.util.ee.deploy.impl.deployable.
EARDeployableImpl
getEJB21Deployables()
- Method in class org.ow2.util.ee.deploy.impl.deployable.
EARDeployableImpl
getEJB3Deployables()
- Method in class org.ow2.util.ee.deploy.impl.deployable.
EARDeployableImpl
getEJBDeployables()
- Method in class org.ow2.util.ee.deploy.impl.deployable.
EARDeployableImpl
getEJBs()
- Method in class org.ow2.util.ee.deploy.impl.deployment.ear.
EARInfoImpl
getExtension(Class<? extends IDeployableInfo>)
- Method in class org.ow2.util.ee.deploy.impl.deployable.
AbsDeployable
Gets the extension for the given class.
getFile()
- Method in class org.ow2.util.ee.deploy.impl.helper.
DeployableEntry
getInstance()
- Static method in class org.ow2.util.ee.deploy.impl.archive.
ArchiveManager
Gets the unique instance of this class.
getLibDeployables()
- Method in class org.ow2.util.ee.deploy.impl.deployable.
EARDeployableImpl
getModules()
- Method in class org.ow2.util.ee.deploy.impl.deployment.ear.
EARInfoImpl
getName()
- Method in class org.ow2.util.ee.deploy.impl.archive.
DirectoryArchiveImpl
getName()
- Method in class org.ow2.util.ee.deploy.impl.archive.
JarArchiveImpl
getName()
- Method in class org.ow2.util.ee.deploy.impl.helper.
DeployableEntry
getOriginalDeployable()
- Method in class org.ow2.util.ee.deploy.impl.deployable.
AbsDeployable
If the Deployable has been unpacked, return the initial deployable.
getPath()
- Method in class org.ow2.util.ee.deploy.impl.deployment.ear.
AbsModuleImpl
getRARDeployables()
- Method in class org.ow2.util.ee.deploy.impl.deployable.
EARDeployableImpl
getRelativeNameFromDeployable(IDeployable<?>)
- Method in class org.ow2.util.ee.deploy.impl.deployable.
EARDeployableImpl
Return the relative name of the deployable from the EAR deployable.
getResource(String)
- Method in class org.ow2.util.ee.deploy.impl.archive.
DirectoryArchiveImpl
getResource(String)
- Method in class org.ow2.util.ee.deploy.impl.archive.
JarArchiveImpl
getResources()
- Method in class org.ow2.util.ee.deploy.impl.archive.
DirectoryArchiveImpl
getResources(String)
- Method in class org.ow2.util.ee.deploy.impl.archive.
DirectoryArchiveImpl
getResources()
- Method in class org.ow2.util.ee.deploy.impl.archive.
JarArchiveImpl
getResources(String)
- Method in class org.ow2.util.ee.deploy.impl.archive.
JarArchiveImpl
getUnpackedDeployable()
- Method in class org.ow2.util.ee.deploy.impl.deployable.
AbsDeployable
If the Deployable has been unpacked, return the unpacked deployable.
getURL()
- Method in class org.ow2.util.ee.deploy.impl.archive.
DirectoryArchiveImpl
getURL()
- Method in class org.ow2.util.ee.deploy.impl.archive.
JarArchiveImpl
getWARDeployables()
- Method in class org.ow2.util.ee.deploy.impl.deployable.
EARDeployableImpl
getWebs()
- Method in class org.ow2.util.ee.deploy.impl.deployment.ear.
EARInfoImpl
H
hashCode()
- Method in class org.ow2.util.ee.deploy.impl.archive.
DirectoryArchiveImpl
Gets hashcode for this object.
hashCode()
- Method in class org.ow2.util.ee.deploy.impl.archive.
JarArchiveImpl
Gets hashcode for this object.
I
isDeployed(IDeployable<?>)
- Method in class org.ow2.util.ee.deploy.impl.deployer.
DeployerManager
Deploy a given deployable by finding the first deployer that accept this type of deployable.
J
JarArchiveImpl
- Class in
org.ow2.util.ee.deploy.impl.archive
Creates wrapper around jar file.
JarArchiveImpl(File)
- Constructor for class org.ow2.util.ee.deploy.impl.archive.
JarArchiveImpl
Creates new instance of an EZBArchive for a jar file.
JavaModuleImpl
- Class in
org.ow2.util.ee.deploy.impl.deployment.ear
Defines a client container module inside an application.xml file.
JavaModuleImpl()
- Constructor for class org.ow2.util.ee.deploy.impl.deployment.ear.
JavaModuleImpl
L
LibDeployableImpl
- Class in
org.ow2.util.ee.deploy.impl.deployable
Implementation for a library.
LibDeployableImpl(IArchive)
- Constructor for class org.ow2.util.ee.deploy.impl.deployable.
LibDeployableImpl
Defines and create a deployable for the given archive.
M
ModifyDeployableHelper
- Class in
org.ow2.util.ee.deploy.impl.helper
Allow to add entries in a given deployable.
O
org.ow2.util.ee.deploy.impl.archive
- package org.ow2.util.ee.deploy.impl.archive
org.ow2.util.ee.deploy.impl.deployable
- package org.ow2.util.ee.deploy.impl.deployable
org.ow2.util.ee.deploy.impl.deployer
- package org.ow2.util.ee.deploy.impl.deployer
org.ow2.util.ee.deploy.impl.deployment.ear
- package org.ow2.util.ee.deploy.impl.deployment.ear
org.ow2.util.ee.deploy.impl.helper
- package org.ow2.util.ee.deploy.impl.helper
P
pack(T, File, String)
- Static method in class org.ow2.util.ee.deploy.impl.helper.
PackDeployableHelper
Pack the given deployable.
PackDeployableHelper
- Class in
org.ow2.util.ee.deploy.impl.helper
Allow to pack a given deployable.
R
RARDeployableImpl
- Class in
org.ow2.util.ee.deploy.impl.deployable
Implementation for a RAR.
RARDeployableImpl(IArchive)
- Constructor for class org.ow2.util.ee.deploy.impl.deployable.
RARDeployableImpl
Defines and create a deployable for the given archive.
register(IDeployer)
- Method in class org.ow2.util.ee.deploy.impl.deployer.
DeployerManager
Register a new Deployer on this manager instance.
removeFactory(ArchiveFactory)
- Method in class org.ow2.util.ee.deploy.impl.archive.
ArchiveManager
Removes the given factory on this manager.
S
setAltDd(String)
- Method in class org.ow2.util.ee.deploy.impl.deployment.ear.
AbsModuleImpl
Defines the alternative Deployment Desc for this module.
setContextRoot(WARDeployable)
- Method in class org.ow2.util.ee.deploy.impl.deployable.
EARDeployableImpl
Set the name of the context-root for the given WAR by checking the EAR information (if any).
setContextRoot(String)
- Method in class org.ow2.util.ee.deploy.impl.deployable.
WARDeployableImpl
Defines the name of the context-root.
setContextRoot(String)
- Method in class org.ow2.util.ee.deploy.impl.deployment.ear.
WebModuleImpl
Sets the given context root.
setFile(File)
- Method in class org.ow2.util.ee.deploy.impl.helper.
DeployableEntry
Sets the file to use in this entry.
setName(String)
- Method in class org.ow2.util.ee.deploy.impl.helper.
DeployableEntry
Sets the name of the entry.
setOriginalDeployable(T)
- Method in class org.ow2.util.ee.deploy.impl.deployable.
AbsDeployable
If the EAR has been unpacked, return the initial archive.
setPath(String)
- Method in class org.ow2.util.ee.deploy.impl.deployment.ear.
AbsModuleImpl
Defines the path for this module.
setUnpackedDeployable(T)
- Method in class org.ow2.util.ee.deploy.impl.deployable.
AbsDeployable
If the Deployable has been unpacked, sets the unpacked deployable.
T
toString()
- Method in class org.ow2.util.ee.deploy.impl.archive.
DirectoryArchiveImpl
toString()
- Method in class org.ow2.util.ee.deploy.impl.archive.
JarArchiveImpl
toString()
- Method in class org.ow2.util.ee.deploy.impl.deployable.
AbsDeployable
U
undeploy(IDeployable<?>)
- Method in class org.ow2.util.ee.deploy.impl.deployer.
DeployerManager
Undeploy a given deployable by finding the first deployer that accept this type of deployable.
UnknownDeployableImpl
- Class in
org.ow2.util.ee.deploy.impl.deployable
Implementation for a file with an unknown type (not used ?).
UnknownDeployableImpl(IArchive)
- Constructor for class org.ow2.util.ee.deploy.impl.deployable.
UnknownDeployableImpl
Defines and create a deployable for the given archive.
unpack(T)
- Static method in class org.ow2.util.ee.deploy.impl.helper.
UnpackDeployableHelper
Unpack the given archive in a temp folder, then build a local deployable (and fill it with submodules for EAR) and then return it.
unpack(T, String)
- Static method in class org.ow2.util.ee.deploy.impl.helper.
UnpackDeployableHelper
Unpack the given archive in a temp folder, then build a local deployable (and fill it with submodules for EAR) and then return it.
unpack(T, File, String)
- Static method in class org.ow2.util.ee.deploy.impl.helper.
UnpackDeployableHelper
Unpack the given archive in the given folder, then build a local deployable (and fill it with submodules for EAR) and then return it.
unpack(T, File)
- Static method in class org.ow2.util.ee.deploy.impl.helper.
UnpackDeployableHelper
Unpack the given archive in the given folder, then build a local deployable (and fill it with submodules for EAR) and then return it.
UnpackDeployableHelper
- Class in
org.ow2.util.ee.deploy.impl.helper
Allow to unpack a deployable and build a deployable for this type.
unregister(IDeployer)
- Method in class org.ow2.util.ee.deploy.impl.deployer.
DeployerManager
Unregister a Deployer from this manager instance.
V
visitAnnotation(String, boolean)
- Method in class org.ow2.util.ee.deploy.impl.helper.
DeployableDetectVisitor
Visits an annotation of the class.
W
WARDeployableImpl
- Class in
org.ow2.util.ee.deploy.impl.deployable
Implementation for a WAR.
WARDeployableImpl(IArchive)
- Constructor for class org.ow2.util.ee.deploy.impl.deployable.
WARDeployableImpl
Defines and create a deployable for the given archive.
WebModuleImpl
- Class in
org.ow2.util.ee.deploy.impl.deployment.ear
Defines a WEB module inside an application.xml file.
WebModuleImpl()
- Constructor for class org.ow2.util.ee.deploy.impl.deployment.ear.
WebModuleImpl
A
C
D
E
F
G
H
I
J
L
M
O
P
R
S
T
U
V
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2007
OW2 Consortium
. All Rights Reserved.