A C D E G I J O R S U W

A

AppClientModule - Class in org.ow2.jonas.ear.internal.mbean
MBean class for AppClientModule management
AppClientModule(String, String, String, String) - Constructor for class org.ow2.jonas.ear.internal.mbean.AppClientModule
Constructor
AppClientModuleInfo - Class in org.ow2.jonas.ear.internal
 
AppClientModuleInfo(String, String, String, String) - Constructor for class org.ow2.jonas.ear.internal.AppClientModuleInfo
 
applyWSGenIfNeeded(IArchive) - Method in class org.ow2.jonas.ear.internal.EarDeployer
Apply WSGen of the given archive.
APPS_DIR - Static variable in class org.ow2.jonas.ear.internal.JOnASEARService
The name of the apps directory.

C

checkRequirements() - Method in class org.ow2.jonas.ear.internal.JOnASEARService

D

DEFAULT_FOLDER - Static variable in class org.ow2.jonas.ear.internal.EarDeployer
Folder to create in tmp folder.
deploy(IDeployable<?>) - Method in class org.ow2.jonas.ear.internal.EarDeployer
Deploy a deployable.
deployEAR(EARDeployable) - Method in class org.ow2.jonas.ear.internal.EarDeployer
Deploy the given deployable.
deployEar(Context) - Method in class org.ow2.jonas.ear.internal.JOnASEARService
Deploy an EAR file with sending JAR file to the EJB container and WAR file to the WEB container and RAR file to the resource service.
deployEar(String) - Method in class org.ow2.jonas.ear.internal.JOnASEARService
Deploy an ear with its given fileName.
deployEJB21s(EARDeployable, URL, URLClassLoader, ClassLoader, String[]) - Method in class org.ow2.jonas.ear.internal.EarDeployer
Deploy the EJB 2.1 of the given EAR.
deployRARs(EARDeployable, URL, ClassLoader) - Method in class org.ow2.jonas.ear.internal.EarDeployer
Deploy the RARs of the given EAR.
deployWARs(EARDeployable, URL, ClassLoader, ClassLoader, EZBInjectionHolder) - Method in class org.ow2.jonas.ear.internal.EarDeployer
Deploy the WAR files present in the given EAR.
doStart() - Method in class org.ow2.jonas.ear.internal.JOnASEARService
Start the EAR service.
doStop() - Method in class org.ow2.jonas.ear.internal.JOnASEARService
Stop the EAR service.

E

Ear - Class in org.ow2.jonas.ear.internal.mbean
Class representing an Ear structure which is composed of : array of URL of ejb-jar files array of URL of war files array of URL of rar files
Ear(String, String, String, URL, String, URL[], URL[], URL[], JmxService) - Constructor for class org.ow2.jonas.ear.internal.mbean.Ear
Construct an Ear structure with the specified files
EarCleanTask - Class in org.ow2.jonas.ear.internal
JOnAS Ear unused directory clean task class.
EarCleanTask(EarService, URL, DeployerLog) - Constructor for class org.ow2.jonas.ear.internal.EarCleanTask
Default constructor : Construct a new cleaner.
EarDeployer - Class in org.ow2.jonas.ear.internal
This deployer will deploy EAR by using the other services.
EarDeployer() - Constructor for class org.ow2.jonas.ear.internal.EarDeployer
Build a new instance of the EAR deployer.
EARModule - Class in org.ow2.jonas.ear.internal
Class representing an Ear structure which is composed of modules inside this archive and about the current URL or unpacked folder, deployment descriptor.
EARModule(EARDeployable, String) - Constructor for class org.ow2.jonas.ear.internal.EARModule
Construct an Ear structure with the specified files.
EARModuleIdentifier - Class in org.ow2.jonas.ear.internal.mbean
Object for managing the ObjectName of the J2EE Application MBean.
EARModuleIdentifier() - Constructor for class org.ow2.jonas.ear.internal.mbean.EARModuleIdentifier
 
EARModuleMBean - Class in org.ow2.jonas.ear.internal.mbean
This class is managing the object for JSR77 J2EEApplication.
EARModuleMBean() - Constructor for class org.ow2.jonas.ear.internal.mbean.EARModuleMBean
Public default constructor.

G

getAdditionnalProperties(EARModule) - Method in class org.ow2.jonas.ear.internal.mbean.EARModuleIdentifier
 
getAppsDirectory() - Method in class org.ow2.jonas.ear.internal.JOnASEARService
Return the Apps directory.
getAppsDirectory() - Method in interface org.ow2.jonas.ear.internal.JOnASEARServiceMBean
Return the Apps directory.
getAutoloadDirectories() - Method in class org.ow2.jonas.ear.internal.JOnASEARService
Return the list of "autoload" directories for applications.
getAutoloadDirectories() - Method in interface org.ow2.jonas.ear.internal.JOnASEARServiceMBean
Return the list of "autoload" directories for web applications.
getCurrentNumberOfEars() - Method in class org.ow2.jonas.ear.internal.JOnASEARService
 
getCurrentNumberOfEars() - Method in interface org.ow2.jonas.ear.internal.JOnASEARServiceMBean
 
getDeployableEars() - Method in class org.ow2.jonas.ear.internal.JOnASEARService
Return the list of installed Applications ready to deploy.
getDeployableEars() - Method in interface org.ow2.jonas.ear.internal.JOnASEARServiceMBean
Return the list of installed Applications ready to deploy.
getDeployedEars() - Method in class org.ow2.jonas.ear.internal.JOnASEARService
Return the list of all loaded Applications.
getDeployedEars() - Method in interface org.ow2.jonas.ear.internal.JOnASEARServiceMBean
Return the list of all loaded Applications.
getDeploymentDesc() - Method in class org.ow2.jonas.ear.internal.AppClientModuleInfo
 
getDeploymentDescriptor() - Method in class org.ow2.jonas.ear.internal.EARModule
 
getEARDeployable() - Method in class org.ow2.jonas.ear.internal.EARModule
Return the deployable of this Ear.
getEarNames() - Method in class org.ow2.jonas.ear.internal.JOnASEARService
This method is added temporarily.
getEarNames() - Method in interface org.ow2.jonas.ear.internal.JOnASEARServiceMBean
This method is added temporarily.
getEarUrl() - Method in class org.ow2.jonas.ear.internal.mbean.Ear
Return the url of this Ear
getEarUrl() - Method in class org.ow2.jonas.ear.internal.mbean.EARModuleMBean
 
getEjbJars() - Method in class org.ow2.jonas.ear.internal.mbean.Ear
Return the ejb-jar files
getEmbedded() - Method in class org.ow2.jonas.ear.internal.EarDeployer
 
getFileName() - Method in class org.ow2.jonas.ear.internal.AppClientModuleInfo
 
getFileName() - Method in class org.ow2.jonas.ear.internal.mbean.AppClientModule
 
getInstalledEars() - Method in class org.ow2.jonas.ear.internal.JOnASEARService
Return the list of installed Applications.
getInstalledEars() - Method in interface org.ow2.jonas.ear.internal.JOnASEARServiceMBean
Return the list of installed Applications.
getJonasDeploymentDesc() - Method in class org.ow2.jonas.ear.internal.AppClientModuleInfo
 
getLibArchives(EARDeployable) - Method in class org.ow2.jonas.ear.internal.EarDeployer
Gets Archives of the libraries of this EAR.
getLogEntries() - Method in class org.ow2.jonas.ear.internal.EarCleanTask
Gets the log entries.
getModuleName() - Method in class org.ow2.jonas.ear.internal.AppClientModuleInfo
 
getModules() - Method in class org.ow2.jonas.ear.internal.mbean.Ear
Return the J2EEModules used by this J2EEApplication (jar, war, rar).
getModules() - Method in class org.ow2.jonas.ear.internal.mbean.EARModuleMBean
Return the J2EEModules used by this J2EEApplication (jar, war, rar).
getName() - Method in class org.ow2.jonas.ear.internal.mbean.Ear
The application name.
getName() - Method in class org.ow2.jonas.ear.internal.mbean.EARModuleMBean
 
getNamePropertyValue(EARModule) - Method in class org.ow2.jonas.ear.internal.mbean.EARModuleIdentifier
 
getPersistenceUnitManager(EARDeployable, ClassLoader) - Method in class org.ow2.jonas.ear.internal.EarDeployer
Gets the persistence unit manager for the given EAR and classloader.
getRars() - Method in class org.ow2.jonas.ear.internal.mbean.Ear
Return the rar files
getTypeValue() - Method in class org.ow2.jonas.ear.internal.mbean.EARModuleIdentifier
This method has to be implemented by each EZBManagementIdentifier.
getUnpackName() - Method in class org.ow2.jonas.ear.internal.mbean.Ear
The name of the working copy of the ear
getWars() - Method in class org.ow2.jonas.ear.internal.mbean.Ear
Return the war files
getWebModules() - Method in class org.ow2.jonas.ear.internal.mbean.Ear
 

I

isDeployed(IDeployable<?>) - Method in class org.ow2.jonas.ear.internal.EarDeployer
Checks if the given deployable is deployed or not.
isDeployLogEntry(LogEntry) - Method in class org.ow2.jonas.ear.internal.EarCleanTask
Check if the package pointed by the log entry is currently deploy.
isEarDeployed(String) - Method in class org.ow2.jonas.ear.internal.JOnASEARService
Test if the specified filename is already deployed or not.
isEarDeployedByUnpackName(String) - Method in class org.ow2.jonas.ear.internal.JOnASEARService
Test if the specified unpack name is already deployed or not.
isEarLoaded(String) - Method in class org.ow2.jonas.ear.internal.JOnASEARService
Test if the specified filename is already deployed or not.
isEarLoaded(String) - Method in interface org.ow2.jonas.ear.internal.JOnASEARServiceMBean
Test if the specified filename is already deployed or not
isValidLogEntry(LogEntry) - Method in class org.ow2.jonas.ear.internal.EarCleanTask
Return true if the work copy exists and is up to date.

J

JONAS_BASE - Static variable in class org.ow2.jonas.ear.internal.JOnASEARService
The name of the JONAS_BASE directory.
JOnASEARService - Class in org.ow2.jonas.ear.internal
JOnAS EAR Service Implementation class.
JOnASEARService() - Constructor for class org.ow2.jonas.ear.internal.JOnASEARService
Initialize some Maps at instantiation time.
JOnASEARServiceMBean - Interface in org.ow2.jonas.ear.internal
JOnAS EAR Service MBean interface.

O

org.ow2.jonas.ear.internal - package org.ow2.jonas.ear.internal
 
org.ow2.jonas.ear.internal.mbean - package org.ow2.jonas.ear.internal.mbean
 

R

removeLogEntry(LogEntry) - Method in class org.ow2.jonas.ear.internal.EarCleanTask
Remove the work copy specified in the log entry and the log entry.

S

setAppsClassLoader(ClassLoader) - Method in class org.ow2.jonas.ear.internal.EarDeployer
Sets the classloader to use for all deployed applications.
setAutoloaddir(String) - Method in class org.ow2.jonas.ear.internal.JOnASEARService
 
setDeployerManager(IDeployerManager) - Method in class org.ow2.jonas.ear.internal.JOnASEARService
 
setDescriptors(String) - Method in class org.ow2.jonas.ear.internal.JOnASEARService
 
setEasyBeansService(IEasyBeansService) - Method in class org.ow2.jonas.ear.internal.JOnASEARService
 
setEjb21Service(EJBService) - Method in class org.ow2.jonas.ear.internal.EarDeployer
Sets the EJB 2.1 service.
setEjbService(EJBService) - Method in class org.ow2.jonas.ear.internal.JOnASEARService
 
setEmbedded(EZBServer) - Method in class org.ow2.jonas.ear.internal.EarDeployer
Receive Embedded instance for this deployer.
setJMXService(JmxService) - Method in class org.ow2.jonas.ear.internal.EarDeployer
Sets the JMX service.
setJmxService(JmxService) - Method in class org.ow2.jonas.ear.internal.JOnASEARService
 
setParsingwithvalidation(boolean) - Method in class org.ow2.jonas.ear.internal.JOnASEARService
 
setResourceService(ResourceService) - Method in class org.ow2.jonas.ear.internal.EarDeployer
Sets the RAR service.
setResourceService(ResourceService) - Method in class org.ow2.jonas.ear.internal.JOnASEARService
 
setWebContainerService(JWebContainerService) - Method in class org.ow2.jonas.ear.internal.EarDeployer
Sets the WEB container service.
setWebContainerService(JWebContainerService) - Method in class org.ow2.jonas.ear.internal.JOnASEARService
 
setWebModules() - Method in class org.ow2.jonas.ear.internal.mbean.Ear
Determine the web modules contained in this J2EEApplication
setWsService(WebServicesService) - Method in class org.ow2.jonas.ear.internal.EarDeployer
Sets the WS service.
setWsService(WebServicesService) - Method in class org.ow2.jonas.ear.internal.JOnASEARService
 
supports(IDeployable<?>) - Method in class org.ow2.jonas.ear.internal.EarDeployer
Checks if the given deployable is supported by the Deployer.

U

undeploy(IDeployable<?>) - Method in class org.ow2.jonas.ear.internal.EarDeployer
Undeploy the given deployable.
undeployEAR(EARDeployable) - Method in class org.ow2.jonas.ear.internal.EarDeployer
Undeploy the given EAR.
unDeployEar(Context) - Method in class org.ow2.jonas.ear.internal.JOnASEARService
Undeploy an EAR by sending the request to the EJB container and to the WEB container and the Resource service.
unDeployEar(String) - Method in class org.ow2.jonas.ear.internal.JOnASEARService
Undeploy an EAR by delegating the operation to the unDeployEar() method.
undeployEJB3FromEAR(EARDeployable) - Method in class org.ow2.jonas.ear.internal.EarDeployer
Undeploy EJB3s of an EAR (called by the undeploy method).
unsetDeployerManager() - Method in class org.ow2.jonas.ear.internal.JOnASEARService
Unbind the IDeployerManager.
unsetEasyBeansService() - Method in class org.ow2.jonas.ear.internal.JOnASEARService
Unbind the IEasyBeansService.
unsetEjbService() - Method in class org.ow2.jonas.ear.internal.JOnASEARService
Unbind the EJBService.
unsetResourceService() - Method in class org.ow2.jonas.ear.internal.JOnASEARService
Unbind the ResourceService.
unsetWebContainerService() - Method in class org.ow2.jonas.ear.internal.JOnASEARService
Unbind the JWebContainerService.
unsetWsService() - Method in class org.ow2.jonas.ear.internal.JOnASEARService
Unbind the WebServicesService.

W

WORK_APPS_DIR - Static variable in class org.ow2.jonas.ear.internal.JOnASEARService
The name of the working apps directory.
WORK_DIR - Static variable in class org.ow2.jonas.ear.internal.JOnASEARService
The name of the working directory.

A C D E G I J O R S U W

Copyright © 2008 OW2 Consortium. All Rights Reserved.