A B C D E F G H I J L O P R S T U V W

A

AbsDeploymentSpecific - Class in org.ow2.ishmael.deploy.spi.impl
Abstract class for specific deployment.
AbsDeploymentSpecific(String) - Constructor for class org.ow2.ishmael.deploy.spi.impl.AbsDeploymentSpecific
Constructor.
addAvailable(String) - Method in class org.ow2.ishmael.deploy.spi.impl.AbsDeploymentSpecific
 
addProgressListener(ProgressListener) - Method in class org.ow2.ishmael.deploy.spi.status.ProgressObjectImpl
 
addRunning(String) - Method in class org.ow2.ishmael.deploy.spi.impl.AbsDeploymentSpecific
 
APPLICATION_FILE_NAME - Static variable in class org.ow2.ishmael.deploy.spi.BasicConnectedDeploymentManager
Path of the application.xml deploymnet descriptor file
archiveName - Variable in class org.ow2.ishmael.deploymentplan.JonasPlan.Entry
 
AVAILABLE - Static variable in interface org.ow2.ishmael.deploy.spi.impl.IDeploymentSpecific
State of the modules distributed on the Server but undeployed

B

BasicConnectedDeploymentManager - Class in org.ow2.ishmael.deploy.spi
BasicDeploymentManager.java This is the disconnected-mode JSR-88 DeploymentManager for JOnAS.
BasicConnectedDeploymentManager(String, String, String) - Constructor for class org.ow2.ishmael.deploy.spi.BasicConnectedDeploymentManager
 
BasicConnectedDeploymentManager.JOnASTarget - Class in org.ow2.ishmael.deploy.spi
 
BasicConnectedDeploymentManager.JOnASTarget() - Constructor for class org.ow2.ishmael.deploy.spi.BasicConnectedDeploymentManager.JOnASTarget
 
BasicDeploymentManager - Class in org.ow2.ishmael.deploy.spi
BasicDeploymentManager.java This is the disconnected-mode JSR-88 DeploymentManager for JOnAS.
BasicDeploymentManager() - Constructor for class org.ow2.ishmael.deploy.spi.BasicDeploymentManager
 

C

cancel() - Method in class org.ow2.ishmael.deploy.spi.status.ProgressObjectImpl
 
CLIENT_FILE_NAME - Static variable in class org.ow2.ishmael.deploy.spi.BasicConnectedDeploymentManager
The path to the application-client.xml file.
createConfiguration(DeployableObject) - Method in class org.ow2.ishmael.deploy.spi.BasicDeploymentManager
 
createPlan(File) - Method in class org.ow2.ishmael.deploymentplan.JonasPlan
createPlan : extract information from the JonAS deployment plan

D

deploy(Properties) - Method in class org.ow2.ishmael.deploy.spi.impl.AbsDeploymentSpecific
 
deployApplication(Properties) - Method in class org.ow2.ishmael.deploy.spi.impl.AbsDeploymentSpecific
deploy application p
deployApplication(Properties) - Method in class org.ow2.ishmael.deploy.spi.impl.DeploymentSpecificEasyBeans
deploy application p
deployApplication(Properties) - Method in interface org.ow2.ishmael.deploy.spi.impl.IDeploymentSpecific
deploy application p
DEPLOYER_NAME - Static variable in class org.ow2.ishmael.deploy.spi.factories.DeploymentFactoryImpl
Name of this deployer
deployFile(ModuleType, byte[], String, String[]) - Method in class org.ow2.ishmael.deploy.spi.impl.DeploymentSpecificEasyBeans
deploy the file on the server : call genic to generate class for JOnAS and copy the result file into JOnAS server directory for deployment
DeploymentException - Exception in org.ow2.ishmael.deploy.spi.exceptions
Exception thrown if there is a failure in the deployer.
DeploymentException() - Constructor for exception org.ow2.ishmael.deploy.spi.exceptions.DeploymentException
Constructs a new runtime exception with null as its detail message.
DeploymentException(String) - Constructor for exception org.ow2.ishmael.deploy.spi.exceptions.DeploymentException
Constructs a new runtime exception with the specified detail message.
DeploymentException(String, Throwable) - Constructor for exception org.ow2.ishmael.deploy.spi.exceptions.DeploymentException
Constructs a new runtime exception with the specified detail message and cause.
DeploymentFactoryImpl - Class in org.ow2.ishmael.deploy.spi.factories
DeploymentFactoryImpl URI Form: deployer:jonas:server:port server=servername/jonasname or "offline" Created: Sun Nov 24 09:02:10 2002
DeploymentFactoryImpl() - Constructor for class org.ow2.ishmael.deploy.spi.factories.DeploymentFactoryImpl
 
DeploymentSpecificEasyBeans - Class in org.ow2.ishmael.deploy.spi.impl
EJB3 deployment Specific
DeploymentSpecificEasyBeans(String, String, String) - Constructor for class org.ow2.ishmael.deploy.spi.impl.DeploymentSpecificEasyBeans
Constructor.
DeploymentSpecificJOnAS - Class in org.ow2.ishmael.deploy.spi.impl
EJB3 deployment Specific
DeploymentSpecificJOnAS(String, String, String) - Constructor for class org.ow2.ishmael.deploy.spi.impl.DeploymentSpecificJOnAS
Constructor.
DeploymentStatusImpl - Class in org.ow2.ishmael.deploy.spi.status
 
DeploymentStatusImpl(StateType, CommandType, ActionType, String) - Constructor for class org.ow2.ishmael.deploy.spi.status.DeploymentStatusImpl
 
distribute(Target[], InputStream, InputStream) - Method in class org.ow2.ishmael.deploy.spi.BasicConnectedDeploymentManager
The distribute method performs three tasks; it validates the deployment configuration data, generates all container specific classes and interfaces, and moves the fully baked archive to the designated deployment targets.
distribute(Target[], ModuleType, InputStream, InputStream) - Method in class org.ow2.ishmael.deploy.spi.BasicConnectedDeploymentManager
 
distribute(Target[], File, File) - Method in class org.ow2.ishmael.deploy.spi.BasicConnectedDeploymentManager
The distribute method performs three tasks; it validates the deployment configuration data, generates all container specific classes and interfaces, and moves the fully baked archive to the designated deployment targets.
distribute(Target[], File, File) - Method in class org.ow2.ishmael.deploy.spi.BasicDeploymentManager
 
distribute(Target[], InputStream, InputStream) - Method in class org.ow2.ishmael.deploy.spi.BasicDeploymentManager
 
distribute(Target[], ModuleType, InputStream, InputStream) - Method in class org.ow2.ishmael.deploy.spi.BasicDeploymentManager
 
DistributeProgressObject - Class in org.ow2.ishmael.deploy.spi.status
 
DistributeProgressObject(IDeploymentSpecific, Target[], byte[], String, ModuleType, String[], boolean) - Constructor for class org.ow2.ishmael.deploy.spi.status.DistributeProgressObject
 
dumpMap() - Method in class org.ow2.ishmael.deploymentplan.JonasPlan
dumpMap : for debuuging purpose

E

EJB_JAR_FILE_NAME - Static variable in class org.ow2.ishmael.deploy.spi.BasicConnectedDeploymentManager
ejb-jar.xml filename
entryName - Variable in class org.ow2.ishmael.deploymentplan.JonasPlan.Entry
 
equals(Object) - Method in class org.ow2.ishmael.deploy.spi.TargetModuleIDImpl
 

F

findType(String) - Method in class org.ow2.ishmael.deploy.spi.impl.AbsDeploymentSpecific
 
fireEvent(ProgressEvent) - Method in class org.ow2.ishmael.deploy.spi.status.ProgressObjectImpl
 

G

getAction() - Method in class org.ow2.ishmael.deploy.spi.status.DeploymentStatusImpl
 
getArchiveName() - Method in class org.ow2.ishmael.deploymentplan.JonasPlan.Entry
 
getArchiveName() - Method in class org.ow2.ishmael.deploymentplan.JonasPlan
 
getAvailableModules(ModuleType, Target[]) - Method in class org.ow2.ishmael.deploy.spi.BasicConnectedDeploymentManager
Retrieve the list of all J2EE application modules running or not running on the identified targets.
getAvailableModules(ModuleType, Target[]) - Method in class org.ow2.ishmael.deploy.spi.BasicDeploymentManager
 
getChildTargetModuleID() - Method in class org.ow2.ishmael.deploy.spi.TargetModuleIDImpl
 
getClientConfiguration(TargetModuleID) - Method in class org.ow2.ishmael.deploy.spi.status.ProgressObjectImpl
 
getCommand() - Method in class org.ow2.ishmael.deploy.spi.status.DeploymentStatusImpl
 
getCurrentLocale() - Method in class org.ow2.ishmael.deploy.spi.BasicDeploymentManager
 
getDConfigBeanVersion() - Method in class org.ow2.ishmael.deploy.spi.BasicDeploymentManager
 
getDefaultLocale() - Method in class org.ow2.ishmael.deploy.spi.BasicDeploymentManager
 
getDeployableEntries(String) - Method in class org.ow2.ishmael.deploymentplan.JonasPlan
 
getDeployedModules(ModuleType) - Method in class org.ow2.ishmael.deploy.spi.impl.AbsDeploymentSpecific
get deployed modules
getDeployedModules(ModuleType) - Method in interface org.ow2.ishmael.deploy.spi.impl.IDeploymentSpecific
 
getDeploymentManager(String, String, String) - Method in class org.ow2.ishmael.deploy.spi.factories.DeploymentFactoryImpl
Describe getDeploymentManager method here.
getDeploymentStatus() - Method in class org.ow2.ishmael.deploy.spi.status.ProgressObjectImpl
 
getDescription() - Method in class org.ow2.ishmael.deploy.spi.BasicConnectedDeploymentManager.JOnASTarget
 
getDisconnectedDeploymentManager(String) - Method in class org.ow2.ishmael.deploy.spi.factories.DeploymentFactoryImpl
Describe getDisconnectedDeploymentManager method here.
getDisplayName() - Method in class org.ow2.ishmael.deploy.spi.factories.DeploymentFactoryImpl
 
getEntryName() - Method in class org.ow2.ishmael.deploymentplan.JonasPlan.Entry
 
getFile() - Method in class org.ow2.ishmael.deploymentplan.JonasPlan
 
getMBeanServerConnection() - Method in class org.ow2.ishmael.deploy.spi.impl.AbsDeploymentSpecific
 
getMessage() - Method in class org.ow2.ishmael.deploy.spi.status.DeploymentStatusImpl
 
getModuleID() - Method in class org.ow2.ishmael.deploy.spi.TargetModuleIDImpl
 
getModuleList(String) - Method in class org.ow2.ishmael.deploy.spi.impl.AbsDeploymentSpecific
 
getName() - Method in class org.ow2.ishmael.deploy.spi.BasicConnectedDeploymentManager.JOnASTarget
 
getNonRunningModules(ModuleType, Target[]) - Method in class org.ow2.ishmael.deploy.spi.BasicConnectedDeploymentManager
 
getNonRunningModules(ModuleType, Target[]) - Method in class org.ow2.ishmael.deploy.spi.BasicDeploymentManager
 
getObjectName() - Method in class org.ow2.ishmael.deploy.spi.impl.AbsDeploymentSpecific
 
getParentTargetModuleID() - Method in class org.ow2.ishmael.deploy.spi.TargetModuleIDImpl
 
getProductVersion() - Method in class org.ow2.ishmael.deploy.spi.factories.DeploymentFactoryImpl
 
getResultTargetModuleIDs() - Method in class org.ow2.ishmael.deploy.spi.status.DistributeProgressObject
 
getResultTargetModuleIDs() - Method in class org.ow2.ishmael.deploy.spi.status.StartProgressObject
 
getResultTargetModuleIDs() - Method in class org.ow2.ishmael.deploy.spi.status.StopProgressObject
 
getResultTargetModuleIDs() - Method in class org.ow2.ishmael.deploy.spi.status.UnDeployProgressObject
 
getRunningModules(ModuleType, Target[]) - Method in class org.ow2.ishmael.deploy.spi.BasicConnectedDeploymentManager
Retrieve the list of J2EE application modules distributed to the identified targets and that are currently running on the associated server or servers
getRunningModules(ModuleType, Target[]) - Method in class org.ow2.ishmael.deploy.spi.BasicDeploymentManager
 
getState() - Method in class org.ow2.ishmael.deploy.spi.status.DeploymentStatusImpl
 
getStringObjectName() - Method in class org.ow2.ishmael.deploy.spi.impl.AbsDeploymentSpecific
 
getStringObjectName() - Method in class org.ow2.ishmael.deploy.spi.impl.DeploymentSpecificEasyBeans
 
getStringObjectName() - Method in class org.ow2.ishmael.deploy.spi.impl.DeploymentSpecificJOnAS
 
getSupportedLocales() - Method in class org.ow2.ishmael.deploy.spi.BasicDeploymentManager
 
getTarget() - Method in class org.ow2.ishmael.deploy.spi.TargetModuleIDImpl
 
getTargets() - Method in class org.ow2.ishmael.deploy.spi.BasicConnectedDeploymentManager
 
getTargets() - Method in class org.ow2.ishmael.deploy.spi.BasicDeploymentManager
 
getUrlEntry() - Method in class org.ow2.ishmael.deploymentplan.JonasPlan.Entry
 
getWebURL() - Method in class org.ow2.ishmael.deploy.spi.TargetModuleIDImpl
 

H

handlesURI(String) - Method in class org.ow2.ishmael.deploy.spi.factories.DeploymentFactoryImpl
 
hashCode() - Method in class org.ow2.ishmael.deploy.spi.TargetModuleIDImpl
 

I

IDeploymentSpecific - Interface in org.ow2.ishmael.deploy.spi.impl
Interface that all implementation needs to implement
isCancelSupported() - Method in class org.ow2.ishmael.deploy.spi.status.ProgressObjectImpl
 
isCompleted() - Method in class org.ow2.ishmael.deploy.spi.status.DeploymentStatusImpl
 
isDConfigBeanVersionSupported(DConfigBeanVersionType) - Method in class org.ow2.ishmael.deploy.spi.BasicDeploymentManager
 
isDeployedApplication(Properties) - Method in class org.ow2.ishmael.deploy.spi.impl.AbsDeploymentSpecific
 
isFailed() - Method in class org.ow2.ishmael.deploy.spi.status.DeploymentStatusImpl
 
IshmaelDeploymentManagerCreationException - Exception in org.ow2.ishmael.deploy.spi.exceptions
Exception thrown if there is a failure in the deployer.
IshmaelDeploymentManagerCreationException(String) - Constructor for exception org.ow2.ishmael.deploy.spi.exceptions.IshmaelDeploymentManagerCreationException
Constructs a new runtime exception with the specified detail message.
IshmaelDeploymentManagerCreationException(String, Throwable) - Constructor for exception org.ow2.ishmael.deploy.spi.exceptions.IshmaelDeploymentManagerCreationException
Constructs a new runtime exception with the specified detail message and cause.
isLocaleSupported(Locale) - Method in class org.ow2.ishmael.deploy.spi.BasicDeploymentManager
 
isRedeploySupported() - Method in class org.ow2.ishmael.deploy.spi.BasicDeploymentManager
 
isRunning() - Method in class org.ow2.ishmael.deploy.spi.status.DeploymentStatusImpl
 
isStopSupported() - Method in class org.ow2.ishmael.deploy.spi.status.ProgressObjectImpl
 

J

JONAS_APPLICATION_FILE_NAME - Static variable in class org.ow2.ishmael.deploy.spi.BasicConnectedDeploymentManager
Path of the jonas-application.xml deploymnet descriptor file
JONAS_CLIENT_FILE_NAME - Static variable in class org.ow2.ishmael.deploy.spi.BasicConnectedDeploymentManager
The path to the jonas-client.xml file.
JONAS_EJB_JAR_FILE_NAME - Static variable in class org.ow2.ishmael.deploy.spi.BasicConnectedDeploymentManager
jonas-ejb-jar.xml filename
JONAS_RA_FILE_NAME - Static variable in class org.ow2.ishmael.deploy.spi.BasicConnectedDeploymentManager
Path of the jonas-ra.xml deploymnet descriptor file
JONAS_WEB_FILE_NAME - Static variable in class org.ow2.ishmael.deploy.spi.BasicConnectedDeploymentManager
The path to the jonas-web.xml file.
JONAS_WS_EJBJAR_FILE_NAME - Static variable in class org.ow2.ishmael.deploy.spi.BasicConnectedDeploymentManager
jonas-ejb-jar.xml filename
JONAS_WS_WEBAPP_FILE_NAME - Static variable in class org.ow2.ishmael.deploy.spi.BasicConnectedDeploymentManager
jonas-ejb-jar.xml filename
JonasPlan - Class in org.ow2.ishmael.deploymentplan
 
JonasPlan() - Constructor for class org.ow2.ishmael.deploymentplan.JonasPlan
Constructor.
JonasPlan.Entry - Class in org.ow2.ishmael.deploymentplan
 
JonasPlan.Entry(String) - Constructor for class org.ow2.ishmael.deploymentplan.JonasPlan.Entry
 

L

listModules(ModuleType, int) - Method in class org.ow2.ishmael.deploy.spi.impl.AbsDeploymentSpecific
List modules type in a given state
listModules(ModuleType, int) - Method in interface org.ow2.ishmael.deploy.spi.impl.IDeploymentSpecific
List modules type in a given state

O

org.ow2.ishmael.deploy.spi - package org.ow2.ishmael.deploy.spi
 
org.ow2.ishmael.deploy.spi.exceptions - package org.ow2.ishmael.deploy.spi.exceptions
 
org.ow2.ishmael.deploy.spi.factories - package org.ow2.ishmael.deploy.spi.factories
 
org.ow2.ishmael.deploy.spi.impl - package org.ow2.ishmael.deploy.spi.impl
 
org.ow2.ishmael.deploy.spi.status - package org.ow2.ishmael.deploy.spi.status
 
org.ow2.ishmael.deploymentplan - package org.ow2.ishmael.deploymentplan
 

P

ProgressObjectImpl - Class in org.ow2.ishmael.deploy.spi.status
 
ProgressObjectImpl(IDeploymentSpecific, Target[]) - Constructor for class org.ow2.ishmael.deploy.spi.status.ProgressObjectImpl
 

R

RA_FILE_NAME - Static variable in class org.ow2.ishmael.deploy.spi.BasicConnectedDeploymentManager
Path of the ra.xml deploymnet descriptor file
redeploy(TargetModuleID[], File, File) - Method in class org.ow2.ishmael.deploy.spi.BasicDeploymentManager
 
redeploy(TargetModuleID[], InputStream, InputStream) - Method in class org.ow2.ishmael.deploy.spi.BasicDeploymentManager
 
release() - Method in class org.ow2.ishmael.deploy.spi.BasicConnectedDeploymentManager
 
release() - Method in class org.ow2.ishmael.deploy.spi.BasicDeploymentManager
 
removeModule(String) - Method in class org.ow2.ishmael.deploy.spi.impl.AbsDeploymentSpecific
 
removeProgressListener(ProgressListener) - Method in class org.ow2.ishmael.deploy.spi.status.ProgressObjectImpl
 
removeRunning(String) - Method in class org.ow2.ishmael.deploy.spi.impl.AbsDeploymentSpecific
 
run() - Method in class org.ow2.ishmael.deploy.spi.status.DistributeProgressObject
 
run() - Method in class org.ow2.ishmael.deploy.spi.status.StartProgressObject
 
run() - Method in class org.ow2.ishmael.deploy.spi.status.StopProgressObject
 
run() - Method in class org.ow2.ishmael.deploy.spi.status.UnDeployProgressObject
 
RUNNING - Static variable in interface org.ow2.ishmael.deploy.spi.impl.IDeploymentSpecific
State of the modules deployed on the Server

S

sendFile(byte[], String) - Method in class org.ow2.ishmael.deploy.spi.impl.AbsDeploymentSpecific
distribute (send) the file on the server and copy the result file into JOnAS server directory for deployment
sendFile(ModuleType, byte[], String) - Method in class org.ow2.ishmael.deploy.spi.impl.DeploymentSpecificEasyBeans
distribute (send) the file on the server and copy the result file into JOnAS server directory for deployment
sendFile(byte[], String) - Method in interface org.ow2.ishmael.deploy.spi.impl.IDeploymentSpecific
distribute (send) the file on the server and copy the result file into JOnAS server directory for deployment
setArchiveName(String) - Method in class org.ow2.ishmael.deploymentplan.JonasPlan.Entry
 
setArchiveName(String) - Method in class org.ow2.ishmael.deploymentplan.JonasPlan
Set the host element of this object
setDConfigBeanVersion(DConfigBeanVersionType) - Method in class org.ow2.ishmael.deploy.spi.BasicDeploymentManager
 
setEntryName(String) - Method in class org.ow2.ishmael.deploymentplan.JonasPlan.Entry
 
setFile(File) - Method in class org.ow2.ishmael.deploymentplan.JonasPlan
 
setLocale(Locale) - Method in class org.ow2.ishmael.deploy.spi.BasicDeploymentManager
 
setUrlEntry(URL) - Method in class org.ow2.ishmael.deploymentplan.JonasPlan.Entry
 
start(TargetModuleID[]) - Method in class org.ow2.ishmael.deploy.spi.BasicConnectedDeploymentManager
Start one or more targets.
start(TargetModuleID[]) - Method in class org.ow2.ishmael.deploy.spi.BasicDeploymentManager
Start one or more targets.
StartProgressObject - Class in org.ow2.ishmael.deploy.spi.status
 
StartProgressObject(IDeploymentSpecific, TargetModuleID[]) - Constructor for class org.ow2.ishmael.deploy.spi.status.StartProgressObject
 
stop(TargetModuleID[]) - Method in class org.ow2.ishmael.deploy.spi.BasicConnectedDeploymentManager
Stop one or more targets.
stop(TargetModuleID[]) - Method in class org.ow2.ishmael.deploy.spi.BasicDeploymentManager
Stop one or more targets.
stop(String) - Method in class org.ow2.ishmael.deploy.spi.impl.AbsDeploymentSpecific
 
stop() - Method in class org.ow2.ishmael.deploy.spi.status.ProgressObjectImpl
 
stopApplication(Properties) - Method in class org.ow2.ishmael.deploy.spi.impl.AbsDeploymentSpecific
Stop application p
stopApplication(Properties) - Method in interface org.ow2.ishmael.deploy.spi.impl.IDeploymentSpecific
Stop application p
StopProgressObject - Class in org.ow2.ishmael.deploy.spi.status
 
StopProgressObject(IDeploymentSpecific, TargetModuleID[]) - Constructor for class org.ow2.ishmael.deploy.spi.status.StopProgressObject
 

T

TargetModuleIDImpl - Class in org.ow2.ishmael.deploy.spi
 
TargetModuleIDImpl(String, Target, String) - Constructor for class org.ow2.ishmael.deploy.spi.TargetModuleIDImpl
 
TargetModuleIDImpl(String, Target) - Constructor for class org.ow2.ishmael.deploy.spi.TargetModuleIDImpl
 
TEST_URI - Static variable in class org.ow2.ishmael.deploy.spi.factories.DeploymentFactoryImpl
URIs we respons to
toString() - Method in class org.ow2.ishmael.deploy.spi.TargetModuleIDImpl
 

U

undeploy(TargetModuleID[]) - Method in class org.ow2.ishmael.deploy.spi.BasicConnectedDeploymentManager
Remove the application from the target server.
undeploy(TargetModuleID[]) - Method in class org.ow2.ishmael.deploy.spi.BasicDeploymentManager
 
undeployApplication(Properties) - Method in class org.ow2.ishmael.deploy.spi.impl.AbsDeploymentSpecific
Undeploy application p
undeployApplication(Properties) - Method in class org.ow2.ishmael.deploy.spi.impl.DeploymentSpecificEasyBeans
Undeploy application p
undeployApplication(Properties) - Method in interface org.ow2.ishmael.deploy.spi.impl.IDeploymentSpecific
Undeploy application p
UnDeployProgressObject - Class in org.ow2.ishmael.deploy.spi.status
 
UnDeployProgressObject(IDeploymentSpecific, TargetModuleID[]) - Constructor for class org.ow2.ishmael.deploy.spi.status.UnDeployProgressObject
 
urlEntry - Variable in class org.ow2.ishmael.deploymentplan.JonasPlan.Entry
 

V

VERSION - Static variable in class org.ow2.ishmael.deploy.spi.factories.DeploymentFactoryImpl
Version

W

WEB_FILE_NAME - Static variable in class org.ow2.ishmael.deploy.spi.BasicConnectedDeploymentManager
The path to the web.xml file.
WS_EJBJAR_FILE_NAME - Static variable in class org.ow2.ishmael.deploy.spi.BasicConnectedDeploymentManager
ejb-jar.xml filename
WS_WEBAPP_FILE_NAME - Static variable in class org.ow2.ishmael.deploy.spi.BasicConnectedDeploymentManager
ejb-jar.xml filename
WSGENClASSNAME - Static variable in class org.ow2.ishmael.deploy.spi.BasicConnectedDeploymentManager
Class of JOnAS WsGen generator

A B C D E F G H I J L O P R S T U V W

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