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

A

AbstractAnnotatedComponent - Class in cuba
Derivation of AbstractComponent adding annotations to all lifecycle methods.
AbstractAnnotatedComponent() - Constructor for class cuba.AbstractAnnotatedComponent
 
AbstractComponent - Class in cuba
Base class for component implementation classes, providing compatibility with CUBA 1.
AbstractComponent() - Constructor for class cuba.AbstractComponent
 
AbstractComponentAdapter - Class in cuba
Common base class for all kinds of adapters.
AbstractComponentAdapter() - Constructor for class cuba.AbstractComponentAdapter
 
AbstractComponentContext - Class in cuba
Base class for all implementations of ComponentContextI, defining an internal contract which should not appear in the interface
AbstractComponentContext() - Constructor for class cuba.AbstractComponentContext
 
AbstractDDGenerator - Class in cuba.util.ddgen
AbstractDDGenerator Abstract Generator Class that should be used as the superclass for all DDGenerators.
AbstractDDGenerator(ArrayList, DDGeneratorOptions) - Constructor for class cuba.util.ddgen.AbstractDDGenerator
 
AbstractDescriptor - Class in cuba.wired
 
AbstractDescriptor(String) - Constructor for class cuba.wired.AbstractDescriptor
 
AbstractEJBClientContext - Class in cuba.ejb
Client interface to an EJB container used to get access to components and resources provided by that container.
AbstractEJBClientContext(Properties, AbstractEJBComponentFactory) - Constructor for class cuba.ejb.AbstractEJBClientContext
Create a new EJBClientContext based on the passed properties.
AbstractEJBClientContext(AbstractEJBComponentFactory) - Constructor for class cuba.ejb.AbstractEJBClientContext
Create a new EJBClientContext from default properties.
AbstractEJBComponentContext - Class in cuba.ejb
 
AbstractEJBComponentContext(SessionContext) - Constructor for class cuba.ejb.AbstractEJBComponentContext
 
AbstractEJBComponentFactory - Class in cuba.ejb
 
AbstractEJBComponentFactory() - Constructor for class cuba.ejb.AbstractEJBComponentFactory
 
AbstractWSAdapterGenerator - Class in cuba.util.codegen
AbstractWSAdapterGenerator.
AbstractWSAdapterGenerator(CUBAComponent, String, String, String, AdapterGeneratorOptions) - Constructor for class cuba.util.codegen.AbstractWSAdapterGenerator
Constructor.
AbstractWSDDGenerator - Class in cuba.util.ddgen
 
AbstractWSDDGenerator(ArrayList, DDGeneratorOptions) - Constructor for class cuba.util.ddgen.AbstractWSDDGenerator
Constructor.
AdapterClassCollector - Class in cuba.webservice
Utility class to collect alle classes from the application's class path which represent client adapters for webservice tunneling.
AdapterClassCollector() - Constructor for class cuba.webservice.AdapterClassCollector
 
adapterClassName(CUBAComponent, String) - Method in class cuba.util.ddgen.AbstractWSDDGenerator
 
AdapterGenerator - Class in cuba.util.codegen
Generator for adapter classes and interfaces Input processing is based on XmlReader and can be configured for different XML parser frameworks accordingly.
AdapterGenerator() - Constructor for class cuba.util.codegen.AdapterGenerator
 
AdapterGeneratorOptions - Class in cuba.util.codegen
 
AdapterGeneratorOptions() - Constructor for class cuba.util.codegen.AdapterGeneratorOptions
 
ADAPTOR_CONTENT - Static variable in interface cuba.util.GeneratedFile.Type
 
ADAPTOR_FILENAME - Static variable in interface cuba.util.GeneratedFile.Type
 
addBaseInterceptor(String, String, String) - Method in class cuba.util.ddgen.tokens.CUBAComponent
 
addBaseInterceptors(Class, CUBAComponent) - Method in class cuba.util.ddgen.tokens.ComponentAnnotationReader
 
addClasspath() - Method in class cuba.wired.DDClassLoader
Add the system class path elements to the URL search list of this loader to let it load as many classes as possible by its own rather then asking its parent.
addComponentRef(ComponentReference) - Method in class cuba.util.ddgen.tokens.CUBAComponent
 
addContainerTransaction(ContainerTransaction) - Method in class cuba.util.ddgen.tokens.CUBAComponent
 
addEntityManagerRef(EntityManagerReference) - Method in class cuba.util.ddgen.tokens.CUBAComponent
 
addEnvEntry(EnvironmentEntry) - Method in class cuba.util.ddgen.tokens.CUBAComponent
 
addFile(GeneratedFile) - Method in class cuba.util.GeneratorResult
 
addInfo(String) - Method in class cuba.util.GeneratorResult
 
addInterceptor(Interception) - Method in class cuba.util.ddgen.tokens.CUBAComponent
 
addInterceptorMethod(Node, String, CUBAComponent) - Method in class cuba.util.ddgen.tokens.ComponentDescriptorReader
 
addJarFileURL(URL) - Method in class cuba.wired.jpa.PersistenceUnitDesc
 
addManagedClass(String) - Method in class cuba.wired.jpa.PersistenceUnitDesc
 
addMappingFile(String) - Method in class cuba.wired.jpa.PersistenceUnitDesc
 
addMessage(GeneratedMessage) - Method in class cuba.util.GeneratorResult
 
addModule(String) - Method in class cuba.wired.DDClassLoader
Try to locate a module and add it to the loader's URL search list if found.
addProperty(String, String) - Method in class cuba.wired.jpa.PersistenceUnitDesc
 
addRef(Map, Reference) - Method in class cuba.util.ddgen.tokens.CUBAComponent
 
addResourceRef(ResourceReference) - Method in class cuba.util.ddgen.tokens.CUBAComponent
 
addToEnvironment(String, Object) - Method in class cuba.wired.WiredComponentContext
 
addTransformer(ClassTransformer) - Method in class cuba.wired.jpa.PersistenceUnitDesc
PersistenceUnitInfo
afterBegin() - Method in class cuba.ejb.EJB2SyncAdapter
 
afterBegin() - Method in class cuba.ejb.EJB3SyncAdapter
 
afterBegin() - Method in interface cuba.StateSynchronizationI
 
afterCompletion(boolean) - Method in class cuba.ejb.EJB2SyncAdapter
 
afterCompletion(boolean) - Method in class cuba.ejb.EJB3SyncAdapter
 
afterCompletion(boolean) - Method in interface cuba.StateSynchronizationI
 
afterCompletion(int) - Method in class cuba.wired.StateSynchronizationWrapper
 
allocateEntityManager(ResourceFactoryI) - Method in class cuba.wired.PrimitiveTransaction
 
allocateEntityManager(ResourceFactoryI) - Method in class cuba.wired.WiredContainer
 
allocateEntityManager(ResourceFactoryI) - Method in interface cuba.wired.WiredTransactionI
 
allocateResource(ResourceFactoryI) - Method in class cuba.wired.PrimitiveTransaction
 
allocateResource(ResourceFactoryI) - Method in interface cuba.wired.WiredTransactionI
 
AllocationManager - Class in cuba.wired
An allocation manager is instantiated as a ThreadLocal in the WiredContainer to collect all resources and transactions being used along a call chain.
AllocationManager() - Constructor for class cuba.wired.AllocationManager
 
annotations - Variable in class cuba.util.GeneratorOptions
 
ARGEND - Static variable in class cuba.util.ArgReader
 
ARGERROR - Static variable in class cuba.util.ArgReader
 
ArgReader - Class in cuba.util
This class emulates the good old UNIX command line argument reader functions.
ArgReader(String[], String) - Constructor for class cuba.util.ArgReader
 
ArgumentException - Exception in cuba.util
 
ArgumentException(String) - Constructor for exception cuba.util.ArgumentException
 
AROUND_INVOKE - Static variable in class cuba.util.ddgen.tokens.Interception
 
AroundInvocation - Class in cuba
Base class for different kinds of function calls around method invocations Based on MethodInterceptorI for simplified interceptor definition for pre-defined things like e.g.
AroundInvocation(AroundInvocation) - Constructor for class cuba.AroundInvocation
 
AroundInvoke - Annotation Type in cuba.annotation
 
assembleURL(String) - Method in class cuba.webservice.WSTClientAdapter
 
Assert - Class in cuba.util.common
 
Assert() - Constructor for class cuba.util.common.Assert
 
AssertionException - Exception in cuba.util.common
 
AssertionException() - Constructor for exception cuba.util.common.AssertionException
 
AssertionException(String) - Constructor for exception cuba.util.common.AssertionException
 
assertTxActive() - Method in class cuba.wired.PrimitiveTransaction
 
attrToSetter(String) - Static method in class cuba.util.GeneratorCommons
 
axis - Variable in class cuba.util.GeneratorOptions
 
AXIS_DD_EXTENSION - Static variable in interface cuba.util.GeneratorCommons.FileNames
 
AXIS_DEPLOY_BASENAME - Static variable in interface cuba.util.GeneratorCommons.FileNames
 
AXIS_UNDEPLOY_BASENAME - Static variable in interface cuba.util.GeneratorCommons.FileNames
 
AxisUtils - Class in cuba.util
AxisUtils.
AxisUtils() - Constructor for class cuba.util.AxisUtils
 
axisVersion - Variable in class cuba.util.GeneratorOptions
 

B

baseName(String) - Static method in class cuba.util.GeneratorCommons
 
baseURL - Variable in class cuba.webservice.WSTClientAdapter
base-url for webservice.
beforeCompletion() - Method in class cuba.ejb.EJB2SyncAdapter
 
beforeCompletion() - Method in class cuba.ejb.EJB3SyncAdapter
 
beforeCompletion() - Method in interface cuba.StateSynchronizationI
 
beforeCompletion() - Method in class cuba.wired.StateSynchronizationWrapper
 
begin() - Method in class cuba.wired.AllocationManager
 
begin() - Method in class cuba.wired.WiredUserTransaction
 
beginTransaction() - Method in class cuba.wired.PrimitiveTransaction
 
beginTransaction() - Method in interface cuba.wired.WiredTransactionI
 
box(boolean) - Method in class cuba.AbstractComponentAdapter
 
box(byte) - Method in class cuba.AbstractComponentAdapter
 
box(char) - Method in class cuba.AbstractComponentAdapter
 
box(short) - Method in class cuba.AbstractComponentAdapter
 
box(int) - Method in class cuba.AbstractComponentAdapter
 
box(long) - Method in class cuba.AbstractComponentAdapter
 
box(float) - Method in class cuba.AbstractComponentAdapter
 
box(double) - Method in class cuba.AbstractComponentAdapter
 
BUILT - Static variable in class cuba.Version
 

C

Callback - Class in cuba.util.ddgen.tokens
 
Callback(String) - Constructor for class cuba.util.ddgen.tokens.Callback
 
Callback(String, String) - Constructor for class cuba.util.ddgen.tokens.Callback
 
CALLER_PROPERTY - Static variable in interface cuba.ClientContextI
Property to specify the caller name in a client context constructor
checkComponent(CUBAComponent) - Static method in class cuba.util.Generator
 
checkComponents(ArrayList) - Static method in class cuba.util.Generator
 
checkEnvironmentType(Class) - Method in class cuba.wired.ddread.WiredJarReader
 
checkImplements(Class, boolean, boolean) - Method in class cuba.wired.AbstractDescriptor
Checks wether the component, described by this descriptor provides the passed interface
checkImplements(Class, boolean, boolean) - Method in class cuba.wired.DataSourceDesc
 
checkImplements(Class, boolean, boolean) - Method in class cuba.wired.EnvironmentDesc
 
checkImplements(Class, boolean, boolean) - Method in class cuba.wired.jpa.PersistenceUnitDesc
 
checkImplements(Class, boolean, boolean) - Method in class cuba.wired.WiredComponentDesc
 
checkLinkage(ReferenceMap.Reference, AbstractDescriptor, String, String, String) - Method in class cuba.wired.ddread.WiredAppReader
 
checkNotSupported() - Method in class cuba.wired.WiredManagedConnection
 
checkNotSupported() - Method in class cuba.wired.WiredUnrestrictedManagedConnection
 
classNames - Variable in class cuba.util.ddgen.tokens.ComponentAnnotationReader
 
clClientClasses - Static variable in class cuba.webservice.WebserviceClientContext
All sub-classes of WSTClientAdapter.
clear() - Method in class cuba.wired.jpa.WiredEntityManagerProxy
EntityManager methods
clear() - Method in class cuba.wired.jpa.WiredManagedEntityManager
 
clearWarnings() - Method in class cuba.wired.WiredManagedConnection
 
CLIENT_MANAGED - Static variable in interface cuba.wired.WiredTransactionI
 
ClientContextI - Interface in cuba
Context interface for clients, i.e. any part of a software system located outside the container it is refering to.
close() - Method in class cuba.ejb.EJBManagedConnection
 
close() - Method in class cuba.util.GeneratedFile
 
close() - Method in class cuba.wired.jpa.WiredEntityManagerProxy
 
close() - Method in class cuba.wired.jpa.WiredManagedEntityManager
 
close() - Method in class cuba.wired.jpa.WiredManagedEntityManagerFactory
EntityManagerFactory methods
close() - Method in class cuba.wired.WiredManagedConnection
 
COLON - Static variable in class cuba.util.ArgReader
 
COLON_STRING - Static variable in class cuba.util.ArgReader
 
commit() - Method in class cuba.wired.AllocationManager
 
commit() - Method in class cuba.wired.PrimitiveTransaction
 
commit() - Method in class cuba.wired.WiredManagedConnection
 
commit() - Method in class cuba.wired.WiredUserTransaction
 
commitTransaction() - Method in class cuba.wired.PrimitiveTransaction
 
commitTransaction() - Method in interface cuba.wired.WiredTransactionI
 
commonInterceptors - Variable in class cuba.MethodInvocation
 
Component - Annotation Type in cuba.annotation
 
COMPONENT - Static variable in interface cuba.util.GeneratorCommons.TransactionTypes
 
COMPONENT_MANAGED - Static variable in interface cuba.wired.WiredTransactionI
 
ComponentAnnotationReader - Class in cuba.util.ddgen.tokens
This class reads a module's meta data from the annotations of a number of classes and provides its content as a list of CUBAComponents.
ComponentAnnotationReader(String[]) - Constructor for class cuba.util.ddgen.tokens.ComponentAnnotationReader
 
componentClass - Variable in class cuba.util.ddgen.tokens.ComponentDescriptorReader
 
componentContext - Variable in class cuba.MethodInvocation
 
ComponentContextI - Interface in cuba
General interface type used to lookup components and resources from within another component.
COMPONENTDESCRIPTOR - Static variable in interface cuba.util.GeneratorCommons.FileNames
 
ComponentDescriptorReader - Class in cuba.util.ddgen.tokens
This class reads a module's meta data from a component descriptor and provides its content as a list of CUBAComponents.
ComponentDescriptorReader(Element) - Constructor for class cuba.util.ddgen.tokens.ComponentDescriptorReader
 
componentDescriptorRoot - Variable in class cuba.util.ddgen.tokens.ComponentDescriptorReader
 
ComponentException - Exception in cuba
 
ComponentException(String) - Constructor for exception cuba.ComponentException
 
ComponentI - Interface in cuba
Base interface for component initialization, declaring the lifecycle management methods which were called by a CUBA 1 container.
ComponentMap - Class in cuba.wired
 
ComponentMap() - Constructor for class cuba.wired.ComponentMap
 
componentName - Variable in class cuba.webservice.WSTAdapter
 
ComponentReaderI - Interface in cuba.util.ddgen.tokens
 
ComponentReference - Class in cuba.util.ddgen.tokens
Represents a component reference element in component-jar.xml file.
ComponentReference() - Constructor for class cuba.util.ddgen.tokens.ComponentReference
 
ComponentRefMap - Class in cuba.wired
 
ComponentRefMap() - Constructor for class cuba.wired.ComponentRefMap
 
components - Variable in class cuba.util.ddgen.AbstractDDGenerator
 
config - Variable in class cuba.webservice.WSTClientAdapter
 
ConstructionException - Exception in cuba
 
ConstructionException() - Constructor for exception cuba.ConstructionException
 
ConstructionException(String) - Constructor for exception cuba.ConstructionException
 
CONTAINER - Static variable in interface cuba.util.GeneratorCommons.TransactionTypes
 
CONTAINER_MANAGED - Static variable in interface cuba.wired.WiredTransactionI
 
ContainerTransaction - Class in cuba.util.ddgen.tokens
Represents a container transaction element in component-jar.xml file.
ContainerTransaction() - Constructor for class cuba.util.ddgen.tokens.ContainerTransaction
 
contains(Object) - Method in class cuba.wired.jpa.WiredEntityManagerProxy
 
contains(Object) - Method in class cuba.wired.jpa.WiredManagedEntityManager
 
context - Variable in class cuba.ejb.AbstractEJBComponentContext
 
context - Variable in class cuba.webservice.WSTAdapter
 
contextData - Variable in class cuba.MethodInvocation
 
ContextI - Interface in cuba
General interface type used to lookup the components and resources provided by an application.
ContextI.Type - Interface in cuba
 
copy(Object) - Static method in class cuba.util.DeepCopy
 
copyIn(Object) - Method in class cuba.util.DeepCopy
 
copyOut() - Method in class cuba.util.DeepCopy
 
core - Variable in class cuba.AbstractComponentAdapter
 
core - Variable in class cuba.MethodInvocation
 
CORE_METHOD_PREFIX - Static variable in class cuba.wired.WiredAdapter
 
coreMethod - Variable in class cuba.MethodInvocation
 
createAxisConfiguration(String) - Method in class cuba.webservice.WSTClientAdapter
Method configurate the Axis-engine.
createBaseInterceptor(String) - Method in class cuba.util.ddgen.tokens.CUBAComponent
 
createCubaEntityManager() - Method in interface cuba.wired.CubaEntityManagerFactory
Creates an EntityManager.
createCubaEntityManager() - Method in class cuba.wired.jpa.WiredManagedEntityManagerFactory
 
createDirectories - Variable in class cuba.util.GeneratorOptions
 
createEntityManager() - Method in class cuba.wired.jpa.WiredManagedEntityManagerFactory
 
createEntityManager(Map) - Method in class cuba.wired.jpa.WiredManagedEntityManagerFactory
 
createNamedQuery(String) - Method in class cuba.wired.jpa.WiredEntityManagerProxy
 
createNamedQuery(String) - Method in class cuba.wired.jpa.WiredManagedEntityManager
 
createNativeQuery(String, Class) - Method in class cuba.wired.jpa.WiredEntityManagerProxy
 
createNativeQuery(String, String) - Method in class cuba.wired.jpa.WiredEntityManagerProxy
 
createNativeQuery(String) - Method in class cuba.wired.jpa.WiredEntityManagerProxy
 
createNativeQuery(String, Class) - Method in class cuba.wired.jpa.WiredManagedEntityManager
 
createNativeQuery(String, String) - Method in class cuba.wired.jpa.WiredManagedEntityManager
 
createNativeQuery(String) - Method in class cuba.wired.jpa.WiredManagedEntityManager
 
createQuery(String) - Method in class cuba.wired.jpa.WiredEntityManagerProxy
 
createQuery(String) - Method in class cuba.wired.jpa.WiredManagedEntityManager
 
createStatement() - Method in class cuba.wired.WiredManagedConnection
 
createStatement(int, int) - Method in class cuba.wired.WiredManagedConnection
 
createStatement(int, int, int) - Method in class cuba.wired.WiredManagedConnection
 
createTextElement(String, String, Document) - Method in class cuba.util.ddgen.AbstractDDGenerator
Convenience Method to create an element containing atextnode
cuba - package cuba
This is the "main" package for very basic abstract classes, interfaces and exception.
cuba.annotation - package cuba.annotation
Here you find the cuba-annotation-tag definition.
cuba.ejb - package cuba.ejb
This package handles cuba-components inside a managed ejb enviroment.
cuba.util - package cuba.util
This is the util-package, collecting command-line- and the generator-classes.
cuba.util.codegen - package cuba.util.codegen
In this Package you find everything for generating the adaptors for the different enviroments.
cuba.util.common - package cuba.util.common
 
cuba.util.ddgen - package cuba.util.ddgen
Here you find everything to generate deployment descriptors for every enviroment.
cuba.util.ddgen.tokens - package cuba.util.ddgen.tokens
This package handles a single component-, resource- enviromententry or reference.
cuba.webservice - package cuba.webservice
This simple, straight forward package handles cuba-components inside a webservice enviroment.
cuba.wired - package cuba.wired
This package handles cuba-components inside a wired enviroment.
cuba.wired.ddread - package cuba.wired.ddread
This package reads the deployment descriptors for the wired enviroment.
cuba.wired.jpa - package cuba.wired.jpa
 
CUBAComponent - Class in cuba.util.ddgen.tokens
 
CubaEntityManager - Interface in cuba.wired
Tag-Interface for a JPA-EntityManager.
CubaEntityManagerFactory - Interface in cuba.wired
Tag-Interface for a JPA-EntityManagerFactory.
currentInterceptor - Variable in class cuba.MethodInvocation
 
currentParameters - Variable in class cuba.MethodInvocation
 

D

DASH_STRING - Static variable in class cuba.util.ArgReader
 
DataSourceDesc - Class in cuba.wired
 
DataSourceDesc(String, String, String, String, String, Properties, int, int) - Constructor for class cuba.wired.DataSourceDesc
 
DataSourceDesc(String, String, String, String, String, Properties) - Constructor for class cuba.wired.DataSourceDesc
 
DDClassLoader - Class in cuba.wired
Specialized class loader which reads module names from wired-application.xml and tries to locate them in all directories specified in the system class path.
DDClassLoader(ClassLoader) - Constructor for class cuba.wired.DDClassLoader
Construct a new DDClassLoader.
DDGenerator - Class in cuba.util.ddgen
Generator for deployment descriptors.
DDGenerator() - Constructor for class cuba.util.ddgen.DDGenerator
 
DDGeneratorOptions - Class in cuba.util.ddgen
 
DDGeneratorOptions() - Constructor for class cuba.util.ddgen.DDGeneratorOptions
 
Debug - Class in cuba.util
 
Debug() - Constructor for class cuba.util.Debug
 
debug - Variable in class cuba.util.GeneratorOptions
 
debugText(String) - Method in class cuba.util.GeneratorOptions
 
DeepCopy - Class in cuba.util
 
DeepCopy(Object) - Constructor for class cuba.util.DeepCopy
 
defaultEnvironment - Variable in class cuba.ejb.EJB3ComponentContext
Map of environment entries to be used if there is nothing else specified in the wrapped SessionContext.
delistResource(XAResource, int) - Method in class cuba.wired.PrimitiveTransaction
 
DESCRIPTOR_CONTENT - Static variable in interface cuba.util.GeneratedFile.Type
 
DESCRIPTOR_FILENAME - Static variable in interface cuba.util.GeneratedFile.Type
 
DescriptorMap - Class in cuba.wired
 
DescriptorMap() - Constructor for class cuba.wired.DescriptorMap
 
DOMPATH - Static variable in interface cuba.util.GeneratedMessage.LocationType
provides a location-identifier by xml.tree notation for eg. root.tag.subtag.element.attribut
drop() - Method in class cuba.AbstractAnnotatedComponent
Empty
drop() - Method in class cuba.AbstractComponent
Empty
drop() - Method in interface cuba.ComponentI
Called by the container as a pre-destroy method
drop() - Method in class cuba.wired.WiredManagedConnection
 
dropConnection(WiredManagedConnection) - Method in interface cuba.wired.WiredDataSourceI
 
dropConnection(WiredManagedConnection) - Method in class cuba.wired.WiredPooledDataSource
Called by the transaction manager to signal that the passed connection is no longer in use.
dropConnection(WiredManagedConnection) - Method in class cuba.wired.WiredUnrestrictedDataSource
 
dump() - Method in class cuba.util.GeneratedFile
Dumps the content of a content-typed generator result to a file of the proposed name.
dump() - Method in class cuba.util.GeneratorResult
Dump the complete generator result by writing all messages to either standard out or standard err and writing all generated output to the file system.

E

EJB - Static variable in interface cuba.ContextI.Type
 
ejb - Variable in class cuba.util.GeneratorOptions
 
EJB2Adapter - Class in cuba.ejb
Base class for generated EJB 2 adapters
EJB2Adapter(Object) - Constructor for class cuba.ejb.EJB2Adapter
 
EJB2CLASS - Static variable in interface cuba.util.GeneratorCommons.Suffixes
 
EJB2ClientContext - Class in cuba.ejb
 
EJB2ClientContext() - Constructor for class cuba.ejb.EJB2ClientContext
 
EJB2ClientContext(Properties) - Constructor for class cuba.ejb.EJB2ClientContext
 
EJB2ComponentContext - Class in cuba.ejb
 
EJB2ComponentContext(SessionContext) - Constructor for class cuba.ejb.EJB2ComponentContext
 
EJB2ComponentFactory - Class in cuba.ejb
 
EJB2ComponentFactory() - Constructor for class cuba.ejb.EJB2ComponentFactory
 
EJB2DDGenerator - Class in cuba.util.ddgen
EJB2DDGenerator
EJB2DDGenerator(ArrayList, DDGeneratorOptions) - Constructor for class cuba.util.ddgen.EJB2DDGenerator
 
EJB2LOCAL - Static variable in interface cuba.util.GeneratorCommons.Suffixes
 
EJB2REMOTE - Static variable in interface cuba.util.GeneratorCommons.Suffixes
 
EJB2SyncAdapter - Class in cuba.ejb
Base class for generated EJB 2 adapters using state synchronization
EJB2SyncAdapter(Object) - Constructor for class cuba.ejb.EJB2SyncAdapter
 
EJB3Adapter - Class in cuba.ejb
Base class for generated EJB 3 adapters
EJB3Adapter(Object) - Constructor for class cuba.ejb.EJB3Adapter
 
EJB3AdapterGenerator - Class in cuba.util.codegen
 
EJB3AdapterGenerator(CUBAComponent, String, String, String, AdapterGeneratorOptions) - Constructor for class cuba.util.codegen.EJB3AdapterGenerator
 
EJB3AroundForwarder - Class in cuba.ejb
Forwards an around invocation from a generated EJB3 adapter to its core.
EJB3AroundForwarder(InvocationContext) - Constructor for class cuba.ejb.EJB3AroundForwarder
 
EJB3CLASS - Static variable in interface cuba.util.GeneratorCommons.Suffixes
 
EJB3ClientContext - Class in cuba.ejb
 
EJB3ClientContext() - Constructor for class cuba.ejb.EJB3ClientContext
 
EJB3ClientContext(Properties) - Constructor for class cuba.ejb.EJB3ClientContext
 
EJB3ComponentContext - Class in cuba.ejb
 
EJB3ComponentContext(SessionContext, EJB3Adapter) - Constructor for class cuba.ejb.EJB3ComponentContext
 
EJB3ComponentFactory - Class in cuba.ejb
 
EJB3ComponentFactory() - Constructor for class cuba.ejb.EJB3ComponentFactory
 
ejb3InjectionNameAttr() - Method in class cuba.util.ddgen.tokens.Reference
 
ejb3InterfaceAttrName() - Method in class cuba.util.ddgen.tokens.ComponentReference
 
ejb3InterfaceAttrName() - Method in class cuba.util.ddgen.tokens.Reference
 
ejb3LinkAttrName() - Method in class cuba.util.ddgen.tokens.ComponentReference
 
ejb3LinkAttrName() - Method in class cuba.util.ddgen.tokens.Reference
 
EJB3SyncAdapter - Class in cuba.ejb
Base class for generated EJB 3 adapters using state synchronization
EJB3SyncAdapter(Object) - Constructor for class cuba.ejb.EJB3SyncAdapter
 
ejbActivate() - Method in class cuba.ejb.EJB2Adapter
 
ejbCreate() - Method in class cuba.ejb.EJB2Adapter
This methods remains empty.
EJBDataSourceFactory - Class in cuba.ejb
 
EJBDESCRIPTOR - Static variable in interface cuba.util.GeneratorCommons.FileNames
 
EJBHOME - Static variable in interface cuba.util.GeneratorCommons.Suffixes
 
EJBLOCALHOME - Static variable in interface cuba.util.GeneratorCommons.Suffixes
 
EJBManagedConnection - Class in cuba.ejb
 
EJBManagedConnection(Connection, DataSource) - Constructor for class cuba.ejb.EJBManagedConnection
 
ejbPassivate() - Method in class cuba.ejb.EJB2Adapter
 
ejbRemove() - Method in class cuba.ejb.EJB2Adapter
This function is called on object removal and in turn calls the adapter's AbstractComponentAdapter._preDestroy() method.
ejbVersion - Variable in class cuba.util.GeneratorOptions
 
EMPTY - Static variable in interface cuba.util.GeneratorCommons.Annotation
 
EMPTY_CALLER - Static variable in class cuba.wired.WiredContainer
 
ENCODED - Static variable in interface cuba.util.GeneratorCommons.WebserviceStyle
 
end(boolean) - Method in class cuba.wired.PrimitiveTransaction
 
enlistResource(XAResource) - Method in class cuba.wired.PrimitiveTransaction
 
EntityManagerReference - Class in cuba.util.ddgen.tokens
 
EntityManagerReference() - Constructor for class cuba.util.ddgen.tokens.EntityManagerReference
 
EnvironmentDesc - Class in cuba.wired
This class represents a Wired component's environment entry.
EnvironmentDesc(Object) - Constructor for class cuba.wired.EnvironmentDesc
 
EnvironmentEntry - Class in cuba.util.ddgen.tokens
ResourceReference representsan environment entry in a component-jar.xml file.
EnvironmentEntry() - Constructor for class cuba.util.ddgen.tokens.EnvironmentEntry
 
EnvironmentRefMap - Class in cuba.wired
 
EnvironmentRefMap() - Constructor for class cuba.wired.EnvironmentRefMap
 
ERROR - Static variable in interface cuba.util.GeneratedMessage.Severity
This error is severe, the generate process has stopped.
excludeUnlistedClasses() - Method in class cuba.wired.jpa.PersistenceUnitDesc
 
External - Annotation Type in cuba.annotation
 
EXTERNAL - Static variable in interface cuba.util.GeneratorCommons.ComponentScopes
 
EXTERNAL - Static variable in interface cuba.wired.WiredInstanceFactoryI.ReferenceTypes
 
EXTERNALWIREDADAPTER - Static variable in interface cuba.util.GeneratorCommons.Suffixes
 
extractComponentScope(String) - Method in class cuba.util.ddgen.tokens.ComponentAnnotationReader
 
extractMemberName(Method) - Method in class cuba.util.ddgen.tokens.ComponentAnnotationReader
 

F

FILE_SEPARATOR - Static variable in class cuba.util.GeneratorCommons
 
finalize() - Method in class cuba.wired.WiredAdapter
 
find(Class<T>, Object) - Method in class cuba.wired.jpa.WiredEntityManagerProxy
 
find(Class<T>, Object) - Method in class cuba.wired.jpa.WiredManagedEntityManager
 
findSubClasses(Class) - Static method in class cuba.webservice.AdapterClassCollector
Finds all subclasses of a given class or interface.
flush() - Method in class cuba.wired.jpa.WiredEntityManagerProxy
 
flush() - Method in class cuba.wired.jpa.WiredManagedEntityManager
 
freePool - Variable in class cuba.wired.WiredPooledDataSource
The list of free physical connections currently available

G

GeneralAroundInvocation - Class in cuba
 
GeneralAroundInvocation(Class, String, AroundInvocation) - Constructor for class cuba.GeneralAroundInvocation
 
GeneralAroundInvocation(Object, String, AroundInvocation) - Constructor for class cuba.GeneralAroundInvocation
 
generate(CUBAComponent, AdapterGeneratorOptions) - Method in class cuba.util.codegen.AdapterGenerator
 
generate(GeneratorResult) - Method in class cuba.util.codegen.EJB3AdapterGenerator
 
generate(GeneratorResult) - Method in class cuba.util.codegen.WSAdapterGenerator
 
generate(GeneratorResult) - Method in class cuba.util.codegen.WSTAdapterGenerator
 
generate(GeneratorResult) - Method in class cuba.util.ddgen.AbstractDDGenerator
Abstract Method that is called by the DDGenerator main-Method
generate(ArrayList, DDGeneratorOptions) - Method in class cuba.util.ddgen.DDGenerator
 
generate(GeneratorResult) - Method in class cuba.util.ddgen.EJB2DDGenerator
 
generate(GeneratorResult) - Method in class cuba.util.ddgen.WiredDDGenerator
 
generate(GeneratorResult) - Method in class cuba.util.ddgen.WSDDGenerator
 
generate(GeneratorResult) - Method in class cuba.util.ddgen.WSTDDGenerator
 
generateClientAdaptorConstructor(GeneratedFile, String) - Method in class cuba.util.codegen.WSTAdapterGenerator
Generate the constructor for the client-adaptor class to use the service-locator.
generateClientAdaptorIdentifier(GeneratedFile) - Method in class cuba.util.codegen.WSTAdapterGenerator
Generate the overriden identifier-method (getSymbolicName()) for the client-adaptor-class.
generateClientAdaptorImports(GeneratedFile) - Method in class cuba.util.codegen.WSTAdapterGenerator
Generate the import declaration
generateClientAdaptorMethod(GeneratedFile, Method) - Method in class cuba.util.codegen.WSTAdapterGenerator
Generate method-implementation for client-adaptor.
generateCommonInterceptors(GeneratedFile, Collection, Collection) - Method in class cuba.util.codegen.ManagedAdapterGenerator
 
generateCommonInterceptors(GeneratedFile, CUBAComponent) - Method in class cuba.util.codegen.ManagedAdapterGenerator
 
generateCoreMethodCall(GeneratedFile, Method) - Method in class cuba.util.codegen.WSAdapterGenerator
 
generateDefaultEnvironment(GeneratedFile) - Method in class cuba.util.codegen.EJB3AdapterGenerator
 
GeneratedFile - Class in cuba.util
Represents a file output of a generator.
GeneratedFile(String, byte[]) - Constructor for class cuba.util.GeneratedFile
 
GeneratedFile(String) - Constructor for class cuba.util.GeneratedFile
 
GeneratedFile(String, int) - Constructor for class cuba.util.GeneratedFile
 
GeneratedFile.Type - Interface in cuba.util
The different Type of Files: Adaptor or Descriptor.
GeneratedMessage - Class in cuba.util
This is one Message wich was created during the generate-process.
GeneratedMessage(String) - Constructor for class cuba.util.GeneratedMessage
 
GeneratedMessage(String, int, String, String, int) - Constructor for class cuba.util.GeneratedMessage
 
GeneratedMessage.LocationType - Interface in cuba.util
The different Kinds of Location-Identifiers
GeneratedMessage.Severity - Interface in cuba.util
The different values for the severity of a message.
generateEnvironmentInjection(GeneratedFile) - Method in class cuba.util.codegen.EJB3AdapterGenerator
 
generateInjection(GeneratedFile, String, Collection) - Method in class cuba.util.codegen.EJB3AdapterGenerator
 
generateInterceptorHead(GeneratedFile, Method, boolean) - Method in class cuba.util.codegen.ManagedAdapterGenerator
 
generateInterceptors(GeneratedFile, Collection, String) - Method in class cuba.util.codegen.ManagedAdapterGenerator
 
generateLifecycleMethodHeads(GeneratedFile, String[]) - Method in class cuba.util.codegen.ManagedAdapterGenerator
 
generateLifecycleMethodInitializers(GeneratedFile, String[]) - Method in class cuba.util.codegen.ManagedAdapterGenerator
 
generateLifecyleCall(GeneratedFile, String, String) - Method in class cuba.util.codegen.EJB3AdapterGenerator
 
generateMethod(GeneratedFile, Method, boolean) - Method in class cuba.util.codegen.EJB3AdapterGenerator
 
generateMethod(GeneratedFile, Method, boolean, boolean) - Method in class cuba.util.codegen.ManagedAdapterGenerator
 
generateMethodDeclarator(GeneratedFile, Method, boolean) - Method in class cuba.util.codegen.AbstractWSAdapterGenerator
 
generateMethodDeclarator(GeneratedFile, Method, boolean) - Method in class cuba.util.codegen.EJB3AdapterGenerator
 
generateMethodHead(GeneratedFile, Method) - Method in class cuba.util.codegen.ManagedAdapterGenerator
 
generateMethodInitializer(GeneratedFile, Method) - Method in class cuba.util.codegen.ManagedAdapterGenerator
 
generateMethods(GeneratedFile, Method[], Set, boolean) - Method in class cuba.util.codegen.ManagedAdapterGenerator
 
generatePostActivate(GeneratedFile) - Method in class cuba.util.codegen.EJB3AdapterGenerator
 
generatePostConstruct(GeneratedFile) - Method in class cuba.util.codegen.EJB3AdapterGenerator
 
generatePreDestroy(GeneratedFile) - Method in class cuba.util.codegen.EJB3AdapterGenerator
 
generatePrePassivate(GeneratedFile) - Method in class cuba.util.codegen.EJB3AdapterGenerator
 
generateReferenceDeclarations(GeneratedFile, String, Collection, String) - Method in class cuba.util.codegen.EJB3AdapterGenerator
 
generateServerAdaptorConstructor(GeneratedFile, String) - Method in class cuba.util.codegen.WSTAdapterGenerator
Generate the constructor for the client-adaptor class to use the service-locator.
generateServerAdaptorMethod(GeneratedFile, Method) - Method in class cuba.util.codegen.WSTAdapterGenerator
Generate method-implementation for server-adaptor.
generateServerMethodDeclarator(GeneratedFile, Method) - Method in class cuba.util.codegen.WSTAdapterGenerator
Method-Declaration is changed for tunnel-adapter: All types are changed to string All exceptions are removed.
generateSoapClasses(String, String) - Method in class cuba.util.codegen.WSTAdapterGenerator
Generates SOAP-classes ...
generateSOAPStubs(CUBAComponent, String) - Static method in class cuba.util.AxisUtils
Generates the Axis stubs for the given component.
generateWSDD(CUBAComponent, String, String) - Static method in class cuba.util.AxisUtils
Generates the WSDD-Files for the given component.
generateWSDL(CUBAComponent, String, String, String, String, String) - Static method in class cuba.util.AxisUtils
Generates a wsdl file for the given component.
generateWSTClientAdaptor(String, GeneratorResult) - Method in class cuba.util.codegen.WSTAdapterGenerator
Create the class "*_WSTClient" for the webservice-tunnel
based on the external interface of the component.
generateWSTInterface(String, GeneratorResult) - Method in class cuba.util.codegen.WSTAdapterGenerator
Create the interface "*_WSTI" for the webservice-tunnel
based on the external interface of the component.
generateWSTServerAdaptor(String, GeneratorResult) - Method in class cuba.util.codegen.WSTAdapterGenerator
 
Generator - Class in cuba.util
Base class for DDGenerator and AdapterGenerator, providing some basic convenience functions
Generator() - Constructor for class cuba.util.Generator
 
GeneratorCommons - Class in cuba.util
GeneratorCommons
GeneratorCommons() - Constructor for class cuba.util.GeneratorCommons
 
GeneratorCommons.Annotation - Interface in cuba.util
 
GeneratorCommons.ComponentScopes - Interface in cuba.util
 
GeneratorCommons.ComponentTypes - Interface in cuba.util
 
GeneratorCommons.FileNames - Interface in cuba.util
 
GeneratorCommons.Suffixes - Interface in cuba.util
 
GeneratorCommons.TransactionAttributes - Interface in cuba.util
 
GeneratorCommons.TransactionTypes - Interface in cuba.util
 
GeneratorCommons.WebserviceStyle - Interface in cuba.util
 
GeneratorException - Exception in cuba.util
 
GeneratorException(String) - Constructor for exception cuba.util.GeneratorException
 
GeneratorOptions - Class in cuba.util
Transport object for common generator options being similar for both adapter generator and code generator
GeneratorOptions() - Constructor for class cuba.util.GeneratorOptions
 
GeneratorOptions.SupportedVersion - Interface in cuba.util
 
GeneratorOptions.SupportedVersion.AXIS - Interface in cuba.util
 
GeneratorOptions.SupportedVersion.EJB - Interface in cuba.util
 
GeneratorResult - Class in cuba.util
Transferobject for embedded calls (IDE-Plugins).
GeneratorResult() - Constructor for class cuba.util.GeneratorResult
 
getAdaptorName(String) - Method in class cuba.util.codegen.WSTAdapterGenerator
 
getArg() - Method in class cuba.util.ArgReader
 
getArgValue() - Method in class cuba.util.ArgReader
 
getAroundInvoke() - Method in class cuba.util.ddgen.tokens.Interception
 
getAttribute() - Method in class cuba.util.ddgen.tokens.ContainerTransaction
 
getAttribute(Node, String) - Static method in class cuba.wired.ddread.XmlReader
 
getAutoCommit() - Method in class cuba.wired.WiredManagedConnection
 
getBaseInterceptors() - Method in class cuba.util.ddgen.tokens.CUBAComponent
 
getBuilt() - Method in interface cuba.util.VersionI
 
getBuilt() - Method in class cuba.Version
 
getCallbackClass() - Method in class cuba.util.ddgen.tokens.Callback
 
getCallbackMethod() - Method in class cuba.util.ddgen.tokens.Callback
 
getCallerName() - Method in interface cuba.ComponentContextI
 
getCallerName() - Method in class cuba.ejb.AbstractEJBComponentContext
 
getCallerName() - Method in class cuba.webservice.MessageContextHandler
 
getCallerName() - Method in class cuba.wired.WiredComponentContext
 
getCallerPassword() - Method in class cuba.webservice.MessageContextHandler
 
getCatalog() - Method in class cuba.wired.WiredManagedConnection
 
getChild(Node, String) - Method in class cuba.wired.ddread.XmlReader
 
getChildNode(Node, String) - Static method in class cuba.wired.ddread.XmlReader
 
getClass(String) - Method in class cuba.wired.ddread.WiredJarReader
Get a Class by name from the system class loader
getClass(Node, String) - Method in class cuba.wired.ddread.WiredJarReader
Get a Class by name from a descriptor node
getClassLoader() - Method in class cuba.wired.jpa.PersistenceUnitDesc
 
getClientContext() - Method in interface cuba.ComponentContextI
Create a client context from a component context which provides external access to the same container which the current component resides in.
getClientContext() - Method in class cuba.ejb.EJB2ComponentContext
 
getClientContext() - Method in class cuba.ejb.EJB3ComponentContext
 
getClientContext() - Method in class cuba.wired.WiredComponentContext
 
getCmt() - Method in class cuba.wired.WiredComponentDesc
 
getComponent(String) - Method in interface cuba.ContextI
Looks up a component refered to by a symbolic name.
getComponent(String) - Method in class cuba.ejb.AbstractEJBClientContext
Looks up a component by its global JNDI name.
getComponent(String) - Method in class cuba.ejb.AbstractEJBComponentContext
 
getComponent(String) - Method in class cuba.ejb.AbstractEJBComponentFactory
 
getComponent(String) - Method in class cuba.ejb.EJB2ComponentContext
 
getComponent(String) - Method in class cuba.ejb.EJB3ComponentContext
 
getComponent(String) - Method in class cuba.webservice.WebserviceClientContext
Returns the component by its name.
getComponent(WiredComponentDesc, WiredComponentContext, String) - Method in class cuba.wired.PrimitiveWiredInstanceFactory
 
getComponent(String) - Method in class cuba.wired.WiredClientContext
Looks up a component by its global symbolic name.
getComponent(String) - Method in class cuba.wired.WiredComponentContext
 
getComponent(WiredComponentDesc, WiredComponentContext, String) - Method in interface cuba.wired.WiredInstanceFactoryI
 
getComponentClass() - Method in class cuba.util.ddgen.tokens.CUBAComponent
 
getComponentContext() - Method in class cuba.ejb.EJB3Adapter
 
getComponentContext() - Method in class cuba.ejb.EJB3AroundForwarder
 
getComponentContext() - Method in interface cuba.InvocationContextI
 
getComponentContext() - Method in class cuba.MethodInvocation
 
getComponentImpl(Class) - Method in class cuba.wired.PrimitiveWiredInstanceFactory
 
getComponentImpl(Class) - Method in interface cuba.wired.WiredInstanceFactoryI
 
getComponentName() - Method in class cuba.util.ddgen.tokens.CUBAComponent
 
getComponentRefs() - Method in class cuba.util.ddgen.tokens.CUBAComponent
 
getComponentRefs(Node) - Method in class cuba.wired.ddread.WiredJarReader
Collect a component's local references to other components
getComponentRefs() - Method in class cuba.wired.WiredComponentDesc
 
getComponentType() - Method in class cuba.util.ddgen.tokens.CUBAComponent
 
getConnection() - Method in class cuba.wired.WiredUnrestrictedDataSource
 
getConnection(String, String) - Method in class cuba.wired.WiredUnrestrictedDataSource
 
getConnectionPoolMax() - Method in class cuba.wired.DataSourceDesc
 
getConnectionPoolMin() - Method in class cuba.wired.DataSourceDesc
 
getConnectionString() - Method in class cuba.wired.DataSourceDesc
 
getContainerTransactions() - Method in class cuba.util.ddgen.tokens.CUBAComponent
 
getContent() - Method in class cuba.util.GeneratedFile
 
getContext() - Method in class cuba.AbstractComponent
Returns the component's local context, provided by the container on AbstractComponent.setContext(cuba.ComponentContextI).
getContextData() - Method in class cuba.ejb.EJB3AroundForwarder
 
getContextData() - Method in interface cuba.InvocationContextI
 
getContextData() - Method in class cuba.MethodInvocation
 
getDataSource(String) - Method in interface cuba.ContextI
Looks up an SQL database refered to by a symbolic name.
getDataSource(String) - Method in class cuba.ejb.AbstractEJBClientContext
Looks up a DataSource refered to by a global JNDI name.
getDataSource(String) - Method in class cuba.ejb.AbstractEJBComponentContext
 
getDataSource(String) - Method in class cuba.ejb.EJB3ComponentContext
 
getDataSource(String) - Static method in class cuba.ejb.EJBDataSourceFactory
 
getDataSource(String) - Method in class cuba.webservice.WebserviceClientContext
Not supported for webservices!!!
getDataSource(DataSourceDesc, WiredContainer) - Method in class cuba.wired.PrimitiveDataSourceProvider
 
getDataSource(String) - Method in class cuba.wired.WiredClientContext
Looks up an SQL database refered to by a global symbolic name.
getDataSource(String) - Method in class cuba.wired.WiredComponentContext
 
getDataSource(String) - Method in class cuba.wired.WiredContainer
Get a DataSource by its global lookup name.
getDataSource(DataSourceDesc, WiredContainer) - Method in interface cuba.wired.WiredDataSourceProviderI
 
getDelegate() - Method in class cuba.wired.jpa.WiredEntityManagerProxy
 
getDelegate() - Method in class cuba.wired.jpa.WiredManagedEntityManager
 
getDescription() - Method in class cuba.util.ddgen.tokens.CUBAComponent
 
getDescriptor() - Method in class cuba.wired.ReferenceMap.Reference
 
getDescriptors() - Method in class cuba.wired.DescriptorMap
 
getDriverName() - Method in class cuba.wired.DataSourceDesc
 
getElementName(Element) - Method in interface cuba.wired.ddread.XmlParserI
 
getElementName(Element) - Method in class cuba.wired.ddread.XmlParserJDK
 
getElementName(Element) - Static method in class cuba.wired.ddread.XmlReader
 
getEntityManager(ResourceFactoryDesc, WiredContainer) - Method in class cuba.wired.jpa.PrimitiveEntityManagerFactoryProvider
 
getEntityManager(String) - Method in class cuba.wired.WiredComponentContext
 
getEntityManager(ResourceFactoryDesc, WiredContainer) - Method in interface cuba.wired.WiredEntityManagerFactoryProviderI
 
getEntityManagerFactory() - Method in class cuba.wired.jpa.WiredManagedEntityManagerFactory
 
getEntityManagerRefs() - Method in class cuba.util.ddgen.tokens.CUBAComponent
 
getEnvEntries() - Method in class cuba.util.ddgen.tokens.CUBAComponent
 
getEnvironment(String) - Method in interface cuba.ComponentContextI
Looks up an environment entry refered to by a symbolic name.
getEnvironment(String) - Method in class cuba.ejb.AbstractEJBComponentContext
Looks up an environment entry refered to by a symbolic name.
getEnvironment(String) - Method in class cuba.ejb.EJB3ComponentContext
 
getEnvironment(String) - Method in class cuba.wired.WiredComponentContext
 
getEnvironmentRefs(Node) - Method in class cuba.wired.ddread.WiredJarReader
Collect a component's local environment references
getEnvironmentRefs() - Method in class cuba.wired.WiredComponentDesc
 
getExternalInterface() - Method in class cuba.util.ddgen.tokens.CUBAComponent
 
getExternalInterface() - Method in class cuba.wired.WiredComponentDesc
 
getExternalWiredAdapter() - Method in class cuba.wired.WiredComponentDesc
 
getFile() - Method in class cuba.util.GeneratedMessage
 
getFlushMode() - Method in class cuba.wired.jpa.WiredEntityManagerProxy
 
getFlushMode() - Method in class cuba.wired.jpa.WiredManagedEntityManager
 
getGlobalName() - Method in class cuba.wired.AbstractDescriptor
 
getGlobalName() - Method in class cuba.wired.ReferenceMap.Reference
 
getHoldability() - Method in class cuba.wired.WiredManagedConnection
 
getHomeObject(Context, String) - Method in class cuba.ejb.EJB2ComponentFactory
 
getImplementation() - Method in class cuba.wired.WiredComponentDesc
 
getInjectionMemberName() - Method in class cuba.util.ddgen.tokens.Reference
 
getInjectionMethodDeclaratorType() - Method in class cuba.util.ddgen.tokens.Reference
 
getInjectionMethodName() - Method in class cuba.util.ddgen.tokens.Reference
 
getInstance(Context, String) - Method in class cuba.ejb.AbstractEJBComponentFactory
 
getInstance(Context, String) - Method in class cuba.ejb.EJB2ComponentFactory
 
getInstance(Context, String) - Method in class cuba.ejb.EJB3ComponentFactory
 
getInterceptionMethod(String) - Method in class cuba.util.ddgen.tokens.Interception
 
getInterceptorClass() - Method in class cuba.util.ddgen.tokens.Interception
 
getInterceptors() - Method in class cuba.util.ddgen.tokens.CUBAComponent
 
getInterface() - Method in class cuba.wired.ReferenceMap.Reference
 
getInternalInterface() - Method in class cuba.util.ddgen.tokens.CUBAComponent
 
getInternalInterface() - Method in class cuba.wired.WiredComponentDesc
 
getInternalWiredAdapter() - Method in class cuba.wired.WiredComponentDesc
 
getJarEntry(String, String, String) - Static method in class cuba.wired.ddread.XmlReader
 
getJarFileUrls() - Method in class cuba.wired.jpa.PersistenceUnitDesc
 
getJtaDataSource() - Method in class cuba.wired.jpa.PersistenceUnitDesc
 
getJtaDataSourceName() - Method in class cuba.wired.jpa.PersistenceUnitDesc
 
getLink() - Method in class cuba.util.ddgen.tokens.EnvironmentEntry
Returns the reference name which only makes sense for function EJB3AdapterGenerator.generateReferenceDeclarations(cuba.util.GeneratedFile, java.lang.String, java.util.Collection, java.lang.String).
getLink() - Method in class cuba.util.ddgen.tokens.Reference
 
getLocalContext() - Method in class cuba.ejb.AbstractEJBComponentContext
 
getLocation() - Method in class cuba.util.GeneratedFile
 
getLocation() - Method in class cuba.util.GeneratedMessage
Returns the package/class/method or DOM-Path or LineNumber which caused the message.
getLocationType() - Method in class cuba.util.GeneratedMessage
 
getLoginTimeout() - Method in class cuba.wired.WiredUnrestrictedDataSource
 
getLogWriter() - Method in class cuba.wired.WiredUnrestrictedDataSource
 
getMajor() - Method in interface cuba.util.VersionI
 
getMajor() - Method in class cuba.Version
 
getManagedClassNames() - Method in class cuba.wired.jpa.PersistenceUnitDesc
 
getManagerType() - Method in class cuba.wired.PrimitiveTransaction
 
getManagerType() - Method in interface cuba.wired.WiredTransactionI
 
getMandatoryAttribute(Node, String) - Static method in class cuba.wired.ddread.XmlReader
 
getMandatoryChild(Node, String) - Method in class cuba.wired.ddread.XmlReader
 
getMandatoryChildNode(Node, String) - Static method in class cuba.wired.ddread.XmlReader
 
getMandatoryFirstChildValue(Node) - Static method in class cuba.wired.ddread.XmlReader
 
getMappingFileNames() - Method in class cuba.wired.jpa.PersistenceUnitDesc
 
getMessage() - Method in class cuba.util.GeneratedMessage
 
getMessages() - Method in class cuba.util.GeneratorResult
 
getMetaData() - Method in class cuba.wired.WiredManagedConnection
 
getMethod() - Method in class cuba.ejb.EJB3AroundForwarder
 
getMethod() - Method in interface cuba.InvocationContextI
 
getMethod() - Method in class cuba.MethodInvocation
 
getMethodName() - Method in class cuba.util.ddgen.tokens.ContainerTransaction
 
getMinor() - Method in interface cuba.util.VersionI
 
getMinor() - Method in class cuba.Version
 
getModuleNames() - Method in class cuba.wired.ddread.WiredAppReader
Return all module names, not regarding if these are component JARs or ordinary archives
getMostAbstractDeclarator(Method) - Static method in class cuba.util.common.Reflection
 
getNewTempClassLoader() - Method in class cuba.wired.jpa.PersistenceUnitDesc
 
getNonJtaDataSource() - Method in class cuba.wired.jpa.PersistenceUnitDesc
 
getOutput() - Method in class cuba.util.GeneratorResult
 
getParameters() - Method in class cuba.ejb.EJB3AroundForwarder
 
getParameters() - Method in interface cuba.InvocationContextI
 
getParameters() - Method in class cuba.MethodInvocation
 
getPassword() - Method in class cuba.wired.DataSourceDesc
 
getPendingArgs() - Method in class cuba.util.ArgReader
 
getPersistenceProviderClassName() - Method in class cuba.wired.jpa.PersistenceUnitDesc
 
getPersistenceUnitInfo() - Method in class cuba.wired.jpa.WiredManagedEntityManagerFactory
 
getPersistenceUnitName() - Method in class cuba.wired.jpa.PersistenceUnitDesc
 
getPersistenceUnitRootUrl() - Method in class cuba.wired.jpa.PersistenceUnitDesc
 
getPoolSize() - Method in class cuba.wired.WiredPooledDataSource
Only for test and analysis purposes
getPostActivate() - Method in class cuba.util.ddgen.tokens.Interception
 
getPostConstruct() - Method in class cuba.util.ddgen.tokens.Interception
 
getPreDestroy() - Method in class cuba.util.ddgen.tokens.Interception
 
getPrePassivate() - Method in class cuba.util.ddgen.tokens.Interception
 
getPrimitiveWrapperClass(String) - Method in class cuba.util.codegen.WSTAdapterGenerator
Method to get the wrapperclassname of a primitive type
getProperties() - Method in class cuba.wired.DataSourceDesc
 
getProperties() - Method in class cuba.wired.jpa.PersistenceUnitDesc
 
getReference(Class<T>, Object) - Method in class cuba.wired.jpa.WiredEntityManagerProxy
 
getReference(Class<T>, Object) - Method in class cuba.wired.jpa.WiredManagedEntityManager
 
getReferenceName() - Method in class cuba.util.ddgen.tokens.Reference
 
getReferenceScope() - Method in class cuba.util.ddgen.tokens.ComponentReference
 
getRefs() - Method in class cuba.wired.ReferenceMap
 
getRefType() - Method in class cuba.wired.ReferenceMap.Reference
 
getResource(String) - Static method in class cuba.wired.ddread.XmlReader
 
getResourceRefs() - Method in class cuba.util.ddgen.tokens.CUBAComponent
 
getResourceRefs(Node) - Method in class cuba.wired.ddread.WiredJarReader
Collect a component's local references to external resources
getResourceRefs() - Method in class cuba.wired.WiredComponentDesc
 
getRollbackOnly() - Method in interface cuba.ComponentContextI
 
getRollbackOnly() - Method in class cuba.ejb.AbstractEJBComponentContext
 
getRollbackOnly() - Method in class cuba.wired.WiredComponentContext
 
getRootElement(InputStream, String) - Method in interface cuba.wired.ddread.XmlParserI
 
getRootElement(InputStream) - Method in interface cuba.wired.ddread.XmlParserI
 
getRootElement(InputStream) - Method in class cuba.wired.ddread.XmlParserJDK
 
getRootElement(InputStream, String) - Method in class cuba.wired.ddread.XmlParserJDK
 
getRootElement(InputStream) - Static method in class cuba.wired.ddread.XmlReader
 
getRootElement(InputStream, String) - Static method in class cuba.wired.ddread.XmlReader
Read an XML file from an input stream and return the root element of the DOM tree.
getSeverity() - Method in class cuba.util.GeneratedMessage
 
getStatus() - Method in class cuba.wired.AllocationManager
javax.transaction.TransactionManager
getStatus() - Method in class cuba.wired.PrimitiveTransaction
 
getStatus() - Method in class cuba.wired.WiredUserTransaction
 
getSymbolicName() - Method in class cuba.webservice.WSTClientAdapter
Returns the symbolic name of this component.
getSystemResource(String, String) - Static method in class cuba.wired.ddread.XmlReader
Load the specified resource from the current class loader.
getTarget() - Method in class cuba.ejb.EJB3AroundForwarder
 
getTarget() - Method in interface cuba.InvocationContextI
 
getTarget() - Method in class cuba.MethodInvocation
 
getTransaction() - Method in interface cuba.ContextI
Provide access to a user transaction
getTransaction() - Method in class cuba.ejb.AbstractEJBClientContext
 
getTransaction() - Method in class cuba.ejb.AbstractEJBComponentContext
 
getTransaction() - Method in class cuba.webservice.WebserviceClientContext
Not supported for webservices!!!
getTransaction() - Method in class cuba.wired.AllocationManager
 
getTransaction() - Method in class cuba.wired.jpa.WiredEntityManagerProxy
 
getTransaction() - Method in class cuba.wired.jpa.WiredManagedEntityManager
 
getTransaction() - Method in class cuba.wired.WiredClientContext
 
getTransaction() - Method in class cuba.wired.WiredComponentContext
 
getTransactionIsolation() - Method in class cuba.wired.WiredManagedConnection
 
getTransactionManagementType(Node) - Method in class cuba.wired.ddread.WiredJarReader
Check for type of transaction control of a component description.
getTransactionManager() - Method in class cuba.wired.WiredClientContext
Returns the TransactionManager of the WiredContainer being accessed through this client context.
getTransactionManager() - Method in class cuba.wired.WiredContainer
 
getTransactionType() - Method in class cuba.util.ddgen.tokens.CUBAComponent
 
getTransactionType() - Method in class cuba.wired.jpa.PersistenceUnitDesc
 
getType() - Method in interface cuba.ContextI
Returns the type of context, to let the context holder perform operations depending on the environment it is working in.
getType() - Method in class cuba.ejb.AbstractEJBClientContext
 
getType() - Method in class cuba.ejb.AbstractEJBComponentContext
 
getType() - Method in class cuba.util.GeneratedFile
 
getType(String, Class) - Static method in class cuba.util.GeneratorCommons
 
getType(String) - Static method in class cuba.util.GeneratorCommons
 
getType() - Method in class cuba.webservice.WebserviceClientContext
 
getType() - Method in class cuba.wired.WiredClientContext
Returns the type of context, i.e.
getType() - Method in class cuba.wired.WiredComponentContext
 
getType() - Method in class cuba.wired.WiredComponentDesc
 
getTypeMap() - Method in class cuba.wired.WiredManagedConnection
 
getTypeName() - Method in class cuba.util.ddgen.tokens.Reference
 
getURL(String) - Static method in class cuba.wired.ddread.XmlReader
 
getUser() - Method in class cuba.wired.DataSourceDesc
 
getValue() - Method in class cuba.util.ddgen.tokens.EnvironmentEntry
 
getValue() - Method in class cuba.wired.EnvironmentDesc
 
getVersion() - Method in interface cuba.util.VersionI
 
getVersion() - Method in class cuba.Version
 
getWarnings() - Method in class cuba.wired.WiredManagedConnection
 
getWSDLFileName(String, String) - Static method in class cuba.util.AxisUtils
Returns the file-name of the WSDL-file for the given component in the output-directory.
getWSTCompliantType(Class) - Method in class cuba.util.codegen.WSTAdapterGenerator
Return primitives as they are and string for complex-types.
getWSTInterfaceName() - Method in class cuba.util.codegen.WSTAdapterGenerator
 
globalName - Variable in class cuba.wired.AbstractDescriptor
 

H

handleRuntimeExceptions(Object) - Method in class cuba.webservice.WSTClientAdapter
Handle runtime-exception and errors by re-throwing them or wrapping them in a ServerException (used for generated code).
hasDependencies() - Method in class cuba.util.ddgen.tokens.CUBAComponent
 
hasInterception(String, Collection) - Method in class cuba.util.ddgen.tokens.CUBAComponent
 
hasInterception(String) - Method in class cuba.util.ddgen.tokens.CUBAComponent
 

I

immutableClasses - Static variable in class cuba.util.codegen.ManagedAdapterGenerator
 
in(int, int[]) - Static method in class cuba.util.common.Assert
 
in(int, int[], String) - Static method in class cuba.util.common.Assert
 
in(String, String[]) - Static method in class cuba.util.common.Assert
 
in(String, String[], String) - Static method in class cuba.util.common.Assert
 
INFO - Static variable in interface cuba.util.GeneratedMessage.Severity
Just an Info for quality reason.
init() - Method in class cuba.AbstractAnnotatedComponent
Empty
init() - Method in class cuba.AbstractComponent
Empty
init() - Method in interface cuba.ComponentI
Called by the container as a post-construct method
InitException - Exception in cuba.wired
 
InitException() - Constructor for exception cuba.wired.InitException
 
InitException(String) - Constructor for exception cuba.wired.InitException
 
initInjection(Element, Reference, Class) - Method in class cuba.util.ddgen.tokens.ComponentDescriptorReader
 
initReference(Reference, Method, String, Class, String) - Method in class cuba.util.ddgen.tokens.ComponentAnnotationReader
 
initReference(Reference, Field, String, Class, String) - Method in class cuba.util.ddgen.tokens.ComponentAnnotationReader
 
initReference(Reference, String, Class, String) - Method in class cuba.util.ddgen.tokens.ComponentAnnotationReader
 
initReference(Element, Reference, Class) - Method in class cuba.util.ddgen.tokens.ComponentDescriptorReader
 
insertCatchBlocks(GeneratedFile, Method) - Method in class cuba.util.codegen.ManagedAdapterGenerator
 
insertCorrectClassName(String, String, GeneratorResult) - Method in class cuba.util.ddgen.AbstractWSDDGenerator
Inserts the correct classname in the className parameter-element of the wsdd-file, this is done because there is no way to control the output of this parameter is available (axis version 1.1)
insertDeepCopy(GeneratedFile, Method, boolean) - Method in class cuba.util.codegen.ManagedAdapterGenerator
 
insertParameterList(GeneratedFile, Method) - Method in class cuba.util.codegen.ManagedAdapterGenerator
 
insertReturnExpression(GeneratedFile, Method) - Method in class cuba.util.codegen.ManagedAdapterGenerator
 
instance - Static variable in class cuba.ejb.EJB2ComponentFactory
 
instance - Static variable in class cuba.ejb.EJB3ComponentFactory
 
instanciateEJB3Generator(CUBAComponent, String, String, String, AdapterGeneratorOptions) - Method in class cuba.util.codegen.AdapterGenerator
 
Interception - Class in cuba.util.ddgen.tokens
 
Interception(String) - Constructor for class cuba.util.ddgen.tokens.Interception
 
INTERCEPTOR_INSTANCE_PREFIX - Static variable in class cuba.wired.WiredAdapter
 
INTERCEPTORLIST_COMMON - Static variable in class cuba.wired.WiredAdapter
 
INTERCEPTORLIST_PREFIX - Static variable in class cuba.wired.WiredAdapter
 
interceptorMemberName(Method) - Method in class cuba.util.codegen.ManagedAdapterGenerator
 
interceptorMethodSignature - Static variable in class cuba.AroundInvocation
 
Interceptors - Annotation Type in cuba.annotation
 
Internal - Annotation Type in cuba.annotation
 
INTERNAL - Static variable in interface cuba.util.GeneratorCommons.ComponentScopes
 
INTERNAL - Static variable in interface cuba.wired.WiredInstanceFactoryI.ReferenceTypes
 
INTERNALWIREDADAPTER - Static variable in interface cuba.util.GeneratorCommons.Suffixes
 
Invocation - Class in cuba
 
Invocation() - Constructor for class cuba.Invocation
 
InvocationContextI - Interface in cuba
 
invoke(Method, Object[], AroundInvocation) - Method in class cuba.AbstractComponentAdapter
 
invoke(Method, Object[], AroundInvocation, AroundInvocation) - Method in class cuba.AbstractComponentAdapter
 
invoke(Object, Method, Object[]) - Method in class cuba.Invocation
 
invoke(InvocationContextI) - Method in interface cuba.MethodInterceptorI
 
invoke(Method, Object[], AroundInvocation) - Method in class cuba.MethodInvocation
 
invoke(Method, Object[], AroundInvocation, AroundInvocation) - Method in class cuba.MethodInvocation
 
invoke(MessageContext) - Method in class cuba.webservice.MessageContextHandler
 
invokeLifecycle(Method, AroundInvocation) - Method in class cuba.AbstractComponentAdapter
 
invoker() - Method in class cuba.AbstractComponentAdapter
 
invoker() - Method in class cuba.ejb.EJB2Adapter
 
invoker() - Method in class cuba.ejb.EJB3Adapter
 
invoker() - Method in class cuba.wired.WiredAdapter
 
isCallerInRole(String) - Method in interface cuba.ComponentContextI
 
isCallerInRole(String) - Method in class cuba.ejb.AbstractEJBComponentContext
 
isCallerInRole(String) - Method in class cuba.wired.WiredComponentContext
 
isClosed() - Method in class cuba.wired.WiredManagedConnection
 
isComponentContext() - Method in class cuba.util.ddgen.tokens.Reference
 
isDigit(char) - Static method in class cuba.util.GeneratorCommons
 
isEnvEntryType(String) - Static method in class cuba.util.GeneratorCommons
 
isIdentifierChar(char) - Static method in class cuba.util.GeneratorCommons
 
isInterfaceMethod(Method, String) - Method in class cuba.util.ddgen.tokens.ComponentAnnotationReader
 
isInterfaceMethod(Method, CUBAComponent) - Method in class cuba.util.ddgen.tokens.ComponentAnnotationReader
 
isOpen() - Method in class cuba.wired.jpa.WiredEntityManagerProxy
 
isOpen() - Method in class cuba.wired.jpa.WiredManagedEntityManager
 
isOpen() - Method in class cuba.wired.jpa.WiredManagedEntityManagerFactory
 
isReadOnly() - Method in class cuba.wired.WiredManagedConnection
 
isSynchronized(String) - Static method in class cuba.util.GeneratorCommons
 
isTyped() - Method in class cuba.util.GeneratorOptions
 
isWSTCompliantType(Class) - Method in class cuba.util.codegen.WSTAdapterGenerator
 

J

jardd - Variable in class cuba.wired.ddread.WiredJarReader
 
JavaExecutor - Class in cuba.util
Utility Class to execute Java System Calls in a seperate Runtime
JavaExecutor() - Constructor for class cuba.util.JavaExecutor
 
JAVATYPETREE - Static variable in interface cuba.util.GeneratedMessage.LocationType
provides a Hierarchical Identifier for eg. package/class/method/signature
joinTransaction() - Method in class cuba.wired.jpa.WiredEntityManagerProxy
 
joinTransaction() - Method in class cuba.wired.jpa.WiredManagedEntityManager
 

L

lastCallerName - Variable in class cuba.webservice.WSTAdapter
 
level - Static variable in class cuba.util.Debug
 
LIFECYCLE - Static variable in class cuba.util.ddgen.tokens.Interception
 
LINENO - Static variable in interface cuba.util.GeneratedMessage.LocationType
provides a line numer
LITERAL - Static variable in interface cuba.util.GeneratorCommons.WebserviceStyle
 
literalValue(EnvironmentEntry) - Method in class cuba.util.codegen.EJB3AdapterGenerator
 
loadClass(String) - Method in class cuba.wired.DDClassLoader
Overwrites the appropriate method of the base class.
locateModule(String) - Method in class cuba.wired.DDClassLoader
Try to find a module from one of the directories listed in the system class path.
locateModule(String) - Method in class cuba.wired.ddread.WiredAppReader
Find the actual location of a module, specified in the application descriptor in the following search order: Try to find the module as an ordinary file on the file system Try to find a JAR file with the given name from the current classloader's module source archives.
locateModuleFromClasspath(String) - Method in class cuba.wired.ddread.WiredAppReader
 
lock(Object, LockModeType) - Method in class cuba.wired.jpa.WiredEntityManagerProxy
 
lock(Object, LockModeType) - Method in class cuba.wired.jpa.WiredManagedEntityManager
 
lookup(String) - Method in class cuba.wired.ComponentMap
 
lookup(Class) - Method in class cuba.wired.ComponentMap
Deprecated.  
lookup(String) - Method in class cuba.wired.ComponentRefMap
 
lookup(String) - Method in class cuba.wired.EnvironmentRefMap
 
lookup(String) - Method in class cuba.wired.ResourceFactoryMap
 
lookup(String) - Method in class cuba.wired.ResourceRefMap
 
lookupDescriptor(String) - Method in class cuba.wired.DescriptorMap
 
lookupDescriptor(String) - Method in class cuba.wired.ReferenceMap
 
lookupReference(String) - Method in class cuba.wired.ReferenceMap
 

M

main(String[]) - Static method in class cuba.util.codegen.AdapterGenerator
 
main(String[]) - Static method in class cuba.util.ddgen.DDGenerator
main-Methode
main(String[]) - Static method in class cuba.wired.ddread.WiredAppReader
For test purposes only
main(String[]) - Static method in class cuba.wired.jpa.PlainPersistenceReader
 
maintainSession - Variable in class cuba.webservice.WebserviceSessionStub
 
maintainSessionSet - Variable in class cuba.webservice.WebserviceSessionStub
 
MAJOR - Static variable in class cuba.Version
 
makeURL(String) - Method in class cuba.wired.DDClassLoader
Make a URL from a file name
ManagedAdapterGenerator - Class in cuba.util.codegen
 
ManagedAdapterGenerator(CUBAComponent, String, String, String, AdapterGeneratorOptions) - Constructor for class cuba.util.codegen.ManagedAdapterGenerator
 
MANDATORY - Static variable in interface cuba.util.GeneratorCommons.TransactionAttributes
 
markInvalid(SQLException) - Method in class cuba.wired.WiredManagedConnection
Mark the connection as potentially invalid.
marshal(Object) - Static method in class cuba.webservice.TunnelingMarshaller
Marshall the given object using bas64-encoding and return it as string.
MAX_POOL_MAX - Static variable in class cuba.wired.DataSourceDesc
 
merge(T) - Method in class cuba.wired.jpa.WiredEntityManagerProxy
 
merge(T) - Method in class cuba.wired.jpa.WiredManagedEntityManager
 
MessageContextHandler - Class in cuba.webservice
 
MessageContextHandler() - Constructor for class cuba.webservice.MessageContextHandler
 
METAINFDIR - Static variable in interface cuba.util.GeneratorCommons.FileNames
 
MethodInterceptorI - Interface in cuba
 
MethodInvocation - Class in cuba
 
MethodInvocation(Object, AbstractComponentContext) - Constructor for class cuba.MethodInvocation
 
MINOR - Static variable in class cuba.Version
 

N

nativeSQL(String) - Method in class cuba.wired.WiredManagedConnection
 
needsCopy(Class) - Method in class cuba.util.codegen.ManagedAdapterGenerator
Check if objects of the specified type need to be copied when being passed by value to another function.
needsInjection(Map) - Static method in class cuba.util.ddgen.tokens.CUBAComponent
 
needsInjection() - Method in class cuba.util.ddgen.tokens.CUBAComponent
 
needsInjection() - Method in class cuba.util.ddgen.tokens.Reference
 
NEVER - Static variable in interface cuba.util.GeneratorCommons.TransactionAttributes
 
newAdapter(Class, WiredComponentContext, Class) - Method in class cuba.wired.PrimitiveWiredInstanceFactory
 
nextConnection() - Method in interface cuba.wired.WiredDataSourceI
 
nextConnection() - Method in class cuba.wired.WiredPooledDataSource
 
nextConnection() - Method in class cuba.wired.WiredUnrestrictedDataSource
 
NO_POOL - Static variable in class cuba.wired.DataSourceDesc
 
NONE - Static variable in interface cuba.util.GeneratedMessage.LocationType
 
NOT_SUPPORTED - Static variable in interface cuba.util.GeneratorCommons.TransactionAttributes
 
notNull(Object, String) - Static method in class cuba.util.common.Assert
 
notNull(Object) - Static method in class cuba.util.common.Assert
 

O

on - Static variable in class cuba.util.Debug
 
options - Variable in class cuba.util.ddgen.AbstractDDGenerator
 
outputDirectory - Variable in class cuba.util.GeneratorOptions
 

P

packageName(String) - Static method in class cuba.util.GeneratorCommons
 
parseEnvironmentValue(String, Class) - Method in class cuba.wired.ddread.WiredJarReader
Make a value type out of a string representation, basically by applying the expected result type's static valueOf method (via Java reflection API).
PASSWORD_PROPERTY - Static variable in class cuba.webservice.WebserviceClientContext
 
performJavaCallAndWait(String, String) - Static method in class cuba.util.JavaExecutor
Calls a javaclass in a seperate Runtime
persist(Object) - Method in class cuba.wired.jpa.WiredEntityManagerProxy
 
persist(Object) - Method in class cuba.wired.jpa.WiredManagedEntityManager
 
PersistenceReaderI - Interface in cuba.wired.ddread
 
PersistenceUnitDesc - Class in cuba.wired.jpa
 
PersistenceUnitDesc(String) - Constructor for class cuba.wired.jpa.PersistenceUnitDesc
 
PlainPersistenceReader - Class in cuba.wired.jpa
 
PlainPersistenceReader(WiredAppReader) - Constructor for class cuba.wired.jpa.PlainPersistenceReader
 
poolSize - Variable in class cuba.wired.WiredPooledDataSource
The total number of connections being pooled in this SQLSource
popCall() - Method in class cuba.AbstractComponentContext
 
popCall() - Method in class cuba.ejb.AbstractEJBComponentContext
Nothing to do here.
popCall() - Method in class cuba.wired.WiredComponentContext
 
POST_ACTIVATE - Static variable in class cuba.util.ddgen.tokens.Interception
 
POST_CONSTRUCT - Static variable in class cuba.util.ddgen.tokens.Interception
 
PostActivate - Annotation Type in cuba.annotation
 
postCheck(InvocationContextI, Throwable) - Method in class cuba.SimpleAroundInvocation
 
postCheck(InvocationContextI, Throwable) - Method in class cuba.wired.TxInterceptorMandatory
 
postCheck(InvocationContextI, Throwable) - Method in class cuba.wired.TxInterceptorNever
 
postCheck(InvocationContextI, Throwable) - Method in class cuba.wired.TxInterceptorNotSupported
 
postCheck(InvocationContextI, Throwable) - Method in class cuba.wired.TxInterceptorRequired
 
postCheck(InvocationContextI, Throwable) - Method in class cuba.wired.TxInterceptorRequiresNew
 
postCheck(InvocationContextI, Throwable) - Method in class cuba.wired.TxInterceptorSupports
 
PostConstruct - Annotation Type in cuba.annotation
 
PRE_DESTROY - Static variable in class cuba.util.ddgen.tokens.Interception
 
PRE_PASSIVATE - Static variable in class cuba.util.ddgen.tokens.Interception
 
preCheck(InvocationContextI) - Method in class cuba.SimpleAroundInvocation
 
preCheck(InvocationContextI) - Method in class cuba.wired.TxInterceptorMandatory
 
preCheck(InvocationContextI) - Method in class cuba.wired.TxInterceptorNever
 
preCheck(InvocationContextI) - Method in class cuba.wired.TxInterceptorNotSupported
 
preCheck(InvocationContextI) - Method in class cuba.wired.TxInterceptorRequired
 
preCheck(InvocationContextI) - Method in class cuba.wired.TxInterceptorRequiresNew
 
preCheck(InvocationContextI) - Method in class cuba.wired.TxInterceptorSupports
 
PreDestroy - Annotation Type in cuba.annotation
 
prepareCall(String) - Method in class cuba.wired.WiredManagedConnection
 
prepareCall(String, int, int) - Method in class cuba.wired.WiredManagedConnection
 
prepareCall(String, int, int, int) - Method in class cuba.wired.WiredManagedConnection
 
prepareStatement(String) - Method in class cuba.wired.WiredManagedConnection
 
prepareStatement(String, int, int) - Method in class cuba.wired.WiredManagedConnection
 
prepareStatement(String, int, int, int) - Method in class cuba.wired.WiredManagedConnection
 
prepareStatement(String, int) - Method in class cuba.wired.WiredManagedConnection
 
prepareStatement(String, int[]) - Method in class cuba.wired.WiredManagedConnection
 
prepareStatement(String, String[]) - Method in class cuba.wired.WiredManagedConnection
 
PrePassivate - Annotation Type in cuba.annotation
 
PrimitiveDataSourceProvider - Class in cuba.wired
 
PrimitiveDataSourceProvider() - Constructor for class cuba.wired.PrimitiveDataSourceProvider
 
PrimitiveEntityManagerFactoryProvider - Class in cuba.wired.jpa
 
PrimitiveEntityManagerFactoryProvider() - Constructor for class cuba.wired.jpa.PrimitiveEntityManagerFactoryProvider
 
PrimitiveTransaction - Class in cuba.wired
 
PrimitiveWiredInstanceFactory - Class in cuba.wired
 
PrimitiveWiredInstanceFactory() - Constructor for class cuba.wired.PrimitiveWiredInstanceFactory
 
print(String) - Method in class cuba.util.GeneratedFile
 
println(String) - Method in class cuba.util.GeneratedFile
 
println() - Method in class cuba.util.GeneratedFile
 
proceed() - Method in class cuba.ejb.EJB3AroundForwarder
 
proceed() - Method in interface cuba.InvocationContextI
 
proceed() - Method in class cuba.MethodInvocation
 
process() - Method in interface cuba.wired.ddread.PersistenceReaderI
 
process() - Method in class cuba.wired.ddread.WiredAppReader
Process the application descriptor retrieved and parsed on construction
process() - Method in class cuba.wired.jpa.PlainPersistenceReader
 
processClass(String, CUBAComponent) - Method in class cuba.util.ddgen.tokens.ComponentAnnotationReader
 
processCompInterface(Class, CUBAComponent) - Method in class cuba.util.ddgen.tokens.ComponentAnnotationReader
 
processComponentRefMembers(Class, CUBAComponent) - Method in class cuba.util.ddgen.tokens.ComponentAnnotationReader
 
processComponentRefs(Node, CUBAComponent, Class) - Method in class cuba.util.ddgen.tokens.ComponentDescriptorReader
 
processComponentRefSetters(Class, CUBAComponent) - Method in class cuba.util.ddgen.tokens.ComponentAnnotationReader
 
processCompType(Class, CUBAComponent) - Method in class cuba.util.ddgen.tokens.ComponentAnnotationReader
 
processEntityManagerRefMembers(Class, CUBAComponent) - Method in class cuba.util.ddgen.tokens.ComponentAnnotationReader
 
processEntityManagerRefSetters(Class, CUBAComponent) - Method in class cuba.util.ddgen.tokens.ComponentAnnotationReader
 
processEnvEntries(Node, CUBAComponent, Class) - Method in class cuba.util.ddgen.tokens.ComponentDescriptorReader
 
processImplementedRefSetters(Class, CUBAComponent) - Method in class cuba.util.ddgen.tokens.ComponentAnnotationReader
 
processInterceptor(Element, CUBAComponent) - Method in class cuba.util.ddgen.tokens.ComponentDescriptorReader
 
processInterceptorMethods(Class, Interception) - Method in class cuba.util.ddgen.tokens.ComponentAnnotationReader
 
processInterceptors(Class, CUBAComponent) - Method in class cuba.util.ddgen.tokens.ComponentAnnotationReader
 
processNode(Node, CUBAComponent) - Method in class cuba.util.ddgen.tokens.ComponentDescriptorReader
Process a Node of a component-jar.xml file and add the information in the corresponding CUBAComponent object
processResource(Resource, CUBAComponent) - Method in class cuba.util.ddgen.tokens.ComponentAnnotationReader
 
processResourceRefMembers(Class, CUBAComponent) - Method in class cuba.util.ddgen.tokens.ComponentAnnotationReader
 
processResourceRefs(Node, CUBAComponent, Class) - Method in class cuba.util.ddgen.tokens.ComponentDescriptorReader
 
processResourceRefSetters(Class, CUBAComponent) - Method in class cuba.util.ddgen.tokens.ComponentAnnotationReader
 
processResources(Class, CUBAComponent) - Method in class cuba.util.ddgen.tokens.ComponentAnnotationReader
 
processTransactionAttributes(Class, TransactionAttributeType, CUBAComponent) - Method in class cuba.util.ddgen.tokens.ComponentAnnotationReader
 
processTransactionElement(Element, CUBAComponent) - Method in class cuba.util.ddgen.tokens.ComponentDescriptorReader
 
processTransactionManagement(Class, CUBAComponent) - Method in class cuba.util.ddgen.tokens.ComponentAnnotationReader
 
prop - Variable in class cuba.webservice.WSTClientAdapter
 
pushCall() - Method in class cuba.AbstractComponentContext
 
pushCall() - Method in class cuba.ejb.AbstractEJBComponentContext
Nothing to do here.
pushCall() - Method in class cuba.wired.WiredComponentContext
 

R

readComponents() - Method in class cuba.util.ddgen.tokens.ComponentAnnotationReader
 
readComponents() - Method in class cuba.util.ddgen.tokens.ComponentDescriptorReader
 
readComponents() - Method in interface cuba.util.ddgen.tokens.ComponentReaderI
 
readComponents(GeneratorOptions) - Static method in class cuba.util.Generator
 
Reference - Class in cuba.util.ddgen.tokens
Base class for resource and component references
Reference() - Constructor for class cuba.util.ddgen.tokens.Reference
 
ReferenceException - Exception in cuba
 
ReferenceException() - Constructor for exception cuba.ReferenceException
 
ReferenceException(String) - Constructor for exception cuba.ReferenceException
 
ReferenceMap - Class in cuba.wired
 
ReferenceMap() - Constructor for class cuba.wired.ReferenceMap
 
ReferenceMap.Reference - Class in cuba.wired
 
ReferenceMap.Reference(Class) - Constructor for class cuba.wired.ReferenceMap.Reference
 
Reflection - Class in cuba.util.common
 
Reflection() - Constructor for class cuba.util.common.Reflection
 
refresh(Object) - Method in class cuba.wired.jpa.WiredEntityManagerProxy
 
refresh(Object) - Method in class cuba.wired.jpa.WiredManagedEntityManager
 
registerComponent(Node, ComponentMap) - Method in class cuba.wired.ddread.WiredJarReader
Collect a component's name, type, wired adapter, and references and register it in the passed component map
registerComponents(ComponentMap) - Method in class cuba.wired.ddread.WiredJarReader
Collect all components from the module JAR file's descriptor and register them in the passed component map.
registerDescriptor(WiredComponentDesc) - Method in class cuba.wired.ComponentMap
 
registerDescriptor(AbstractDescriptor, boolean) - Method in class cuba.wired.DescriptorMap
 
registerDescriptor(AbstractDescriptor) - Method in class cuba.wired.DescriptorMap
 
registerPermissions(Element) - Method in class cuba.wired.ddread.WiredAppReader
Return the role associations of all users being specified in the application descriptor in run-as tags
registerReference(String, Class, String) - Method in class cuba.wired.ReferenceMap
 
registerStateSynchronization(StateSynchronizationI) - Method in class cuba.wired.PrimitiveTransaction
Check if the passed StateSynchronizationI object has already been registered.
registerStateSynchronization(WiredTransactionI, InvocationContextI) - Method in class cuba.wired.TxInterceptor
 
registerStateSynchronization(StateSynchronizationI) - Method in interface cuba.wired.WiredTransactionI
 
registerSynchronization(Synchronization) - Method in class cuba.wired.PrimitiveTransaction
 
releaseResource(ResourceFactoryI, WiredManagedConnection) - Method in class cuba.wired.PrimitiveTransaction
 
releaseResource(ResourceFactoryI, WiredManagedConnection) - Method in interface cuba.wired.WiredTransactionI
 
releaseSavepoint(Savepoint) - Method in class cuba.wired.WiredManagedConnection
 
remove(Object) - Method in class cuba.wired.jpa.WiredEntityManagerProxy
 
remove(Object) - Method in class cuba.wired.jpa.WiredManagedEntityManager
 
replaceDescriptor(AbstractDescriptor) - Method in class cuba.wired.DescriptorMap
This function is especally of interest for test purposes.
REQUIRED - Static variable in interface cuba.util.GeneratorCommons.TransactionAttributes
 
REQUIRES_NEW - Static variable in interface cuba.util.GeneratorCommons.TransactionAttributes
 
Resource - Annotation Type in cuba.annotation
 
Resource.AuthenticationType - Enum in cuba.annotation
 
ResourceFactoryDesc - Class in cuba.wired
 
ResourceFactoryDesc(String) - Constructor for class cuba.wired.ResourceFactoryDesc
 
ResourceFactoryI - Interface in cuba
 
ResourceFactoryMap - Class in cuba.wired
 
ResourceFactoryMap() - Constructor for class cuba.wired.ResourceFactoryMap
 
ResourceReference - Class in cuba.util.ddgen.tokens
ResourceReference represents a resource refernce in a component-jar.xml file.
ResourceReference() - Constructor for class cuba.util.ddgen.tokens.ResourceReference
 
ResourceRefMap - Class in cuba.wired
 
ResourceRefMap() - Constructor for class cuba.wired.ResourceRefMap
 
Resources - Annotation Type in cuba.annotation
 
resume(Transaction) - Method in class cuba.wired.AllocationManager
 
REVISION_ID - Static variable in exception cuba.util.ArgumentException
 
REVISION_ID - Static variable in class cuba.wired.ddread.XmlParserJDK
 
REVISION_ID - Static variable in class cuba.wired.ddread.XmlReader
 
rollback() - Method in class cuba.wired.AllocationManager
 
rollback() - Method in class cuba.wired.PrimitiveTransaction
 
rollback() - Method in class cuba.wired.WiredManagedConnection
 
rollback(Savepoint) - Method in class cuba.wired.WiredManagedConnection
End of JDK 1.4 functions
rollback() - Method in class cuba.wired.WiredUserTransaction
 
rollbackTransaction() - Method in class cuba.wired.PrimitiveTransaction
 
rollbackTransaction() - Method in interface cuba.wired.WiredTransactionI
 
runtimeException(Throwable) - Static method in class cuba.AbstractComponentAdapter
 

S

separate() - Method in class cuba.wired.PrimitiveTransaction
 
separate() - Method in interface cuba.wired.WiredTransactionI
Markes this transaction manager to work as a separator between the current transaction and potential following ones.
serializeDocument(Document, String) - Method in class cuba.util.ddgen.AbstractDDGenerator
Serializes the given Document to the file specified in the filename in the outputdirectory set in the constructor
serviceName(CUBAComponent) - Method in class cuba.util.ddgen.AbstractWSDDGenerator
 
serviceName(CUBAComponent) - Method in class cuba.util.ddgen.WSDDGenerator
 
serviceName(CUBAComponent) - Method in class cuba.util.ddgen.WSTDDGenerator
 
set__SessionContext(SessionContext) - Method in class cuba.ejb.EJB3Adapter
 
setAroundInvoke(String) - Method in class cuba.util.ddgen.tokens.Interception
 
setAttribute(String) - Method in class cuba.util.ddgen.tokens.ContainerTransaction
 
setAutoCommit(boolean) - Method in class cuba.wired.WiredManagedConnection
 
setCallerName(String) - Method in class cuba.webservice.MessageContextHandler
 
setCallerPassword(String) - Method in class cuba.webservice.MessageContextHandler
 
setCatalog(String) - Method in class cuba.wired.WiredManagedConnection
 
setComponentClass(String) - Method in class cuba.util.ddgen.tokens.CUBAComponent
 
setComponentName(String) - Method in class cuba.util.ddgen.tokens.CUBAComponent
 
setContext(ComponentContextI) - Method in class cuba.AbstractAnnotatedComponent
Stores the provided context in a member variable which can be accessed by AbstractComponent.getContext()
setContext(ComponentContextI) - Method in class cuba.AbstractComponent
Stores the provided context in a member variable which can be accessed by AbstractComponent.getContext()
setContext(ComponentContextI) - Method in interface cuba.ComponentI
Called by the container on component instantiation to inject the component's context.
setDefaultContainer(WiredContainer) - Static method in class cuba.wired.WiredClientContext
Sets the static variable defaultContainer to the given value
setDefaultProperties(Properties) - Static method in class cuba.wired.WiredClientContext
Sets the default properties to be used for new WiredClientsContexts when no specific properties are passed in the constructor.
setDescription(String) - Method in class cuba.util.ddgen.tokens.CUBAComponent
 
setDescriptor(AbstractDescriptor) - Method in class cuba.wired.ReferenceMap.Reference
 
setExcludeUnlistedClasses(boolean) - Method in class cuba.wired.jpa.PersistenceUnitDesc
 
setExternalInterface(String) - Method in class cuba.util.ddgen.tokens.CUBAComponent
 
setFlushMode(FlushModeType) - Method in class cuba.wired.jpa.WiredEntityManagerProxy
 
setFlushMode(FlushModeType) - Method in class cuba.wired.jpa.WiredManagedEntityManager
 
setGlobalName(String) - Method in class cuba.wired.ReferenceMap.Reference
 
setHoldability(int) - Method in class cuba.wired.WiredManagedConnection
JDK 1.4 functions
setInjectionMemberName(String) - Method in class cuba.util.ddgen.tokens.Reference
 
setInjectionMethodDeclaratorType(String) - Method in class cuba.util.ddgen.tokens.Reference
 
setInjectionMethodName(String) - Method in class cuba.util.ddgen.tokens.Reference
 
setInterceptionMethod(String, String) - Method in class cuba.util.ddgen.tokens.Interception
 
setInternalInterface(String) - Method in class cuba.util.ddgen.tokens.CUBAComponent
 
setJarFileUrls(List<URL>) - Method in class cuba.wired.jpa.PersistenceUnitDesc
 
setJtaDataSource(DataSource) - Method in class cuba.wired.jpa.PersistenceUnitDesc
 
setJtaDataSourceName(String) - Method in class cuba.wired.jpa.PersistenceUnitDesc
 
setLink(String) - Method in class cuba.util.ddgen.tokens.EnvironmentEntry
Sets the environment entrie's value attribute rather than the link attribute, allowing to provide an environment value by the @Resource annotation's link spec.
setLink(String) - Method in class cuba.util.ddgen.tokens.Reference
 
setLoginTimeout(int) - Method in class cuba.wired.WiredUnrestrictedDataSource
 
setLogWriter(PrintWriter) - Method in class cuba.wired.WiredUnrestrictedDataSource
 
setManagedClasses(List<String>) - Method in class cuba.wired.jpa.PersistenceUnitDesc
 
setMappingFileNames(List<String>) - Method in class cuba.wired.jpa.PersistenceUnitDesc
 
setMethodName(String) - Method in class cuba.util.ddgen.tokens.ContainerTransaction
 
setOutputDirectory() - Method in class cuba.util.GeneratorOptions
 
setParameters(Object[]) - Method in class cuba.ejb.EJB3AroundForwarder
 
setParameters(Object[]) - Method in interface cuba.InvocationContextI
 
setParameters(Object[]) - Method in class cuba.MethodInvocation
 
setPersistenceProviderClassName(String) - Method in class cuba.wired.jpa.PersistenceUnitDesc
 
setPostActivate(String) - Method in class cuba.util.ddgen.tokens.Interception
 
setPostConstruct(String) - Method in class cuba.util.ddgen.tokens.Interception
 
setPreDestroy(String) - Method in class cuba.util.ddgen.tokens.Interception
 
setPrePassivate(String) - Method in class cuba.util.ddgen.tokens.Interception
 
setReadOnly(boolean) - Method in class cuba.wired.WiredManagedConnection
 
setReferenceName(String) - Method in class cuba.util.ddgen.tokens.Reference
 
setReferenceScope(String) - Method in class cuba.util.ddgen.tokens.ComponentReference
 
setRefType(String) - Method in class cuba.wired.ReferenceMap.Reference
 
setRollbackOnly() - Method in interface cuba.ComponentContextI
 
setRollbackOnly() - Method in class cuba.ejb.AbstractEJBComponentContext
 
setRollbackOnly() - Method in class cuba.wired.AllocationManager
Forwards a vote-for-rollback to the current WiredTransactionI if there is any.
setRollbackOnly() - Method in class cuba.wired.PrimitiveTransaction
 
setRollbackOnly() - Method in class cuba.wired.WiredComponentContext
 
setRollbackOnly() - Method in class cuba.wired.WiredUserTransaction
 
setRootUrl(URL) - Method in class cuba.wired.jpa.PersistenceUnitDesc
 
setSavepoint(String) - Method in class cuba.wired.WiredManagedConnection
 
setSavepoint() - Method in class cuba.wired.WiredManagedConnection
 
setSessionContext(SessionContext) - Method in class cuba.ejb.EJB2Adapter
Creates an AbstractEJBComponentContext from the passed SesssionContext
SETTER_PREFIX - Static variable in class cuba.util.GeneratorCommons
 
setTransactionIsolation(int) - Method in class cuba.wired.WiredManagedConnection
 
setTransactionTimeout(int) - Method in class cuba.wired.AllocationManager
 
setTransactionTimeout(int) - Method in class cuba.wired.WiredUserTransaction
 
setTransactionType(String) - Method in class cuba.util.ddgen.tokens.CUBAComponent
 
setTransactionType(PersistenceUnitTransactionType) - Method in class cuba.wired.jpa.PersistenceUnitDesc
 
setType(String) - Method in class cuba.util.ddgen.tokens.CUBAComponent
 
setTypeMap(Map) - Method in class cuba.wired.WiredManagedConnection
 
setTypeName(String) - Method in class cuba.util.ddgen.tokens.Reference
 
setValue(String) - Method in class cuba.util.ddgen.tokens.EnvironmentEntry
 
setXmlParser(XmlParserI) - Static method in class cuba.wired.ddread.XmlReader
Set the parser to use for reading an XML file from an input stream.
setXmlParserType(String) - Static method in class cuba.wired.ddread.XmlReader
Set the parser type to instanciate for reading an XML file from an input stream.
shutdown() - Method in class cuba.wired.jpa.PrimitiveEntityManagerFactoryProvider
 
shutdown() - Method in class cuba.wired.PrimitiveDataSourceProvider
 
shutdown() - Method in class cuba.wired.PrimitiveWiredInstanceFactory
 
shutdown() - Method in class cuba.wired.WiredClientContext
Shuts down the WiredContainer associated to this client context in order to release all allocated resources.
shutdown() - Method in class cuba.wired.WiredContainer
Shutdown this container in order to release all its allocated resources
shutdown() - Method in interface cuba.wired.WiredDataSourceProviderI
 
shutdown() - Method in interface cuba.wired.WiredEntityManagerFactoryProviderI
 
shutdown() - Method in interface cuba.wired.WiredInstanceFactoryI
 
shutdown() - Method in class cuba.wired.WiredPooledDataSource
 
SimpleAroundInvocation - Class in cuba
 
SimpleAroundInvocation(AroundInvocation) - Constructor for class cuba.SimpleAroundInvocation
 
SOAPSERVICE - Static variable in interface cuba.util.GeneratorCommons.Suffixes
 
SOAPSERVICELOCATOR - Static variable in interface cuba.util.GeneratorCommons.Suffixes
 
SOAPSTUB - Static variable in interface cuba.util.GeneratorCommons.Suffixes
 
Stateful - Annotation Type in cuba.annotation
 
STATEFUL - Static variable in interface cuba.util.GeneratorCommons.ComponentTypes
 
Stateless - Annotation Type in cuba.annotation
 
STATELESS - Static variable in interface cuba.util.GeneratorCommons.ComponentTypes
 
StateSynchronizationI - Interface in cuba
The StateSynchronizationI interface allows a stateful component instance to be notified by its container of transaction boundaries.
StateSynchronizationWrapper - Class in cuba.wired
 
style - Variable in class cuba.util.ddgen.DDGeneratorOptions
 
SUPPORTS - Static variable in interface cuba.util.GeneratorCommons.TransactionAttributes
 
suspend() - Method in class cuba.wired.AllocationManager
 
syncException(CUBAComponent, String) - Static method in class cuba.util.Generator
 
synchronize(boolean) - Method in class cuba.wired.PrimitiveTransaction
 
synchronizePhase1() - Method in class cuba.wired.PrimitiveTransaction
 
synchronizePhase2(int, int) - Method in class cuba.wired.PrimitiveTransaction
 

T

tail - Variable in class cuba.util.GeneratorOptions
 
test(boolean, String) - Static method in class cuba.util.common.Assert
 
test(boolean) - Static method in class cuba.util.common.Assert
 
TransactionAttribute - Annotation Type in cuba.annotation
 
TransactionAttributeType - Enum in cuba.annotation
 
TransactionManagement - Annotation Type in cuba.annotation
 
TransactionManagementType - Enum in cuba.annotation
 
tunneled - Variable in class cuba.util.GeneratorOptions
 
tunneledAdaptors - Variable in class cuba.util.GeneratorOptions
 
tunneledInterface - Variable in class cuba.util.GeneratorOptions
 
TunnelingMarshaller - Class in cuba.webservice
TunnelingMarshaller.
TunnelingMarshaller() - Constructor for class cuba.webservice.TunnelingMarshaller
 
TxInterceptor - Class in cuba.wired
 
TxInterceptor(AroundInvocation) - Constructor for class cuba.wired.TxInterceptor
 
TxInterceptorMandatory - Class in cuba.wired
 
TxInterceptorMandatory(AroundInvocation) - Constructor for class cuba.wired.TxInterceptorMandatory
 
TxInterceptorNever - Class in cuba.wired
 
TxInterceptorNever(AroundInvocation) - Constructor for class cuba.wired.TxInterceptorNever
 
TxInterceptorNotSupported - Class in cuba.wired
 
TxInterceptorNotSupported(AroundInvocation) - Constructor for class cuba.wired.TxInterceptorNotSupported
 
TxInterceptorRequired - Class in cuba.wired
 
TxInterceptorRequired(AroundInvocation) - Constructor for class cuba.wired.TxInterceptorRequired
 
TxInterceptorRequiresNew - Class in cuba.wired
 
TxInterceptorRequiresNew(AroundInvocation) - Constructor for class cuba.wired.TxInterceptorRequiresNew
 
TxInterceptorSupports - Class in cuba.wired
 
TxInterceptorSupports(AroundInvocation) - Constructor for class cuba.wired.TxInterceptorSupports
 
TYPE_EJB - Static variable in class cuba.util.codegen.AdapterGenerator
 
TYPE_NONE - Static variable in class cuba.util.codegen.AdapterGenerator
 
TYPE_WIRED - Static variable in class cuba.util.codegen.AdapterGenerator
 
TYPE_WS - Static variable in class cuba.util.codegen.AdapterGenerator
 

U

unbox_boolean(Object) - Method in class cuba.AbstractComponentAdapter
 
unbox_byte(Object) - Method in class cuba.AbstractComponentAdapter
 
unbox_char(Object) - Method in class cuba.AbstractComponentAdapter
 
unbox_double(Object) - Method in class cuba.AbstractComponentAdapter
 
unbox_float(Object) - Method in class cuba.AbstractComponentAdapter
 
unbox_hort(Object) - Method in class cuba.AbstractComponentAdapter
 
unbox_int(Object) - Method in class cuba.AbstractComponentAdapter
 
unbox_long(Object) - Method in class cuba.AbstractComponentAdapter
 
undump() - Method in class cuba.util.GeneratedFile
Reads a filename-typed generator result into memory and removes the file.
uniqueName(Method, Class) - Static method in class cuba.util.common.Reflection
 
UNKNOWN - Static variable in interface cuba.ContextI.Type
 
unmarshal(String) - Static method in class cuba.webservice.TunnelingMarshaller
Unmarshall the given string (base64) and return the resulting object.

V

V_1_1 - Static variable in interface cuba.util.GeneratorOptions.SupportedVersion.AXIS
 
V_1_2 - Static variable in interface cuba.util.GeneratorOptions.SupportedVersion.AXIS
 
V_1_3 - Static variable in interface cuba.util.GeneratorOptions.SupportedVersion.AXIS
 
V_1_4 - Static variable in interface cuba.util.GeneratorOptions.SupportedVersion.AXIS
 
V_2_1 - Static variable in interface cuba.util.GeneratorOptions.SupportedVersion.EJB
 
V_3_0 - Static variable in interface cuba.util.GeneratorOptions.SupportedVersion.EJB
 
valueOf(String) - Static method in enum cuba.annotation.Resource.AuthenticationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cuba.annotation.TransactionAttributeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cuba.annotation.TransactionManagementType
Returns the enum constant of this type with the specified name.
values() - Static method in enum cuba.annotation.Resource.AuthenticationType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum cuba.annotation.TransactionAttributeType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum cuba.annotation.TransactionManagementType
Returns an array containing the constants of this enum type, in the order they're declared.
Version - Class in cuba
 
Version() - Constructor for class cuba.Version
 
VersionI - Interface in cuba.util
 

W

WARNING - Static variable in interface cuba.util.GeneratedMessage.Severity
It could be a problem, the generated process is not stopped.
warning(String) - Static method in class cuba.util.GeneratorCommons
 
WEBSERVICE - Static variable in interface cuba.ContextI.Type
 
WEBSERVICEADAPTER - Static variable in interface cuba.util.GeneratorCommons.Suffixes
 
WebserviceClientContext - Class in cuba.webservice
Implementation of CUBA's client context interface providing client-side adapter implementations for all required components.
WebserviceClientContext() - Constructor for class cuba.webservice.WebserviceClientContext
 
WebserviceClientContext(Properties) - Constructor for class cuba.webservice.WebserviceClientContext
 
WEBSERVICEINTERFACE - Static variable in interface cuba.util.GeneratorCommons.Suffixes
 
WebserviceSessionStub - Class in cuba.webservice
 
WebserviceSessionStub() - Constructor for class cuba.webservice.WebserviceSessionStub
 
WEBSERVICETUNNELADAPTER - Static variable in interface cuba.util.GeneratorCommons.Suffixes
 
WEBSERVICETUNNELCLIENTADAPTER - Static variable in interface cuba.util.GeneratorCommons.Suffixes
 
WEBSERVICETUNNELINTERFACE - Static variable in interface cuba.util.GeneratorCommons.Suffixes
 
WIRED - Static variable in interface cuba.ContextI.Type
 
wired - Variable in class cuba.util.GeneratorOptions
 
WIRED_DD_DIR - Static variable in class cuba.wired.ddread.WiredJarReader
 
WIRED_DD_FILE - Static variable in class cuba.wired.ddread.WiredJarReader
 
WiredAdapter - Class in cuba.wired
Base class for adapter classes being generated for use of components in the WiredContainer.
WiredAdapter(WiredComponentContext, Class) - Constructor for class cuba.wired.WiredAdapter
 
WiredAppReader - Class in cuba.wired.ddread
XML reader for the descriptor of a wired application
WiredAppReader(String, Properties) - Constructor for class cuba.wired.ddread.WiredAppReader
Create a WiredAppReader for the passed application descriptor
WiredAppReader(Properties) - Constructor for class cuba.wired.ddread.WiredAppReader
Create a WiredAppReader, fetching the application descriptor with a predefined name META-INF/wired-application.xml from the CLASSPATH.
WiredClientContext - Class in cuba.wired
Client interface to a wired container used to get access to components and resources provided by that container.
WiredClientContext(WiredContainer, Properties) - Constructor for class cuba.wired.WiredClientContext
Creates a WiredClientContext for the passed WiredContainer.
WiredClientContext(WiredContainer) - Constructor for class cuba.wired.WiredClientContext
Creates a WiredClientContext for the passed WiredContainer without any particular configuration parameters.
WiredClientContext(Properties) - Constructor for class cuba.wired.WiredClientContext
Creates a WiredClientContext for the default WiredContainer.
WiredClientContext() - Constructor for class cuba.wired.WiredClientContext
Like function above with null properties
WiredComponentContext - Class in cuba.wired
 
WiredComponentDesc - Class in cuba.wired
Description of a CUBA component type in a wired environment The implementation class member is usually not set, leaving the information in the adapters' hands.
WiredComponentDesc(String, Class, Class, Class, Class, ComponentRefMap, ResourceRefMap, EnvironmentRefMap, boolean, String) - Constructor for class cuba.wired.WiredComponentDesc
 
WiredComponentDesc(WiredComponentDesc, Class) - Constructor for class cuba.wired.WiredComponentDesc
Copy constructor, allowing to specify an alternative implementation class for the component.
WiredContainer - Class in cuba.wired
A component and resource container for the CUBA wired model A WiredContainer is usually not created explicitly be a client but implicitly through a WiredClientContext.
WiredContainer(WiredInstanceFactoryI, WiredDataSourceProviderI, ComponentMap, ResourceFactoryMap, Map) - Constructor for class cuba.wired.WiredContainer
Constructor for test purposes
WiredContainer(WiredInstanceFactoryI, WiredDataSourceProviderI, String, Properties) - Constructor for class cuba.wired.WiredContainer
Creates a new WiredContainer
WiredContainer(String, Properties) - Constructor for class cuba.wired.WiredContainer
Creates a new WiredContainer using PrimitiveWiredInstanceFactory as the default lifecycle manager and PrimitiveDataSourceProvider as the default SQL source manager.
WiredContainer(Properties) - Constructor for class cuba.wired.WiredContainer
Creates a default WiredContainer.
WiredContainer() - Constructor for class cuba.wired.WiredContainer
Creates a default WiredContainer without particular properties.
WiredDataSourceI - Interface in cuba.wired
 
WiredDataSourceProviderI - Interface in cuba.wired
 
WiredDDGenerator - Class in cuba.util.ddgen
WiredDDGenerator generates the corresponding wired-jar.xml file to the component-jar.xml file given in the constructor.
WiredDDGenerator(ArrayList, DDGeneratorOptions) - Constructor for class cuba.util.ddgen.WiredDDGenerator
 
WIREDDESCRIPTOR - Static variable in interface cuba.util.GeneratorCommons.FileNames
 
WiredEntityManagerFactoryProviderI - Interface in cuba.wired
 
WiredEntityManagerProxy - Class in cuba.wired.jpa
This class wraps the EntityManager.
WiredEntityManagerProxy(WiredContainer, WiredManagedEntityManagerFactory) - Constructor for class cuba.wired.jpa.WiredEntityManagerProxy
 
WiredInstanceFactoryI - Interface in cuba.wired
 
WiredInstanceFactoryI.ReferenceTypes - Interface in cuba.wired
 
WiredJarReader - Class in cuba.wired.ddread
XML reader for the descriptor of a wired JAR module
WiredJarReader(String) - Constructor for class cuba.wired.ddread.WiredJarReader
Create a new WiredJarReader for the specified JAR file
WiredManagedConnection - Class in cuba.wired
The WiredManagedConnection is a wrapper class for physical connections optained from the driver manager.
WiredManagedConnection(Connection, WiredDataSource) - Constructor for class cuba.wired.WiredManagedConnection
 
WiredManagedEntityManager - Class in cuba.wired.jpa
This class is a thin wrapper around javax.persistence.EntityManager.
WiredManagedEntityManager(EntityManager) - Constructor for class cuba.wired.jpa.WiredManagedEntityManager
 
WiredManagedEntityManagerFactory - Class in cuba.wired.jpa
 
WiredManagedEntityManagerFactory(PersistenceUnitDesc, WiredContainer) - Constructor for class cuba.wired.jpa.WiredManagedEntityManagerFactory
 
WiredPooledDataSource - Class in cuba.wired
The WiredPooledDataSource is a derivation of WiredDataSource which supports connection pooling to speed up database access over multiple component method calls.
WiredTransactionI - Interface in cuba.wired
 
WiredUnrestrictedDataSource - Class in cuba.wired
This class delegates or Methods to the wrapped WiredDataSource.
WiredUnrestrictedDataSource(DataSource, WiredContainer) - Constructor for class cuba.wired.WiredUnrestrictedDataSource
 
WiredUnrestrictedManagedConnection - Class in cuba.wired
 
WiredUnrestrictedManagedConnection(Connection, WiredDataSource) - Constructor for class cuba.wired.WiredUnrestrictedManagedConnection
 
WiredUserTransaction - Class in cuba.wired
Transaction object, being instantiated when a component calls WiredComponentContext.getTransaction() for the first time or a client calls WiredClientContext.getTransaction().
WS_URL_PROPERTY - Static variable in class cuba.webservice.WebserviceClientContext
 
WSAdapter - Class in cuba.webservice
WsAdapter
WSAdapter(String) - Constructor for class cuba.webservice.WSAdapter
 
WSAdapterGenerator - Class in cuba.util.codegen
WsAdapterGenerator.
WSAdapterGenerator(CUBAComponent, String, String, String, AdapterGeneratorOptions) - Constructor for class cuba.util.codegen.WSAdapterGenerator
 
WSDDGenerator - Class in cuba.util.ddgen
AxisDDGenerator is used for generating an Axis Deployment Descriptor and WSDL files for a given CUBA component.
WSDDGenerator(ArrayList, DDGeneratorOptions) - Constructor for class cuba.util.ddgen.WSDDGenerator
 
WSDL_EXTENSION - Static variable in interface cuba.util.GeneratorCommons.FileNames
 
WSTAdapter - Class in cuba.webservice
WSTAdapter.
WSTAdapter(String) - Constructor for class cuba.webservice.WSTAdapter
Constructor with component-name.
WSTAdapterGenerator - Class in cuba.util.codegen
WSTAdapterGenerator.
WSTAdapterGenerator(CUBAComponent, String, String, String, AdapterGeneratorOptions) - Constructor for class cuba.util.codegen.WSTAdapterGenerator
Constructor.
wstAdapterTypeName(String, String) - Static method in class cuba.util.GeneratorCommons
 
WSTClientAdapter - Class in cuba.webservice
WSTClientAdapter.
WSTClientAdapter(Properties) - Constructor for class cuba.webservice.WSTClientAdapter
Constructor with the properties.
WSTDDGenerator - Class in cuba.util.ddgen
WSTDDGenerator.
WSTDDGenerator(ArrayList, DDGeneratorOptions) - Constructor for class cuba.util.ddgen.WSTDDGenerator
Constructor.

X

XmlParserI - Interface in cuba.wired.ddread
This interface must be implemented by XML parser classes to used within CUBA.
XmlParserJDK - Class in cuba.wired.ddread
XML parser using the Crimson XML library included in the JDK.
XmlParserJDK() - Constructor for class cuba.wired.ddread.XmlParserJDK
 
XmlReader - Class in cuba.wired.ddread
Convenience class for XML document analysis.
XmlReader() - Constructor for class cuba.wired.ddread.XmlReader
 
XmlReader(Properties) - Constructor for class cuba.wired.ddread.XmlReader
 

_

_createContext(String) - Static method in class cuba.webservice.WSAdapter
 
_getContext(String) - Method in class cuba.webservice.WSAdapter
 
_getContext(String) - Method in class cuba.webservice.WSTAdapter
 
_getCore() - Method in class cuba.AbstractComponentAdapter
 
_getCore() - Method in class cuba.ejb.EJB2Adapter
 
_getCore() - Method in class cuba.ejb.EJB3Adapter
Must be defined public to make it accessible to generated interceptors forwarding around-invokes to inherited interceptor methods
_getCore() - Method in class cuba.webservice.WSAdapter
 
_getCore() - Method in class cuba.webservice.WSTAdapter
 
_getCore() - Method in class cuba.wired.WiredAdapter
The function returns the component's implementation object and performs a lazy instanciation if not yet done.
_getDefaultEnvironment() - Method in class cuba.ejb.EJB3Adapter
Returns a set of default environment values.
_handleAndMarshalExceptions(Throwable) - Method in class cuba.webservice.WSTAdapter
Handle exceptions (used for generated code).
_initCore(ComponentContextI) - Method in class cuba.AbstractComponentAdapter
Runs AbstractComponentAdapter._injectDependencies(cuba.ComponentContextI) followed by AbstractComponentAdapter._postConstruct() to initialize the component the EJB 3 way.
_initCore(String, String) - Method in class cuba.webservice.WSAdapter
 
_injectDefaultEnvironment() - Method in class cuba.ejb.EJB3Adapter
Allows to inject the values of the default environment entries into the core object by calling the generated injection setters.
_injectDependencies(ComponentContextI) - Method in class cuba.AbstractComponentAdapter
This function is used in derived adapter classes to inject dependend objects (other components and resources) in EJB 3 style.
_postActivate() - Method in class cuba.AbstractComponentAdapter
Derived types may override this method to invoke all methods with a @PostActivate annotation.
_postConstruct() - Method in class cuba.AbstractComponentAdapter
Derived types may override this method to invoke all methods with a @PostConstruct annotation.
_preDestroy() - Method in class cuba.AbstractComponentAdapter
Derived types may override this method to invoke all methods with a @PreDestroy annotation.
_prePassivate() - Method in class cuba.AbstractComponentAdapter
Derived types may override this method to invoke all methods with a @PrePassivate annotation.
_wiredRemove() - Method in class cuba.wired.WiredAdapter
This function is called on object removal and in turn calls the adapter's AbstractComponentAdapter._preDestroy() method.

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