Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
E
G
I
M
O
S
U
W
A
AbsArchiveModifier
- Class in
org.ow2.jonas.generators.genclientstub.modifier
Defines common methods used by all modifier
AbsArchiveModifier(J2EEArchive)
- Constructor for class org.ow2.jonas.generators.genclientstub.modifier.
AbsArchiveModifier
Constructor
addFiles(Archive)
- Method in class org.ow2.jonas.generators.genclientstub.generator.
Generator
Add generated files into an Archive
ApplicationModifier
- Class in
org.ow2.jonas.generators.genclientstub.modifier
Modify a given Application.
ApplicationModifier(Application)
- Constructor for class org.ow2.jonas.generators.genclientstub.modifier.
ApplicationModifier
Creates a new ApplicationModifier.
C
callClientGenStubExecute(String)
- Method in class org.ow2.jonas.generators.genclientstub.wrapper.
ClientGenStubWrapper
Wrapper around ClientstubGen.execute(String[]) method
callClientGenStubIsInputModifed()
- Method in class org.ow2.jonas.generators.genclientstub.wrapper.
ClientGenStubWrapper
Wrapper around ClientGenStubGen.isModified() method
ClientGenStubWrapper
- Class in
org.ow2.jonas.generators.genclientstub.wrapper
ClientGenStub wrapper Used to launch ClientGenStub in DeployFile of JSR 88
ClientGenStubWrapper()
- Constructor for class org.ow2.jonas.generators.genclientstub.wrapper.
ClientGenStubWrapper
Empty constructor.
ClientModifier
- Class in
org.ow2.jonas.generators.genclientstub.modifier
Modify a given Client.
ClientModifier(Client)
- Constructor for class org.ow2.jonas.generators.genclientstub.modifier.
ClientModifier
Creates a new ClientModifier object.
ClientStubGen
- Class in
org.ow2.jonas.generators.genclientstub
Main class of the client stub generator Class.
ClientStubGen()
- Constructor for class org.ow2.jonas.generators.genclientstub.
ClientStubGen
Private Constructor for Utility class.
ClientStubGenException
- Exception in
org.ow2.jonas.generators.genclientstub
This class represents the exception that can be throwned by the ClientStubGen tool.
ClientStubGenException()
- Constructor for exception org.ow2.jonas.generators.genclientstub.
ClientStubGenException
Constructs a ClientStubGenException with no specified detail message.
ClientStubGenException(String)
- Constructor for exception org.ow2.jonas.generators.genclientstub.
ClientStubGenException
Constructs an ClientStubGenException with the specified detail message.
ClientStubGenException(Exception)
- Constructor for exception org.ow2.jonas.generators.genclientstub.
ClientStubGenException
Constructs an ClientStubGenException with the specified detail message.
ClientStubGenException(String, Exception)
- Constructor for exception org.ow2.jonas.generators.genclientstub.
ClientStubGenException
Constructs an ClientStubGenException with the specified detail message.
compile()
- Method in class org.ow2.jonas.generators.genclientstub.generator.
Generator
Compile generated java files into classes directory.
E
EjbJarModifier
- Class in
org.ow2.jonas.generators.genclientstub.modifier
Modify a given EjbJar.
EjbJarModifier(EjbJar)
- Constructor for class org.ow2.jonas.generators.genclientstub.modifier.
EjbJarModifier
Creates a new EjbJarModifier object.
execute(String[])
- Method in class org.ow2.jonas.generators.genclientstub.
ClientStubGen
Method used by main method and by external class to retrieve the name of the modified or created file by ClientStubGen
G
generate()
- Method in class org.ow2.jonas.generators.genclientstub.generator.
Generator
Generate stub files.
generateFoundStubs(Config, Archive)
- Method in class org.ow2.jonas.generators.genclientstub.modifier.
AbsArchiveModifier
Generates stub/tie classes for a given archive with its config
Generator
- Class in
org.ow2.jonas.generators.genclientstub.generator
Generator used to generate Stubs for clients.
Generator(Config, IEJBRefDesc, String, Archive)
- Constructor for class org.ow2.jonas.generators.genclientstub.generator.
Generator
Creates a new Generator with the given Config.
GeneratorFactory
- Class in
org.ow2.jonas.generators.genclientstub.generator
A
GeneratorFactory
has to be extended by specific generation mecanism.
getConfiguration()
- Method in class org.ow2.jonas.generators.genclientstub.generator.
GeneratorFactory
Get the Configuration to use with newly created Generator.
getInstance()
- Static method in class org.ow2.jonas.generators.genclientstub.generator.
GeneratorFactory
Returns the unique GeneratorFactory instance.
getModifier(String)
- Static method in class org.ow2.jonas.generators.genclientstub.modifier.
ModifierFactory
Returns an
ArchiveModifier
according to archive type (application, ejbjar, webapp or client).
I
init()
- Method in class org.ow2.jonas.generators.genclientstub.modifier.
ApplicationModifier
initialize modifier
isInputModified()
- Method in class org.ow2.jonas.generators.genclientstub.
ClientStubGen
M
main(String[])
- Static method in class org.ow2.jonas.generators.genclientstub.
ClientStubGen
Main method.
ModifierFactory
- Class in
org.ow2.jonas.generators.genclientstub.modifier
Used to create the right ArchiveModifier from a given filename (ear, jar, war, ...)
modify()
- Method in class org.ow2.jonas.generators.genclientstub.modifier.
AbsArchiveModifier
Modify the current archive and return a modified archive.
modify()
- Method in class org.ow2.jonas.generators.genclientstub.modifier.
ClientModifier
Modify the current archive and return a modified archive.
modify()
- Method in class org.ow2.jonas.generators.genclientstub.modifier.
EjbJarModifier
modify the current EjbJar.
modify()
- Method in class org.ow2.jonas.generators.genclientstub.modifier.
WebAppModifier
Modify the current archive and return a modified archive.
O
org.ow2.jonas.generators.genclientstub
- package org.ow2.jonas.generators.genclientstub
org.ow2.jonas.generators.genclientstub.generator
- package org.ow2.jonas.generators.genclientstub.generator
org.ow2.jonas.generators.genclientstub.modifier
- package org.ow2.jonas.generators.genclientstub.modifier
org.ow2.jonas.generators.genclientstub.wrapper
- package org.ow2.jonas.generators.genclientstub.wrapper
S
setConfiguration(Config)
- Method in class org.ow2.jonas.generators.genclientstub.generator.
GeneratorFactory
Set the Configuration to use with newly created Generator.
U
usage()
- Static method in class org.ow2.jonas.generators.genclientstub.
ClientStubGen
Display the usage
W
WebAppModifier
- Class in
org.ow2.jonas.generators.genclientstub.modifier
Modify a given WebApp.
WebAppModifier(WebApp)
- Constructor for class org.ow2.jonas.generators.genclientstub.modifier.
WebAppModifier
Creates a new WebAppModifier
A
C
E
G
I
M
O
S
U
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2007
OW2 Consortium
. All Rights Reserved.