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

$

$method_getEJBResponse_0 - Static variable in class org.objectweb.easybeans.rpc.rmi.server.RMIServerRPCImpl_Stub
 

A

AbsAnnotationVisitor<T> - Class in org.objectweb.easybeans.deployment.annotations.analyzer
This class manages the setter/getter of annotation visitor.
AbsAnnotationVisitor() - Constructor for class org.objectweb.easybeans.deployment.annotations.analyzer.AbsAnnotationVisitor
Constructor (default).
AbsAnnotationVisitor(T) - Constructor for class org.objectweb.easybeans.deployment.annotations.analyzer.AbsAnnotationVisitor
Constructor.
AbsFactory - Class in org.objectweb.easybeans.container
Abstract factory which implements common and defaults methods.
It should be extended by Bean factories.
AbsFactory() - Constructor for class org.objectweb.easybeans.container.AbsFactory
 
AbsTransactionInterceptor - Class in org.objectweb.easybeans.transaction.interceptors
Defines an abstract interceptor for transaction with common code used by all transaction interceptors.
AbsTransactionInterceptor() - Constructor for class org.objectweb.easybeans.transaction.interceptors.AbsTransactionInterceptor
Constructor.
Acquire the transaction manager.
access - Variable in class org.objectweb.easybeans.deployment.annotations.JField
Access mode (see Opcodes).
access - Variable in class org.objectweb.easybeans.deployment.annotations.JMethod
Access mode (see Opcodes).
ACTIVATION_CONFIG - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxEjbMessageDrivenVisitor
activationConfig attribute of the annotation.
activationConfigProperties - Variable in class org.objectweb.easybeans.deployment.annotations.impl.JMessageDriven
List of ActivationConfigProperty.
ActivationConfigProperty - Annotation Type in javax.ejb
 
addActivationConfigProperty(ActivationConfigProperty) - Method in class org.objectweb.easybeans.deployment.annotations.impl.JMessageDriven
Adds an activation config property.
addAttribute(int, String, String) - Method in class org.objectweb.easybeans.enhancer.CommonClassGenerator
Adds an attribute in the current classwriter.
addAttribute(int, String, String, Object) - Method in class org.objectweb.easybeans.enhancer.CommonClassGenerator
Adds an attribute in the current classwriter.
addAttributes() - Method in class org.objectweb.easybeans.enhancer.interceptors.EasyBeansInvocationContextGenerator
Add attributes of the class in two steps.
addBeanDeploymentDesc(BeanDeploymentDesc) - Method in class org.objectweb.easybeans.deployment.xml.EjbJarDeploymentDesc
Add deployment descriptor for a given Bean.
addClass(String) - Method in class org.objectweb.easybeans.deployment.annotations.impl.JInterceptors
Add a class.
addClass(String) - Method in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
Adds a class that the persistence provider must add it to its set of managed classes.
addClassAnnotationMetadata(ClassAnnotationMetadata) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.EjbJarAnnotationMetadata
Add annotation metadata for a given class.
addClassDeclaration() - Method in class org.objectweb.easybeans.enhancer.interceptors.EasyBeansInvocationContextGenerator
Creates the declaration of the class with the given interfaces.
addConstructor() - Method in class org.objectweb.easybeans.enhancer.interceptors.EasyBeansInvocationContextGenerator
Create the constructor which should look like : First arg = bean instance Last args are arguments of the method (if any)
addEasyBeansInvocationContextAttributes() - Method in class org.objectweb.easybeans.enhancer.interceptors.EasyBeansInvocationContextGenerator
Adds attributes of EasyBeansInvocationContext interface.
addEasyBeansInvocationContextGetFactory() - Method in class org.objectweb.easybeans.enhancer.interceptors.EasyBeansInvocationContextGenerator
Adds the getFactory method of EasyBeansInvocationContext interface.
It adds :
addEasyBeansInvocationContextMethods() - Method in class org.objectweb.easybeans.enhancer.interceptors.EasyBeansInvocationContextGenerator
Add methods for EasyBeansInvocationContext interface.
addFactory() - Method in class org.objectweb.easybeans.enhancer.bean.BeanClassAdapter
Adds a factory attribute and its getter/setter.
addFieldAnnotationMetadata(FieldAnnotationMetadata) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Add field annotation metadata for a given Bean.
addInjectedMethod() - Method in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
Generates the injectedByEasyBeans() method on the current class.
addInterface(String) - Method in class org.objectweb.easybeans.deployment.annotations.impl.JInterface
Add an interface.
addInterface - Variable in class org.objectweb.easybeans.enhancer.interceptors.InterceptorClassAdapter
If it is true, interfaces of interceptor lifecycle will be added.
addInvocationContextAttributes() - Method in class org.objectweb.easybeans.enhancer.interceptors.EasyBeansInvocationContextGenerator
Adds attributes of InvocationContext interface.
addInvocationContextGetBean() - Method in class org.objectweb.easybeans.enhancer.interceptors.EasyBeansInvocationContextGenerator
Adds the getBean method of InvocationContext interface.
It adds :
addInvocationContextGetContextData() - Method in class org.objectweb.easybeans.enhancer.interceptors.EasyBeansInvocationContextGenerator
Adds the getContextData() method.
addInvocationContextGetMethod() - Method in class org.objectweb.easybeans.enhancer.interceptors.EasyBeansInvocationContextGenerator
Adds the getMethod() method of InvocationContext interface.
It adds :
addInvocationContextGetParameters() - Method in class org.objectweb.easybeans.enhancer.interceptors.EasyBeansInvocationContextGenerator
Adds the getParameters method of InvocationContext interface.
It adds :
addInvocationContextMethods() - Method in class org.objectweb.easybeans.enhancer.interceptors.EasyBeansInvocationContextGenerator
Add methods for InvocationContext interface.
addInvocationContextProceed() - Method in class org.objectweb.easybeans.enhancer.interceptors.EasyBeansInvocationContextGenerator
Adds the proceed method.
It adds :
addInvocationContextSetParameters() - Method in class org.objectweb.easybeans.enhancer.interceptors.EasyBeansInvocationContextGenerator
Adds the setParameters method of InvocationContext interface.
It adds :
addJarFile(URL) - Method in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
Adds a jar file to the list of JAR file URLs that the persistence provider must look in to find the entity classes that must be managed by EntityManagers of this name.
addMappingFileName(String) - Method in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
Adds a filename to the list of mapping file names.
addMethodAnnotationMetadata(MethodAnnotationMetadata) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Add method annotation metadata for a given Bean.
addMethodMetadata(ClassAnnotationMetadata, ClassAnnotationMetadata) - Static method in class org.objectweb.easybeans.deployment.annotations.helper.bean.InheritanceMethodResolver
Adds method meta data on the first class by iterating on the second given class.
addMethods() - Method in class org.objectweb.easybeans.enhancer.interceptors.EasyBeansInvocationContextGenerator
Add methods of the class in two steps.
addReturnType(Type, MethodVisitor) - Static method in class org.objectweb.easybeans.enhancer.CommonClassGenerator
Adds a return entry depending of the type value.
addStaticClassInitialization() - Method in class org.objectweb.easybeans.enhancer.interceptors.EasyBeansInvocationContextGenerator
Adds the initialization of static attributes.
addSynchronization(EasyBeansInvocationContext) - Method in class org.objectweb.easybeans.transaction.interceptors.ListenerSessionSynchronizationInterceptor
Add a synchronization listener to the transaction manager in order to be notified and send actions on the bean.
addToString() - Method in class org.objectweb.easybeans.enhancer.interceptors.EasyBeansInvocationContextGenerator
Generated toString() method.
addTransformer(ClassTransformer) - Method in interface javax.persistence.spi.PersistenceUnitInfo
Add a transformer supplied by the provider that will be called for every new class definition or class redefinition that gets loaded by the loader returned by the PersistenceInfo.getClassLoader method.
addTransformer(ClassTransformer) - Method in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
Add a transformer supplied by the provider that will be called for every new class definition or class redefinition that gets loaded by the loader returned by the PersistenceInfo.getClassLoader method.
afterCompletion(int) - Method in class org.objectweb.easybeans.transaction.SessionSynchronizationListener
This method is called by the transaction manager after the transaction is committed or rolled back.
allInterceptors - Variable in class org.objectweb.easybeans.enhancer.interceptors.EasyBeansInvocationContextGenerator
List of interceptors.
analyze() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.AnnotationDeploymentAnalyzer
Analyzes the archive and fill metadata struct.
analyze() - Method in class org.objectweb.easybeans.deployment.Deployment
Analyzes the jarFile.
analyzeArgs() - Method in class org.objectweb.easybeans.client.ClientContainer
Analyze arguments and extract parameters for the client container.
analyzeInterceptorClass(EjbJarAnnotationMetadata, String) - Static method in class org.objectweb.easybeans.deployment.annotations.helper.bean.session.checks.InterceptorsValidator
Analyze an interceptor class and check the interceptors method.
analyzePersistenceXmlFile() - Method in class org.objectweb.easybeans.container.JContainer3
Detects and analyze the META-INF/persistence.xml file.
AnalyzerException - Exception in org.objectweb.easybeans.deployment.annotations.exceptions
Exception thrown if there is a failure in an analyzer.
AnalyzerException() - Constructor for exception org.objectweb.easybeans.deployment.annotations.exceptions.AnalyzerException
Constructs a new runtime exception with null as its detail message.
AnalyzerException(String) - Constructor for exception org.objectweb.easybeans.deployment.annotations.exceptions.AnalyzerException
Constructs a new runtime exception with the specified detail message.
AnalyzerException(String, Throwable) - Constructor for exception org.objectweb.easybeans.deployment.annotations.exceptions.AnalyzerException
Constructs a new runtime exception with the specified detail message and cause.
AnnotationDeploymentAnalyzer - Class in org.objectweb.easybeans.deployment.annotations.analyzer
This class finds the annotated class and fill metadata class.
AnnotationDeploymentAnalyzer(File) - Constructor for class org.objectweb.easybeans.deployment.annotations.analyzer.AnnotationDeploymentAnalyzer
Constructor.
Archive which will be used when analyzing.
annotationDeploymentAnalyzer - Variable in class org.objectweb.easybeans.deployment.Deployment
Annotation deployment analyzer.
annotationInterceptors - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
List of annotation interceptors.
annotationInterceptors - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
List of annotation interceptors.
annotationMetadata - Variable in class org.objectweb.easybeans.deployment.annotations.analyzer.AbsAnnotationVisitor
Linked to an AnnotationMetadata ?
AnnotationType - Interface in org.objectweb.easybeans.deployment.annotations.analyzer
Interface allowing to know the type of annotation.
ie : "Ljavax/ejb/Local;" for @Local
annotationType() - Method in class org.objectweb.easybeans.deployment.annotations.impl.JActivationConfigProperty
 
annotationType() - Method in class org.objectweb.easybeans.deployment.annotations.impl.JApplicationException
 
annotationType() - Method in class org.objectweb.easybeans.deployment.annotations.impl.JRemove
 
appArgs - Variable in class org.objectweb.easybeans.client.ClientContainer
Extra Arguments.
ApplicationException - Annotation Type in javax.ejb
 
applicationException - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Application exception annotation.
archive - Variable in class org.objectweb.easybeans.api.EZBContainerCallbackInfo
Archive managed by the container.
archive - Variable in class org.objectweb.easybeans.container.JContainer3
Archive used by this container.
archive - Variable in class org.objectweb.easybeans.deployment.annotations.analyzer.AnnotationDeploymentAnalyzer
Archive which will be analyzed.
archive - Variable in class org.objectweb.easybeans.deployment.Deployment
Archive which will be analyzed.
ARG - Static variable in class org.objectweb.easybeans.enhancer.interceptors.EasyBeansInvocationContextGenerator
Name of the attributes will start with this name with an index as suffix, ie : arg0, arg1, arg2,...
args - Variable in class org.objectweb.easybeans.client.ClientContainer
Arguments used by the client.
args - Variable in class org.objectweb.easybeans.rpc.JEJBRequest
Arguments of the method.
AROUND_INVOKE_DESCRIPTOR_EJB - Static variable in class org.objectweb.easybeans.deployment.annotations.helper.bean.session.checks.InterceptorsValidator
Signature for an AroundInvoke interceptor (InvocationContext).
AROUND_INVOKE_EXCEPTION - Static variable in class org.objectweb.easybeans.deployment.annotations.helper.bean.session.checks.InterceptorsValidator
Exception required in AroundInvoke interceptor.
AroundInvoke - Annotation Type in javax.ejb
 
aroundInvoke - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
@AroundInvoke method used by interceptors ?
aroundInvokeMethodMetadata - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Method used for @AroundInvoke on this class (only one per class).
ARRAY_OBJECTS - Static variable in class org.objectweb.easybeans.enhancer.CommonClassGenerator
Define an array of objects.
arrayObjects - Variable in class org.objectweb.easybeans.deployment.annotations.analyzer.ObjectArrayAnnotationVisitor
Array.
AUTHENTICATION_TYPE - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxAnnotationResourceVisitor
Atuthentication type attribute of the annotation.
authenticationType - Variable in class org.objectweb.easybeans.deployment.annotations.impl.JAnnotationResource
Authentication type.
available - Variable in class org.objectweb.easybeans.container.JContainer3
Container available.
availableList - Variable in class org.objectweb.easybeans.pool.JPool
List of available objects in the pool.

B

BEAN_INTERFACE - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxAnnotationEJBVisitor
Bean interface attribute of the annotation.
BEAN_NAME - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxAnnotationEJBVisitor
Bean name attribute of the annotation.
beanClass - Variable in class org.objectweb.easybeans.container.session.SessionFactory
Class used to build bean's instance.
BeanClassAdapter - Class in org.objectweb.easybeans.enhancer.bean
This class adds a bean interface to the parsed object.
It also adds getEasyBeansFactory method defined in the EasyBeansBean interface.
Stateless bean will have EasyBeansStatelessSessionBean interface, etc.
BeanClassAdapter(ClassAnnotationMetadata, ClassVisitor) - Constructor for class org.objectweb.easybeans.enhancer.bean.BeanClassAdapter
Constructor.
beanClassDesc - Variable in class org.objectweb.easybeans.enhancer.interceptors.EasyBeansInvocationContextGenerator
Bean class descriptor.
beanClassName - Variable in class org.objectweb.easybeans.enhancer.interceptors.EasyBeansInvocationContextGenerator
Bean class name.
beanClassType - Variable in class org.objectweb.easybeans.enhancer.interceptors.EasyBeansInvocationContextGenerator
Bean class Type (ASM).
BeanDeploymentDesc - Class in org.objectweb.easybeans.deployment.xml
This class represents the annotation metadata of a Bean.
BeanDeploymentDesc() - Constructor for class org.objectweb.easybeans.deployment.xml.BeanDeploymentDesc
 
beanId - Variable in class org.objectweb.easybeans.rpc.ClientRPCInvocationHandler
Bean id.
beanId - Variable in class org.objectweb.easybeans.rpc.JEJBRequest
Id of the bean (ie, for stateful).
beanId - Variable in class org.objectweb.easybeans.rpc.JEJBResponse
Bean id.
beanInterface - Variable in class org.objectweb.easybeans.deployment.annotations.impl.JAnnotationEJB
Business or home Interface.
beanName - Variable in class org.objectweb.easybeans.deployment.annotations.impl.JAnnotationEJB
Bean name (Name of stateless, stateful, etc.
beansDeploymentDesc - Variable in class org.objectweb.easybeans.deployment.xml.EjbJarDeploymentDesc
List of EJB/Bean deployment descriptors.
beforeCompletion() - Method in class org.objectweb.easybeans.transaction.SessionSynchronizationListener
4.3.11 Interceptors for Session Beans.
For stateful session beans that implement the SessionSynchronization interface, afterBegin occurs before any AroundInvoke method invocation, and beforeCompletion after all AroundInvoke invocations are finished.
The beforeCompletion method is called by the transaction manager prior to the start of the two-phase transaction commit process.
bindDummyDataSourceHSQL() - Method in class org.objectweb.easybeans.server.ServerConfig
 
bindItf(String, InvocationHandler, ClassAnnotationMetadata, String) - Method in class org.objectweb.easybeans.container.JContainer3
Bind into registry interfaces for a bean making them available from clients.
BMT_INTERCEPTOR - Static variable in class org.objectweb.easybeans.deployment.annotations.helper.bean.TransactionResolver
BMT transaction interceptor.
BMTTransactionInterceptor - Class in org.objectweb.easybeans.transaction.interceptors
Defines an interceptor for method that are in Bean managed mode and then in Bean Managed Transaction.
BMTTransactionInterceptor() - Constructor for class org.objectweb.easybeans.transaction.interceptors.BMTTransactionInterceptor
Constructor.
Acquire the transaction manager.
bootInProgress - Variable in class org.objectweb.easybeans.server.ContainersMonitor
Initializing period ?.
BUFFER_SIZE - Static variable in class org.objectweb.easybeans.util.files.FileUtils
Size of the buffer.
bundles - Static variable in class org.objectweb.easybeans.i18n.I18n
List of our I18n objects.
businessMethod - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
This method is a business method ?
BusinessMethodResolver - Class in org.objectweb.easybeans.deployment.annotations.helper.bean
This class resolves the business method for bean class by looking at the interfaces.
BusinessMethodResolver() - Constructor for class org.objectweb.easybeans.deployment.annotations.helper.bean.BusinessMethodResolver
Helper class, no public constructor.
busyList - Variable in class org.objectweb.easybeans.pool.JPool
List of objects which are currently busy and not available from the pool.
BYTE_MASK - Static variable in class org.objectweb.easybeans.rpc.util.Hash
Mask for hashing algorithm.
bytes - Variable in class org.objectweb.easybeans.enhancer.interceptors.InterceptorClassAdapter.DefinedClass
Bytecode of the class.
BYTES_LENGTH - Static variable in class org.objectweb.easybeans.rpc.util.Hash
Length of hash of a method (eight byte sequence).

C

callbacksLifeCycle - Variable in class org.objectweb.easybeans.container.JContainer3
Callbacks.
checkContainer(EZBContainer) - Method in class org.objectweb.easybeans.server.ContainersMonitor
Check a container (and its archive) and see if there is a need to reload the container.
CLASS_INIT - Static variable in class org.objectweb.easybeans.deployment.annotations.helper.bean.BusinessMethodResolver
Name of the method used in constructor.
CLASS_TYPE - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxAnnotationResourceVisitor
Class with type attribute of the annotation.
classAnnotationMetadata - Variable in class org.objectweb.easybeans.deployment.annotations.analyzer.ScanClassVisitor
Class generated by the visitor which correspond to meta data contained in.
classAnnotationMetadata - Variable in class org.objectweb.easybeans.deployment.annotations.analyzer.ScanFieldVisitor
Parent of field annotation meta data that are built by this visitor.
classAnnotationMetadata - Variable in class org.objectweb.easybeans.deployment.annotations.analyzer.ScanMethodVisitor
Parent of method annotation meta data that are built by this visitor.
ClassAnnotationMetadata - Class in org.objectweb.easybeans.deployment.annotations.metadata
This class represents the annotation metadata of a Bean.
From this class, we can access to all methods of a bean with its associated information.
ClassAnnotationMetadata(String, EjbJarAnnotationMetadata) - Constructor for class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Constructor.
classAnnotationMetadata - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.FieldAnnotationMetadata
Parent metadata.
classAnnotationMetadata - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
Parent metadata.
classAnnotationMetadata - Variable in class org.objectweb.easybeans.enhancer.bean.BeanClassAdapter
Metadata available by this adapter for a class.
classAnnotationMetadata - Variable in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
Metadata available by this adapter for a class.
classAnnotationMetadata - Variable in class org.objectweb.easybeans.enhancer.interceptors.EasyBeansInvocationContextGenerator
Metadata available for a class (extracted from method metadat object.
classAnnotationMetadata - Variable in class org.objectweb.easybeans.enhancer.interceptors.InterceptorClassAdapter
Metadata available by this adapter for a class.
classAnnotationVisitors - Variable in class org.objectweb.easybeans.deployment.annotations.analyzer.ScanClassVisitor
Map of annotation visitors used by this visitor.
The key is the annotation descriptor (asm)
classes - Variable in class org.objectweb.easybeans.deployment.annotations.impl.JInterceptors
List of classes.
classesAnnotationMetadata - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.EjbJarAnnotationMetadata
List of class annotations metadata.
classLoader - Variable in class org.objectweb.easybeans.container.JContainer3
Classloader use to manage this archive.
classLoader - Variable in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
ClassLoader that the provider may use to load any classes, resources, or open URLs.
className - Variable in class org.objectweb.easybeans.container.session.SessionFactory
Name of the class of the managed bean.
className - Variable in class org.objectweb.easybeans.deployment.annotations.JClassInterceptor
String name of the class (internal name) where is the interceptor.
className - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Name of the class associated to this metadata.
className - Variable in class org.objectweb.easybeans.enhancer.interceptors.InterceptorClassAdapter.DefinedClass
Name of the class to define.
classpath - Variable in class org.objectweb.easybeans.client.ClientContainer
Classpath for the application client.
classTransformers - Variable in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
List of Class Transformers.
ClassType - Enum in org.objectweb.easybeans.deployment.annotations
Defines the available type for a class.
ClassType() - Constructor for enum org.objectweb.easybeans.deployment.annotations.ClassType
 
classType - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
The type of the class.
ClientContainer - Class in org.objectweb.easybeans.client
Defines the class use for the client container This class analyze the ear or the jar client and launch the client.
ClientContainer(String[]) - Constructor for class org.objectweb.easybeans.client.ClientContainer
Constructor for a Client container.
ClientContainerException - Exception in org.objectweb.easybeans.client
Exception thrown if there is a failure in the client container.
ClientContainerException() - Constructor for exception org.objectweb.easybeans.client.ClientContainerException
Constructs a new runtime exception with null as its detail message.
ClientContainerException(String) - Constructor for exception org.objectweb.easybeans.client.ClientContainerException
Constructs a new runtime exception with the specified detail message.
ClientContainerException(String, Throwable) - Constructor for exception org.objectweb.easybeans.client.ClientContainerException
Constructs a new runtime exception with the specified detail message and cause.
ClientRPC - Interface in org.objectweb.easybeans.rpc.api
All RPC implementation need to implement this interface which send a request to the remote side and receive a response forwarded back to the client.
ClientRPCInvocationHandler - Class in org.objectweb.easybeans.rpc
This class sends an EJB request to the server and send back to the client the response.
ClientRPCInvocationHandler(String, String) - Constructor for class org.objectweb.easybeans.rpc.ClientRPCInvocationHandler
Build a new Invocation handler.
CMT_MANDATORY_INTERCEPTOR - Static variable in class org.objectweb.easybeans.deployment.annotations.helper.bean.TransactionResolver
CMT Mandatory transaction interceptor.
CMT_NEVER_INTERCEPTOR - Static variable in class org.objectweb.easybeans.deployment.annotations.helper.bean.TransactionResolver
CMT Never transaction interceptor.
CMT_NOT_SUPPORTED_INTERCEPTOR - Static variable in class org.objectweb.easybeans.deployment.annotations.helper.bean.TransactionResolver
CMT NotSupported transaction interceptor.
CMT_REQUIRED_INTERCEPTOR - Static variable in class org.objectweb.easybeans.deployment.annotations.helper.bean.TransactionResolver
CMT Required transaction interceptor.
CMT_REQUIRES_NEW_INTERCEPTOR - Static variable in class org.objectweb.easybeans.deployment.annotations.helper.bean.TransactionResolver
CMT RequiresNew transaction interceptor.
CMT_SUPPORTS_INTERCEPTOR - Static variable in class org.objectweb.easybeans.deployment.annotations.helper.bean.TransactionResolver
CMT Supports transaction interceptor.
CMTMandatoryTransactionInterceptor - Class in org.objectweb.easybeans.transaction.interceptors
Defines an interceptor for method using the MANDATORY attribute.
CMTMandatoryTransactionInterceptor() - Constructor for class org.objectweb.easybeans.transaction.interceptors.CMTMandatoryTransactionInterceptor
Constructor.
Acquire the transaction manager.
CMTNeverTransactionInterceptor - Class in org.objectweb.easybeans.transaction.interceptors
Defines an interceptor for method using the NEVER attribute.
CMTNeverTransactionInterceptor() - Constructor for class org.objectweb.easybeans.transaction.interceptors.CMTNeverTransactionInterceptor
Constructor.
Acquire the transaction manager.
CMTNotSupportedTransactionInterceptor - Class in org.objectweb.easybeans.transaction.interceptors
Defines an interceptor for method using the NOT_SUPPORTED attribute.
CMTNotSupportedTransactionInterceptor() - Constructor for class org.objectweb.easybeans.transaction.interceptors.CMTNotSupportedTransactionInterceptor
Constructor.
Acquire the transaction manager.
CMTRequiredTransactionInterceptor - Class in org.objectweb.easybeans.transaction.interceptors
Defines an interceptor for method using the REQUIRED attribute.
CMTRequiredTransactionInterceptor() - Constructor for class org.objectweb.easybeans.transaction.interceptors.CMTRequiredTransactionInterceptor
Constructor.
Acquire the transaction manager.
CMTRequiresNewTransactionInterceptor - Class in org.objectweb.easybeans.transaction.interceptors
Defines an interceptor for method using the REQUIRES_NEW attribute.
CMTRequiresNewTransactionInterceptor() - Constructor for class org.objectweb.easybeans.transaction.interceptors.CMTRequiresNewTransactionInterceptor
Constructor.
Acquire the transaction manager.
CMTSupportsTransactionInterceptor - Class in org.objectweb.easybeans.transaction.interceptors
Defines an interceptor for method using the SUPPORTS attribute.
CMTSupportsTransactionInterceptor() - Constructor for class org.objectweb.easybeans.transaction.interceptors.CMTSupportsTransactionInterceptor
Constructor.
Acquire the transaction manager.
CommonClassGenerator - Class in org.objectweb.easybeans.enhancer
Class with useful routines for writing a class.
CommonClassGenerator(ClassWriter) - Constructor for class org.objectweb.easybeans.enhancer.CommonClassGenerator
Creates a default class with useful routines for writing a class.
CommonsLoggerImpl - Class in org.objectweb.easybeans.log
Wrapping around a commons logger allowing to use internationalization and MessageFormat API.
CommonsLoggerImpl(Log, I18n) - Constructor for class org.objectweb.easybeans.log.CommonsLoggerImpl
Build a new logger with the wrapped logger.
CommonsModelerException - Exception in org.objectweb.easybeans.jmx
Exception thrown if there is a failure in the Mbean commons modeler helper.
CommonsModelerException() - Constructor for exception org.objectweb.easybeans.jmx.CommonsModelerException
Constructs a new runtime exception with null as its detail message.
CommonsModelerException(String) - Constructor for exception org.objectweb.easybeans.jmx.CommonsModelerException
Constructs a new runtime exception with the specified detail message.
CommonsModelerException(String, Throwable) - Constructor for exception org.objectweb.easybeans.jmx.CommonsModelerException
Constructs a new runtime exception with the specified detail message and cause.
CommonsModelerHelper - Class in org.objectweb.easybeans.jmx
 
CommonsModelerHelper() - Constructor for class org.objectweb.easybeans.jmx.CommonsModelerHelper
Utility class, no public constructor.
concatStringBuilder(String, Object, StringBuilder) - Static method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Adds an entry to the given StringBuilder.
concatStringBuilder(String, Object, StringBuilder, String) - Static method in class org.objectweb.easybeans.deployment.annotations.metadata.FieldAnnotationMetadata
Adds an entry to the given StringBuilder.
concatStringBuilder(String, Object, StringBuilder) - Static method in class org.objectweb.easybeans.deployment.annotations.metadata.FieldAnnotationMetadata
Adds an entry to the given StringBuilder.
concatStringBuilder(String, Object, StringBuilder, String) - Static method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
Adds an entry to the given StringBuilder.
concatStringBuilder(String, Object, StringBuilder) - Static method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
Adds an entry to the given StringBuilder.
config - Variable in class org.objectweb.easybeans.server.Embedded
Configuration of this server.
configure() - Method in class org.objectweb.easybeans.server.Embedded
Configure the server by using the given configuration.
CONST_INIT - Static variable in class org.objectweb.easybeans.deployment.annotations.helper.bean.BusinessMethodResolver
Ignore constructor "method" of interfaces.
constructorDesc - Variable in class org.objectweb.easybeans.enhancer.interceptors.EasyBeansInvocationContextGenerator
ASM descriptor of the generated constructor.
container - Variable in class org.objectweb.easybeans.container.session.SessionFactory
Container that created this factory.
containerId - Variable in class org.objectweb.easybeans.rpc.ClientRPCInvocationHandler
Container id.
containerId - Variable in class org.objectweb.easybeans.rpc.JEJBRequest
Id of the container that will be used on the remote side.
containers - Variable in class org.objectweb.easybeans.server.Embedded
Map of managed ejb3 containers.
ContainersMonitor - Class in org.objectweb.easybeans.server
This class monitors the archives managed by containers and reload them if the archive is changed.
ContainersMonitor(Embedded) - Constructor for class org.objectweb.easybeans.server.ContainersMonitor
Builds a new monitor by initializing lists.
copyDirectory(String, String) - Static method in class org.objectweb.easybeans.util.files.FileUtils
Copy a directory recursively.
copyDirectory(File, File) - Static method in class org.objectweb.easybeans.util.files.FileUtils
Copy a directory recursively.
copyFile(String, String) - Static method in class org.objectweb.easybeans.util.files.FileUtils
Copy a file.
copyFile(File, File) - Static method in class org.objectweb.easybeans.util.files.FileUtils
Copy a file.
create(Long) - Method in class org.objectweb.easybeans.container.session.stateful.StatefulSessionFactory
Creates an instance with the given hint.
create(Long) - Method in class org.objectweb.easybeans.container.session.stateless.StatelessSessionFactory
Creates an instance with the given hint.
create(Clue) - Method in interface org.objectweb.easybeans.pool.PoolFactory
Creates an instance with the given hint.
createContainer(File) - Method in class org.objectweb.easybeans.server.Embedded
Creates and adds an ejb3 container to the managed container.
createdTime - Variable in class org.objectweb.easybeans.pool.PoolEntryStatistics
Time when this element has been created.
createMBeanDeployer(Registry) - Static method in class org.objectweb.easybeans.jmx.MBeansHelper
Create the Deployer MBean (and register it).
currentWaiters - Variable in class org.objectweb.easybeans.pool.JPool
Current number of waiters.
cw - Variable in class org.objectweb.easybeans.enhancer.CommonClassGenerator
The ClassWriter to which this adapter delegates calls.

D

debug(Object, Object...) - Method in class org.objectweb.easybeans.log.CommonsLoggerImpl
Log a message with debug log level.
debug(Object, Object...) - Method in interface org.objectweb.easybeans.log.JLog
Log a message with debug log level.
DeclareRoles - Annotation Type in javax.annotation.security
 
decode(String) - Static method in class org.objectweb.easybeans.enhancer.lib.MethodRenamer
Decodes a method by removing the prefix.
DEFAULT_DOMAIN_NAME - Static variable in class org.objectweb.easybeans.jmx.MBeanServerHelper
Default domain name.
DEFAULT_FOLDER - Static variable in class org.objectweb.easybeans.client.ClientContainer
Folder to create in tmp folder.
DEFAULT_FOLDER - Static variable in class org.objectweb.easybeans.deployer.Deployer
Folder to create in tmp folder.
DEFAULT_MAX_WAITERS - Static variable in class org.objectweb.easybeans.pool.JPool
Default maximum of waiters (1000).
DEFAULT_NAME_CONNECTOR - Static variable in class org.objectweb.easybeans.jmx.JMXRemoteHelper
ObjectName for the connector.
DEFAULT_TIMEOUT - Static variable in class org.objectweb.easybeans.pool.JPool
Default timeout (10s) in ms.
DEFAULT_URL - Static variable in class org.objectweb.easybeans.jmx.JMXRemoteHelper
Default URL.
definedClasses - Variable in class org.objectweb.easybeans.enhancer.interceptors.InterceptorClassAdapter
Mappping between className and the bytecode.
delete(String) - Static method in class org.objectweb.easybeans.util.files.FileUtils
 
delete(File) - Static method in class org.objectweb.easybeans.util.files.FileUtils
 
DenyAll - Annotation Type in javax.annotation.security
 
deployEar(String) - Method in class org.objectweb.easybeans.deployer.Deployer
Deploy an application packaged in a EAR file.
deployEar(String) - Method in class org.objectweb.easybeans.deployer.DeployerMBean
Deploy an application packaged in a EAR file.
deployEar(String) - Method in interface org.objectweb.easybeans.deployer.IDeployer
Deploy an application packaged in a EAR file.
deployEjbJar(String) - Method in class org.objectweb.easybeans.deployer.Deployer
Deploy an EJB packaged in a JAR file.
deployEjbJar(String) - Method in class org.objectweb.easybeans.deployer.DeployerMBean
Deploy an EJB packaged in a JAR file.
deployEjbJar(String) - Method in interface org.objectweb.easybeans.deployer.IDeployer
Deploy an EJB packaged in a JAR file.
Deployer - Class in org.objectweb.easybeans.deployer
Deployer allowing deploy/undeploy functions on this container.
Deployer() - Constructor for class org.objectweb.easybeans.deployer.Deployer
Private constructor as the instance should be unique (by calling getInstance() method).
deployer - Static variable in class org.objectweb.easybeans.deployer.Deployer
Unique instance.
DeployerMBean - Class in org.objectweb.easybeans.deployer
Exposed MBean for the Deployer class.
DeployerMBean() - Constructor for class org.objectweb.easybeans.deployer.DeployerMBean
Create the mbean.
deployFile(Integer, Byte[], String) - Method in class org.objectweb.easybeans.deployer.Deployer
Deploy a file on the EJB3 container.
deployFile(Integer, Byte[], String) - Method in class org.objectweb.easybeans.deployer.DeployerMBean
Deploy a file on the EJB3 container.
deployFile(Integer, Byte[], String) - Method in interface org.objectweb.easybeans.deployer.IDeployer
Deploy a file on the EJB3 container.
deployment - Variable in class org.objectweb.easybeans.container.JContainer3
Deployment for the managed archive.
Deployment - Class in org.objectweb.easybeans.deployment
This class will parse given ejb-jar file and completes metadata by using resolver.
Deployment(File) - Constructor for class org.objectweb.easybeans.deployment.Deployment
Constructor.
Archive which will be used when analyzing.
DESCRIPTION - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxAnnotationResourceVisitor
Description of the annotation.
description - Variable in class org.objectweb.easybeans.deployment.annotations.impl.JAnnotationResource
Description.
descriptor - Variable in class org.objectweb.easybeans.deployment.annotations.JField
Field's descriptor.
descriptor - Variable in class org.objectweb.easybeans.deployment.annotations.JMethod
Method's descriptor.
DIRECTORY_PERSISTENCE_XML_FILE - Static variable in class org.objectweb.easybeans.container.JContainer3
Directory where persistence.xml file should be.
discard(InstanceType) - Method in class org.objectweb.easybeans.pool.JPool
Discard the instance which is in the pool.
discard(InstanceType) - Method in interface org.objectweb.easybeans.pool.Pool
Discard the instance which is in the pool.
DummyDataSource - Class in org.objectweb.easybeans.ds
Defines a dummy datasource implementation based on HSQL in memory server.
DummyDataSource() - Constructor for class org.objectweb.easybeans.ds.DummyDataSource
Constructor.
Init the driver.
dummyDataSourceHSQL - Variable in class org.objectweb.easybeans.server.ServerConfig
Start a dummy DS implementation based on HSQL.
dump(InputStream, File) - Static method in class org.objectweb.easybeans.util.files.FileUtils
Write the given input stream in the given file.

E

EASYBEANS_FACTORY - Static variable in class org.objectweb.easybeans.enhancer.CommonClassGenerator
Factory class (used to make the bean factory available).
EASYBEANS_INTERCEPTOR - Static variable in class org.objectweb.easybeans.deployment.annotations.helper.bean.InterceptorsClassResolver
Signature of EasyBeans interceptors.
EASYBEANS_INTERCEPTOR - Static variable in class org.objectweb.easybeans.deployment.annotations.helper.bean.TransactionResolver
Signature of EasyBeans interceptors.
EASYBEANS_INVOCATION_CONTEXT - Static variable in class org.objectweb.easybeans.enhancer.interceptors.EasyBeansInvocationContextGenerator
EasyBeansInvocationContext interface.
EasyBeansBean - Interface in org.objectweb.easybeans.api.bean
Defines the interface of a bean.
EasyBeansDependencyInjection - Interface in org.objectweb.easybeans.api
This interface is used by all classes that supports dependency inection.
EasyBeansInjection - Interface in org.objectweb.easybeans.api.bean.injection
Defines the injection interface of an enterprise bean.
EasyBeansInjectionException - Exception in org.objectweb.easybeans.api.bean.injection
Exception thrown if there is a failure when injecting resources in the bean.
EasyBeansInjectionException() - Constructor for exception org.objectweb.easybeans.api.bean.injection.EasyBeansInjectionException
Constructs a new runtime exception with null as its detail message.
EasyBeansInjectionException(String) - Constructor for exception org.objectweb.easybeans.api.bean.injection.EasyBeansInjectionException
Constructs a new runtime exception with the specified detail message.
EasyBeansInjectionException(String, Throwable) - Constructor for exception org.objectweb.easybeans.api.bean.injection.EasyBeansInjectionException
Constructs a new runtime exception with the specified detail message and cause.
EasyBeansInjectionException(Throwable) - Constructor for exception org.objectweb.easybeans.api.bean.injection.EasyBeansInjectionException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
EasyBeansInterceptor - Interface in org.objectweb.easybeans.api
This interface will be implemented by all EasyBeans interceptors.
EasyBeansInvocationContext - Interface in org.objectweb.easybeans.api
This interfaces adds some methods to the interface that EasyBeans interceptors will have.
EasyBeansInvocationContextGenerator - Class in org.objectweb.easybeans.enhancer.interceptors
Generates the implementation of EasyBeansInvocationContext interface for a given business method.
EasyBeansInvocationContextGenerator(MethodAnnotationMetadata, InterceptorType) - Constructor for class org.objectweb.easybeans.enhancer.interceptors.EasyBeansInvocationContextGenerator
Constructor It will generate a class for the given method metadata.
EasyBeansLifeCycle - Interface in org.objectweb.easybeans.api.bean.lifecycle
Defines the lifecycle of an enterprise bean.
EasyBeansMDB - Interface in org.objectweb.easybeans.api.bean
Defines the interface of a MDB.
EasyBeansMDBLifeCycle - Interface in org.objectweb.easybeans.api.bean.lifecycle
Defines the lifecycle of a MDB.
EasyBeansResourceAdapter - Class in org.objectweb.easybeans.server.ra
Defines a resource adapter which allow to embed the EJB3 server in Application Server.
EasyBeansResourceAdapter() - Constructor for class org.objectweb.easybeans.server.ra.EasyBeansResourceAdapter
 
EasyBeansResourceAdapter.EmbeddedStarter - Class in org.objectweb.easybeans.server.ra
This inner class will wait until the JOnAS server is ready and start the embedded server.
EasyBeansResourceAdapter.EmbeddedStarter() - Constructor for class org.objectweb.easybeans.server.ra.EasyBeansResourceAdapter.EmbeddedStarter
 
EasyBeansSB - Interface in org.objectweb.easybeans.api.bean
Defines the interface of a session bean.
EasyBeansSBLifeCycle - Interface in org.objectweb.easybeans.api.bean.lifecycle
Defines the lifecycle of a session bean.
EasyBeansSFSB - Interface in org.objectweb.easybeans.api.bean
Defines the interface of a stateful session bean.
EasyBeansSFSBLifeCycle - Interface in org.objectweb.easybeans.api.bean.lifecycle
Defines the lifecycle of a stateful session bean.
EasyBeansSLSB - Interface in org.objectweb.easybeans.api.bean
Defines the interface of a stateless session bean.
EasyBeansSLSBLifeCycle - Interface in org.objectweb.easybeans.api.bean.lifecycle
Defines the lifecycle of a stateless session bean.
EJB - Annotation Type in javax.annotation
 
ejb3Directory - Variable in class org.objectweb.easybeans.server.ServerConfig
Path where to lookup beans.
ejb3server - Variable in class org.objectweb.easybeans.rpc.rmi.server.RMIServerRPCImpl
Server on which it depends.
ejbJarAnnotationMetadata - Variable in class org.objectweb.easybeans.deployment.annotations.analyzer.AnnotationDeploymentAnalyzer
Metadata representing the parsed ejb-jar file.
ejbJarAnnotationMetadata - Variable in class org.objectweb.easybeans.deployment.annotations.analyzer.ScanClassVisitor
Parent of classannotation meta data that are built by this visitor.
ejbJarAnnotationMetadata - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Parent meta data.
EjbJarAnnotationMetadata - Class in org.objectweb.easybeans.deployment.annotations.metadata
This class represents the annotation metadata of all classes of an EjbJar file.
EjbJarAnnotationMetadata() - Constructor for class org.objectweb.easybeans.deployment.annotations.metadata.EjbJarAnnotationMetadata
Constructor.
ejbJarAnnotationMetadata - Variable in class org.objectweb.easybeans.enhancer.Enhancer
Metadata of the classes of a given ejb-jar.
EjbJarDeploymentDesc - Class in org.objectweb.easybeans.deployment.xml
This class makes the availability of deployment descriptors used in an ejb-jar.
EjbJarDeploymentDesc() - Constructor for class org.objectweb.easybeans.deployment.xml.EjbJarDeploymentDesc
Constructor.
ejbName - Variable in class org.objectweb.easybeans.deployment.xml.BeanDeploymentDesc
Name of bean associated to this metadata.
EJBRequest - Interface in org.objectweb.easybeans.rpc.api
Request sends to the server.
EJBResponse - Interface in org.objectweb.easybeans.rpc.api
Response received from the server.
EJBs - Annotation Type in javax.annotation
 
embedded - Static variable in class org.objectweb.easybeans.deployer.Deployer
Embedded server linked to this deployer.
embedded - Variable in class org.objectweb.easybeans.server.ContainersMonitor
Embedded server which is monitored.
Embedded - Class in org.objectweb.easybeans.server
Allows to create an embedded EJB3 server.
Embedded() - Constructor for class org.objectweb.easybeans.server.Embedded
Creates a new Embedded server.
It will take default values of configuration.
Embedded(ServerConfig) - Constructor for class org.objectweb.easybeans.server.Embedded
Creates a new embedded server with a given configuration.
embedded - Variable in class org.objectweb.easybeans.server.ra.EasyBeansResourceAdapter
Embedded instance.
EmbeddedException - Exception in org.objectweb.easybeans.server
Exception thrown if there is a failure in the embedded server.
EmbeddedException() - Constructor for exception org.objectweb.easybeans.server.EmbeddedException
Constructs a new runtime exception with null as its detail message.
EmbeddedException(String) - Constructor for exception org.objectweb.easybeans.server.EmbeddedException
Constructs a new runtime exception with the specified detail message.
EmbeddedException(String, Throwable) - Constructor for exception org.objectweb.easybeans.server.EmbeddedException
Constructs a new runtime exception with the specified detail message and cause.
EmbeddedException(Throwable) - Constructor for exception org.objectweb.easybeans.server.EmbeddedException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
emptyVisitor - Variable in class org.objectweb.easybeans.deployment.annotations.analyzer.ScanClassVisitor
Annotation visitor which do nothing.
emptyVisitor - Variable in class org.objectweb.easybeans.deployment.annotations.analyzer.ScanFieldVisitor
Annotation visitor which do nothing.
emptyVisitor - Variable in class org.objectweb.easybeans.deployment.annotations.analyzer.ScanMethodVisitor
Annotation visitor which do nothing.
ENCInterceptor - Class in org.objectweb.easybeans.naming
This interceptor sets the ENC context before calling method.
ENCInterceptor() - Constructor for class org.objectweb.easybeans.naming.ENCInterceptor
 
encode(String) - Static method in class org.objectweb.easybeans.enhancer.lib.MethodRenamer
Encodes a name by prefixing it with the prefix.
encodeArrayClassDesc(String) - Static method in class org.objectweb.easybeans.enhancer.CommonClassGenerator
Encodes an internal classname into an array descriptor.
encodeClassDesc(String) - Static method in class org.objectweb.easybeans.enhancer.CommonClassGenerator
Encodes an internal classname into a descriptor.
endClass() - Method in class org.objectweb.easybeans.enhancer.interceptors.EasyBeansInvocationContextGenerator
Called when the generated class is done.
endpointActivation(MessageEndpointFactory, ActivationSpec) - Method in class org.objectweb.easybeans.server.ra.EasyBeansResourceAdapter
This is called during the activation of a message endpoint.
endpointDeactivation(MessageEndpointFactory, ActivationSpec) - Method in class org.objectweb.easybeans.server.ra.EasyBeansResourceAdapter
This is called when a message endpoint is deactivated.
enhance() - Method in class org.objectweb.easybeans.enhancer.Enhancer
Enhance all classes which match beans, etc.
Enhancer - Class in org.objectweb.easybeans.enhancer
This class is used for enhancing a set of classes (Beans like Stateless, Stateful, MDB, etc).
Enhancer(ClassLoader, EjbJarAnnotationMetadata) - Constructor for class org.objectweb.easybeans.enhancer.Enhancer
Creates an new enhancer.
EnhancerException - Exception in org.objectweb.easybeans.enhancer
Exception thrown if there is a failure in an enhancer.
EnhancerException() - Constructor for exception org.objectweb.easybeans.enhancer.EnhancerException
Constructs a new runtime exception with null as its detail message.
EnhancerException(String) - Constructor for exception org.objectweb.easybeans.enhancer.EnhancerException
Constructs a new runtime exception with the specified detail message.
EnhancerException(String, Throwable) - Constructor for exception org.objectweb.easybeans.enhancer.EnhancerException
Constructs a new runtime exception with the specified detail message and cause.
entityManagerFactory - Variable in class org.objectweb.easybeans.container.JContainer3
Entity manager factory (if any).
EntityManagerHelper - Class in org.objectweb.easybeans.injection
Helper class for injecting EntityManager instance in the bean.
EntityManagerHelper() - Constructor for class org.objectweb.easybeans.injection.EntityManagerHelper
Utility class, no public constructor.
EnumAnnotationVisitor<T> - Class in org.objectweb.easybeans.deployment.annotations.analyzer
This class manages the handling of enum values.
EnumAnnotationVisitor(T) - Constructor for class org.objectweb.easybeans.deployment.annotations.analyzer.EnumAnnotationVisitor
Constructor.
equals(Object) - Method in class org.objectweb.easybeans.deployment.annotations.JField
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.objectweb.easybeans.deployment.annotations.JMethod
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.objectweb.easybeans.enhancer.interceptors.InterceptorClassAdapter.DefinedClass
Equals.
error(String) - Method in class org.objectweb.easybeans.client.ClientContainer
Display an error message with the logger.
error(Object, Object...) - Method in class org.objectweb.easybeans.log.CommonsLoggerImpl
Log a message with error log level.
error(Object, Object...) - Method in interface org.objectweb.easybeans.log.JLog
Log a message with error log level.
exceptions - Variable in class org.objectweb.easybeans.deployment.annotations.JMethod
Exceptions of the method.
ExcludeClassInterceptors - Annotation Type in javax.ejb
 
excludeClassInterceptors - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
@ExcludeClassInterceptors method ?
ExcludeDefaultInterceptors - Annotation Type in javax.ejb
 
excludeUnlistedClasses() - Method in interface javax.persistence.spi.PersistenceUnitInfo
 
excludeUnlistedClasses - Variable in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
Whether classes in the root of the persistence unit that have not been explicitly listed are to be included in the set of managed classes.
excludeUnlistedClasses() - Method in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
 
extensionsURLs - Variable in class org.objectweb.easybeans.client.ClientContainer
URLs resolved in the case of the extension mechanism in the Ear case.
extractAndAnalyzeEar(File) - Method in class org.objectweb.easybeans.client.ClientContainer
Extract the client of an ear and analyze ear too.
EZBContainer - Interface in org.objectweb.easybeans.api
This interface represents an EasyBeans EJB Container.
EZBContainerCallbackInfo - Class in org.objectweb.easybeans.api
Information send by containers to listeners when the callback is called.
EZBContainerCallbackInfo() - Constructor for class org.objectweb.easybeans.api.EZBContainerCallbackInfo
 
EZBContainerException - Exception in org.objectweb.easybeans.api
Exception thrown if there is a failure in a container lifecycle.
EZBContainerException() - Constructor for exception org.objectweb.easybeans.api.EZBContainerException
Constructs a new runtime exception with null as its detail message.
EZBContainerException(String) - Constructor for exception org.objectweb.easybeans.api.EZBContainerException
Constructs a new runtime exception with the specified detail message.
EZBContainerException(String, Throwable) - Constructor for exception org.objectweb.easybeans.api.EZBContainerException
Constructs a new runtime exception with the specified detail message and cause.
EZBContainerException(Throwable) - Constructor for exception org.objectweb.easybeans.api.EZBContainerException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
EZBContainerLifeCycleCallback - Interface in org.objectweb.easybeans.api
This interface should be implemented by users which want to be notified at some lifecycle step of the container.

F

factories - Variable in class org.objectweb.easybeans.container.JContainer3
Map of managed ejb3 factories.
Factory - Interface in org.objectweb.easybeans.api
This interface is used by all bean factories of EJB 3 container.
FactoryException - Exception in org.objectweb.easybeans.api
Exception thrown if there is a failure in a session lifecycle.
FactoryException() - Constructor for exception org.objectweb.easybeans.api.FactoryException
Constructs a new runtime exception with null as its detail message.
FactoryException(String) - Constructor for exception org.objectweb.easybeans.api.FactoryException
Constructs a new runtime exception with the specified detail message.
FactoryException(String, Throwable) - Constructor for exception org.objectweb.easybeans.api.FactoryException
Constructs a new runtime exception with the specified detail message and cause.
FactoryException(Throwable) - Constructor for exception org.objectweb.easybeans.api.FactoryException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
factoryName - Variable in class org.objectweb.easybeans.rpc.ClientRPCInvocationHandler
Factory name.
factoryName - Variable in class org.objectweb.easybeans.rpc.JEJBRequest
Name of the factory for which is dedicated this request.
fatal(Object, Object...) - Method in class org.objectweb.easybeans.log.CommonsLoggerImpl
Log a message with fatal log level.
fatal(Object, Object...) - Method in interface org.objectweb.easybeans.log.JLog
Log a message with fatal log level.
fieldAnnotationMetadata - Variable in class org.objectweb.easybeans.deployment.annotations.analyzer.ScanFieldVisitor
Class generated by the visitor which correspond to meta data contained in the parsed field.
FieldAnnotationMetadata - Class in org.objectweb.easybeans.deployment.annotations.metadata
This class represents the annotation metadata of a field.
FieldAnnotationMetadata(JField, ClassAnnotationMetadata) - Constructor for class org.objectweb.easybeans.deployment.annotations.metadata.FieldAnnotationMetadata
Constructor.
fieldAnnotationVisitors - Variable in class org.objectweb.easybeans.deployment.annotations.analyzer.ScanFieldVisitor
Map of annotation visitors used by this visitor.
The key is the annotation descriptor (asm)
fieldsAnnotationMetadata - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
List of field annotations metadata.
FileUtils - Class in org.objectweb.easybeans.util.files
This class manages operation done many times on files, like copying them.
FileUtils() - Constructor for class org.objectweb.easybeans.util.files.FileUtils
Utility class, no public constructor.
FileUtilsException - Exception in org.objectweb.easybeans.util.files
The class FileUtilsException indicates conditions that a reasonable application might want to catch.
FileUtilsException() - Constructor for exception org.objectweb.easybeans.util.files.FileUtilsException
Constructs a new FileUtilsException with no detail message.
FileUtilsException(String) - Constructor for exception org.objectweb.easybeans.util.files.FileUtilsException
Constructs a new FileUtilsException with the specified message.
FileUtilsException(String, Throwable) - Constructor for exception org.objectweb.easybeans.util.files.FileUtilsException
Constructs a new FileUtilsException with the specified message and throwable.
fv - Variable in class org.objectweb.easybeans.enhancer.CommonClassGenerator
Field visitor.

G

generate() - Method in class org.objectweb.easybeans.enhancer.interceptors.EasyBeansInvocationContextGenerator
Generates the class.
generateBodyInjectedMethod(MethodVisitor) - Method in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
Generates the body of the injectedByEasyBeans() method if any.
Else, do nothing.
generateCallToInvocationContext(MethodAnnotationMetadata, EasyBeansInvocationContextGenerator, InterceptorType) - Method in class org.objectweb.easybeans.enhancer.interceptors.InterceptorClassAdapter
Generates the call to InvocationContext impl proceed method after building a new object.
generateClass(MethodAnnotationMetadata, InterceptorType) - Method in class org.objectweb.easybeans.enhancer.interceptors.InterceptorClassAdapter
Generate an invocation context object.
GENERATED_CLASS_VERSION - Static variable in class org.objectweb.easybeans.enhancer.CommonClassGenerator
Version used for generated class.
generatedClassName - Variable in class org.objectweb.easybeans.enhancer.interceptors.EasyBeansInvocationContextGenerator
Full class name of the generated class (prefixed by packageName).
generatedTypes - Variable in class org.objectweb.easybeans.enhancer.interceptors.InterceptorClassAdapter
List of generated classes for each interceptor type.
generateDummyMethod(ClassAnnotationMetadata, InterceptorType) - Method in class org.objectweb.easybeans.enhancer.interceptors.InterceptorClassAdapter
Generates a dummy method for missing lifecycle method events.
get() - Method in class org.objectweb.easybeans.pool.JPool
Gets an object from the pool.
get(Clue) - Method in class org.objectweb.easybeans.pool.JPool
Gets an object by using a specific hint.
get() - Method in interface org.objectweb.easybeans.pool.Pool
Gets an object from the pool.
get(Clue) - Method in interface org.objectweb.easybeans.pool.Pool
Gets an object by using a specific hint.
getAnnotationDeploymentAnalyzer() - Method in class org.objectweb.easybeans.deployment.Deployment
 
getAnnotationInterceptors() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
getAnnotationInterceptors() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
 
getAnnotationMetadata() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.AbsAnnotationVisitor
 
getApplicationException() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
getArchive() - Method in interface org.objectweb.easybeans.api.EZBContainer
Gets the archive used by this container.
getArchive() - Method in class org.objectweb.easybeans.api.EZBContainerCallbackInfo
Gets the archive (directory/file) managed by this container.
getArchive() - Method in class org.objectweb.easybeans.container.JContainer3
Gets the archive used by this container.
getAroundInvokeMethodMetadata() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
getArrayObjects() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.ObjectArrayAnnotationVisitor
 
getAttributeValue(Element, String) - Static method in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfoLoader.XMLUtils
Returns the value of the attribute of the given element.
getAuthenticationType() - Method in class org.objectweb.easybeans.deployment.annotations.impl.JAnnotationResource
 
getBean() - Method in interface javax.ejb.InvocationContext
 
getBeanClass() - Method in class org.objectweb.easybeans.container.session.SessionFactory
Gets the bean's class.
getBeanDeploymentDesc(String) - Method in class org.objectweb.easybeans.deployment.xml.EjbJarDeploymentDesc
Get Bean deployment desc for a given bean name.
getBeanId() - Method in interface org.objectweb.easybeans.rpc.api.EJBRequest
 
getBeanId() - Method in interface org.objectweb.easybeans.rpc.api.EJBResponse
 
getBeanId() - Method in class org.objectweb.easybeans.rpc.JEJBRequest
 
getBeanId() - Method in class org.objectweb.easybeans.rpc.JEJBResponse
 
getBeanInterface() - Method in class org.objectweb.easybeans.deployment.annotations.impl.JAnnotationEJB
 
getBeanName() - Method in class org.objectweb.easybeans.deployment.annotations.impl.JAnnotationEJB
 
getBytes() - Method in class org.objectweb.easybeans.enhancer.interceptors.EasyBeansInvocationContextGenerator
 
getBytes() - Method in class org.objectweb.easybeans.enhancer.interceptors.InterceptorClassAdapter.DefinedClass
 
getClassAnnotationMetadata(String) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.EjbJarAnnotationMetadata
Get class annotation metadata.
getClassAnnotationMetadata() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.FieldAnnotationMetadata
 
getClassAnnotationMetadata() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
 
getClassAnnotationMetadataCollection() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.EjbJarAnnotationMetadata
Get collections of bean annotation metadata.
getClasses() - Method in class org.objectweb.easybeans.deployment.annotations.impl.JInterceptors
 
getClassLoader() - Method in interface javax.persistence.spi.PersistenceUnitInfo
 
getClassLoader() - Method in interface org.objectweb.easybeans.api.EZBContainer
Gets the classloader of the container.
getClassLoader() - Method in class org.objectweb.easybeans.container.JContainer3
Gets the classloader.
getClassLoader() - Method in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
 
getClassName() - Method in class org.objectweb.easybeans.container.session.SessionFactory
Gets the className used by this factory.
getClassName() - Method in class org.objectweb.easybeans.deployment.annotations.JClassInterceptor
 
getClassName() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
getClassName() - Method in class org.objectweb.easybeans.enhancer.interceptors.InterceptorClassAdapter.DefinedClass
 
getClassReader(ClassAnnotationMetadata) - Method in class org.objectweb.easybeans.enhancer.Enhancer
Gets a class reader for a given metadata.
getClient() - Static method in class org.objectweb.easybeans.rpc.RPC
TODO : manage a pool and different kind of implementation.
getConfig() - Method in class org.objectweb.easybeans.server.Embedded
 
getConnection() - Method in class org.objectweb.easybeans.ds.DummyDataSource
Attempts to establish a connection with the data source that this DataSource object represents.
getConnection(String, String) - Method in class org.objectweb.easybeans.ds.DummyDataSource
Attempts to establish a connection with the data source that this DataSource object represents.
getConstructorDesc() - Method in class org.objectweb.easybeans.enhancer.interceptors.EasyBeansInvocationContextGenerator
 
getContainer() - Method in interface org.objectweb.easybeans.api.Factory
Gets the container used by this factory.
getContainer() - Method in class org.objectweb.easybeans.container.session.SessionFactory
Gets the container used by this factory.
getContainer(String) - Method in class org.objectweb.easybeans.server.Embedded
Gets a container managed by this server.
getContainer3CallbackInfo() - Method in class org.objectweb.easybeans.container.JContainer3
Gets information on the container that can be given to container callbacks.
getContainerId() - Method in interface org.objectweb.easybeans.rpc.api.EJBRequest
 
getContainerId() - Method in class org.objectweb.easybeans.rpc.JEJBRequest
 
getContainers() - Method in class org.objectweb.easybeans.server.Embedded
 
getContextData() - Method in interface javax.ejb.InvocationContext
 
getCreatedTime() - Method in class org.objectweb.easybeans.pool.PoolEntryStatistics
 
getCW() - Method in class org.objectweb.easybeans.enhancer.CommonClassGenerator
 
getDefinedClasses() - Method in class org.objectweb.easybeans.enhancer.interceptors.InterceptorClassAdapter
 
getDeployer() - Method in class org.objectweb.easybeans.deployer.DeployerMBean
 
getDescription() - Method in class org.objectweb.easybeans.deployment.annotations.impl.JAnnotationResource
 
getDescriptor() - Method in class org.objectweb.easybeans.deployment.annotations.JField
 
getDescriptor() - Method in class org.objectweb.easybeans.deployment.annotations.JMethod
 
getDocument(URL) - Static method in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfoLoader
Builds a new Document for a given xml file.
getEasyBeansFactory() - Method in interface org.objectweb.easybeans.api.bean.EasyBeansBean
Gets the factory associated to this bean.
getEjb3Directory() - Method in class org.objectweb.easybeans.server.ServerConfig
 
getEjbJarAnnotationMetadata() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.AnnotationDeploymentAnalyzer
 
getEjbJarAnnotationMetadata() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
getEjbName() - Method in class org.objectweb.easybeans.deployment.xml.BeanDeploymentDesc
 
getEJBResponse(EJBRequest) - Method in interface org.objectweb.easybeans.rpc.rmi.server.RMIServerRPC
Handle a request and send back a response.
getEJBResponse(EJBRequest) - Method in class org.objectweb.easybeans.rpc.rmi.server.RMIServerRPCImpl
Handle a request and send back a response.
It finds the right container and its factory and send the request to the factory.
getEJBResponse(EJBRequest) - Method in class org.objectweb.easybeans.rpc.rmi.server.RMIServerRPCImpl_Stub
 
getEmbedded() - Method in class org.objectweb.easybeans.server.ra.EasyBeansResourceAdapter
Gets the embedded object.
getEntityManager(EasyBeansBean) - Static method in class org.objectweb.easybeans.injection.EntityManagerHelper
Gets an entity manager for the given bean.
getEntityManagerFactory() - Method in interface org.objectweb.easybeans.api.EZBContainer
Gets the entity manager factory used by this container if any.
getEntityManagerFactory() - Method in class org.objectweb.easybeans.container.JContainer3
Gets the entity manager factory used by this container if any.
getExceptions() - Method in class org.objectweb.easybeans.deployment.annotations.JMethod
 
getFactory() - Method in interface org.objectweb.easybeans.api.EasyBeansInvocationContext
 
getFactory(String) - Method in interface org.objectweb.easybeans.api.EZBContainer
Gets a factory with its given name.
getFactory(String) - Method in class org.objectweb.easybeans.container.JContainer3
Gets a factory with its given name.
getFactory() - Method in interface org.objectweb.easybeans.rpc.api.EJBRequest
 
getFactory() - Method in class org.objectweb.easybeans.rpc.JEJBRequest
 
getFieldAnnotationMetadata(JField) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
getFieldAnnotationMetadataCollection() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Get collections of fields annotation metadata.
getFieldName() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.FieldAnnotationMetadata
 
getGeneratedClassName() - Method in class org.objectweb.easybeans.enhancer.interceptors.EasyBeansInvocationContextGenerator
 
getGlobalEasyBeansInterceptors() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
getHashes() - Method in class org.objectweb.easybeans.container.session.SessionFactory
Gets the computed hashes.
getI18n() - Method in class org.objectweb.easybeans.log.CommonsLoggerImpl
Gets the i18n object associated to this logger.
getI18n() - Method in interface org.objectweb.easybeans.log.JLog
Gets the i18n object associated to this logger.
getId() - Method in interface org.objectweb.easybeans.api.EZBContainer
Gets the id of this container.
getId() - Method in class org.objectweb.easybeans.container.JContainer3
Gets the id of this container.
getIdMbeanServer() - Static method in class org.objectweb.easybeans.jmx.MBeanServerHelper
 
getInstance() - Static method in class org.objectweb.easybeans.deployer.Deployer
 
getInstance(Class) - Static method in class org.objectweb.easybeans.i18n.I18n
Gets the instance for a given class.
getInstance(Class, ClassLoader) - Static method in class org.objectweb.easybeans.i18n.I18n
Gets the instance for a given class.
getInstance(String) - Static method in class org.objectweb.easybeans.i18n.I18n
Gets the instance for a given package.
getInstance(String, ClassLoader) - Static method in class org.objectweb.easybeans.i18n.I18n
Gets the instance for a given package.
getInterceptors(String, EjbJarAnnotationMetadata, List<String>) - Static method in class org.objectweb.easybeans.deployment.annotations.helper.bean.InterceptorsClassResolver
Found interceptors method in the given class.
getInterceptors() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
 
getInterfaces() - Method in class org.objectweb.easybeans.deployment.annotations.impl.JInterface
 
getInterfaces() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
getInternalMBeanServer() - Static method in class org.objectweb.easybeans.jmx.MBeanServerHelper
 
getJAnnotationEJB() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxAnnotationEJBVisitor
 
getJAnnotationEJB() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
getJAnnotationEJB() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.FieldAnnotationMetadata
 
getJAnnotationEJB() - Method in interface org.objectweb.easybeans.deployment.annotations.metadata.interfaces.IAnnotationEJB
 
getJAnnotationEJB() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
 
getJAnnotationEJBs() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
getJAnnotationResource() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxAnnotationResourceVisitor
 
getJAnnotationResource() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
getJAnnotationResource() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.FieldAnnotationMetadata
 
getJAnnotationResource() - Method in interface org.objectweb.easybeans.deployment.annotations.metadata.interfaces.IAnnotationResource
 
getJAnnotationResource() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
 
getJAnnotationResources() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
getJarFiles() - Method in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
 
getJarFileUrls() - Method in interface javax.persistence.spi.PersistenceUnitInfo
 
getJarFileUrls() - Method in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
 
getJField() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.FieldAnnotationMetadata
 
getJMessageDriven() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
getJMethod() - Method in class org.objectweb.easybeans.deployment.annotations.JClassInterceptor
 
getJMethod() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
 
getJRemove() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
 
getJtaDataSource() - Method in interface javax.persistence.spi.PersistenceUnitInfo
 
getJtaDataSource() - Method in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
 
getJtaDataSourceName() - Method in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
Gets the jta datasource name.
getLastModified(File) - Method in class org.objectweb.easybeans.server.ContainersMonitor
Gets the last modified attribute of a given archive.
If it is a directory, returns the last modified file of the archive.
getLocalHome() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
getLocalInterfaces() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
getLog(Class) - Static method in class org.objectweb.easybeans.log.JLogFactory
Factory method used to return a logger.
getLoginTimeout() - Method in class org.objectweb.easybeans.ds.DummyDataSource
Gets the maximum time in seconds that this data source can wait while attempting to connect to a database.
getLogWriter() - Method in class org.objectweb.easybeans.ds.DummyDataSource
Retrieves the log writer for this DataSource object.
getManagedClassNames() - Method in interface javax.persistence.spi.PersistenceUnitInfo
 
getManagedClassNames() - Method in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
 
getMappingFileNames() - Method in interface javax.persistence.spi.PersistenceUnitInfo
 
getMappingFileNames() - Method in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
 
getMBeanServerServer() - Static method in class org.objectweb.easybeans.jmx.MBeanServerHelper
Gets first available MBean Server.
getMessage(String, Object...) - Method in class org.objectweb.easybeans.i18n.I18n
Gets the formatted string with the given arguments.
getMessage(Object, Object...) - Method in class org.objectweb.easybeans.log.CommonsLoggerImpl
Gets a string message build with the given args.
*
getMessageListenerInterface() - Method in class org.objectweb.easybeans.deployment.annotations.impl.JMessageDriven
 
getMethod() - Method in interface javax.ejb.InvocationContext
 
getMethodAnnotationMetadata(JMethod) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
getMethodAnnotationMetadata() - Method in class org.objectweb.easybeans.enhancer.interceptors.EasyBeansInvocationContextGenerator
 
getMethodAnnotationMetadataCollection() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Get collections of methods annotation metadata.
getMethodArgs() - Method in interface org.objectweb.easybeans.rpc.api.EJBRequest
 
getMethodArgs() - Method in class org.objectweb.easybeans.rpc.JEJBRequest
 
getMethodHash() - Method in interface org.objectweb.easybeans.rpc.api.EJBRequest
 
getMethodHash() - Method in class org.objectweb.easybeans.rpc.JEJBRequest
 
getMethodName() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
 
getMethodName() - Method in interface org.objectweb.easybeans.rpc.api.EJBRequest
 
getMethodName() - Method in class org.objectweb.easybeans.rpc.JEJBRequest
 
getName() - Method in interface org.objectweb.easybeans.api.EZBContainer
Gets the name of this container.
getName() - Method in class org.objectweb.easybeans.container.JContainer3
Gets the name of this container.
getName() - Method in class org.objectweb.easybeans.deployment.annotations.impl.JAnnotationEJB
 
getName() - Method in class org.objectweb.easybeans.deployment.annotations.impl.JAnnotationResource
 
getName() - Method in class org.objectweb.easybeans.deployment.annotations.JField
 
getName() - Method in class org.objectweb.easybeans.deployment.annotations.JMethod
 
getNewTempClassLoader() - Method in interface javax.persistence.spi.PersistenceUnitInfo
Return a new instance of a ClassLoader that the provider may use to temporarily load any classes, resources, or open URLs.
getNewTempClassLoader() - Method in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
Return a new instance of a ClassLoader that the provider may use to temporarily load any classes, resources, or open URLs.
getNonJtaDataSource() - Method in interface javax.persistence.spi.PersistenceUnitInfo
 
getNonJtaDataSource() - Method in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
 
getNonJtaDataSourceName() - Method in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
Gets the non jta datasource name.
getParameters() - Method in interface javax.ejb.InvocationContext
 
getPersistenceProviderClassName() - Method in interface javax.persistence.spi.PersistenceUnitInfo
 
getPersistenceProviderClassName() - Method in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
 
getPersistenceUnitElement(Element) - Static method in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfoLoader.XMLUtils
Returns all the persistence-unit XML elements.
getPersistenceUnitInfo() - Method in interface org.objectweb.easybeans.api.EZBContainer
Gets the persistence info object used by this container.
getPersistenceUnitInfo() - Method in class org.objectweb.easybeans.container.JContainer3
Gets the persistence info object used by this container.
getPersistenceUnitInfo(URL) - Static method in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfoHelper
Parses the given XML and complete the PersistenceUnitInfos structure before returning it.
getPersistenceUnitName() - Method in interface javax.persistence.spi.PersistenceUnitInfo
 
getPersistenceUnitName() - Method in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
 
getPersistenceUnitRootUrl() - Method in interface javax.persistence.spi.PersistenceUnitInfo
 
getPersistenceUnitRootUrl() - Method in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
 
getPersistenceXmlFileUrl() - Method in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
 
getPool() - Method in class org.objectweb.easybeans.container.session.SessionFactory
Gets the pool used by this factory.
getPostActivateMethodMetadata() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
getPostConstructMethodMetadata() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
getPreDestroyMethodMetadata() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
getPrePassivateMethodMetadata() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
getProperties() - Method in interface javax.persistence.spi.PersistenceUnitInfo
 
getProperties() - Method in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
 
getPropertiesValueElement(Element, String) - Static method in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfoLoader.XMLUtils
Returns a Properties object matching the given node.
getRegistry() - Static method in class org.objectweb.easybeans.jmx.CommonsModelerHelper
Gets the registry.
getRemoteHome() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
getRemoteInterfaces() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
getSignature() - Method in class org.objectweb.easybeans.deployment.annotations.JField
 
getSignature() - Method in class org.objectweb.easybeans.deployment.annotations.JMethod
 
getStringListValueElement(Element, String) - Static method in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfoLoader.XMLUtils
Returns a list of value for the given node.
getStringValueElement(Element, String) - Static method in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfoLoader.XMLUtils
Returns the value of the given node.
getSuperName() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
getThrowable(Object...) - Method in class org.objectweb.easybeans.log.CommonsLoggerImpl
Try to find a Throwable object in the array of object args.
getTransactionAttributeType() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
getTransactionAttributeType() - Method in interface org.objectweb.easybeans.deployment.annotations.metadata.interfaces.ITransactionAttribute
 
getTransactionAttributeType() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
 
getTransactionManagementType() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
getTransactionManager() - Method in class org.objectweb.easybeans.transaction.interceptors.AbsTransactionInterceptor
Gets the transaction manager.
getTransactionManager() - Static method in class org.objectweb.easybeans.transaction.JTransactionManager
Allow to get a transaction manager.
getTransactionType() - Method in interface javax.persistence.spi.PersistenceUnitInfo
 
getTransactionType() - Method in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
 
getType() - Method in interface org.objectweb.easybeans.deployment.annotations.analyzer.AnnotationType
 
getType() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxAnnotationEJBsVisitor
 
getType() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxAnnotationResourcesVisitor
 
getType() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxEjbApplicationExceptionVisitor
 
getType() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxEjbLocalHomeVisitor
 
getType() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxEjbLocalVisitor
 
getType() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxEjbMessageDrivenVisitor
 
getType() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxEjbRemoteHomeVisitor
 
getType() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxEjbRemoteVisitor
 
getType() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxEjbStatefulVisitor
 
getType() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxEjbStatelessVisitor
 
getType() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxEjbTransactionManagementVisitor
 
getType() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.field.JavaxPersistencePersistenceContextVisitor
 
getType() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxAnnotationEJBVisitor
 
getType() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxAnnotationResourceVisitor
 
getType() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxEjbInterceptorsVisitor
 
getType() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxEjbTransactionAttributeVisitor
 
getType() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.method.JavaxAnnotationPostConstructVisitor
 
getType() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.method.JavaxAnnotationPreDestroyVisitor
 
getType() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.method.JavaxEjbAroundInvokeVisitor
 
getType() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.method.JavaxEjbExcludeClassInterceptorsVisitor
 
getType() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.method.JavaxEjbInitVisitor
 
getType() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.method.JavaxEjbPostActivateVisitor
 
getType() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.method.JavaxEjbPrePassivateVisitor
 
getType() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.method.JavaxEjbRemoveVisitor
 
getType() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.method.JavaxEjbTimeoutVisitor
 
getType() - Method in class org.objectweb.easybeans.deployment.annotations.impl.JAnnotationResource
 
getUnQualifiedBeanName() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
getUserClasspathUrls() - Method in class org.objectweb.easybeans.client.ClientContainer
Gets the URL of user classpath (can be empty).
getUserEasyBeansInterceptors() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
getUserEasyBeansInterceptors() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
 
getValue() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.EnumAnnotationVisitor
 
getValue() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.ObjectAnnotationVisitor
 
getValue() - Method in class org.objectweb.easybeans.deployment.annotations.JField
 
getValue() - Method in interface org.objectweb.easybeans.rpc.api.EJBResponse
 
getValue() - Method in class org.objectweb.easybeans.rpc.JEJBResponse
Gets the value.
getXAResources(ActivationSpec[]) - Method in class org.objectweb.easybeans.server.ra.EasyBeansResourceAdapter
This method is called by the application server during crash recovery.
globalEasyBeansInterceptors - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
EasyBeans global interceptors.
These interceptors correspond to a list of interceptors that need to be present first on all methods.

H

handleObjectMethods(Method, Object[]) - Method in class org.objectweb.easybeans.rpc.ClientRPCInvocationHandler
Manages all methods of java.lang.Object class.
Hash - Class in org.objectweb.easybeans.rpc.util
Utility class providing some hashing methods on java.lang.reflect.Method or java.lang.Class.
Hash() - Constructor for class org.objectweb.easybeans.rpc.util.Hash
Utility class, no public constructor.
hashClass(Class) - Static method in class org.objectweb.easybeans.rpc.util.Hash
Gets a map between an hash and its associated method.
hashCode() - Method in class org.objectweb.easybeans.deployment.annotations.JField
 
hashCode() - Method in class org.objectweb.easybeans.deployment.annotations.JMethod
 
hashCode() - Method in class org.objectweb.easybeans.enhancer.interceptors.InterceptorClassAdapter.DefinedClass
 
hashedMethods - Variable in class org.objectweb.easybeans.rpc.ClientRPCInvocationHandler
Map between method and its hash.
hashes - Variable in class org.objectweb.easybeans.container.session.SessionFactory
Keep a direct reference to the method so that we don't need to compute each time the method object to invoke.
http://java.sun.com/j2se/1.5.0/docs/guide/rmi/spec/rmi-stubs24.html
hashMethod(Method) - Static method in class org.objectweb.easybeans.rpc.util.Hash
Computes the hash for a given method.
The method hash to be used for the opnum parameter is a 64-bit (long) integer computed from the first two 32-bit values of the message digest of a particular byte stream using the National Institute of Standards and Technology (NIST) Secure Hash Algorithm (SHA-1).
HIBERNATE_PERSISTENCE_PROVIDER - Static variable in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfoHelper
Hibernate persistence provider.
highMaxWaiters - Variable in class org.objectweb.easybeans.pool.JPool
Maximum number of waiters during current period.
highWaitingTime - Variable in class org.objectweb.easybeans.pool.JPool
Maximum waiting time during current period.

I

I18n - Class in org.objectweb.easybeans.i18n
This class defines the way for getting message with ResourceBundle for different language.
I18n(String, ClassLoader) - Constructor for class org.objectweb.easybeans.i18n.I18n
Constructor (private access, use getInstance instead).
i18n - Variable in class org.objectweb.easybeans.log.CommonsLoggerImpl
Instance of I18n.
IAnnotationEJB - Interface in org.objectweb.easybeans.deployment.annotations.metadata.interfaces
This interface represents methods which can be call on ClassAnnotationMetadata, MethodAnnotationMetadata and FieldAnnotationMetadata.
It manages @EJB annotation.
IAnnotationResource - Interface in org.objectweb.easybeans.deployment.annotations.metadata.interfaces
This interface represents methods which can be call on ClassAnnotationMetadata, MethodAnnotationMetadata and FieldAnnotationMetadata.
It manages @Resource annotation.
id - Variable in class org.objectweb.easybeans.container.JContainer3
Id of this container.
idCount - Variable in class org.objectweb.easybeans.container.session.stateful.StatefulSessionFactory
Id generator.
IDeployer - Interface in org.objectweb.easybeans.deployer
Interface allowing to deploys some files to this EJB3 container.
idMap - Variable in class org.objectweb.easybeans.container.session.stateful.StatefulSessionFactory
TODO: to be removed.
idMbeanServer - Static variable in class org.objectweb.easybeans.jmx.MBeanServerHelper
Id of the generated MBeanServer.
IEJBInterceptors - Interface in org.objectweb.easybeans.deployment.annotations.metadata.interfaces
This interface represents methods which can be call on ClassAnnotationMetadata and MethodAnnotationMetadata.
It manages @Interceptors annotation.
info(String) - Method in class org.objectweb.easybeans.client.ClientContainer
Display an info message with the logger.
info(Object, Object...) - Method in class org.objectweb.easybeans.log.CommonsLoggerImpl
Log a message with info log level.
info(Object, Object...) - Method in interface org.objectweb.easybeans.log.JLog
Log a message with info log level.
infoMap - Variable in class org.objectweb.easybeans.pool.JPool
Information on entries managed in the pool.
InheritanceMethodResolver - Class in org.objectweb.easybeans.deployment.annotations.helper.bean
This class adds method meta data to bean class from the super class.
TODO: Try to analyze super class from a super classloader if not found in the current ejb-jar
InheritanceMethodResolver() - Constructor for class org.objectweb.easybeans.deployment.annotations.helper.bean.InheritanceMethodResolver
Helper class, no public constructor.
inherited - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.FieldAnnotationMetadata
This field is a field from a super class ?
inherited - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
This method is a method from a super class ?
This flag is used by enhancers
Init - Annotation Type in javax.ejb
 
init() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.ObjectArrayAnnotationVisitor
Init method.
init(String, String, String[]) - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.ScanClassVisitor
Build the meta-data class with the given name (given by asm).
init() - Static method in class org.objectweb.easybeans.jmx.JMXRemoteHelper
Build a new JMX Remote connector.
init() - Method in class org.objectweb.easybeans.server.ContainersMonitor
Init containers (call at startup).
initMBeans() - Static method in class org.objectweb.easybeans.jmx.MBeansHelper
Init all MBeans of this EJB3 container.
initRegistry() - Static method in class org.objectweb.easybeans.jmx.CommonsModelerHelper
Load the registry of managed object descriptions.
initSize - Variable in class org.objectweb.easybeans.pool.JPool
Initial size of the pool.
initVisitors() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.ScanClassVisitor
Build visitors used by this one.
initVisitors() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.ScanFieldVisitor
Build visitors used by this one.
initVisitors() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.ScanMethodVisitor
Build visitors used by this one.
injectedByEasyBeans() - Method in interface org.objectweb.easybeans.api.bean.injection.EasyBeansInjection
This injection callback will be called by the container to inject all resources declared by the bean.
InjectionClassAdapter - Class in org.objectweb.easybeans.enhancer.injection
This class adds methods which will inject resources in the bean class.
InjectionClassAdapter(ClassAnnotationMetadata, ClassVisitor) - Constructor for class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
Constructor.
intercept(EasyBeansInvocationContext) - Method in interface org.objectweb.easybeans.api.EasyBeansInterceptor
Defines the interceptor schema of EasyBeans interceptors.
intercept(EasyBeansInvocationContext) - Method in class org.objectweb.easybeans.naming.ENCInterceptor
Sets ENC context.
intercept(EasyBeansInvocationContext) - Method in class org.objectweb.easybeans.transaction.interceptors.AbsTransactionInterceptor
Defines the code used by the transaction interceptor on a given method.
intercept(EasyBeansInvocationContext) - Method in class org.objectweb.easybeans.transaction.interceptors.BMTTransactionInterceptor
Execute transaction as specified for BMT.
intercept(EasyBeansInvocationContext) - Method in class org.objectweb.easybeans.transaction.interceptors.CMTMandatoryTransactionInterceptor
Execute transaction as specified with the MANDATORY attribute.
intercept(EasyBeansInvocationContext) - Method in class org.objectweb.easybeans.transaction.interceptors.CMTNeverTransactionInterceptor
Execute transaction as specified with the NEVER attribute.
intercept(EasyBeansInvocationContext) - Method in class org.objectweb.easybeans.transaction.interceptors.CMTNotSupportedTransactionInterceptor
Execute transaction as specified with the NOT_SUPPORTED attribute.
intercept(EasyBeansInvocationContext) - Method in class org.objectweb.easybeans.transaction.interceptors.CMTRequiredTransactionInterceptor
Execute transaction as specified with the REQUIRED attribute.
intercept(EasyBeansInvocationContext) - Method in class org.objectweb.easybeans.transaction.interceptors.CMTRequiresNewTransactionInterceptor
Execute transaction as specified with the REQUIRES_NEW attribute.
intercept(EasyBeansInvocationContext) - Method in class org.objectweb.easybeans.transaction.interceptors.CMTSupportsTransactionInterceptor
Execute transaction as specified with the SUPPORTS attribute.
intercept(EasyBeansInvocationContext) - Method in class org.objectweb.easybeans.transaction.interceptors.ListenerSessionSynchronizationInterceptor
Adds a listener object receiving calls from the transaction manager.
INTERCEPTOR - Static variable in class org.objectweb.easybeans.enhancer.interceptors.EasyBeansInvocationContextGenerator
Name of the interceptor attributes will start with this name with an index as suffix, ie : interceptor0, interceptor1, interceptor2,...
InterceptorClassAdapter - Class in org.objectweb.easybeans.enhancer.interceptors
This class delegates the creation of an implementation of a EasyBeansInvocationContext interface and intercepts all business methods() of a Bean.
InterceptorClassAdapter(ClassAnnotationMetadata, ClassVisitor) - Constructor for class org.objectweb.easybeans.enhancer.interceptors.InterceptorClassAdapter
Constructor.
InterceptorClassAdapter(ClassAnnotationMetadata, ClassVisitor, boolean) - Constructor for class org.objectweb.easybeans.enhancer.interceptors.InterceptorClassAdapter
Constructor.
InterceptorClassAdapter.DefinedClass - Class in org.objectweb.easybeans.enhancer.interceptors
This class is used to define class in classloader.
InterceptorClassAdapter.DefinedClass(String, byte[]) - Constructor for class org.objectweb.easybeans.enhancer.interceptors.InterceptorClassAdapter.DefinedClass
Build a new object with a given class name and the bytecode in an array of bytes.
Interceptors - Annotation Type in javax.ejb
 
interceptors - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
EasyBeans method interceptors.
InterceptorsClassResolver - Class in org.objectweb.easybeans.deployment.annotations.helper.bean
This class sets the EasyBeans interceptors used when invoking business methods and also for life cycle events.
InterceptorsClassResolver() - Constructor for class org.objectweb.easybeans.deployment.annotations.helper.bean.InterceptorsClassResolver
Helper class, no public constructor.
InterceptorsValidationException - Exception in org.objectweb.easybeans.deployment.annotations.exceptions
Exception thrown if there is a failure in an interceptor.
InterceptorsValidationException() - Constructor for exception org.objectweb.easybeans.deployment.annotations.exceptions.InterceptorsValidationException
Constructs a new runtime exception with null as its detail message.
InterceptorsValidationException(String) - Constructor for exception org.objectweb.easybeans.deployment.annotations.exceptions.InterceptorsValidationException
Constructs a new runtime exception with the specified detail message.
InterceptorsValidationException(String, Throwable) - Constructor for exception org.objectweb.easybeans.deployment.annotations.exceptions.InterceptorsValidationException
Constructs a new runtime exception with the specified detail message and cause.
InterceptorsValidator - Class in org.objectweb.easybeans.deployment.annotations.helper.bean.session.checks
This class ensures that the interceptors have the correct signature.
InterceptorsValidator() - Constructor for class org.objectweb.easybeans.deployment.annotations.helper.bean.session.checks.InterceptorsValidator
Helper class, no public constructor.
InterceptorType - Enum in org.objectweb.easybeans.deployment.annotations
This class defines the type available for life cycle events.
InterceptorType() - Constructor for enum org.objectweb.easybeans.deployment.annotations.InterceptorType
 
interceptorType - Variable in class org.objectweb.easybeans.enhancer.interceptors.EasyBeansInvocationContextGenerator
Type of the interceptor (AroundInvoke, PostConstruct, etc).
interfaces - Variable in class org.objectweb.easybeans.deployment.annotations.impl.JInterface
List of interfaces.
interfaces - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Interfaces of this clas.
INTERFACES - Static variable in class org.objectweb.easybeans.enhancer.interceptors.EasyBeansInvocationContextGenerator
Interface of this invocation context.
inTX() - Method in class org.objectweb.easybeans.transaction.SessionSynchronizationListener
Sets the ready state to false as the transaction is in progress.
InvocationContext - Interface in javax.ejb
 
invoke(Object, Method, Object[]) - Method in class org.objectweb.easybeans.rpc.ClientRPCInvocationHandler
Processes a method invocation on a proxy instance and returns the result.
invokeClient() - Method in class org.objectweb.easybeans.client.ClientContainer
Start the client on its main class with the thread class loader.
isAdded - Variable in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxAnnotationEJBsVisitor
Object is added to the list.
isAdded - Variable in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxAnnotationResourcesVisitor
Object is added to the list.
isAroundInvoke() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
 
isAvailable() - Method in interface org.objectweb.easybeans.api.EZBContainer
Check if the container is available or not.
isAvailable() - Method in class org.objectweb.easybeans.container.JContainer3
Check if the container is available or not.
isBean() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
isBusinessMethod() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
 
isDebugEnabled() - Method in class org.objectweb.easybeans.log.CommonsLoggerImpl
Is debug logging currently enabled?
isDebugEnabled() - Method in interface org.objectweb.easybeans.log.JLog
Is debug logging currently enabled?
isErrorEnabled() - Method in class org.objectweb.easybeans.log.CommonsLoggerImpl
Is error logging currently enabled?
isErrorEnabled() - Method in interface org.objectweb.easybeans.log.JLog
Is error logging currently enabled?
isExcludedClassInterceptors() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
 
isFatalEnabled() - Method in class org.objectweb.easybeans.log.CommonsLoggerImpl
Is fatal logging currently enabled?
isFatalEnabled() - Method in interface org.objectweb.easybeans.log.JLog
Is fatal logging currently enabled?
isInfoEnabled() - Method in class org.objectweb.easybeans.log.CommonsLoggerImpl
Is info logging currently enabled?
isInfoEnabled() - Method in interface org.objectweb.easybeans.log.JLog
Is info logging currently enabled?
isInherited() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.FieldAnnotationMetadata
 
isInherited() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
 
isInterceptedMethod(JMethod) - Method in class org.objectweb.easybeans.enhancer.interceptors.InterceptorClassAdapter
 
isInterceptor() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Is that this class is an interceptor class ?
isInterceptorMethod(JMethod) - Method in class org.objectweb.easybeans.enhancer.interceptors.InterceptorClassAdapter
 
isLifeCycleMethod() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
 
isMatching(EasyBeansSFSB, Long) - Method in class org.objectweb.easybeans.container.session.stateful.StatefulSessionFactory
Checks if the given object with the given clue is matching.
isMatching(EasyBeansSLSB, Long) - Method in class org.objectweb.easybeans.container.session.stateless.StatelessSessionFactory
Checks if the given object with the given clue is matching.
isMatching(InstanceType, Clue) - Method in interface org.objectweb.easybeans.pool.PoolFactory
Checks if the given object with the given clue is matching.
isMdb() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
isPersistenceContext() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.FieldAnnotationMetadata
 
isPostActivate() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
 
isPostConstruct() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
 
isPreDestroy() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
 
isPrePassivate() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
 
isReady() - Method in class org.objectweb.easybeans.transaction.SessionSynchronizationListener
Gets the ready state of this listener.
isSession() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
isShareable() - Method in class org.objectweb.easybeans.deployment.annotations.impl.JAnnotationResource
 
isStateful() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
isStateless() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
isTimeout() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
 
isTraceEnabled() - Method in class org.objectweb.easybeans.log.CommonsLoggerImpl
Is trace logging currently enabled?
isTraceEnabled() - Method in interface org.objectweb.easybeans.log.JLog
Is trace logging currently enabled?
isUsingMBeans() - Method in class org.objectweb.easybeans.server.ServerConfig
Use or not the MBeans.
isWarnEnabled() - Method in class org.objectweb.easybeans.log.CommonsLoggerImpl
Is warn logging currently enabled?
isWarnEnabled() - Method in interface org.objectweb.easybeans.log.JLog
Is warn logging currently enabled?
ITransactionAttribute - Interface in org.objectweb.easybeans.deployment.annotations.metadata.interfaces
This interface represents methods which can be call on ClassAnnotationMetadata and MethodAnnotationMetadata.

J

JActivationConfigProperty - Class in org.objectweb.easybeans.deployment.annotations.impl
Acts as an implementation of @ActivationConfigProperty annotation.
JActivationConfigProperty(String, String) - Constructor for class org.objectweb.easybeans.deployment.annotations.impl.JActivationConfigProperty
Constructor.
Build an object with a given name and a given value.
jAnnotationEJB - Variable in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxAnnotationEJBVisitor
Internal object used representing @EJB annotation.
JAnnotationEJB - Class in org.objectweb.easybeans.deployment.annotations.impl
Acts as an implementation of @EJB annotation.
JAnnotationEJB() - Constructor for class org.objectweb.easybeans.deployment.annotations.impl.JAnnotationEJB
Constructor.
Build object with default values.
jAnnotationEJB - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Object representing @EJB annotation.
jAnnotationEJB - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.FieldAnnotationMetadata
Object representing @EJB annotation.
jAnnotationEJB - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
Object representing @EJB annotation.
jAnnotationEJBs - Variable in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxAnnotationEJBsVisitor
List of jAnnotationEJB object.
jAnnotationEJBs - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Object representing @EJBs annotation.
jAnnotationResource - Variable in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxAnnotationResourceVisitor
Internal object used representing @Resource annotation.
JAnnotationResource - Class in org.objectweb.easybeans.deployment.annotations.impl
Acts as an implementation of @Resource annotation.
JAnnotationResource() - Constructor for class org.objectweb.easybeans.deployment.annotations.impl.JAnnotationResource
Constructor.
Build object with default values.
jAnnotationResource - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Object representing @Resource annotation.
jAnnotationResource - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.FieldAnnotationMetadata
Object representing @Resource annotation.
jAnnotationResource - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
Object representing @Resource annotation.
jAnnotationResources - Variable in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxAnnotationResourcesVisitor
List of jAnnotationResource object.
jAnnotationResources - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Object representing @Resources annotation.
JApplicationException - Class in org.objectweb.easybeans.deployment.annotations.impl
Acts as an implementation of @ApplicationException annotation.
JApplicationException() - Constructor for class org.objectweb.easybeans.deployment.annotations.impl.JApplicationException
Build an object which represents @ApplicationException annotation.
Default value for rollback is false.
JApplicationException(boolean) - Constructor for class org.objectweb.easybeans.deployment.annotations.impl.JApplicationException
Build an object which represents @ApplicationException annotation with a given boolean.
jarFiles - Variable in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
The list of JAR file URLs that the persistence provider must look in to find the entity classes that must be managed by EntityManagers of this name.
JAVA_LANG_EXCEPTION - Static variable in class org.objectweb.easybeans.enhancer.CommonClassGenerator
Defines java.lang.Exception class.
JAVA_LANG_OBJECT - Static variable in class org.objectweb.easybeans.deployment.annotations.helper.bean.InheritanceMethodResolver
java.lang.object internal name.
JAVA_LANG_OBJECT - Static variable in class org.objectweb.easybeans.enhancer.CommonClassGenerator
Defines java.lang.Object class.
JAVA_LANG_REFLECT_METHOD - Static variable in class org.objectweb.easybeans.enhancer.CommonClassGenerator
Define java.lang.reflect.Method.
javax.annotation - package javax.annotation
API used by EJB 3.0 container
javax.annotation.security - package javax.annotation.security
API used by EJB 3.0 container
javax.ejb - package javax.ejb
API used by EJB 3.0 container
javax.persistence.spi - package javax.persistence.spi
API used by EJB 3.0 container
JavaxAnnotationEJBsVisitor - Class in org.objectweb.easybeans.deployment.annotations.analyzer.classes
This class manages the handling of @EJBs annotation.
JavaxAnnotationEJBsVisitor(ClassAnnotationMetadata) - Constructor for class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxAnnotationEJBsVisitor
Constructor.
JavaxAnnotationEJBVisitor<T extends IAnnotationEJB> - Class in org.objectweb.easybeans.deployment.annotations.analyzer
This class manages the handling of @EJB annotation.
JavaxAnnotationEJBVisitor(T) - Constructor for class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxAnnotationEJBVisitor
Constructor.
JavaxAnnotationPostConstructVisitor - Class in org.objectweb.easybeans.deployment.annotations.analyzer.method
This class manages the handling of @PostConstruct annotation.
JavaxAnnotationPostConstructVisitor(MethodAnnotationMetadata) - Constructor for class org.objectweb.easybeans.deployment.annotations.analyzer.method.JavaxAnnotationPostConstructVisitor
Constructor.
JavaxAnnotationPreDestroyVisitor - Class in org.objectweb.easybeans.deployment.annotations.analyzer.method
This class manages the handling of @PreDestroy annotation.
JavaxAnnotationPreDestroyVisitor(MethodAnnotationMetadata) - Constructor for class org.objectweb.easybeans.deployment.annotations.analyzer.method.JavaxAnnotationPreDestroyVisitor
Constructor.
JavaxAnnotationResourcesVisitor - Class in org.objectweb.easybeans.deployment.annotations.analyzer.classes
This class manages the handling of @Resources annotation.
JavaxAnnotationResourcesVisitor(ClassAnnotationMetadata) - Constructor for class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxAnnotationResourcesVisitor
Constructor.
JavaxAnnotationResourceVisitor<T extends IAnnotationResource> - Class in org.objectweb.easybeans.deployment.annotations.analyzer
This class manages the handling of @Resource annotation.
JavaxAnnotationResourceVisitor(T) - Constructor for class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxAnnotationResourceVisitor
Constructor.
JavaxEjbApplicationExceptionVisitor - Class in org.objectweb.easybeans.deployment.annotations.analyzer.classes
This class manages the handling of the @ApplicationException annotation.
JavaxEjbApplicationExceptionVisitor(ClassAnnotationMetadata) - Constructor for class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxEjbApplicationExceptionVisitor
Constructor.
JavaxEjbAroundInvokeVisitor - Class in org.objectweb.easybeans.deployment.annotations.analyzer.method
This class manages the handling of @AroundInvoke annotation.
JavaxEjbAroundInvokeVisitor(MethodAnnotationMetadata) - Constructor for class org.objectweb.easybeans.deployment.annotations.analyzer.method.JavaxEjbAroundInvokeVisitor
Constructor.
JavaxEjbExcludeClassInterceptorsVisitor - Class in org.objectweb.easybeans.deployment.annotations.analyzer.method
This class manages the handling of @ExcludeClassInterceptors annotation.
JavaxEjbExcludeClassInterceptorsVisitor(MethodAnnotationMetadata) - Constructor for class org.objectweb.easybeans.deployment.annotations.analyzer.method.JavaxEjbExcludeClassInterceptorsVisitor
Constructor.
JavaxEjbInitVisitor - Class in org.objectweb.easybeans.deployment.annotations.analyzer.method
This class manages the handling of @Init annotation.
JavaxEjbInitVisitor(MethodAnnotationMetadata) - Constructor for class org.objectweb.easybeans.deployment.annotations.analyzer.method.JavaxEjbInitVisitor
Constructor.
JavaxEjbInterceptorsVisitor<T extends IEJBInterceptors> - Class in org.objectweb.easybeans.deployment.annotations.analyzer
This class manages the handling of @Interceptors annotation.
JavaxEjbInterceptorsVisitor(T) - Constructor for class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxEjbInterceptorsVisitor
Constructor.
JavaxEjbLocalHomeVisitor - Class in org.objectweb.easybeans.deployment.annotations.analyzer.classes
This class manages the handling of @LocalHome annotation.
JavaxEjbLocalHomeVisitor(ClassAnnotationMetadata) - Constructor for class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxEjbLocalHomeVisitor
Constructor.
JavaxEjbLocalVisitor - Class in org.objectweb.easybeans.deployment.annotations.analyzer.classes
This class manages the handling of @Local annotation.
JavaxEjbLocalVisitor(ClassAnnotationMetadata) - Constructor for class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxEjbLocalVisitor
Constructor.
JavaxEjbMessageDrivenVisitor - Class in org.objectweb.easybeans.deployment.annotations.analyzer.classes
This class manages the handling of @MessageDriven annotation.
JavaxEjbMessageDrivenVisitor(ClassAnnotationMetadata) - Constructor for class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxEjbMessageDrivenVisitor
Constructor.
JavaxEjbMessageDrivenVisitor.ActivationConfigPropertyVisitor - Class in org.objectweb.easybeans.deployment.annotations.analyzer.classes
Classes manages the parsing of activationConfig[] array of @MessageDriven annotation.
JavaxEjbMessageDrivenVisitor.ActivationConfigPropertyVisitor() - Constructor for class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxEjbMessageDrivenVisitor.ActivationConfigPropertyVisitor
 
JavaxEjbPostActivateVisitor - Class in org.objectweb.easybeans.deployment.annotations.analyzer.method
This class manages the handling of @PostActivate annotation.
JavaxEjbPostActivateVisitor(MethodAnnotationMetadata) - Constructor for class org.objectweb.easybeans.deployment.annotations.analyzer.method.JavaxEjbPostActivateVisitor
Constructor.
JavaxEjbPrePassivateVisitor - Class in org.objectweb.easybeans.deployment.annotations.analyzer.method
This class manages the handling of @PrePassivate annotation.
JavaxEjbPrePassivateVisitor(MethodAnnotationMetadata) - Constructor for class org.objectweb.easybeans.deployment.annotations.analyzer.method.JavaxEjbPrePassivateVisitor
Constructor.
JavaxEjbRemoteHomeVisitor - Class in org.objectweb.easybeans.deployment.annotations.analyzer.classes
This class manages the handling of @RemoteHome annotation.
JavaxEjbRemoteHomeVisitor(ClassAnnotationMetadata) - Constructor for class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxEjbRemoteHomeVisitor
Constructor.
JavaxEjbRemoteVisitor - Class in org.objectweb.easybeans.deployment.annotations.analyzer.classes
This class manages the handling of @Remote annotation.
JavaxEjbRemoteVisitor(ClassAnnotationMetadata) - Constructor for class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxEjbRemoteVisitor
Constructor.
JavaxEjbRemoveVisitor - Class in org.objectweb.easybeans.deployment.annotations.analyzer.method
This class manages the handling of @Remove annotation.
JavaxEjbRemoveVisitor(MethodAnnotationMetadata) - Constructor for class org.objectweb.easybeans.deployment.annotations.analyzer.method.JavaxEjbRemoveVisitor
Constructor.
JavaxEjbStatefulVisitor - Class in org.objectweb.easybeans.deployment.annotations.analyzer.classes
This class manages the handling of @Stateful annotation.
JavaxEjbStatefulVisitor(ClassAnnotationMetadata) - Constructor for class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxEjbStatefulVisitor
Constructor.
JavaxEjbStatelessVisitor - Class in org.objectweb.easybeans.deployment.annotations.analyzer.classes
This class manages the handling of @Stateless annotation.
JavaxEjbStatelessVisitor(ClassAnnotationMetadata) - Constructor for class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxEjbStatelessVisitor
Constructor.
JavaxEjbTimeoutVisitor - Class in org.objectweb.easybeans.deployment.annotations.analyzer.method
This class manages the handling of @Timeout annotation.
JavaxEjbTimeoutVisitor(MethodAnnotationMetadata) - Constructor for class org.objectweb.easybeans.deployment.annotations.analyzer.method.JavaxEjbTimeoutVisitor
Constructor.
JavaxEjbTransactionAttributeVisitor<T extends ITransactionAttribute> - Class in org.objectweb.easybeans.deployment.annotations.analyzer
This class manages the handling of @TransactionAttribute annotation.
JavaxEjbTransactionAttributeVisitor(T) - Constructor for class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxEjbTransactionAttributeVisitor
Constructor.
JavaxEjbTransactionManagementVisitor - Class in org.objectweb.easybeans.deployment.annotations.analyzer.classes
This class manages the handling of @TransactionManagement annotation.
JavaxEjbTransactionManagementVisitor(ClassAnnotationMetadata) - Constructor for class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxEjbTransactionManagementVisitor
Constructor.
JavaxPersistencePersistenceContextVisitor - Class in org.objectweb.easybeans.deployment.annotations.analyzer.field
This class manages the handling of @PersistenceContext annotation.
JavaxPersistencePersistenceContextVisitor(FieldAnnotationMetadata) - Constructor for class org.objectweb.easybeans.deployment.annotations.analyzer.field.JavaxPersistencePersistenceContextVisitor
Constructor.
JClassInterceptor - Class in org.objectweb.easybeans.deployment.annotations
This class defines a Bean interceptor with the name of the class and the method which is the interceptor.
JClassInterceptor(String, JMethod) - Constructor for class org.objectweb.easybeans.deployment.annotations.JClassInterceptor
Constructor.
JContainer3 - Class in org.objectweb.easybeans.container
Defines an EJB3 container.
JContainer3(File) - Constructor for class org.objectweb.easybeans.container.JContainer3
Build a new container on the given archive.
JEJBRequest - Class in org.objectweb.easybeans.rpc
Implementation of the EJBRequest interface.
JEJBRequest(String, long, Object[], String, String, Long) - Constructor for class org.objectweb.easybeans.rpc.JEJBRequest
Builds a new request that will be sent on remote side.
JEJBResponse - Class in org.objectweb.easybeans.rpc
Implementation of the EJBResponse interface.
JEJBResponse() - Constructor for class org.objectweb.easybeans.rpc.JEJBResponse
 
JField - Class in org.objectweb.easybeans.deployment.annotations
This class defines a Field object.
JField(int, String, String, String, Object) - Constructor for class org.objectweb.easybeans.deployment.annotations.JField
Constructor.
jField - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.FieldAnnotationMetadata
Method on which we got metadata.
JInterceptors - Class in org.objectweb.easybeans.deployment.annotations.impl
List of interceptor classes.
JInterceptors() - Constructor for class org.objectweb.easybeans.deployment.annotations.impl.JInterceptors
Constructor.
JInterface - Class in org.objectweb.easybeans.deployment.annotations.impl
List of interfaces.
JInterface() - Constructor for class org.objectweb.easybeans.deployment.annotations.impl.JInterface
Constructor.
JLocal - Class in org.objectweb.easybeans.deployment.annotations.impl
List of local interfaces.
JLocal() - Constructor for class org.objectweb.easybeans.deployment.annotations.impl.JLocal
 
jLocal - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
List of local interfaces.
JLog - Interface in org.objectweb.easybeans.log
Interface used for the logging.
This don't use directly commons logging as the aim of this logging is to provide internationalization abilities and to allow to use MessageFormat message with an array of objects.
JLogFactory - Class in org.objectweb.easybeans.log
This factory delegates to commons logging factory the creation of a logger.
JLogFactory() - Constructor for class org.objectweb.easybeans.log.JLogFactory
Utility class, no public constructor.
JMessageDriven - Class in org.objectweb.easybeans.deployment.annotations.impl
Acts as an implementation of @MessageDriven annotation.
JMessageDriven() - Constructor for class org.objectweb.easybeans.deployment.annotations.impl.JMessageDriven
Build an object which represents @MessageDriven object.
jMessageDriven - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Message Driven attribute.
jMethod - Variable in class org.objectweb.easybeans.deployment.annotations.JClassInterceptor
Method with @AroundInvoke annotation.
JMethod - Class in org.objectweb.easybeans.deployment.annotations
This class defines a Method object.
JMethod(int, String, String, String, String[]) - Constructor for class org.objectweb.easybeans.deployment.annotations.JMethod
Constructor.
JMethod(Method) - Constructor for class org.objectweb.easybeans.deployment.annotations.JMethod
Constructor.
jMethod - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
Method on which we got metadata.
jMethod - Variable in class org.objectweb.easybeans.enhancer.interceptors.EasyBeansInvocationContextGenerator
JMethod object which correspond to the current method metadata which is used.
jmxConnectorServer - Static variable in class org.objectweb.easybeans.jmx.JMXRemoteHelper
JMX connector (server side).
JMXRemoteException - Exception in org.objectweb.easybeans.jmx
Exception thrown if there is a failure in the JMX remote helper.
JMXRemoteException() - Constructor for exception org.objectweb.easybeans.jmx.JMXRemoteException
Constructs a new runtime exception with null as its detail message.
JMXRemoteException(String) - Constructor for exception org.objectweb.easybeans.jmx.JMXRemoteException
Constructs a new runtime exception with the specified detail message.
JMXRemoteException(String, Throwable) - Constructor for exception org.objectweb.easybeans.jmx.JMXRemoteException
Constructs a new runtime exception with the specified detail message and cause.
JMXRemoteHelper - Class in org.objectweb.easybeans.jmx
This helper class allow to start a JMX remote connector allowing to connect remote applications.
JMXRemoteHelper() - Constructor for class org.objectweb.easybeans.jmx.JMXRemoteHelper
Utility class, no public constructor.
jonasIsReady() - Method in class org.objectweb.easybeans.server.ra.EasyBeansResourceAdapter.EmbeddedStarter
 
JPersistenceUnitInfo - Class in org.objectweb.easybeans.persistence.xml
Implementation of the PersistenceUnitInfo interface.
JPersistenceUnitInfo() - Constructor for class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
Default constructor.
JPersistenceUnitInfoException - Exception in org.objectweb.easybeans.persistence.xml
Exception thrown if there is a failure in an analyzer.
JPersistenceUnitInfoException() - Constructor for exception org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfoException
Constructs a new runtime exception with null as its detail message.
JPersistenceUnitInfoException(String) - Constructor for exception org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfoException
Constructs a new runtime exception with the specified detail message.
JPersistenceUnitInfoException(String, Throwable) - Constructor for exception org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfoException
Constructs a new runtime exception with the specified detail message and cause.
JPersistenceUnitInfoHelper - Class in org.objectweb.easybeans.persistence.xml
Class used to fill PersistenceInfo implementation class.
JPersistenceUnitInfoHelper() - Constructor for class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfoHelper
Utility class, no public constructor.
JPersistenceUnitInfoLoader - Class in org.objectweb.easybeans.persistence.xml
Class used to fill PersistenceUnitInfo implementation class by loading an XML.
JPersistenceUnitInfoLoader() - Constructor for class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfoLoader
Utility class, no public constructor.
JPersistenceUnitInfoLoader.PersistenceEntityResolver - Class in org.objectweb.easybeans.persistence.xml
Entity resolver allowing to find schema within the classloader.
JPersistenceUnitInfoLoader.PersistenceEntityResolver() - Constructor for class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfoLoader.PersistenceEntityResolver
Constructor.
JPersistenceUnitInfoLoader.XMLUtils - Class in org.objectweb.easybeans.persistence.xml
Class with some useful methods on XML document.
JPersistenceUnitInfoLoader.XMLUtils() - Constructor for class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfoLoader.XMLUtils
Utility class, no constructor.
JPool<InstanceType,Clue> - Class in org.objectweb.easybeans.pool
Abstract pool.
Need to be extended to set-up the correct generic types used for BeanType and Hint.
JPool(PoolFactory<InstanceType, Clue>) - Constructor for class org.objectweb.easybeans.pool.JPool
Builds a new pool.
JRemote - Class in org.objectweb.easybeans.deployment.annotations.impl
List of remote interfaces.
JRemote() - Constructor for class org.objectweb.easybeans.deployment.annotations.impl.JRemote
 
jRemote - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
List of remote interfaces.
JRemove - Class in org.objectweb.easybeans.deployment.annotations.impl
Acts as an implementation of @Remove annotation.
JRemove() - Constructor for class org.objectweb.easybeans.deployment.annotations.impl.JRemove
Build an object which represents@Remove.
Default value for retainIfException is false.
JRemove(boolean) - Constructor for class org.objectweb.easybeans.deployment.annotations.impl.JRemove
Build an object which represents@Remove with a given boolean.
jtaDataSource - Variable in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
JTA-enabled data source.
jtaDataSourceName - Variable in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
JTA-enabled data source name.
JTransactionManager - Class in org.objectweb.easybeans.transaction
Allows to get a transaction manager.
JTransactionManager() - Constructor for class org.objectweb.easybeans.transaction.JTransactionManager
Utility class, no public constructor.

L

LIFECYCLE_DESCRIPTOR_BEAN - Static variable in class org.objectweb.easybeans.deployment.annotations.helper.bean.session.checks.InterceptorsValidator
Signature for a lifecycle interceptor inside the bean (void type).
LIFECYCLE_DESCRIPTOR_OUTSIDEBEAN - Static variable in class org.objectweb.easybeans.deployment.annotations.helper.bean.session.checks.InterceptorsValidator
Signature for a lifecycle interceptor inside the bean (void type).
LISTENER_SESSION_SYNCHRO_INTERCEPTOR - Static variable in class org.objectweb.easybeans.deployment.annotations.helper.bean.TransactionResolver
ListenerSessionSynchronizationInterceptor transaction interceptor.
listeners - Variable in class org.objectweb.easybeans.transaction.interceptors.ListenerSessionSynchronizationInterceptor
Listener which will receive event of the transaction manager.
ListenerSessionSynchronizationInterceptor - Class in org.objectweb.easybeans.transaction.interceptors
This interceptor will add on the current transaction an object which will listen the transaction synchronization and call methods on a bean.
ListenerSessionSynchronizationInterceptor() - Constructor for class org.objectweb.easybeans.transaction.interceptors.ListenerSessionSynchronizationInterceptor
 
loadClass(String, byte[]) - Static method in class org.objectweb.easybeans.enhancer.Enhancer
Loads/defines a class in the current class loader.
loader - Variable in class org.objectweb.easybeans.enhancer.Enhancer
Classloader used to load/define classes.
loadPersistenceUnitInfoImpl(URL) - Static method in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfoLoader
Load the persistence.xml file.
Local - Annotation Type in javax.ejb
 
LocalHome - Annotation Type in javax.ejb
 
localHome - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Local Home.
logger - Variable in class org.objectweb.easybeans.client.ClientContainer
Logger.
logger - Static variable in class org.objectweb.easybeans.container.JContainer3
Logger.
logger - Static variable in class org.objectweb.easybeans.container.session.SessionFactory
Logger.
logger - Static variable in class org.objectweb.easybeans.container.session.stateful.StatefulSessionFactory
Logger.
logger - Static variable in class org.objectweb.easybeans.deployer.Deployer
Logger.
logger - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.AnnotationDeploymentAnalyzer
Logger.
logger - Static variable in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Logger.
logger - Static variable in class org.objectweb.easybeans.deployment.annotations.metadata.EjbJarAnnotationMetadata
Logger.
logger - Static variable in class org.objectweb.easybeans.deployment.Deployment
Logger.
logger - Static variable in class org.objectweb.easybeans.deployment.xml.EjbJarDeploymentDesc
Logger.
logger - Static variable in class org.objectweb.easybeans.enhancer.Enhancer
Logger.
logger - Variable in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
Logger.
logger - Static variable in class org.objectweb.easybeans.enhancer.interceptors.EasyBeansInvocationContextGenerator
Logger.
logger - Static variable in class org.objectweb.easybeans.injection.EntityManagerHelper
Logger.
logger - Static variable in class org.objectweb.easybeans.jmx.CommonsModelerHelper
Logger.
logger - Variable in class org.objectweb.easybeans.naming.ENCInterceptor
Logger.
logger - Static variable in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfoHelper
Logger.
logger - Static variable in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfoLoader
Logger.
logger - Variable in class org.objectweb.easybeans.pool.JPool
Logger used.
logger - Static variable in class org.objectweb.easybeans.rpc.util.Hash
Logger.
logger - Variable in class org.objectweb.easybeans.server.ContainersMonitor
Logger.
logger - Static variable in class org.objectweb.easybeans.server.Embedded
Logger.
logger - Variable in class org.objectweb.easybeans.server.ra.EasyBeansResourceAdapter.EmbeddedStarter
Logger.
logger - Variable in class org.objectweb.easybeans.transaction.interceptors.BMTTransactionInterceptor
Logger.
logger - Variable in class org.objectweb.easybeans.transaction.interceptors.CMTMandatoryTransactionInterceptor
Logger.
logger - Variable in class org.objectweb.easybeans.transaction.interceptors.CMTNeverTransactionInterceptor
Logger.
logger - Variable in class org.objectweb.easybeans.transaction.interceptors.CMTNotSupportedTransactionInterceptor
Logger.
logger - Variable in class org.objectweb.easybeans.transaction.interceptors.CMTRequiredTransactionInterceptor
Logger.
logger - Variable in class org.objectweb.easybeans.transaction.interceptors.CMTRequiresNewTransactionInterceptor
Logger.
logger - Variable in class org.objectweb.easybeans.transaction.interceptors.CMTSupportsTransactionInterceptor
Logger.
logger - Variable in class org.objectweb.easybeans.transaction.interceptors.ListenerSessionSynchronizationInterceptor
Logger.
logger - Static variable in class org.objectweb.easybeans.transaction.JTransactionManager
Logger.
logger - Static variable in class org.objectweb.easybeans.util.files.FileUtils
Logger.
loop(ClassAnnotationMetadata, ClassAnnotationMetadata) - Static method in class org.objectweb.easybeans.deployment.annotations.helper.bean.BusinessMethodResolver
While there are super interfaces, loop on them.

M

main(String[]) - Static method in class org.objectweb.easybeans.client.ClientContainer
Main method of the Client container.
main(String[]) - Static method in class org.objectweb.easybeans.server.Embedded
Main method called by default.
mainClass - Variable in class org.objectweb.easybeans.client.ClientContainer
Main class to use to launch the application client.
managedClassNames - Variable in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
The list of the names of the classes that the persistence provider must add it to its set of managed classes.
mappingFileNames - Variable in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
The list of mapping file names that the persistence provider must load to determine the mappings for the entity classes.
maxSize - Variable in class org.objectweb.easybeans.pool.JPool
Maximum size of the pool.
maxWaiters - Variable in class org.objectweb.easybeans.pool.JPool
Max nb of waiters allowed to wait for an instance.
mbeanServer - Static variable in class org.objectweb.easybeans.jmx.MBeanServerHelper
MBeanServer.
MBeanServerException - Exception in org.objectweb.easybeans.jmx
Exception thrown if there is a failure in the MBean helper.
MBeanServerException() - Constructor for exception org.objectweb.easybeans.jmx.MBeanServerException
Constructs a new runtime exception with null as its detail message.
MBeanServerException(String) - Constructor for exception org.objectweb.easybeans.jmx.MBeanServerException
Constructs a new runtime exception with the specified detail message.
MBeanServerException(String, Throwable) - Constructor for exception org.objectweb.easybeans.jmx.MBeanServerException
Constructs a new runtime exception with the specified detail message and cause.
MBeanServerHelper - Class in org.objectweb.easybeans.jmx
Allow to start an MBean server and get an MBeanServer.
MBeanServerHelper() - Constructor for class org.objectweb.easybeans.jmx.MBeanServerHelper
Utility class, no public constructor.
MBeansException - Exception in org.objectweb.easybeans.jmx
Exception thrown if there is a failure when initializing MBeans.
MBeansException() - Constructor for exception org.objectweb.easybeans.jmx.MBeansException
Constructs a new runtime exception with null as its detail message.
MBeansException(String) - Constructor for exception org.objectweb.easybeans.jmx.MBeansException
Constructs a new runtime exception with the specified detail message.
MBeansException(String, Throwable) - Constructor for exception org.objectweb.easybeans.jmx.MBeansException
Constructs a new runtime exception with the specified detail message and cause.
MBeansHelper - Class in org.objectweb.easybeans.jmx
Creates the MBeans and register them.
MBeansHelper() - Constructor for class org.objectweb.easybeans.jmx.MBeansHelper
Utility class, no public constructor.
MESSAGE_LISTENER_INTERFACE - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxEjbMessageDrivenVisitor
messageListenerInterface attribute of the annotation.
MessageDriven - Annotation Type in javax.ejb
 
messageListenerInterface - Variable in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxEjbMessageDrivenVisitor
Message listener Interface.
messageListenerInterface - Variable in class org.objectweb.easybeans.deployment.annotations.impl.JMessageDriven
Message listener Interface.
methodAnnotationMetadata - Variable in class org.objectweb.easybeans.deployment.annotations.analyzer.ScanMethodVisitor
Class generated by the visitor which correspond to meta data contained in the parsed method.
MethodAnnotationMetadata - Class in org.objectweb.easybeans.deployment.annotations.metadata
This class represents the annotation metadata of a method.
MethodAnnotationMetadata(JMethod, ClassAnnotationMetadata) - Constructor for class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
Constructor.
methodAnnotationMetadata - Variable in class org.objectweb.easybeans.enhancer.interceptors.EasyBeansInvocationContextGenerator
Metadata available for a method (given as constructor arg).
methodAnnotationVisitors - Variable in class org.objectweb.easybeans.deployment.annotations.analyzer.ScanMethodVisitor
Map of annotation visitors used by this visitor.
The key is the annotation descriptor (asm)
methodArgsType - Variable in class org.objectweb.easybeans.enhancer.interceptors.EasyBeansInvocationContextGenerator
ASM Type arguments of the method.
methodHash - Variable in class org.objectweb.easybeans.rpc.JEJBRequest
Hashing of the method.
methodName - Variable in class org.objectweb.easybeans.rpc.JEJBRequest
Name of the method.
MethodRenamer - Class in org.objectweb.easybeans.enhancer.lib
Change the name of a method.
MethodRenamer() - Constructor for class org.objectweb.easybeans.enhancer.lib.MethodRenamer
Utility class, no constructor.
methodsAnnotationMetadata - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
List of method annotations metadata.
minSize - Variable in class org.objectweb.easybeans.pool.JPool
Minimum size of the pool.
modifiedFiles - Variable in class org.objectweb.easybeans.server.ContainersMonitor
Map between container and the last updated file.

N

NAME - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxEjbMessageDrivenVisitor
Name attribute of the annotation.
NAME - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxAnnotationEJBVisitor
Name attribute of the annotation.
NAME - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxAnnotationResourceVisitor
Name attribute of the annotation.
name - Variable in class org.objectweb.easybeans.deployment.annotations.impl.JActivationConfigProperty
Name.
name - Variable in class org.objectweb.easybeans.deployment.annotations.impl.JAnnotationEJB
Name (resource to be looked up).
name - Variable in class org.objectweb.easybeans.deployment.annotations.impl.JAnnotationResource
Name.
name - Variable in class org.objectweb.easybeans.deployment.annotations.JField
Name of the field.
name - Variable in class org.objectweb.easybeans.deployment.annotations.JMethod
Name of the method.
NO_LIMIT - Static variable in class org.objectweb.easybeans.pool.JPool
High Value for no limit for the connection pool.
nonJtaDataSource - Variable in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
The non-JTA-enabled data source.
nonJtaDataSourceName - Variable in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
The non-JTA-enabled data source name.

O

ObjectAnnotationVisitor<T,V> - Class in org.objectweb.easybeans.deployment.annotations.analyzer
This class manages the handling of single type like String name().
ObjectAnnotationVisitor(T) - Constructor for class org.objectweb.easybeans.deployment.annotations.analyzer.ObjectAnnotationVisitor
Constructor.
ObjectArrayAnnotationVisitor<T,V> - Class in org.objectweb.easybeans.deployment.annotations.analyzer
This class manages the handling of Array[] type like String[] value().
ObjectArrayAnnotationVisitor(T) - Constructor for class org.objectweb.easybeans.deployment.annotations.analyzer.ObjectArrayAnnotationVisitor
Constructor.
org.objectweb.easybeans.api - package org.objectweb.easybeans.api
Implementation of EJB 3.0 container API
org.objectweb.easybeans.api.bean - package org.objectweb.easybeans.api.bean
Implementation of EJB 3.0 container API
org.objectweb.easybeans.api.bean.injection - package org.objectweb.easybeans.api.bean.injection
Implementation of EJB 3.0 container API for injection.
org.objectweb.easybeans.api.bean.lifecycle - package org.objectweb.easybeans.api.bean.lifecycle
Implementation of EJB 3.0 container API for lifecycle.
org.objectweb.easybeans.client - package org.objectweb.easybeans.client
Implementation of EJB 3.0 container
org.objectweb.easybeans.container - package org.objectweb.easybeans.container
Implementation of EJB 3.0 container
org.objectweb.easybeans.container.session - package org.objectweb.easybeans.container.session
Implementation of EJB 3.0 container
org.objectweb.easybeans.container.session.stateful - package org.objectweb.easybeans.container.session.stateful
Implementation of EJB 3.0 container
org.objectweb.easybeans.container.session.stateless - package org.objectweb.easybeans.container.session.stateless
Implementation of EJB 3.0 container
org.objectweb.easybeans.deployer - package org.objectweb.easybeans.deployer
Implementation of EJB 3.0 container
org.objectweb.easybeans.deployment - package org.objectweb.easybeans.deployment
Implementation of EJB 3.0 container
org.objectweb.easybeans.deployment.annotations - package org.objectweb.easybeans.deployment.annotations
Implementation of EJB 3.0 container
org.objectweb.easybeans.deployment.annotations.analyzer - package org.objectweb.easybeans.deployment.annotations.analyzer
Implementation of EJB 3.0 container
org.objectweb.easybeans.deployment.annotations.analyzer.classes - package org.objectweb.easybeans.deployment.annotations.analyzer.classes
Implementation of EJB 3.0 container
org.objectweb.easybeans.deployment.annotations.analyzer.field - package org.objectweb.easybeans.deployment.annotations.analyzer.field
Implementation of EJB 3.0 container
org.objectweb.easybeans.deployment.annotations.analyzer.method - package org.objectweb.easybeans.deployment.annotations.analyzer.method
Implementation of EJB 3.0 container
org.objectweb.easybeans.deployment.annotations.exceptions - package org.objectweb.easybeans.deployment.annotations.exceptions
Implementation of EJB 3.0 container
org.objectweb.easybeans.deployment.annotations.helper - package org.objectweb.easybeans.deployment.annotations.helper
Implementation of EJB 3.0 container
org.objectweb.easybeans.deployment.annotations.helper.bean - package org.objectweb.easybeans.deployment.annotations.helper.bean
Implementation of EJB 3.0 container
org.objectweb.easybeans.deployment.annotations.helper.bean.session - package org.objectweb.easybeans.deployment.annotations.helper.bean.session
Implementation of EJB 3.0 container
org.objectweb.easybeans.deployment.annotations.helper.bean.session.checks - package org.objectweb.easybeans.deployment.annotations.helper.bean.session.checks
Implementation of EJB 3.0 container
org.objectweb.easybeans.deployment.annotations.impl - package org.objectweb.easybeans.deployment.annotations.impl
Implementation of EJB 3.0 container
org.objectweb.easybeans.deployment.annotations.metadata - package org.objectweb.easybeans.deployment.annotations.metadata
Implementation of EJB 3.0 container
org.objectweb.easybeans.deployment.annotations.metadata.interfaces - package org.objectweb.easybeans.deployment.annotations.metadata.interfaces
Implementation of EJB 3.0 container
org.objectweb.easybeans.deployment.xml - package org.objectweb.easybeans.deployment.xml
Implementation of EJB 3.0 container
org.objectweb.easybeans.ds - package org.objectweb.easybeans.ds
Implementation of EJB 3.0 container
org.objectweb.easybeans.enhancer - package org.objectweb.easybeans.enhancer
Implementation of EJB 3.0 container
org.objectweb.easybeans.enhancer.bean - package org.objectweb.easybeans.enhancer.bean
Implementation of EJB 3.0 container
org.objectweb.easybeans.enhancer.injection - package org.objectweb.easybeans.enhancer.injection
Implementation of EJB 3.0 container
org.objectweb.easybeans.enhancer.interceptors - package org.objectweb.easybeans.enhancer.interceptors
Implementation of EJB 3.0 container
org.objectweb.easybeans.enhancer.lib - package org.objectweb.easybeans.enhancer.lib
Implementation of EJB 3.0 container
org.objectweb.easybeans.i18n - package org.objectweb.easybeans.i18n
Implementation of EJB 3.0 container
org.objectweb.easybeans.injection - package org.objectweb.easybeans.injection
Implementation of EJB 3.0 container
org.objectweb.easybeans.jmx - package org.objectweb.easybeans.jmx
Implementation of EJB 3.0 container
org.objectweb.easybeans.log - package org.objectweb.easybeans.log
Implementation of EJB 3.0 container
org.objectweb.easybeans.naming - package org.objectweb.easybeans.naming
Implementation of EJB 3.0 container
org.objectweb.easybeans.persistence.xml - package org.objectweb.easybeans.persistence.xml
Implementation of EJB 3.0 container
org.objectweb.easybeans.pool - package org.objectweb.easybeans.pool
Implementation of EJB 3.0 container
org.objectweb.easybeans.rpc - package org.objectweb.easybeans.rpc
Implementation of EJB 3.0 container
org.objectweb.easybeans.rpc.api - package org.objectweb.easybeans.rpc.api
Implementation of EJB 3.0 container
org.objectweb.easybeans.rpc.rmi.client - package org.objectweb.easybeans.rpc.rmi.client
Implementation of EJB 3.0 container
org.objectweb.easybeans.rpc.rmi.server - package org.objectweb.easybeans.rpc.rmi.server
Implementation of EJB 3.0 container
org.objectweb.easybeans.rpc.util - package org.objectweb.easybeans.rpc.util
Implementation of EJB 3.0 container
org.objectweb.easybeans.server - package org.objectweb.easybeans.server
Implementation of EJB 3.0 container
org.objectweb.easybeans.server.ra - package org.objectweb.easybeans.server.ra
Implementation of EJB 3.0 container
org.objectweb.easybeans.transaction - package org.objectweb.easybeans.transaction
Implementation of EJB 3.0 container
org.objectweb.easybeans.transaction.interceptors - package org.objectweb.easybeans.transaction.interceptors
Implementation of EJB 3.0 container
org.objectweb.easybeans.util.files - package org.objectweb.easybeans.util.files
Implementation of EJB 3.0 container
org.objectweb.jonas.security.interceptors.jrmp - package org.objectweb.jonas.security.interceptors.jrmp
Implementation of EJB 3.0 container

P

PACKAGE_NAME_PREFIX - Static variable in class org.objectweb.easybeans.enhancer.interceptors.EasyBeansInvocationContextGenerator
Prefix used as package name for generated classes (EasyBeansInvocationContext* impl).
packageName - Variable in class org.objectweb.easybeans.enhancer.interceptors.EasyBeansInvocationContextGenerator
Package name which is used for generating class.
PermitAll - Annotation Type in javax.annotation.security
 
PERSISTENCE_NS - Static variable in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfoLoader.XMLUtils
Persistence namespace.
PERSISTENCE_SCHEMA_10 - Static variable in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfoLoader.PersistenceEntityResolver
Persistence Schema.
PERSISTENCE_UNIT - Static variable in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfoLoader.XMLUtils
<persistence-unit> element.
PERSISTENCE_XML_FILE - Static variable in class org.objectweb.easybeans.container.JContainer3
Name of the persistence.xml file.
persistenceContext - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.FieldAnnotationMetadata
This field is used as a PersistenceContext.
persistenceProviderClassName - Variable in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
Persistence provider implementation class name.
PersistenceUnitInfo - Interface in javax.persistence.spi
Interface implemented by the container and used by the persistence provider when creating an EntityManagerFactory.
persistenceUnitInfos - Variable in class org.objectweb.easybeans.container.JContainer3
PersistenceUnitInfo objects used by this container.
persistenceUnitName - Variable in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
Name of the persistence unit.
persistenceUnitRootUrl - Variable in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
URL for the jar file or directory that is the root of the persistence unit.
PersistenceUnitTransactionType - Enum in javax.persistence.spi
The enum javax.persistence.spi.PersistenceUnitTransactionType defines whether the entity managers created by the factory will be JTA or resource-local entity managers.
PersistenceUnitTransactionType() - Constructor for enum javax.persistence.spi.PersistenceUnitTransactionType
 
persistenceXmlFileUrl - Variable in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
URL object that points to the persistence.xml file.
pool - Variable in class org.objectweb.easybeans.container.session.SessionFactory
Pool that manage beans instance.
Pool<InstanceType,Clue> - Interface in org.objectweb.easybeans.pool
Defines a common pool interface used to manage objects.
PoolAttributes - Interface in org.objectweb.easybeans.pool
Defines the interface used to collect/set information on this pool.
PoolEntryStatistics - Class in org.objectweb.easybeans.pool
Provides statistics on an entry of the pool.
PoolEntryStatistics() - Constructor for class org.objectweb.easybeans.pool.PoolEntryStatistics
 
PoolException - Exception in org.objectweb.easybeans.pool
Exception thrown if there is a failure in the pool.
PoolException() - Constructor for exception org.objectweb.easybeans.pool.PoolException
Constructs a new runtime exception with null as its detail message.
PoolException(String) - Constructor for exception org.objectweb.easybeans.pool.PoolException
Constructs a new runtime exception with the specified detail message.
PoolException(String, Throwable) - Constructor for exception org.objectweb.easybeans.pool.PoolException
Constructs a new runtime exception with the specified detail message and cause.
poolFactory - Variable in class org.objectweb.easybeans.pool.JPool
Factory used for delegate creating, matching, removing actions.
PoolFactory<InstanceType,Clue> - Interface in org.objectweb.easybeans.pool
Allows to call specific methods for each implementation of the pool for each lifecycle on an object.
post_init(JInitInfo) - Method in class org.objectweb.jonas.security.interceptors.jrmp.SecurityInitializer
In JRMP the 2 method( per and post init have the same consequences ...
PostActivate - Annotation Type in javax.ejb
 
postActivate - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
PostActivate method ?
postActivateEasyBeansLifeCycle() - Method in interface org.objectweb.easybeans.api.bean.lifecycle.EasyBeansSFSBLifeCycle
The PrePassivate and PostActivate callback methods are only called on stateful session bean instances.
PrePassivate and PostActivate callback methods should not be defined for stateless session beans.
The PostActivate notification signals the instance it has just been reactivated.
postActivateMethodMetadata - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Method used for @PostActivate on this class (only one per class).
PostConstruct - Annotation Type in javax.annotation
 
postConstruct - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
PostConstruct method ?
postConstructEasyBeansLifeCycle() - Method in interface org.objectweb.easybeans.api.bean.lifecycle.EasyBeansLifeCycle
The PostConstruct callback occurs before the first business method invocation on the bean.
This is at a point after which any dependency injection has been performed by the container.
The PostConstruct callback method executes in an unspecified transaction and security context.
postConstructMethodMetadata - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Method used for @PostConstruct on this class (only one per class).
pre_init(JInitInfo) - Method in class org.objectweb.jonas.security.interceptors.jrmp.SecurityInitializer
In JRMP the 2 method( per and post init have the same consequences ...
PreDestroy - Annotation Type in javax.annotation
 
preDestroy - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
PreDestroy method ?
preDestroyEasyBeansLifeCycle() - Method in interface org.objectweb.easybeans.api.bean.lifecycle.EasyBeansLifeCycle
The PreDestroy callback notification signals that the instance is in the process of being removed by the container.
In the PreDestroy callback method, the instance typically releases the resources that it has been holding.
The PreDestroy callback method executes in an unspecified transaction and security context.
preDestroyMethodMetadata - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Method used for @PreDestroy on this class (only one per class).
PREFIX - Static variable in class org.objectweb.easybeans.enhancer.lib.MethodRenamer
Prefix for renamed method.
PrePassivate - Annotation Type in javax.ejb
 
prePassivate - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
PrePassivate method ?
prePassivateEasyBeansLifeCycle() - Method in interface org.objectweb.easybeans.api.bean.lifecycle.EasyBeansSFSBLifeCycle
The PrePassivate and PostActivate callback methods are only called on stateful session bean instances.
prePassivateMethodMetadata - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Method used for @PrePassivate on this class (only one per class).
proceed() - Method in interface javax.ejb.InvocationContext
 
PROCEED_EXCEPTIONS - Static variable in class org.objectweb.easybeans.enhancer.interceptors.EasyBeansInvocationContextGenerator
Exceptions of the proceed method.
properties - Variable in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
Properties object that may contain vendor-specific properties contained in the persistence.xml file.
PROPERTY_NAME - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxEjbMessageDrivenVisitor.ActivationConfigPropertyVisitor
Attribute for property name.
PROPERTY_VALUE - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxEjbMessageDrivenVisitor.ActivationConfigPropertyVisitor
Attribute for property value.
propertyName - Variable in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxEjbMessageDrivenVisitor.ActivationConfigPropertyVisitor
Property name.
propertyName() - Method in class org.objectweb.easybeans.deployment.annotations.impl.JActivationConfigProperty
 
propertyValue - Variable in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxEjbMessageDrivenVisitor.ActivationConfigPropertyVisitor
Property value.
propertyValue() - Method in class org.objectweb.easybeans.deployment.annotations.impl.JActivationConfigProperty
 
putFieldLoadOpCode(int) - Static method in class org.objectweb.easybeans.enhancer.CommonClassGenerator
Sends the OpCode used in an constructor to set the field.

R

ready - Variable in class org.objectweb.easybeans.transaction.SessionSynchronizationListener
This listener is ready to receive event from the transaction manager.
registry - Static variable in class org.objectweb.easybeans.jmx.CommonsModelerHelper
Registry of commons modeler.
rejectedFull - Variable in class org.objectweb.easybeans.pool.JPool
Total nb of instance not served due to an overflow of waiters.
rejectedTimeout - Variable in class org.objectweb.easybeans.pool.JPool
Total nb of instance not served due to timeout.
release(InstanceType) - Method in class org.objectweb.easybeans.pool.JPool
Puts back the instance in the pool so it can be reused.
release(InstanceType) - Method in interface org.objectweb.easybeans.pool.Pool
Puts back the instance in the pool so it can be reused.
Remote - Annotation Type in javax.ejb
 
RemoteHome - Annotation Type in javax.ejb
 
remoteHome - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Remote Home.
Remove - Annotation Type in javax.ejb
 
remove(EasyBeansSFSB) - Method in class org.objectweb.easybeans.container.session.stateful.StatefulSessionFactory
Callback called when object is gonna be removed.
remove(EasyBeansSLSB) - Method in class org.objectweb.easybeans.container.session.stateless.StatelessSessionFactory
Callback called when object is gonna be removed.
remove - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
@Remove annotation.
remove(InstanceType) - Method in interface org.objectweb.easybeans.pool.PoolFactory
Callback called when object is gonna be removed.
renamedMethods - Variable in class org.objectweb.easybeans.enhancer.interceptors.InterceptorClassAdapter
List of methods which have been renamed.
resolve(ClassAnnotationMetadata) - Static method in class org.objectweb.easybeans.deployment.annotations.helper.bean.BusinessMethodResolver
Found all business methods of a bean.
A business method is a method from one of the local or remote interfaces.
resolve(ClassAnnotationMetadata) - Static method in class org.objectweb.easybeans.deployment.annotations.helper.bean.InheritanceMethodResolver
Found all method meta data of the super class and adds them to the class being analyzed.
resolve(ClassAnnotationMetadata) - Static method in class org.objectweb.easybeans.deployment.annotations.helper.bean.InterceptorsClassResolver
Found all interceptors of the class (including business and lifecycle events) and also set EasyBeans interceptors.
resolve(ClassAnnotationMetadata) - Static method in class org.objectweb.easybeans.deployment.annotations.helper.bean.session.SessionBusinessInterfaceFinder
Finds business interface in a session bean.
resolve(ClassAnnotationMetadata) - Static method in class org.objectweb.easybeans.deployment.annotations.helper.bean.SessionBeanHelper
Apply all helper.
resolve(ClassAnnotationMetadata) - Static method in class org.objectweb.easybeans.deployment.annotations.helper.bean.TransactionResolver
Adds the right transaction interceptor depending of the transactional attribute set by the user.
resolve(EjbJarAnnotationMetadata) - Static method in class org.objectweb.easybeans.deployment.annotations.helper.ResolverHelper
The helper will analyze datas of a given EjbJarAnnotationMetadata object.
resolveEntity(String, String) - Method in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfoLoader.PersistenceEntityResolver
The Parser will call this method before opening any external entity except the top-level document entity.
ResolverException - Exception in org.objectweb.easybeans.deployment.annotations.exceptions
Exception thrown if there is a failure in a resolver.
ResolverException() - Constructor for exception org.objectweb.easybeans.deployment.annotations.exceptions.ResolverException
Constructs a new runtime exception with null as its detail message.
ResolverException(String) - Constructor for exception org.objectweb.easybeans.deployment.annotations.exceptions.ResolverException
Constructs a new runtime exception with the specified detail message.
ResolverException(String, Throwable) - Constructor for exception org.objectweb.easybeans.deployment.annotations.exceptions.ResolverException
Constructs a new runtime exception with the specified detail message and cause.
ResolverHelper - Class in org.objectweb.easybeans.deployment.annotations.helper
This class handle some steps that need to be done after the meta-data generation.
ResolverHelper() - Constructor for class org.objectweb.easybeans.deployment.annotations.helper.ResolverHelper
Helper class, no public constructor.
Resource - Annotation Type in javax.annotation
 
Resource.AuthenticationType - Enum in javax.annotation
 
Resource.AuthenticationType() - Constructor for enum javax.annotation.Resource.AuthenticationType
 
RESOURCE_BUNDLE_NAME - Static variable in class org.objectweb.easybeans.i18n.I18n
Name of the resource bundle to use.
resourceBundle - Variable in class org.objectweb.easybeans.i18n.I18n
Internal Resource Bundle.
Resources - Annotation Type in javax.annotation
 
retainIfException - Variable in class org.objectweb.easybeans.deployment.annotations.impl.JRemove
Don't remove object if there is an application exception.
retainIfException() - Method in class org.objectweb.easybeans.deployment.annotations.impl.JRemove
 
returnsObject(Type, MethodVisitor) - Static method in class org.objectweb.easybeans.enhancer.CommonClassGenerator
Returns the object by casting it or return null if method is of void type.
RMIClientRPC - Class in org.objectweb.easybeans.rpc.rmi.client
RMI implementation of the RPC mechanism of EJB requests/responses.
RMIClientRPC() - Constructor for class org.objectweb.easybeans.rpc.rmi.client.RMIClientRPC
 
RMIServerRPC - Interface in org.objectweb.easybeans.rpc.rmi.server
Server side interface which need to handle the requests.
RMIServerRPCImpl - Class in org.objectweb.easybeans.rpc.rmi.server
Server side object which handle the EJB requests.
RMIServerRPCImpl(Embedded) - Constructor for class org.objectweb.easybeans.rpc.rmi.server.RMIServerRPCImpl
This invoker will discuss with the embedded server when receiving requests.
RMIServerRPCImpl_Stub - Class in org.objectweb.easybeans.rpc.rmi.server
 
RMIServerRPCImpl_Stub(RemoteRef) - Constructor for class org.objectweb.easybeans.rpc.rmi.server.RMIServerRPCImpl_Stub
 
RolesAllowed - Annotation Type in javax.annotation.security
 
rollback - Variable in class org.objectweb.easybeans.deployment.annotations.impl.JApplicationException
Container rollback the transaction ? if an exception is thrown.
rollback() - Method in class org.objectweb.easybeans.deployment.annotations.impl.JApplicationException
 
RPC - Class in org.objectweb.easybeans.rpc
Gets a RPC client.
By default it will use RMI RPC.
RPC() - Constructor for class org.objectweb.easybeans.rpc.RPC
Utility class, no public constructor.
RPC_JNDI_NAME - Static variable in interface org.objectweb.easybeans.rpc.rmi.server.RMIServerRPC
JNDI name to use when binding the RPC invoker.
RPCException - Exception in org.objectweb.easybeans.rpc.api
Exception thrown if there is a failure in the response done by the remote side.
RPCException() - Constructor for exception org.objectweb.easybeans.rpc.api.RPCException
Constructs a new runtime exception with null as its detail message.
RPCException(String) - Constructor for exception org.objectweb.easybeans.rpc.api.RPCException
Constructs a new runtime exception with the specified detail message.
RPCException(String, Throwable) - Constructor for exception org.objectweb.easybeans.rpc.api.RPCException
Constructs a new runtime exception with the specified detail message and cause.
RPCException(Throwable) - Constructor for exception org.objectweb.easybeans.rpc.api.RPCException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
rpcInvoke(EJBRequest) - Method in interface org.objectweb.easybeans.api.Factory
A request comes to the bean factory and needs to be handled.
A response is done which contains the answer.
rpcInvoke(EJBRequest) - Method in class org.objectweb.easybeans.container.AbsFactory
A request comes to the bean factory and needs to be handled.
A response is done which contains the answer.
rpcInvoke(EJBRequest) - Method in class org.objectweb.easybeans.container.session.stateful.StatefulSessionFactory
A request comes to the bean factory and needs to be handled.
A response is done which contains the answer.
rpcInvoke(EJBRequest) - Method in class org.objectweb.easybeans.container.session.stateless.StatelessSessionFactory
A request comes to the bean factory and needs to be handled.
A response is done which contains the answer.
run() - Method in class org.objectweb.easybeans.server.ContainersMonitor
Start the thread of this class It will clean all the work entries.
run() - Method in class org.objectweb.easybeans.server.ra.EasyBeansResourceAdapter.EmbeddedStarter
Wait until JOnAS is started.
Then, start embedded object.
RunAs - Annotation Type in javax.annotation.security
 

S

ScanClassVisitor - Class in org.objectweb.easybeans.deployment.annotations.analyzer
This classes analyses a given class and build/fill meta data information.
ScanClassVisitor(EjbJarAnnotationMetadata) - Constructor for class org.objectweb.easybeans.deployment.annotations.analyzer.ScanClassVisitor
Constructor.
scanDirectory(File) - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.AnnotationDeploymentAnalyzer
Scan (recursively) all classes from the given directory.
ScanFieldVisitor - Class in org.objectweb.easybeans.deployment.annotations.analyzer
This classes analyses a given field and build/fill meta data information.
ScanFieldVisitor(JField, ClassAnnotationMetadata) - Constructor for class org.objectweb.easybeans.deployment.annotations.analyzer.ScanFieldVisitor
Constructor.
scanJarArchive() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.AnnotationDeploymentAnalyzer
Scan all classes from the archive which is a jar file.
ScanMethodVisitor - Class in org.objectweb.easybeans.deployment.annotations.analyzer
This classes analyses a given method and build/fill meta data information.
ScanMethodVisitor(JMethod, ClassAnnotationMetadata) - Constructor for class org.objectweb.easybeans.deployment.annotations.analyzer.ScanMethodVisitor
Constructor.
scanNewContainers() - Method in class org.objectweb.easybeans.server.ContainersMonitor
Scan all files present in the ejb3 directory and create container for each one.
scanVisitor - Variable in class org.objectweb.easybeans.deployment.annotations.analyzer.AnnotationDeploymentAnalyzer
ASM visitor used to visit classes.
SecurityInitializer - Class in org.objectweb.jonas.security.interceptors.jrmp
Allows to communicate with JOnAS application server.
SecurityInitializer() - Constructor for class org.objectweb.jonas.security.interceptors.jrmp.SecurityInitializer
 
sendEJBRequest(EJBRequest) - Method in interface org.objectweb.easybeans.rpc.api.ClientRPC
Sends a request comes to the remote side.
A response is done by the remote side and it sends back a response.
sendEJBRequest(EJBRequest) - Method in class org.objectweb.easybeans.rpc.rmi.client.RMIClientRPC
Sends a request comes to the remote side.
A response is done by the remote side and it sends back a response.
serialVersionUID - Static variable in exception org.objectweb.easybeans.api.bean.injection.EasyBeansInjectionException
Id for serializable class.
serialVersionUID - Static variable in exception org.objectweb.easybeans.api.EZBContainerException
Id for serializable class.
serialVersionUID - Static variable in exception org.objectweb.easybeans.api.FactoryException
Id for serializable class.
serialVersionUID - Static variable in exception org.objectweb.easybeans.client.ClientContainerException
Id for serializable class.
serialVersionUID - Static variable in exception org.objectweb.easybeans.deployment.annotations.exceptions.AnalyzerException
Id for serializable class.
serialVersionUID - Static variable in exception org.objectweb.easybeans.deployment.annotations.exceptions.InterceptorsValidationException
Id for serializable class.
serialVersionUID - Static variable in exception org.objectweb.easybeans.deployment.annotations.exceptions.ResolverException
Id for serializable class.
serialVersionUID - Static variable in exception org.objectweb.easybeans.deployment.annotations.exceptions.SessionBeanValidationException
Id for serializable class.
serialVersionUID - Static variable in class org.objectweb.easybeans.ds.DummyDataSource
Id for serializable class.
serialVersionUID - Static variable in exception org.objectweb.easybeans.enhancer.EnhancerException
Id for serializable class.
serialVersionUID - Static variable in exception org.objectweb.easybeans.jmx.CommonsModelerException
Id for serializable class.
serialVersionUID - Static variable in exception org.objectweb.easybeans.jmx.JMXRemoteException
Id for serializable class.
serialVersionUID - Static variable in exception org.objectweb.easybeans.jmx.MBeanServerException
Id for serializable class.
serialVersionUID - Static variable in exception org.objectweb.easybeans.jmx.MBeansException
Id for serializable class.
serialVersionUID - Static variable in class org.objectweb.easybeans.log.CommonsLoggerImpl
Id for serializable class.
serialVersionUID - Static variable in exception org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfoException
Id for serializable class.
serialVersionUID - Static variable in exception org.objectweb.easybeans.pool.PoolException
Id for serializable class.
serialVersionUID - Static variable in exception org.objectweb.easybeans.rpc.api.RPCException
Id for serializable class.
serialVersionUID - Static variable in class org.objectweb.easybeans.rpc.ClientRPCInvocationHandler
Id for serializable class.
serialVersionUID - Static variable in class org.objectweb.easybeans.rpc.JEJBRequest
Id for serializable class.
serialVersionUID - Static variable in class org.objectweb.easybeans.rpc.JEJBResponse
Id for serializable class.
serialVersionUID - Static variable in class org.objectweb.easybeans.rpc.rmi.server.RMIServerRPCImpl_Stub
 
serialVersionUID - Static variable in exception org.objectweb.easybeans.server.EmbeddedException
Id for serializable class.
serialVersionUID - Static variable in exception org.objectweb.easybeans.util.files.FileUtilsException
Uid of serializable class.
servedInstance - Variable in class org.objectweb.easybeans.pool.JPool
Total number of instances since the pool creation.
ServerConfig - Class in org.objectweb.easybeans.server
Defines a configuration class that can be used to start the embedded EJB3 server.
ServerConfig() - Constructor for class org.objectweb.easybeans.server.ServerConfig
 
SESSION_SYNCHRONIZATION_INTERFACE - Static variable in class org.objectweb.easybeans.deployment.annotations.helper.bean.TransactionResolver
javax.ejb.SessionSynchronization interface.
SessionBeanHelper - Class in org.objectweb.easybeans.deployment.annotations.helper.bean
Helper class which manages only Session bean class.
SessionBeanHelper() - Constructor for class org.objectweb.easybeans.deployment.annotations.helper.bean.SessionBeanHelper
Helper class, no public constructor.
SessionBeanValidationException - Exception in org.objectweb.easybeans.deployment.annotations.exceptions
Exception thrown if there is a failure in a bean.
SessionBeanValidationException() - Constructor for exception org.objectweb.easybeans.deployment.annotations.exceptions.SessionBeanValidationException
Constructs a new runtime exception with null as its detail message.
SessionBeanValidationException(String) - Constructor for exception org.objectweb.easybeans.deployment.annotations.exceptions.SessionBeanValidationException
Constructs a new runtime exception with the specified detail message.
SessionBeanValidationException(String, Throwable) - Constructor for exception org.objectweb.easybeans.deployment.annotations.exceptions.SessionBeanValidationException
Constructs a new runtime exception with the specified detail message and cause.
SessionBeanValidator - Class in org.objectweb.easybeans.deployment.annotations.helper.bean.session.checks
This class ensures that the session bean is well formed before trying to load it.
SessionBeanValidator() - Constructor for class org.objectweb.easybeans.deployment.annotations.helper.bean.session.checks.SessionBeanValidator
Helper class, no public constructor.
SessionBusinessInterfaceFinder - Class in org.objectweb.easybeans.deployment.annotations.helper.bean.session
This class finds the business interface if there are no business interfaces specified.
SessionBusinessInterfaceFinder() - Constructor for class org.objectweb.easybeans.deployment.annotations.helper.bean.session.SessionBusinessInterfaceFinder
Helper class, no public constructor.
SessionFactory<PoolType> - Class in org.objectweb.easybeans.container.session
This class manages the session bean and its creation/lifecycle.
SessionFactory(String, EZBContainer) - Constructor for class org.objectweb.easybeans.container.session.SessionFactory
Builds a new factory with a given name and its container.
SessionSynchronizationListener - Class in org.objectweb.easybeans.transaction
This listener will be notified by the transaction manager and will call methods on the bean.
SessionSynchronizationListener(SessionSynchronization) - Constructor for class org.objectweb.easybeans.transaction.SessionSynchronizationListener
Creates a listener which will act on the given bean.
setAnnotationsInterceptors(JInterceptors) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Sets the object representing the @Interceptors annotation.
setAnnotationsInterceptors(JInterceptors) - Method in interface org.objectweb.easybeans.deployment.annotations.metadata.interfaces.IEJBInterceptors
Set JInterceptors object.
setAnnotationsInterceptors(JInterceptors) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
Sets the object representing the @Interceptors annotation.
setApplicationException(ApplicationException) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Sets the object representing the @ApplicationException annotation.
setArchive(File) - Method in class org.objectweb.easybeans.api.EZBContainerCallbackInfo
Sets the archive (directory/file) managed by this container.
setAroundInvoke(boolean) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
Sets true if method has @AroundInvoke.
setAroundInvokeMethodMetadata(MethodAnnotationMetadata) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Sets the@AroundInvoke method of this class.
setAuthenticationType(Resource.AuthenticationType) - Method in class org.objectweb.easybeans.deployment.annotations.impl.JAnnotationResource
Sets the authentication type.
setBeanClass(Class<PoolType>) - Method in class org.objectweb.easybeans.container.session.SessionFactory
Sets the bean class that will be used to build bean's instance.
setBeanId(Long) - Method in interface org.objectweb.easybeans.rpc.api.EJBResponse
Sets the bean Id.
setBeanId(Long) - Method in class org.objectweb.easybeans.rpc.JEJBResponse
Sets the bean Id.
setBeanInterface(String) - Method in class org.objectweb.easybeans.deployment.annotations.impl.JAnnotationEJB
Sets the business or home Interface.
setBeanName(String) - Method in class org.objectweb.easybeans.deployment.annotations.impl.JAnnotationEJB
Sets bean name (Name of stateless, stateful, etc.
setBindDummyDataSourceHSQL(boolean) - Method in class org.objectweb.easybeans.server.ServerConfig
Sets the flag to bind or not a dummy datasource.
setBusinessMethod(boolean) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
This method is a business method.
setClassLoader(ClassLoader) - Method in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
Sets the classloader.
setClassType(ClassType) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Sets the type of this class.
setCreatedTime(long) - Method in class org.objectweb.easybeans.pool.PoolEntryStatistics
Sets the value of the creation time of this entry.
setDescription(String) - Method in class org.objectweb.easybeans.deployment.annotations.impl.JAnnotationResource
Sets the description.
setEasyBeansFactory(Factory) - Method in interface org.objectweb.easybeans.api.bean.EasyBeansBean
Defines the factory associated to this bean.
setEjb3Path(String) - Method in class org.objectweb.easybeans.server.ServerConfig
Sets the path forloading/looking beans.
setEmbedded(Embedded) - Static method in class org.objectweb.easybeans.deployer.Deployer
Sets the embedded object of this deployer.
setExcludeClassInterceptors(boolean) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
Flag this method as a method which exclude user interceptors.
setExcludeUnlistedClasses(boolean) - Method in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
Sets the boolean defining if the persistence unit that have not been explicitly listed are to be included in the set of managed classes.
setGlobalEasyBeansInterceptors(List<JClassInterceptor>) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Sets the list of global interceptors that enhancers will use.
setHashes(Map<Long, Method>) - Method in class org.objectweb.easybeans.container.session.SessionFactory
Sets the hashes for the current bean class.
setInherited(boolean) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.FieldAnnotationMetadata
Sets the inheritance of this method.
setInherited(boolean) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
Sets the inheritance of this method.
setInterceptors(List<JClassInterceptor>) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
Sets the list of interceptors(tx, security, etc) that enhancers will use.
These interceptors are defined per methods.
setInterfaces(String[]) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Sets the interfaces of this class.
setJAnnotationEJB(JAnnotationEJB) - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxAnnotationEJBVisitor
Sets the jAnnotationEJB object.
setJAnnotationEJB(JAnnotationEJB) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Set JAnnotationEJB object.
setJAnnotationEJB(JAnnotationEJB) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.FieldAnnotationMetadata
Set JAnnotationEJB object.
setJAnnotationEJB(JAnnotationEJB) - Method in interface org.objectweb.easybeans.deployment.annotations.metadata.interfaces.IAnnotationEJB
Set JAnnotationEJB object.
setJAnnotationEJB(JAnnotationEJB) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
Set JAnnotationEJB object.
setJAnnotationEJBs(List<JAnnotationEJB>) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Set JAnnotationEJBs object.
setJAnnotationResource(JAnnotationResource) - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxAnnotationResourceVisitor
Sets the jAnnotationResource object.
setJAnnotationResource(JAnnotationResource) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Set JAnnotationResource object.
setJAnnotationResource(JAnnotationResource) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.FieldAnnotationMetadata
Set JAnnotationResource object.
setJAnnotationResource(JAnnotationResource) - Method in interface org.objectweb.easybeans.deployment.annotations.metadata.interfaces.IAnnotationResource
Set JAnnotationResource object.
setJAnnotationResource(JAnnotationResource) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
Set JAnnotationResource object.
setJAnnotationResources(List<JAnnotationResource>) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Set JAnnotationResources object.
setJMessageDriven(JMessageDriven) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Sets the message driven bean object.
setJtaDataSource(DataSource) - Method in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
Sets the JTA-enabled data source.
setJtaDataSourceName(String) - Method in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
Sets the JTA-enabled data source name.
setLocalHome(String) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Sets the @LocalHome class name.
setLocalInterfaces(JLocal) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Sets the local interfaces of this class.
setLoginTimeout(int) - Method in class org.objectweb.easybeans.ds.DummyDataSource
Sets the maximum time in seconds that this data source will wait while attempting to connect to a database.
setLogWriter(PrintWriter) - Method in class org.objectweb.easybeans.ds.DummyDataSource
Sets the log writer for this DataSource object to the given java.io.PrintWriter object.
setMessageListenerInterface(String) - Method in class org.objectweb.easybeans.deployment.annotations.impl.JMessageDriven
Sets the message listener interface.
setName(String) - Method in class org.objectweb.easybeans.deployment.annotations.impl.JAnnotationEJB
Sets Name (resource to be looked up).
setName(String) - Method in class org.objectweb.easybeans.deployment.annotations.impl.JAnnotationResource
Sets Name (resource to be looked up).
setNonJtaDataSource(DataSource) - Method in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
Sets the non-JTA-enabled data source.
setNonJtaDataSourceName(String) - Method in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
Sets the non-JTA-enabled data source name.
setParameters(Object[]) - Method in interface javax.ejb.InvocationContext
 
setPersistenceContext(boolean) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.FieldAnnotationMetadata
Sets the persistence context info on this field.
setPersistenceProviderClassName(String) - Method in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
Sets the persistence provider implementation class name.
setPersistenceUnitName(String) - Method in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
Sets the name of the persistence unit.
setPersistenceUnitRootUrl(URL) - Method in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
Sets the URL for the jar file or directory that is the root of the persistence unit.
setPersistenceXmlFileUrl(URL) - Method in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
Sets the URL object that points to the persistence.xml file.
setPool(Pool<PoolType, Long>) - Method in class org.objectweb.easybeans.container.session.SessionFactory
Sets the pool used by this factory.
setPostActivate(boolean) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
Sets true if method has @PostActivate.
setPostActivateMethodMetadata(MethodAnnotationMetadata) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Sets the@PostActivate method of this class.
setPostConstruct(boolean) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
Sets true if method has @PostConstruct.
setPostConstructMethodMetadata(MethodAnnotationMetadata) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Sets the@PostConstruct method of this class.
setPreDestroy(boolean) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
Sets true if method has @PreDestroy.
setPreDestroyMethodMetadata(MethodAnnotationMetadata) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Sets the@PreDestroy method of this class.
setPrePassivate(boolean) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
Sets true if method has @PrePassivate.
setPrePassivateMethodMetadata(MethodAnnotationMetadata) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Sets the@PrePassivate method of this class.
setProperties(Properties) - Method in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
Sets the properties use by this unit.
setRemoteHome(String) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Sets the @RemoteHome class name.
setRemoteInterfaces(JRemote) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Sets the remote interfaces of this class.
setRemove(Remove) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
Sets @Remove attribute.
setShareable(boolean) - Method in class org.objectweb.easybeans.deployment.annotations.impl.JAnnotationResource
Sets the shareable attribute (false/true).
setShouldWait(boolean) - Method in class org.objectweb.easybeans.server.ServerConfig
Sets if the server will loop at the end of it's startup.
setStartRegistry(boolean) - Method in class org.objectweb.easybeans.server.ServerConfig
Sets the flag to start or not the registry.
setStartTM(boolean) - Method in class org.objectweb.easybeans.server.ServerConfig
Sets the flag to start or not the TM.
setSuperName(String) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Sets the super class name.
setTimeout(boolean) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
Sets true if method has @Timeout.
setTransactionAttributeType(TransactionAttributeType) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Set Transaction Attribute Type.
setTransactionAttributeType(TransactionAttributeType) - Method in interface org.objectweb.easybeans.deployment.annotations.metadata.interfaces.ITransactionAttribute
Set Transaction Attribute Type.
setTransactionAttributeType(TransactionAttributeType) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
Sets Transaction Attribute Type.
setTransactionManagementType(TransactionManagementType) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Sets transaction management type.
setTransactionType(PersistenceUnitTransactionType) - Method in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
Sets the transaction type of the entity managers created by the EntityManagerFactory.
setType(String) - Method in class org.objectweb.easybeans.deployment.annotations.impl.JAnnotationResource
Sets the class type of this object.
setUnQualifiedBeanName(String) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Sets the name of the bean (based on @Stateless anotation for example).
setUseMBeans(boolean) - Method in class org.objectweb.easybeans.server.ServerConfig
Sets the value for using MBeans.
setUserInterceptors(Map<InterceptorType, List<JClassInterceptor>>) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Sets the list of user interceptors that enhancers will use.
These interceptors are defined in bean class.
setUserInterceptors(Map<InterceptorType, List<JClassInterceptor>>) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
Sets the list of user interceptors that enhancers will use.
These interceptors are defined in bean class.
setValue(Object) - Method in interface org.objectweb.easybeans.rpc.api.EJBResponse
Sets the value of the response.
setValue(Object) - Method in class org.objectweb.easybeans.rpc.JEJBResponse
Sets the value of the response.
SHAREABLE - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxAnnotationResourceVisitor
Shareable attribute of the annotation.
shareable - Variable in class org.objectweb.easybeans.deployment.annotations.impl.JAnnotationResource
Shareable (true/false).
shouldWait - Variable in class org.objectweb.easybeans.server.ServerConfig
Wait at the end of the start.
shouldWait() - Method in class org.objectweb.easybeans.server.ServerConfig
 
signature - Variable in class org.objectweb.easybeans.deployment.annotations.JField
Field's signature.
signature - Variable in class org.objectweb.easybeans.deployment.annotations.JMethod
Method's signature.
SLEEP_TIME - Static variable in class org.objectweb.easybeans.server.ContainersMonitor
Sleep time for the thread of the cleaner (5s).
SLEEP_TIME - Static variable in class org.objectweb.easybeans.server.ra.EasyBeansResourceAdapter.EmbeddedStarter
Sleep time for this waiter thread (1 second).
SLEEP_VALUE - Static variable in class org.objectweb.easybeans.server.Embedded
Default sleep value (for server loop).
start() - Method in interface org.objectweb.easybeans.api.EZBContainer
Start this container.
start(EZBContainerCallbackInfo) - Method in interface org.objectweb.easybeans.api.EZBContainerLifeCycleCallback
Called when container is starting.
start() - Method in class org.objectweb.easybeans.client.ClientContainer
Start the client container.
start() - Method in class org.objectweb.easybeans.container.JContainer3
Start this container.
start() - Method in class org.objectweb.easybeans.pool.JPool
Start the pool.
It could create initial instances if specified.
start() - Method in interface org.objectweb.easybeans.pool.Pool
Start the pool.
It could create initial instances if specified.
start() - Method in class org.objectweb.easybeans.server.Embedded
Starts the EJB3 server.
start(BootstrapContext) - Method in class org.objectweb.easybeans.server.ra.EasyBeansResourceAdapter
Starts the embedded server.
startConnector() - Static method in class org.objectweb.easybeans.jmx.JMXRemoteHelper
Start a JMX connector (used to do remote administration).
startMBeanServer() - Static method in class org.objectweb.easybeans.jmx.MBeanServerHelper
Starts an MBeanServer if no MBeanServer is available.
startRegistry - Variable in class org.objectweb.easybeans.server.ServerConfig
Launches the registry.
By default, it's true.
startRegistry() - Method in class org.objectweb.easybeans.server.ServerConfig
 
startTM - Variable in class org.objectweb.easybeans.server.ServerConfig
Launches the Transaction manager.
By default, it's true.
startTM() - Method in class org.objectweb.easybeans.server.ServerConfig
 
Stateful - Annotation Type in javax.ejb
 
StatefulSessionFactory - Class in org.objectweb.easybeans.container.session.stateful
This class manages the stateless session bean and its creation/lifecycle.
StatefulSessionFactory(String, EZBContainer) - Constructor for class org.objectweb.easybeans.container.session.stateful.StatefulSessionFactory
Builds a new factory with a given name and its container.
Stateless - Annotation Type in javax.ejb
 
StatelessSessionFactory - Class in org.objectweb.easybeans.container.session.stateless
This class manages the stateless session bean and its creation/lifecycle.
StatelessSessionFactory(String, EZBContainer) - Constructor for class org.objectweb.easybeans.container.session.stateless.StatelessSessionFactory
Builds a new factory with a given name and its container.
stop() - Method in interface org.objectweb.easybeans.api.EZBContainer
Stop this container.
stop(EZBContainerCallbackInfo) - Method in interface org.objectweb.easybeans.api.EZBContainerLifeCycleCallback
Called when container is stopping.
stop() - Method in interface org.objectweb.easybeans.api.Factory
Stops the factory.
stop() - Method in class org.objectweb.easybeans.container.JContainer3
Stop this container.
stop() - Method in class org.objectweb.easybeans.container.session.SessionFactory
Stops the factory.
stop() - Method in class org.objectweb.easybeans.pool.JPool
Stop this pool.
stop() - Method in interface org.objectweb.easybeans.pool.Pool
Stop this pool.
stop() - Method in class org.objectweb.easybeans.server.Embedded
Stops the EJB3 server.
stop() - Method in class org.objectweb.easybeans.server.ra.EasyBeansResourceAdapter
Stopp the embedded server.
strict - Variable in class org.objectweb.easybeans.pool.JPool
Maximum size of the pool is strict.
SUFFIX_CLASS - Static variable in class org.objectweb.easybeans.enhancer.interceptors.EasyBeansInvocationContextGenerator
Suffix for generated classes EasyBeansInvocationContextImpl.
superName - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Superclass name.
synchronizedBean - Variable in class org.objectweb.easybeans.transaction.SessionSynchronizationListener
Bean on which synchonization will be done.

T

tempClassLoader - Variable in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
ClassLoader that the provider may use to temporarily load any classes, resources, or open URLs.
Timeout - Annotation Type in javax.ejb
 
timeout - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
@Timeout method ?
tm - Static variable in class org.objectweb.easybeans.transaction.JTransactionManager
Internal tm.
tmpDir - Variable in class org.objectweb.easybeans.client.ClientContainer
Temporary directory.
toString() - Method in class org.objectweb.easybeans.deployment.annotations.impl.JActivationConfigProperty
 
toString() - Method in class org.objectweb.easybeans.deployment.annotations.impl.JAnnotationEJB
 
toString() - Method in class org.objectweb.easybeans.deployment.annotations.impl.JAnnotationResource
 
toString() - Method in class org.objectweb.easybeans.deployment.annotations.impl.JApplicationException
 
toString() - Method in class org.objectweb.easybeans.deployment.annotations.impl.JInterceptors
 
toString() - Method in class org.objectweb.easybeans.deployment.annotations.impl.JInterface
 
toString() - Method in class org.objectweb.easybeans.deployment.annotations.impl.JMessageDriven
 
toString() - Method in class org.objectweb.easybeans.deployment.annotations.impl.JRemove
 
toString() - Method in class org.objectweb.easybeans.deployment.annotations.JField
 
toString() - Method in class org.objectweb.easybeans.deployment.annotations.JMethod
 
toString() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
toString() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.FieldAnnotationMetadata
 
toString() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
 
totalWaiters - Variable in class org.objectweb.easybeans.pool.JPool
Total nb of waiters since pool creation.
totalWaitingTime - Variable in class org.objectweb.easybeans.pool.JPool
total waiting time in milliseconds.
trace(Object) - Method in class org.objectweb.easybeans.log.CommonsLoggerImpl
Log a message with trace log level.
trace(Object, Object...) - Method in class org.objectweb.easybeans.log.CommonsLoggerImpl
Log a message with trace log level.
trace(Object, Object...) - Method in interface org.objectweb.easybeans.log.JLog
Log a message with trace log level.
TransactionAttribute - Annotation Type in javax.ejb
 
TransactionAttributeType - Enum in javax.ejb
 
TransactionAttributeType() - Constructor for enum javax.ejb.TransactionAttributeType
 
transactionAttributeType - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Transaction attribute type (default = required).
transactionAttributeType - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
Type of transaction.
TransactionManagement - Annotation Type in javax.ejb
 
TransactionManagementType - Enum in javax.ejb
 
TransactionManagementType() - Constructor for enum javax.ejb.TransactionManagementType
 
transactionManagementType - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Transaction management type (default = container).
transactionManager - Variable in class org.objectweb.easybeans.transaction.interceptors.AbsTransactionInterceptor
Transaction manager.
TransactionResolver - Class in org.objectweb.easybeans.deployment.annotations.helper.bean
This class adds the interceptor for transaction on a given method.
TransactionResolver() - Constructor for class org.objectweb.easybeans.deployment.annotations.helper.bean.TransactionResolver
Helper class, no public constructor.
transactionType - Variable in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
Transaction type of the entity managers created by the EntityManagerFactory.
transformObjectIntoPrimitive(Type, MethodVisitor) - Static method in class org.objectweb.easybeans.enhancer.CommonClassGenerator
If a type is one of the object type with something which could be linked to a primitive type, cast object into primitive.
transformPrimitiveIntoObject(Type, MethodVisitor) - Static method in class org.objectweb.easybeans.enhancer.CommonClassGenerator
If a type is one of the primitive object : boolean, int, long, etc, adds an instruction to transform type into an object.
TYPE - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxAnnotationEJBsVisitor
Type of annotation.
TYPE - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxAnnotationResourcesVisitor
Type of annotation.
TYPE - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxEjbApplicationExceptionVisitor
Type of annotation.
TYPE - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxEjbLocalHomeVisitor
Type of annotation.
TYPE - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxEjbLocalVisitor
Type of annotation.
TYPE - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxEjbMessageDrivenVisitor
Type of annotation.
TYPE - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxEjbRemoteHomeVisitor
Type of annotation.
TYPE - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxEjbRemoteVisitor
Type of annotation.
TYPE - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxEjbStatefulVisitor
Type of annotation.
TYPE - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxEjbStatelessVisitor
Type of annotation.
TYPE - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxEjbTransactionManagementVisitor
Type of annotation.
TYPE - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.field.JavaxPersistencePersistenceContextVisitor
Type of annotation.
TYPE - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxAnnotationEJBVisitor
Type of annotation.
TYPE - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxAnnotationResourceVisitor
Type of annotation.
TYPE - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxEjbInterceptorsVisitor
Type of annotation.
TYPE - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxEjbTransactionAttributeVisitor
Type of annotation.
TYPE - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.method.JavaxAnnotationPostConstructVisitor
Type of annotation.
TYPE - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.method.JavaxAnnotationPreDestroyVisitor
Type of annotation.
TYPE - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.method.JavaxEjbAroundInvokeVisitor
Type of annotation.
TYPE - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.method.JavaxEjbExcludeClassInterceptorsVisitor
Type of annotation.
TYPE - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.method.JavaxEjbInitVisitor
Type of annotation.
TYPE - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.method.JavaxEjbPostActivateVisitor
Type of annotation.
TYPE - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.method.JavaxEjbPrePassivateVisitor
Type of annotation.
TYPE - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.method.JavaxEjbRemoveVisitor
Type of annotation.
TYPE - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.method.JavaxEjbTimeoutVisitor
Type of annotation.
type - Variable in class org.objectweb.easybeans.deployment.annotations.impl.JAnnotationResource
Type (class).

U

unpack(JarFile, File) - Static method in class org.objectweb.easybeans.util.files.FileUtils
Unpack the source archive in a given directory and returns directory directory created.
unQualifiedBeanName - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Unqualified name of the bean.
unqualifiedName - Variable in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxEjbMessageDrivenVisitor
Unqualified name of the bean.
url - Variable in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfoLoader.PersistenceEntityResolver
Local url of the schema.
usage() - Method in class org.objectweb.easybeans.client.ClientContainer
Print the usage of this client.
useMBeans - Variable in class org.objectweb.easybeans.server.ServerConfig
Use of MBeans.
userInterceptors - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
User interceptors.
userInterceptors - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
User interceptors.

V

validate(EasyBeansSFSB, PoolEntryStatistics) - Method in class org.objectweb.easybeans.container.session.stateful.StatefulSessionFactory
Validate an instance by giving some statistics.
validate(EasyBeansSLSB, PoolEntryStatistics) - Method in class org.objectweb.easybeans.container.session.stateless.StatelessSessionFactory
Validate an instance by giving some statistics.
validate(ClassAnnotationMetadata) - Static method in class org.objectweb.easybeans.deployment.annotations.helper.bean.session.checks.InterceptorsValidator
Validate a bean.
validate(ClassAnnotationMetadata) - Static method in class org.objectweb.easybeans.deployment.annotations.helper.bean.session.checks.SessionBeanValidator
Validate a session bean.
validate(InstanceType, PoolEntryStatistics) - Method in interface org.objectweb.easybeans.pool.PoolFactory
Validate an instance by giving some statistics.
validateJMethod(JMethod, String, String, String) - Static method in class org.objectweb.easybeans.deployment.annotations.helper.bean.session.checks.InterceptorsValidator
Validate the given method with the given signature/exceptions.
validating - Static variable in class org.objectweb.easybeans.deployment.annotations.helper.bean.SessionBeanHelper
Validation.
validating - Static variable in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfoLoader
Validating with schema ?
value - Variable in class org.objectweb.easybeans.deployment.annotations.analyzer.EnumAnnotationVisitor
Value.
value - Variable in class org.objectweb.easybeans.deployment.annotations.analyzer.ObjectAnnotationVisitor
Internal value in the given type.
value - Variable in class org.objectweb.easybeans.deployment.annotations.impl.JActivationConfigProperty
Value.
value - Variable in class org.objectweb.easybeans.deployment.annotations.JField
Value of the field.
value - Variable in class org.objectweb.easybeans.rpc.JEJBResponse
Value of the response.
valueOf(String) - Static method in enum javax.annotation.Resource.AuthenticationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.ejb.TransactionAttributeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.ejb.TransactionManagementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.spi.PersistenceUnitTransactionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.objectweb.easybeans.deployment.annotations.ClassType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.objectweb.easybeans.deployment.annotations.InterceptorType
Returns the enum constant of this type with the specified name.
values() - Static method in enum javax.annotation.Resource.AuthenticationType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum javax.ejb.TransactionAttributeType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum javax.ejb.TransactionManagementType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum javax.persistence.spi.PersistenceUnitTransactionType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.objectweb.easybeans.deployment.annotations.ClassType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.objectweb.easybeans.deployment.annotations.InterceptorType
Returns an array containing the constants of this enum type, in the order they're declared.
visit(String, Object) - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.AbsAnnotationVisitor
Visits a primitive value of the annotation.
visit(String, Object) - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxAnnotationEJBsVisitor
Visits a primitive value of the annotation.
visit(String, Object) - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxAnnotationResourcesVisitor
Visits a primitive value of the annotation.
visit(String, Object) - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxEjbMessageDrivenVisitor.ActivationConfigPropertyVisitor
Visits a primitive value of the annotation.
visit(String, Object) - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxEjbMessageDrivenVisitor
Visits a primitive value of the annotation.
visit(String, Object) - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxAnnotationEJBVisitor
Visits a primitive value of the annotation.
visit(String, Object) - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxAnnotationResourceVisitor
Visits a primitive value of the annotation.
visit(String, Object) - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.ObjectAnnotationVisitor
Visits a primitive value of the annotation.
visit(String, Object) - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.ObjectArrayAnnotationVisitor
Visits a primitive value of the annotation.
visit(int, int, String, String, String, String[]) - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.ScanClassVisitor
Visits the header of the class.
visit(int, int, String, String, String, String[]) - Method in class org.objectweb.easybeans.enhancer.bean.BeanClassAdapter
Visits the header of the class.
visit(int, int, String, String, String, String[]) - Method in class org.objectweb.easybeans.enhancer.interceptors.InterceptorClassAdapter
Visits the header of the class.
visitAnnotation(String, String) - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.AbsAnnotationVisitor
Visits a nested annotation value of the annotation.
visitAnnotation(String, String) - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxEjbMessageDrivenVisitor
Visits a nested annotation value of the annotation.
visitAnnotation(String, boolean) - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.ScanClassVisitor
Visits an annotation of the class.
visitAnnotation(String, boolean) - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.ScanFieldVisitor
Visits an annotation of the field.
visitAnnotation(String, boolean) - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.ScanMethodVisitor
Visits an annotation of this method.
visitAnnotationDefault() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.ScanMethodVisitor
Visits the default value of this annotation interface method.
visitArray(String) - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.AbsAnnotationVisitor
Visits an array value of the annotation.
visitArray(String) - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxEjbMessageDrivenVisitor
Visits an array value of the annotation.
visitClassType(Type, MethodVisitor) - Static method in class org.objectweb.easybeans.enhancer.CommonClassGenerator
Allow to access to a class.
ie, for int.class it will access to Integer.TYPE.
For objects, it only calls the Object.
visitEnd() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.AbsAnnotationVisitor
Visits the end of the annotation.
visitEnd() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxAnnotationEJBsVisitor
Visits the end of the annotation.
visitEnd() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxAnnotationResourcesVisitor
Visits the end of the annotation.
visitEnd() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxEjbApplicationExceptionVisitor
Visits the end of the annotation.
visitEnd() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxEjbLocalHomeVisitor
Visits the end of the annotation.
Creates the object and store it.
visitEnd() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxEjbLocalVisitor
Visits the end of the annotation.
Creates the object and store it.
visitEnd() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxEjbMessageDrivenVisitor.ActivationConfigPropertyVisitor
Visits the end of the annotation.
visitEnd() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxEjbMessageDrivenVisitor
Visits the end of the annotation.
visitEnd() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxEjbRemoteHomeVisitor
Visits the end of the annotation.
visitEnd() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxEjbRemoteVisitor
Visits the end of the annotation.
Creates the object and store it.
visitEnd() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxEjbStatefulVisitor
Visits the end of the annotation.
Creates the object and store it.
visitEnd() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxEjbStatelessVisitor
Visits the end of the annotation.
visitEnd() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxEjbTransactionManagementVisitor
Visits the end of the annotation.
Creates the object and store it.
visitEnd() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.field.JavaxPersistencePersistenceContextVisitor
Visits the end of the annotation.
Creates the object and store it.
visitEnd() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxAnnotationEJBVisitor
Visits the end of the annotation.
visitEnd() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxAnnotationResourceVisitor
Visits the end of the annotation.
visitEnd() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxEjbInterceptorsVisitor
Visits the end of the annotation.
Creates the object and store it.
visitEnd() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxEjbTransactionAttributeVisitor
Visits the end of the annotation.
visitEnd() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.method.JavaxAnnotationPostConstructVisitor
Visits the end of the annotation.
Creates the object and store it.
visitEnd() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.method.JavaxAnnotationPreDestroyVisitor
Visits the end of the annotation.
visitEnd() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.method.JavaxEjbAroundInvokeVisitor
Visits the end of the annotation.
Creates the object and store it.
visitEnd() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.method.JavaxEjbExcludeClassInterceptorsVisitor
Visits the end of the annotation.
Creates the object and store it.
visitEnd() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.method.JavaxEjbInitVisitor
Visits the end of the annotation.
Creates the object and store it.
visitEnd() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.method.JavaxEjbPostActivateVisitor
Visits the end of the annotation.
visitEnd() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.method.JavaxEjbPrePassivateVisitor
Visits the end of the annotation.
visitEnd() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.method.JavaxEjbRemoveVisitor
Visits the end of the annotation.
Creates the object and store it.
visitEnd() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.method.JavaxEjbTimeoutVisitor
Visits the end of the annotation.
Creates the object and store it.
visitEnd() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.ScanClassVisitor
Visits the end of the class.
visitEnd() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.ScanFieldVisitor
Visits the end of the method.
visitEnd() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.ScanMethodVisitor
Visits the end of the method.
visitEnd() - Method in class org.objectweb.easybeans.enhancer.bean.BeanClassAdapter
Visits the end of the class.
visitEnd() - Method in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
Visits the end of the class.
visitEnd() - Method in class org.objectweb.easybeans.enhancer.interceptors.InterceptorClassAdapter
Visits the end of the class.
visitEnum(String, String, String) - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.AbsAnnotationVisitor
Visits an enumeration value of the annotation.
visitEnum(String, String, String) - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxEjbMessageDrivenVisitor
Visits an enumeration value of the annotation.
visitEnum(String, String, String) - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.EnumAnnotationVisitor
Visits an enumeration value of the annotation.
visitEnum(String, String, String) - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxAnnotationResourceVisitor
Visits an enumeration value of the annotation.
visitField(int, String, String, String, Object) - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.ScanClassVisitor
Visits a field of the class.
visitInnerClass(String, String, String, int) - Method in class org.objectweb.easybeans.enhancer.interceptors.InterceptorClassAdapter
Visits information about an inner class.
visitMethod(int, String, String, String, String[]) - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.ScanClassVisitor
Visits a method of the class.
visitMethod(int, String, String, String, String[]) - Method in class org.objectweb.easybeans.enhancer.interceptors.InterceptorClassAdapter
Visits a method of the class.
VOID_METHOD_JAVA_LANG_OBJECT - Static variable in class org.objectweb.easybeans.enhancer.CommonClassGenerator
Defines a void method with JAVA_LANG_OBJECT as parameter.

W

WAIT_TIME - Static variable in class org.objectweb.easybeans.rpc.rmi.server.RMIServerRPCImpl
Retry time when container is not available.
waiterTimeout - Variable in class org.objectweb.easybeans.pool.JPool
Max nb of milliseconds to wait for an object when the pool is full.
warn(String) - Method in class org.objectweb.easybeans.client.ClientContainer
Display a warn message with the logger.
warn(Object, Object...) - Method in class org.objectweb.easybeans.log.CommonsLoggerImpl
Log a message with warn log level.
warn(Object, Object...) - Method in interface org.objectweb.easybeans.log.JLog
Log a message with warn log level.
wrapped - Variable in class org.objectweb.easybeans.log.CommonsLoggerImpl
Wrapped commons logging logger.

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