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

$

$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.
AbsBean - Class in org.objectweb.easybeans.deployment.xml.struct
Defines common rules used by Bean (Session, MDB).
AbsBean() - Constructor for class org.objectweb.easybeans.deployment.xml.struct.AbsBean
Constructor.
AbsCommonEjbVisitor<T extends JCommonBean> - Class in org.objectweb.easybeans.deployment.annotations.analyzer.classes
This class manages the handling of common annotations used by beans.
AbsCommonEjbVisitor(ClassAnnotationMetadata) - Constructor for class org.objectweb.easybeans.deployment.annotations.analyzer.classes.AbsCommonEjbVisitor
Constructor.
AbsEnvironment - Class in org.objectweb.easybeans.deployment.xml.struct.common
This class defines an implementation for an environment element.
AbsEnvironment() - Constructor for class org.objectweb.easybeans.deployment.xml.struct.common.AbsEnvironment
Constructor : build a new object for environment.
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).
accessTest(int, int) - Method in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
 
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.
addAroundInvokeMethodMetadata(MethodAnnotationMetadata) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Add a @AroundInvoke method of this class.
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.
addAttributes() - Method in class org.objectweb.easybeans.enhancer.interceptors.InterceptorManagerGenerator
Add attributes of the class.
addCallEntityManagerFactoryHelper(JavaxPersistenceUnit, MethodVisitor) - Method in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
Add a call to EntityManagerHelper class (PersistenceUnit): EntityManagerHelper.getEntityManagerFactory(getEasyBeansSessionContext(), unitName).
addCallEntityManagerHelper(JavaxPersistenceContext, MethodVisitor) - Method in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
Add a call to EntityManagerHelper class (PersistenceContext) : EntityManagerHelper.getEntityManager(getEasyBeansSessionContext(), unitName, type of persistence).
addCallGetEasyBeansContext(MethodVisitor) - Method in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
Add a call to getEasyBeansSessionContext() method in the given method visitor.
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.
addClassDeclaration() - Method in class org.objectweb.easybeans.enhancer.interceptors.InterceptorManagerGenerator
Creates the declaration of the class with the given interfaces.
addClassDefinition(String, byte[]) - Method in class org.objectweb.easybeans.loader.EasyBeansClassLoader
Adds the bytecode for a given class.
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)
addConstructor() - Method in class org.objectweb.easybeans.enhancer.interceptors.InterceptorManagerGenerator
Creates the constructor which should look like.
addCurrent() - Method in class org.objectweb.easybeans.persistence.JPersistenceContext
Sets the current entity manager (used when to transaction is active).
addCurrent() - Method in class org.objectweb.easybeans.persistence.PersistenceUnitManager
Create a new EntityManager on each PersistenceContext.
addCurrent() - Method in class org.objectweb.easybeans.persistence.TxEntityManagerHandler
Sets the current entity manager (used when to transaction is active).
addDefaultMethods() - Method in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
Generated methods allowing to set a context and a factory.
addDefaultMethods() - Method in class org.objectweb.easybeans.enhancer.interceptors.InterceptorManagerGenerator
Generated methods allowing to set a context and a factory.
addDeployment(Deployment) - Method in class org.objectweb.easybeans.deployment.resolver.JNDIResolver
Add a given deployment object to this resolver.
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.
addEjbJarAnnotationMetadata(EjbJarAnnotationMetadata) - Method in class org.objectweb.easybeans.deployment.resolver.JNDIResolver
Adds the given metadata to the resolver.
addEJBRef(EJBRef) - Method in class org.objectweb.easybeans.client.xml.ApplicationClient
Add an ejb reference to this element.
addEnvEntry(EnvEntry) - Method in class org.objectweb.easybeans.deployment.xml.struct.common.AbsEnvironment
Add a new env-entry element to this object.
addFieldAnnotationMetadata(FieldAnnotationMetadata) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Add field annotation metadata for a given Bean.
addFieldGettersSetters(ClassVisitor, String, String, Class) - Static method in class org.objectweb.easybeans.enhancer.CommonClassGenerator
Adds a field with its getters/setters.
addFieldGettersSetters(ClassVisitor, String, String, String) - Static method in class org.objectweb.easybeans.enhancer.CommonClassGenerator
Adds a field with its getters/setters.
addGetterMethods() - Method in class org.objectweb.easybeans.enhancer.interceptors.InterceptorManagerGenerator
Generates a getter method for each interceptor.
addInjectedMethod() - Method in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
Generates the injectedByEasyBeans() method on the current class.
addInjectedMethod() - Method in class org.objectweb.easybeans.enhancer.interceptors.InterceptorManagerGenerator
For each interceptor, call injectedByEasyBeans on it (only if these interceptors have been analyzed).
addInterface(String) - Method in class org.objectweb.easybeans.deployment.annotations.impl.JInterface
Add an interface.
addInterface(String, String, String, String, String) - Method in class org.objectweb.easybeans.deployment.resolver.JNDIResolver
Add the jndi name for a given interface and a given bean name (may be null).
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.
addMethods() - Method in class org.objectweb.easybeans.enhancer.interceptors.InterceptorManagerGenerator
Add methods of the class.
addNullGetter(ClassVisitor, String, Class) - Static method in class org.objectweb.easybeans.enhancer.CommonClassGenerator
Adds a getter for a given fieldName.
addReturnType(Type, MethodVisitor) - Static method in class org.objectweb.easybeans.enhancer.CommonClassGenerator
Adds a return entry depending of the type value.
addSession(Session) - Method in class org.objectweb.easybeans.deployment.xml.struct.EnterpriseBeans
Adds a new <session> element to enterprise beans.
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.
addToEnvironment(String, Object) - Method in class org.objectweb.easybeans.naming.context.ContextImpl
Adds a new environment property to the environment of this context.
addToEnvironment(String, Object) - Method in class org.objectweb.easybeans.naming.pkg.java.JavaURLContext
Adds a new environment property to the environment of this context.
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.persistence.TxEntityManagerLifeCycle
This method is called by the transaction manager after the transaction is committed or rolled back.
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.
ALL_SCHEMAS - Static variable in class org.objectweb.easybeans.deployment.xml.parsing.EJB3EntityResolver
All schemas.
allInterceptors - Variable in class org.objectweb.easybeans.enhancer.interceptors.EasyBeansInvocationContextGenerator
List of interceptors.
allInterceptors - Variable in class org.objectweb.easybeans.enhancer.interceptors.InterceptorManagerGenerator
List of interceptors classes that are managed.
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.
analyzeBean(Element, AbsBean) - Static method in class org.objectweb.easybeans.deployment.xml.parsing.EJB3DeploymentDescLoader
Analyze common stuff of a bean.
analyzeBeans(Element, EnterpriseBeans) - Static method in class org.objectweb.easybeans.deployment.xml.parsing.EJB3DeploymentDescLoader
Analyze common stuff of beans.
analyzeEnvEnvtry(Element, AbsEnvironment) - Static method in class org.objectweb.easybeans.deployment.xml.parsing.EJB3DeploymentDescLoader
Analyze the env-entry element.
analyzeEnvironement(Element, AbsEnvironment) - Static method in class org.objectweb.easybeans.deployment.xml.parsing.EJB3DeploymentDescLoader
Analyze the environment (could be a bean, servlet, etc).
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(File, ClassLoader) - Static method in class org.objectweb.easybeans.persistence.xml.PersistenceXmlFileAnalyzer
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
 
annotationVisitors - Variable in class org.objectweb.easybeans.deployment.annotations.analyzer.ScanCommonVisitor
Map of annotation visitors used by this visitor.
The key is the annotation descriptor (asm)
appArgs - Variable in class org.objectweb.easybeans.client.ClientContainer
Extra Arguments.
APPLICATION_CLIENT_XML_FILE - Static variable in class org.objectweb.easybeans.client.xml.ApplicationClientLoader
Name of the persistence.xml file.
applicationClient - Variable in class org.objectweb.easybeans.client.ClientContainer
XML Struct representing application-client.xml file.
ApplicationClient - Class in org.objectweb.easybeans.client.xml
Class representing application-client.xml file.
ApplicationClient() - Constructor for class org.objectweb.easybeans.client.xml.ApplicationClient
 
ApplicationClientLoader - Class in org.objectweb.easybeans.client.xml
Class used to fill ApplicationClient implementation class by loading an XML.
ApplicationClientLoader() - Constructor for class org.objectweb.easybeans.client.xml.ApplicationClientLoader
Utility class, no public constructor.
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 (not serializable).
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 ?
aroundInvokeMethodMetadatas - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
List of @AroundInvoke methods on this class (should be only one per class, validating occurs after).
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 - Variable in class org.objectweb.easybeans.container.session.EasyBeansSessionContext
Reference to the bean.
BEAN_INTERFACE - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxEjbEJBVisitor
Bean interface attribute of the annotation.
BEAN_NAME - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxEjbEJBVisitor
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.
BeanClassAdapter.AddMethodConstructorAdapter - Class in org.objectweb.easybeans.enhancer.bean
Adds an entry in the constructor of the bean.
BeanClassAdapter.AddMethodConstructorAdapter(MethodVisitor) - Constructor for class org.objectweb.easybeans.enhancer.bean.BeanClassAdapter.AddMethodConstructorAdapter
Constructs a new AddMethodConstructorAdapter object.
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).
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.
BeanInfo - Class in org.objectweb.easybeans.container.info
This class contains description for a bean.
BeanInfo() - Constructor for class org.objectweb.easybeans.container.info.BeanInfo
 
beanInterceptors - Variable in class org.objectweb.easybeans.enhancer.interceptors.InterceptorClassAdapter
List of interceptors classes used by the bean.
beanInterface - Variable in class org.objectweb.easybeans.deployment.annotations.impl.JEjbEJB
Business or home Interface.
beanName - Variable in class org.objectweb.easybeans.deployment.annotations.impl.JEjbEJB
Bean name (Name of stateless, stateful, etc.
beans - Variable in class org.objectweb.easybeans.deployment.resolver.JNDIResolver
Map with key = bean name, value = <interface name, jndi name>.
beanTransaction - Variable in class org.objectweb.easybeans.container.session.EasyBeansSessionContext
Transaction used by this bean.
beforeCompletion() - Method in class org.objectweb.easybeans.persistence.TxEntityManagerLifeCycle
The beforeCompletion method is called by the transaction manager prior to the start of the two-phase transaction commit process.
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.
bind(Name, Object) - Method in class org.objectweb.easybeans.naming.context.ContextImpl
Binds a name to an object.
bind(String, Object) - Method in class org.objectweb.easybeans.naming.context.ContextImpl
Binds a name to an object.
bind(Name, Object) - Method in class org.objectweb.easybeans.naming.pkg.java.JavaURLContext
Binds a name to an object.
bind(String, Object) - Method in class org.objectweb.easybeans.naming.pkg.java.JavaURLContext
Binds a name to an object.
bindClassEJB(JEjbEJB, MethodVisitor) - Method in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
Bind a ref for an EJB in ENC environment.
bindContextMethod - Static variable in class org.objectweb.easybeans.naming.interceptors.TomcatENCInterceptor
Method used to bind the component context for the current thread on the Tomcat naming.
bindDummyDataSourceHSQL() - Method in class org.objectweb.easybeans.server.ServerConfig
 
bindEnvJndiName(String, Object) - Static method in class org.objectweb.easybeans.injection.JNDIBinderHelper
Bind a JNDI name object in java:comp/env/.
bindings - Variable in class org.objectweb.easybeans.naming.context.BindingsImpl
List of bindings.
bindings - Variable in class org.objectweb.easybeans.naming.context.ContextImpl
Bindings (Name <--> Object).
bindings - Variable in class org.objectweb.easybeans.naming.context.NamingEnumerationImpl
List of bindings.
BindingsImpl - Class in org.objectweb.easybeans.naming.context
Implementation of the NamingEnumeration for Context.listBindings operations.
BindingsImpl(Hashtable) - Constructor for class org.objectweb.easybeans.naming.context.BindingsImpl
Constructor.
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.
bindThreadMethod - Static variable in class org.objectweb.easybeans.naming.interceptors.TomcatENCInterceptor
Method used to bind the name associated to a component context for the current thread on the Tomcat naming.
BMT_INTERCEPTOR - Static variable in class org.objectweb.easybeans.deployment.annotations.helper.bean.TransactionResolver
BMT transaction interceptor.
BMT_STATEFUL_INTERCEPTOR - Static variable in class org.objectweb.easybeans.deployment.annotations.helper.bean.TransactionResolver
BMT stateful transaction interceptor.
BMT_STATELESS_INTERCEPTOR - Static variable in class org.objectweb.easybeans.deployment.annotations.helper.bean.TransactionResolver
BMT stateless transaction interceptor.
BMTStatefulTransactionInterceptor - Class in org.objectweb.easybeans.transaction.interceptors
Defines an interceptor for method that are in Bean managed mode and then in Bean Managed Transaction : for a stateful bean.
BMTStatefulTransactionInterceptor() - Constructor for class org.objectweb.easybeans.transaction.interceptors.BMTStatefulTransactionInterceptor
Constructor.
Acquire the transaction manager.
BMTStatelessTransactionInterceptor - Class in org.objectweb.easybeans.transaction.interceptors
Defines an interceptor for method that are in Bean managed mode and then in Bean Managed Transaction.
BMTStatelessTransactionInterceptor() - Constructor for class org.objectweb.easybeans.transaction.interceptors.BMTStatelessTransactionInterceptor
Constructor.
Acquire the transaction manager.
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.
bolLoadDriver - Static variable in class org.objectweb.easybeans.ds.DummyDataSource
Says if the driver must be load.
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.
build(ClassAnnotationMetadata) - Static method in class org.objectweb.easybeans.deployment.helper.JavaContextHelper
Build a new context for the given bean.
buildENC() - Method in class org.objectweb.easybeans.client.ClientContainer
Build ENC environment used by this client.
buildNewTxEntityManager(Transaction) - Method in class org.objectweb.easybeans.persistence.TxEntityManagerHandler
Builds a new Entity manager for the given transaction.
buildNoTxEntityManager() - Method in class org.objectweb.easybeans.persistence.TxEntityManagerHandler
Builds a new Entity manager used when there is no transaction.
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.
byteArgs - Variable in class org.objectweb.easybeans.rpc.JEJBRequest
Arguments of the method.
bytes - Variable in class org.objectweb.easybeans.enhancer.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

callAttributeJndi(String, Type, MethodVisitor, FieldAnnotationMetadata, String, JNDILookupHelper.JndiType) - Method in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
Generates a call to JNDILookupHelper class to get the java:comp/env name requested.
callbacksLifeCycle - Variable in class org.objectweb.easybeans.container.JContainer3
Callbacks.
callBindAttributeJndi(String, Type, MethodVisitor, FieldAnnotationMetadata, String) - Method in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
Generates a call to JNDIBinderHelper class to bind an object into the java:comp/env context.
callBindLookupJndi(String, String, MethodVisitor) - Method in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
Generates a call to JNDIBinderHelper class to bind an object into the java:comp/env context.
callJndi(String, Type, MethodVisitor, String, JNDILookupHelper.JndiType) - Method in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
Generates a call to JNDILookupHelper class to get the java:comp/env name requested.
callMethodJndiEnv(String, Type, MethodVisitor, MethodAnnotationMetadata, String, JNDILookupHelper.JndiType) - Method in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
Generates a call to JNDILookupHelper class to get the java:comp/env name requested.
callSetterMethod(MethodVisitor, String, MethodAnnotationMetadata, Type) - Method in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
Sets the value of a field.
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.
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.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.
clear() - Method in class org.objectweb.easybeans.persistence.TxEntityManager
Clear the persistence context, causing all managed entities to become detached.
CLIENT_SCHEMA - Static variable in class org.objectweb.easybeans.deployment.xml.parsing.EJB3EntityResolver
Client Schema.
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.
clientCtx - Static variable in class org.objectweb.easybeans.naming.NamingManager
Static context used by client container.
ClientEnhancer - Class in org.objectweb.easybeans.client
/** This enhancer is used by the client container to enhance client classes.
ClientEnhancer(ClassLoader, EjbJarAnnotationMetadata, Map<String, Object>) - Constructor for class org.objectweb.easybeans.client.ClientEnhancer
Creates an new enhancer.
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.
clone() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
 
close() - Method in class org.objectweb.easybeans.naming.context.BindingsImpl
Closes this enumeration.
close() - Method in class org.objectweb.easybeans.naming.context.ContextImpl
Closes this context.
close() - Method in class org.objectweb.easybeans.naming.context.NamingEnumerationImpl
Closes this enumeration.
close() - Method in class org.objectweb.easybeans.naming.pkg.java.JavaURLContext
Closes this context.
close() - Method in class org.objectweb.easybeans.persistence.TxEntityManager
Close an application-managed EntityManager.
closeCurrentAndReturnToPrevious() - Method in class org.objectweb.easybeans.persistence.JPersistenceContext
Sets back to the previous entity manager and close the current entity manager.
closeCurrentAndReturnToPrevious() - Method in class org.objectweb.easybeans.persistence.PersistenceUnitManager
Sets back to the previous entity manager and close the current entity manager for each persistence context.
closeCurrentAndReturnToPrevious() - Method in class org.objectweb.easybeans.persistence.TxEntityManagerHandler
Sets back to the previous entity manager and close the current entity manager.
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.
CommonAnnotationMetadata - Class in org.objectweb.easybeans.deployment.annotations.metadata
Defines Metadata shared by Field, Method and Classes.
CommonAnnotationMetadata() - Constructor for class org.objectweb.easybeans.deployment.annotations.metadata.CommonAnnotationMetadata
 
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.
compId - Variable in class org.objectweb.easybeans.naming.context.ContextImpl
Naming id.
composeName(Name, Name) - Method in class org.objectweb.easybeans.naming.context.ContextImpl
Composes the name of this context with a name relative to this context.
composeName(String, String) - Method in class org.objectweb.easybeans.naming.context.ContextImpl
Composes the name of this context with a name relative to this context: Not supported.
composeName(Name, Name) - Method in class org.objectweb.easybeans.naming.pkg.java.JavaURLContext
Composes the name of this context with a name relative to this context.
composeName(String, String) - Method in class org.objectweb.easybeans.naming.pkg.java.JavaURLContext
Composes the name of this context with a name relative to this context.
computeToString() - Method in class org.objectweb.easybeans.loader.EasyBeansClassLoader
Compute a string representation used by toString() method.
concatStringBuilder(String, Object, StringBuilder, String) - Static method in class org.objectweb.easybeans.deployment.annotations.metadata.CommonAnnotationMetadata
Adds an entry to the given StringBuilder.
concatStringBuilder(String, Object, StringBuilder) - Static method in class org.objectweb.easybeans.deployment.annotations.metadata.CommonAnnotationMetadata
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.
CONSTRUCTOR_METHOD - Static variable in class org.objectweb.easybeans.deployment.annotations.helper.bean.session.checks.InterceptorsValidator
Default constructor method's name.
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.
containerType - Variable in class org.objectweb.easybeans.server.war.EasyBeansContextListener
Container detected ?.
contains(Object) - Method in class org.objectweb.easybeans.persistence.TxEntityManager
Check if the instance belongs to the current persistence context.
contextDestroyed(ServletContextEvent) - Method in class org.objectweb.easybeans.server.war.EasyBeansContextListener
Notification that the servlet context is about to be shut down.
ContextImpl - Class in org.objectweb.easybeans.naming.context
Implementation of Context interface.
ContextImpl(String, Hashtable<Object, Object>) - Constructor for class org.objectweb.easybeans.naming.context.ContextImpl
Constructor.
ContextImpl(String) - Constructor for class org.objectweb.easybeans.naming.context.ContextImpl
Constructor.
contextInitialized(ServletContextEvent) - Method in class org.objectweb.easybeans.server.war.EasyBeansContextListener
Notification that the web application initialization process is starting.
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(String) - Method in class org.objectweb.easybeans.deployer.Deployer
Create a new container for the given fileName.
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.
createEnvironmentContext(String) - Method in class org.objectweb.easybeans.naming.NamingManager
Create Context for application and component environments.
createMBeanDeployer(Registry) - Static method in class org.objectweb.easybeans.jmx.MBeansHelper
Create the Deployer MBean (and register it).
createNamedQuery(String) - Method in class org.objectweb.easybeans.persistence.TxEntityManager
Create an instance of Query for executing a named query (in EJB QL or native SQL).
createNativeQuery(String) - Method in class org.objectweb.easybeans.persistence.TxEntityManager
Create an instance of Query for executing a native SQL statement, e.g., for update or delete.
createNativeQuery(String, Class) - Method in class org.objectweb.easybeans.persistence.TxEntityManager
Create an instance of Query for executing a native SQL query.
createNativeQuery(String, String) - Method in class org.objectweb.easybeans.persistence.TxEntityManager
Create an instance of Query for executing a native SQL query.
createQuery(String) - Method in class org.objectweb.easybeans.persistence.TxEntityManager
Create an instance of Query for executing an EJB QL statement.
createSubcontext(Name) - Method in class org.objectweb.easybeans.naming.context.ContextImpl
Creates and binds a new context.
createSubcontext(String) - Method in class org.objectweb.easybeans.naming.context.ContextImpl
Creates and binds a new context.
createSubcontext(Name) - Method in class org.objectweb.easybeans.naming.pkg.java.JavaURLContext
Creates and binds a new context.
createSubcontext(String) - Method in class org.objectweb.easybeans.naming.pkg.java.JavaURLContext
Creates and binds a new context.
createTimer(Date, long, Serializable) - Method in class org.objectweb.easybeans.container.session.EasyBeansSessionContext.DummyTimerService
Create an interval timer whose first expiration occurs after a specified duration, and whose subsequent expirations occur after a specified interval.
createTimer(Date, Serializable) - Method in class org.objectweb.easybeans.container.session.EasyBeansSessionContext.DummyTimerService
Create a single-action timer that expires at a given point in time.
createTimer(long, long, Serializable) - Method in class org.objectweb.easybeans.container.session.EasyBeansSessionContext.DummyTimerService
Create an interval timer whose first expiration occurs after a specified duration, and whose subsequent expirations occur after a specified interval.
createTimer(long, Serializable) - Method in class org.objectweb.easybeans.container.session.EasyBeansSessionContext.DummyTimerService
Create a single-action timer that expires after a specified duration.
CtxClassLoaderObjectInputStream - Class in org.objectweb.easybeans.util.marshalling
Reader which set the context classloader when recreating the object.
CtxClassLoaderObjectInputStream(InputStream) - Constructor for class org.objectweb.easybeans.util.marshalling.CtxClassLoaderObjectInputStream
This inputstream reader needs an input stream for its constructor.
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

DATASOURCE_ITF - Static variable in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
javax.sql.DataSource interface.
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_CONSTRUCTOR_DESCRIPTOR - Static variable in class org.objectweb.easybeans.deployment.annotations.helper.bean.session.checks.InterceptorsValidator
Constructor without args.
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.
defineClass(ClassLoader, String, byte[]) - Static method in class org.objectweb.easybeans.enhancer.Enhancer
Loads/defines a class in the current class loader.
defineClassMethod - Variable in class org.objectweb.easybeans.loader.EasyBeansClassLoader
Method of the classloader allowing to define some classes.
DefinedClass - Class in org.objectweb.easybeans.enhancer
This class is used to define class in classloader.
DefinedClass(String, byte[]) - Constructor for class org.objectweb.easybeans.enhancer.DefinedClass
Build a new object with a given class name and the bytecode in an array of bytes.
definedClasses - Variable in class org.objectweb.easybeans.enhancer.interceptors.InterceptorClassAdapter
Mappping between className and the bytecode.
defineInternalClass(String, byte[]) - Method in class org.objectweb.easybeans.loader.EasyBeansClassLoader
Defines the class by using the bytecode of the given classname.
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.classes.AbsCommonEjbVisitor
description attribute of the annotation.
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.
description - Variable in class org.objectweb.easybeans.deployment.annotations.impl.JCommonBean
Description.
description - Variable in class org.objectweb.easybeans.deployment.xml.struct.common.EnvEntry
Description of the <env-entry> element.
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.
destroySubcontext(Name) - Method in class org.objectweb.easybeans.naming.context.ContextImpl
Destroys the named context and removes it from the namespace.
destroySubcontext(String) - Method in class org.objectweb.easybeans.naming.context.ContextImpl
Destroys the named context and removes it from the namespace.
destroySubcontext(Name) - Method in class org.objectweb.easybeans.naming.pkg.java.JavaURLContext
Destroys the named context and removes it from the namespace.
destroySubcontext(String) - Method in class org.objectweb.easybeans.naming.pkg.java.JavaURLContext
Destroys the named context and removes it from the namespace.
detectWebContainerDirectory() - Method in class org.objectweb.easybeans.server.war.EasyBeansContextListener
Gets the directory for EJB3 depending on the servlet container.
DIRECTORY_APPLICATION_CLIENT_XML_FILE - Static variable in class org.objectweb.easybeans.client.xml.ApplicationClientLoader
Directory where application-client.xml file should be.
DIRECTORY_PERSISTENCE_XML_FILE - Static variable in class org.objectweb.easybeans.persistence.xml.PersistenceXmlFileAnalyzer
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.
DocumentParser - Class in org.objectweb.easybeans.util.xml
Allows to parse an xml file.
DocumentParser() - Constructor for class org.objectweb.easybeans.util.xml.DocumentParser
Utility class.
DocumentParserException - Exception in org.objectweb.easybeans.util.xml
Exception thrown if there is a failure in the parsing of the given document.
DocumentParserException() - Constructor for exception org.objectweb.easybeans.util.xml.DocumentParserException
Constructs a new runtime exception with null as its detail message.
DocumentParserException(String) - Constructor for exception org.objectweb.easybeans.util.xml.DocumentParserException
Constructs a new runtime exception with the specified detail message.
DocumentParserException(String, Throwable) - Constructor for exception org.objectweb.easybeans.util.xml.DocumentParserException
Constructs a new runtime exception with the specified detail message and cause.
DummyDataSource - Class in org.objectweb.easybeans.ds
Defines a dummy datasource implementation based on HSQL in memory server.
DummyDataSource(String) - 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.
EasyBeansClassLoader - Class in org.objectweb.easybeans.loader
This class defines the EasyBeans classloader.
EasyBeansClassLoader(URL[], ClassLoader) - Constructor for class org.objectweb.easybeans.loader.EasyBeansClassLoader
Use the same constructors as parent class.
EasyBeansClassLoader(URL[]) - Constructor for class org.objectweb.easybeans.loader.EasyBeansClassLoader
Use the same constructors as parent class.
EasyBeansContextListener - Class in org.objectweb.easybeans.server.war
Listener class which is notified of lifecycle events.
EasyBeansContextListener() - Constructor for class org.objectweb.easybeans.server.war.EasyBeansContextListener
 
EasyBeansContextListener.AvailableWebContainer - Enum in org.objectweb.easybeans.server.war
List of available supported container.
EasyBeansContextListener.AvailableWebContainer() - Constructor for enum org.objectweb.easybeans.server.war.EasyBeansContextListener.AvailableWebContainer
 
EasyBeansDependencyInjection - Interface in org.objectweb.easybeans.api
This interface is used by all classes that supports dependency inection.
EasyBeansErrorHandler - Class in org.objectweb.easybeans.util.xml
Define an error handler which throw an exception as Digester not (only print stack trace).
EasyBeansErrorHandler() - Constructor for class org.objectweb.easybeans.util.xml.EasyBeansErrorHandler
 
EasyBeansInjection - Interface in org.objectweb.easybeans.api.injection
Defines the injection interface of an enterprise bean.
EasyBeansInjectionException - Exception in org.objectweb.easybeans.api.injection
Exception thrown if there is a failure when injecting resources in the bean.
EasyBeansInjectionException() - Constructor for exception org.objectweb.easybeans.api.injection.EasyBeansInjectionException
Constructs a new runtime exception with null as its detail message.
EasyBeansInjectionException(String) - Constructor for exception org.objectweb.easybeans.api.injection.EasyBeansInjectionException
Constructs a new runtime exception with the specified detail message.
EasyBeansInjectionException(String, Throwable) - Constructor for exception org.objectweb.easybeans.api.injection.EasyBeansInjectionException
Constructs a new runtime exception with the specified detail message and cause.
EasyBeansInjectionException(Throwable) - Constructor for exception org.objectweb.easybeans.api.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.
EasyBeansSessionContext<BeanType extends EasyBeansSB> - Class in org.objectweb.easybeans.container.session
Defines the Session Context used by Stateless and Stateful beans.
EasyBeansSessionContext(BeanType) - Constructor for class org.objectweb.easybeans.container.session.EasyBeansSessionContext
Build a new Session context.
EasyBeansSessionContext.DummyPrincipal - Class in org.objectweb.easybeans.container.session
Dummy class for handling Principal.
EasyBeansSessionContext.DummyPrincipal() - Constructor for class org.objectweb.easybeans.container.session.EasyBeansSessionContext.DummyPrincipal
 
EasyBeansSessionContext.DummyTimerService - Class in org.objectweb.easybeans.container.session
Dummy class for handling Timer Service.
EasyBeansSessionContext.DummyTimerService() - Constructor for class org.objectweb.easybeans.container.session.EasyBeansSessionContext.DummyTimerService
 
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.ejb
 
ejb3 - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.EjbJarAnnotationMetadata
Link to the Deployment Descriptor object.
EJB3 - Class in org.objectweb.easybeans.deployment.xml.struct
This class represents an EJB-Jar deployment descriptor.
EJB3() - Constructor for class org.objectweb.easybeans.deployment.xml.struct.EJB3
 
EJB3_SCHEMA - Static variable in class org.objectweb.easybeans.deployment.xml.parsing.EJB3EntityResolver
EJB3 Schema.
EJB3DeploymentDesc - Class in org.objectweb.easybeans.deployment.xml
Utility class to get a deployment descriptor.
EJB3DeploymentDesc() - Constructor for class org.objectweb.easybeans.deployment.xml.EJB3DeploymentDesc
Utility class, no public constructor.
EJB3DeploymentDescException - Exception in org.objectweb.easybeans.deployment.xml
Exception thrown if there is a failure in the deployment desc.
EJB3DeploymentDescException() - Constructor for exception org.objectweb.easybeans.deployment.xml.EJB3DeploymentDescException
Constructs a new runtime exception with null as its detail message.
EJB3DeploymentDescException(String) - Constructor for exception org.objectweb.easybeans.deployment.xml.EJB3DeploymentDescException
Constructs a new runtime exception with the specified detail message.
EJB3DeploymentDescException(String, Throwable) - Constructor for exception org.objectweb.easybeans.deployment.xml.EJB3DeploymentDescException
Constructs a new runtime exception with the specified detail message and cause.
EJB3DeploymentDescLoader - Class in org.objectweb.easybeans.deployment.xml.parsing
This class analyzes the EJB3 deployment descriptor and fill a struct with getters.
EJB3DeploymentDescLoader() - Constructor for class org.objectweb.easybeans.deployment.xml.parsing.EJB3DeploymentDescLoader
Utility class, no constructor.
ejb3Directory - Variable in class org.objectweb.easybeans.server.ServerConfig
Path where to lookup beans.
EJB3EntityResolver - Class in org.objectweb.easybeans.deployment.xml.parsing
Entity resolver allowing to find schema within the classloader.
EJB3EntityResolver() - Constructor for class org.objectweb.easybeans.deployment.xml.parsing.EJB3EntityResolver
Constructor.
ejb3server - Variable in class org.objectweb.easybeans.rpc.rmi.server.RMIServerRPCImpl
Server on which it depends.
EJB_REF - Static variable in class org.objectweb.easybeans.client.xml.ApplicationClientLoader
<ejb-ref> element.
ejbClass - Variable in class org.objectweb.easybeans.deployment.xml.struct.AbsBean
ejb-class.
EJBContext - Interface in javax.ejb
 
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 jar file.
ejbJarAnnotationMetadata - Variable in class org.objectweb.easybeans.enhancer.interceptors.InterceptorManagerGenerator
Metadata to retrieve info on interceptors.
ejbLink - Variable in class org.objectweb.easybeans.deployment.xml.struct.common.EJBRef
EJB-Link.
ejbName - Variable in class org.objectweb.easybeans.deployment.xml.struct.AbsBean
ejb-name.
EJBRef - Class in org.objectweb.easybeans.deployment.xml.struct.common
Class representing ejb-ref elements used in Java EE components.
EJBRef() - Constructor for class org.objectweb.easybeans.deployment.xml.struct.common.EJBRef
 
ejbRefName - Variable in class org.objectweb.easybeans.deployment.xml.struct.common.EJBRef
Name of this ejb-ref.
ejbRefs - Variable in class org.objectweb.easybeans.client.xml.ApplicationClient
List of ejb-ref elements.
ejbRefType - Variable in class org.objectweb.easybeans.deployment.xml.struct.common.EJBRef
Type of this ejb-ref.
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.ejb
 
EJBTransactionRequiredException - Exception in javax.ejb
 
EJBTransactionRequiredException() - Constructor for exception javax.ejb.EJBTransactionRequiredException
 
EJBTransactionRequiredException(String) - Constructor for exception javax.ejb.EJBTransactionRequiredException
 
EJBTransactionRolledbackException - Exception in javax.ejb
 
EJBTransactionRolledbackException() - Constructor for exception javax.ejb.EJBTransactionRolledbackException
 
EJBTransactionRolledbackException(String) - Constructor for exception javax.ejb.EJBTransactionRolledbackException
 
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.
embedded - Variable in class org.objectweb.easybeans.server.war.EasyBeansContextListener
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.ScanCommonVisitor
Annotation visitor which do nothing.
encInterceptor - Static variable in class org.objectweb.easybeans.naming.interceptors.ENCManager
Class used for the interceptor.
ENCManager - Class in org.objectweb.easybeans.naming.interceptors
Detects the server type and return the correct interceptor to use depending of the application server.
ENCManager() - Constructor for class org.objectweb.easybeans.naming.interceptors.ENCManager
No public constructor (utility class).
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.
endClass() - Method in class org.objectweb.easybeans.enhancer.interceptors.InterceptorManagerGenerator
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(ClassLoader, List<String>, Map<String, Object>) - Static method in class org.objectweb.easybeans.client.ClientEnhancer
Allow to enhance a given set of classes.
enhance() - Method in class org.objectweb.easybeans.client.ClientEnhancer
Override the super class method by using only the injection adapter.
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, Map<String, Object>) - 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.
enhanceSuperClass(ClassAnnotationMetadata) - Method in class org.objectweb.easybeans.enhancer.Enhancer
Enhance all super classes that are available.
ensureNoAccess(int, JMethod, String, String) - Static method in class org.objectweb.easybeans.deployment.annotations.helper.bean.session.checks.InterceptorsValidator
Validate that a given method don't use a given access mode.
enterpriseBeans - Variable in class org.objectweb.easybeans.deployment.xml.struct.EJB3
Enterprise-beans element.
EnterpriseBeans - Class in org.objectweb.easybeans.deployment.xml.struct
This class defines the implementation of the element enterprise-beans.
EnterpriseBeans() - Constructor for class org.objectweb.easybeans.deployment.xml.struct.EnterpriseBeans
Constructor.
entityManager - Variable in class org.objectweb.easybeans.persistence.TxEntityManagerLifeCycle
Entity manager that is referenced.
ENTITYMANAGER_ITF - Static variable in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
Entity Manager interface.
entityManagerFactory - Variable in class org.objectweb.easybeans.persistence.JPersistenceContext
EntityManager factory.
entityManagerFactory - Variable in class org.objectweb.easybeans.persistence.TxEntityManagerHandler
EntityManager factory that will create entity manager.
ENTITYMANAGERFACTORY_ITF - Static variable in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
Entity Manager Factory interface.
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.
entityManagers - Variable in class org.objectweb.easybeans.persistence.TxEntityManagerHandler
Map between transactions and the entity manager.
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.
EnvEntry - Class in org.objectweb.easybeans.deployment.xml.struct.common
This class defines the implementation of the <env-entry> element.
EnvEntry() - Constructor for class org.objectweb.easybeans.deployment.xml.struct.common.EnvEntry
 
envEntryList - Variable in class org.objectweb.easybeans.deployment.xml.struct.common.AbsEnvironment
List of <env-entry> elements.
envEntryName - Variable in class org.objectweb.easybeans.deployment.xml.struct.common.EnvEntry
Name of the <env-entry> element.
envEntryType - Variable in class org.objectweb.easybeans.deployment.xml.struct.common.EnvEntry
Type of the <env-entry> element.
envEntryValue - Variable in class org.objectweb.easybeans.deployment.xml.struct.common.EnvEntry
Value of the <env-entry> element.
environment - Variable in class org.objectweb.easybeans.naming.context.ContextImpl
Environment.
equals(Object) - Method in class org.objectweb.easybeans.deployment.annotations.JClassInterceptor
Equals method.
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.DefinedClass
Equals.
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.
error(SAXParseException) - Method in class org.objectweb.easybeans.util.xml.EasyBeansErrorHandler
Receive notification of a recoverable error.
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.
EZB_SESSIONCONTEXT_DESC - Static variable in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
EasyBeansSessionContext type descriptor.
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.
EZBENCInterceptor - Class in org.objectweb.easybeans.naming.interceptors
This interceptor sets the ENC context before calling method.
EZBENCInterceptor() - Constructor for class org.objectweb.easybeans.naming.interceptors.EZBENCInterceptor
Default constructor.

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.
fatalError(SAXParseException) - Method in class org.objectweb.easybeans.util.xml.EasyBeansErrorHandler
Receive notification of a non-recoverable error.
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.
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.
find(Class<T>, Object) - Method in class org.objectweb.easybeans.persistence.TxEntityManager
Find by primary key.
findClass(String) - Method in class org.objectweb.easybeans.loader.EasyBeansClassLoader
Finds and loads the class with the specified name from the URL search path.
findContext() - Method in class org.objectweb.easybeans.naming.pkg.java.JavaURLContext
 
flush() - Method in class org.objectweb.easybeans.persistence.TxEntityManager
Synchronize the persistence context to the underlying database.
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.
generate() - Method in class org.objectweb.easybeans.enhancer.interceptors.InterceptorManagerGenerator
Generates the class.
generateAttributesInjection(MethodVisitor) - Method in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
Generates the calls to methods that will set the attributes value.
generateBodyInjectedMethod(MethodVisitor) - Method in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
Generates the body of the injectedByEasyBeans() method if any.
Else, do nothing.
generateCallSuperEncodedMethod(MethodAnnotationMetadata) - Method in class org.objectweb.easybeans.enhancer.interceptors.InterceptorClassAdapter
Generates a call to the method defined in the super class.
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.
generateClassInjection(MethodVisitor) - Method in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
Generates the calls to populate ENC environment by using annotations on the class itself.
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).
generatedClassName - Variable in class org.objectweb.easybeans.enhancer.interceptors.InterceptorManagerGenerator
Name of the class to generate.
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.
generateSettersInjection(MethodVisitor) - Method in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
Generates the calls to methods that will call the setters methods.
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.
getAccess() - Method in class org.objectweb.easybeans.deployment.annotations.JField
 
getAccess() - Method in class org.objectweb.easybeans.deployment.annotations.JMethod
 
getAllInterceptors() - Method in class org.objectweb.easybeans.enhancer.interceptors.EasyBeansInvocationContextGenerator
 
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
 
getAnnotationVisitors() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.ScanCommonVisitor
 
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
 
getAroundInvokeMethodMetadatas() - 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.util.xml.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
 
getBean() - Method in class org.objectweb.easybeans.container.session.EasyBeansSessionContext
Gets the bean of this context.
getBeanClass() - Method in class org.objectweb.easybeans.container.session.SessionFactory
Gets the bean's class.
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
 
getBeanInfo() - Method in interface org.objectweb.easybeans.api.Factory
Gets the bean information.
getBeanInfo() - Method in class org.objectweb.easybeans.container.session.SessionFactory
 
getBeanInterface() - Method in class org.objectweb.easybeans.deployment.annotations.impl.JEjbEJB
 
getBeanName() - Method in class org.objectweb.easybeans.deployment.annotations.impl.JEjbEJB
 
getBeanTransaction() - Method in class org.objectweb.easybeans.container.session.EasyBeansSessionContext
Gets the transaction used by this bean.
getBytes() - Method in class org.objectweb.easybeans.enhancer.DefinedClass
 
getBytes() - Method in class org.objectweb.easybeans.enhancer.interceptors.EasyBeansInvocationContextGenerator
 
getBytes() - Method in class org.objectweb.easybeans.enhancer.interceptors.InterceptorManagerGenerator
 
getCallerIdentity() - Method in interface javax.ejb.EJBContext
Deprecated. 
getCallerIdentity() - Method in class org.objectweb.easybeans.container.session.EasyBeansSessionContext
Deprecated. 
getCallerPrincipal() - Method in interface javax.ejb.EJBContext
 
getCallerPrincipal() - Method in class org.objectweb.easybeans.container.session.EasyBeansSessionContext
Obtain the java.security.Principal that identifies the caller.
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.enhancer.Enhancer
 
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.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.
getCompJndiName(String) - Static method in class org.objectweb.easybeans.injection.JNDILookupHelper
Gets a JNDI name object in java:comp/.
getComponentContext() - Method in class org.objectweb.easybeans.naming.NamingManager
Get the Context associated with the current thread or to a class loader.
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
 
getContext(String) - Static method in class org.objectweb.easybeans.injection.JNDIBinderHelper
Gets the context for a given name (java: , java:comp, etc).
getContextData() - Method in interface javax.ejb.InvocationContext
 
getCreatedTime() - Method in class org.objectweb.easybeans.pool.PoolEntryStatistics
 
getCurrent() - Method in class org.objectweb.easybeans.persistence.TxEntityManagerHandler
Gets the current entity manager (or create one) for the given transaction if there is one.
getCurrentEntityManager() - Method in class org.objectweb.easybeans.persistence.TxEntityManager
Gets (or create) a new EntityManager for the current tx (if any).
getCW() - Method in class org.objectweb.easybeans.enhancer.CommonClassGenerator
 
getDefinedClasses() - Method in class org.objectweb.easybeans.enhancer.interceptors.InterceptorClassAdapter
 
getDelegate() - Method in class org.objectweb.easybeans.persistence.TxEntityManager
 
getDeployer() - Method in class org.objectweb.easybeans.deployer.DeployerMBean
 
getDescription() - Method in class org.objectweb.easybeans.deployment.annotations.impl.JAnnotationResource
 
getDescription() - Method in class org.objectweb.easybeans.deployment.annotations.impl.JCommonBean
 
getDescription() - Method in class org.objectweb.easybeans.deployment.xml.struct.common.EnvEntry
 
getDescriptor() - Method in class org.objectweb.easybeans.deployment.annotations.JField
 
getDescriptor() - Method in class org.objectweb.easybeans.deployment.annotations.JMethod
 
getDocument(URL, boolean, EntityResolver) - Static method in class org.objectweb.easybeans.util.xml.DocumentParser
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.
getEasyBeansSessionContext() - Method in interface org.objectweb.easybeans.api.bean.EasyBeansSB
Gets the session context associated to this bean.
getEjb3() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.EjbJarAnnotationMetadata
 
getEjb3(File) - Static method in class org.objectweb.easybeans.deployment.xml.EJB3DeploymentDesc
Gets EJB3 for a given archive.
getEjb3Directory() - Method in class org.objectweb.easybeans.server.ServerConfig
 
getEjbClass() - Method in class org.objectweb.easybeans.deployment.xml.struct.AbsBean
Gets the ejb-class.
getEJBHome() - Method in interface javax.ejb.EJBContext
 
getEJBHome() - Method in class org.objectweb.easybeans.container.session.EasyBeansSessionContext
Obtain the enterprise bean's remote home interface.
getEjbJarAnnotationMetadata() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.AnnotationDeploymentAnalyzer
 
getEjbJarAnnotationMetadata() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
getEjbJarAnnotationMetadata() - Method in class org.objectweb.easybeans.enhancer.Enhancer
 
getEjbLink() - Method in class org.objectweb.easybeans.deployment.xml.struct.common.EJBRef
 
getEJBLocalHome() - Method in interface javax.ejb.EJBContext
 
getEJBLocalHome() - Method in class org.objectweb.easybeans.container.session.EasyBeansSessionContext
Obtain the enterprise bean's local home interface.
getEJBLocalObject() - Method in class org.objectweb.easybeans.container.session.EasyBeansSessionContext
Obtain a reference to the EJB local object that is associated with the instance.
getEjbName() - Method in class org.objectweb.easybeans.deployment.xml.struct.AbsBean
Gets the ejb-name.
getEJBObject() - Method in class org.objectweb.easybeans.container.session.EasyBeansSessionContext
Obtain a reference to the EJB object that is currently associated with the instance.
getEjbRefName() - Method in class org.objectweb.easybeans.deployment.xml.struct.common.EJBRef
 
getEJBRefs() - Method in class org.objectweb.easybeans.client.xml.ApplicationClient
 
getEjbRefType() - Method in class org.objectweb.easybeans.deployment.xml.struct.common.EJBRef
 
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.
getEmptyVisitor() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.ScanCommonVisitor
 
getEnterpriseBeans() - Method in class org.objectweb.easybeans.deployment.xml.struct.EJB3
Gets the enterprise-beans element.
getEntityManager(EasyBeansSessionContext, String, PersistenceContextType) - Static method in class org.objectweb.easybeans.injection.EntityManagerHelper
Gets an entity manager for the given session Context.
getEntityManager(String, PersistenceContextType) - Method in class org.objectweb.easybeans.persistence.PersistenceUnitManager
Gets an entity manager for the given unit name and the extra attributes.
getEntityManagerFactory(EasyBeansSessionContext, String) - Static method in class org.objectweb.easybeans.injection.EntityManagerHelper
Gets an entity manager factory for the given session Context.
getEntityManagerFactory() - Method in class org.objectweb.easybeans.persistence.JPersistenceContext
Gets the EntityManager factory.
getEntityManagerFactory(String) - Method in class org.objectweb.easybeans.persistence.PersistenceUnitManager
Gets an entity manager factory for the given unit name.
getEnvEntryList() - Method in class org.objectweb.easybeans.deployment.xml.struct.common.AbsEnvironment
 
getEnvEntryName() - Method in class org.objectweb.easybeans.deployment.xml.struct.common.EnvEntry
 
getEnvEntryType() - Method in class org.objectweb.easybeans.deployment.xml.struct.common.EnvEntry
 
getEnvEntryValue(EnvEntry) - Static method in class org.objectweb.easybeans.deployment.helper.JavaContextHelper
Gets the value for a given env-entry.
getEnvEntryValue() - Method in class org.objectweb.easybeans.deployment.xml.struct.common.EnvEntry
 
getEnvironment() - Method in interface javax.ejb.EJBContext
Deprecated. 
getEnvironment() - Method in class org.objectweb.easybeans.container.session.EasyBeansSessionContext
Deprecated. 
getEnvironment() - Method in class org.objectweb.easybeans.naming.context.ContextImpl
Retrieves the environment in effect for this context.
getEnvironment() - Method in class org.objectweb.easybeans.naming.pkg.java.JavaURLContext
Retrieves the environment in effect for this context.
getEnvJndiName(String) - Static method in class org.objectweb.easybeans.injection.JNDILookupHelper
Gets a JNDI name object in java:comp/env/.
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
 
getField() - Method in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
 
getField(String) - Static method in class org.objectweb.easybeans.enhancer.interceptors.InterceptorManagerGenerator
Gets the field name for a given interceptor.
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
 
getFlushMode() - Method in class org.objectweb.easybeans.persistence.TxEntityManager
Get the flush mode that applies to all objects contained in the persistence context.
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
 
getInitialContext() - Method in class org.objectweb.easybeans.naming.NamingManager
Get the initialContext used in this jonas server.
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.
getInstance() - Static method in class org.objectweb.easybeans.naming.NamingManager
Return the unique instance of a NamingManager.
getInterceptorClass() - Static method in class org.objectweb.easybeans.naming.interceptors.ENCManager
 
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
 
getJAnnotationResource() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxAnnotationResourceVisitor
 
getJAnnotationResource() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.CommonAnnotationMetadata
 
getJAnnotationResource() - Method in interface org.objectweb.easybeans.deployment.annotations.metadata.interfaces.IAnnotationResource
 
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
 
getJavaContext() - Method in interface org.objectweb.easybeans.api.Factory
Gets the java: context.
getJavaContext() - Method in class org.objectweb.easybeans.container.session.SessionFactory
Gets the java: context.
getJavaxPersistenceContext() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.CommonAnnotationMetadata
 
getJavaxPersistenceContext() - Method in interface org.objectweb.easybeans.deployment.annotations.metadata.interfaces.IPersistenceContext
 
getJavaxPersistenceUnit() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.CommonAnnotationMetadata
 
getJavaxPersistenceUnit() - Method in interface org.objectweb.easybeans.deployment.annotations.metadata.interfaces.IPersistenceUnit
 
getJCommonBean() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.AbsCommonEjbVisitor
 
getJCommonBean() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxEjbMessageDrivenVisitor
 
getJCommonBean() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxEjbStatefulVisitor
 
getJCommonBean() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxEjbStatelessVisitor
 
getJCommonBean() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
getJEjbEJB() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxEjbEJBVisitor
 
getJEjbEJB() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.CommonAnnotationMetadata
 
getJEjbEJB() - Method in interface org.objectweb.easybeans.deployment.annotations.metadata.interfaces.IEjbEJB
 
getJEjbEJBs() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
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
 
getJndiName(String, FieldAnnotationMetadata) - Method in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
Ensures that jndiName is valid and return the default value if it is a null value.
getJndiName(String, MethodAnnotationMetadata) - Method in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
Ensures that jndiName is valid and return the default value if it is a null value.
getJndiName(String) - Static method in class org.objectweb.easybeans.injection.JNDILookupHelper
Gets a JNDI name object.
getJndiNameInterface(String, String) - Method in class org.objectweb.easybeans.deployment.resolver.JNDIResolver
Gets jndi name for a given interface and a bean name.
getJRemove() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
 
getJStateful() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
getJStateless() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
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
 
getMap() - Method in class org.objectweb.easybeans.enhancer.Enhancer
 
getMappedName() - Method in class org.objectweb.easybeans.deployment.annotations.impl.JAnnotationResource
 
getMappedName() - Method in class org.objectweb.easybeans.deployment.annotations.impl.JCommonBean
 
getMappedName() - Method in class org.objectweb.easybeans.deployment.annotations.impl.JEjbEJB
 
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.
*
getMessageContext() - Method in class org.objectweb.easybeans.container.session.EasyBeansSessionContext
Obtain a reference to the JAX-RPC MessageContext.
getMessageListenerInterface() - Method in class org.objectweb.easybeans.deployment.annotations.impl.JMessageDriven
 
getMethod() - Method in interface javax.ejb.InvocationContext
 
getMethod(String) - Static method in class org.objectweb.easybeans.enhancer.interceptors.InterceptorManagerGenerator
Gets the getter method name for a given interceptor.
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.container.session.EasyBeansSessionContext.DummyPrincipal
 
getName() - Method in class org.objectweb.easybeans.deployment.annotations.impl.JAnnotationResource
 
getName() - Method in class org.objectweb.easybeans.deployment.annotations.impl.JavaxPersistenceContext
 
getName() - Method in class org.objectweb.easybeans.deployment.annotations.impl.JCommonBean
 
getName() - Method in class org.objectweb.easybeans.deployment.annotations.impl.JEjbEJB
 
getName() - Method in class org.objectweb.easybeans.deployment.annotations.JField
 
getName() - Method in class org.objectweb.easybeans.deployment.annotations.JMethod
 
getNameInNamespace() - Method in class org.objectweb.easybeans.naming.context.ContextImpl
Retrieves the full name of this context within its own namespace.
getNameInNamespace() - Method in class org.objectweb.easybeans.naming.pkg.java.JavaURLContext
Retrieves the full name of this context within its own namespace.
getNameParser(Name) - Method in class org.objectweb.easybeans.naming.context.ContextImpl
Retrieves the parser associated with the named context.
getNameParser(String) - Method in class org.objectweb.easybeans.naming.context.ContextImpl
Retrieves the parser associated with the named context.
getNameParser(Name) - Method in class org.objectweb.easybeans.naming.pkg.java.JavaURLContext
Retrieves the parser associated with the named context.
getNameParser(String) - Method in class org.objectweb.easybeans.naming.pkg.java.JavaURLContext
Retrieves the parser associated with the named context.
getNamingManager() - Static method in class org.objectweb.easybeans.container.session.SessionFactory
Gets the reference on the naming manager.
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.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.objectweb.easybeans.naming.pkg.java.javaURLContextFactory
 
getParameters() - Method in interface javax.ejb.InvocationContext
 
getPersistenceContext(String) - Method in class org.objectweb.easybeans.persistence.PersistenceUnitManager
Gets the persistence context associated to a given persistence unit name.
getPersistenceProvider() - Method in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
 
getPersistenceProviderClassName() - Method in interface javax.persistence.spi.PersistenceUnitInfo
 
getPersistenceProviderClassName() - Method in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
 
getPersistenceUnitInfo(URL) - Static method in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfoHelper
Parses the given XML and complete the PersistenceUnitInfos structure before returning it.
getPersistenceUnitManager() - Method in interface org.objectweb.easybeans.api.EZBContainer
Gets the persistence manager object which manages all persistence-unit associated to this container.
getPersistenceUnitManager() - Method in class org.objectweb.easybeans.container.JContainer3
Gets the persistence manager object which manages all persistence-unit associated to this container.
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(String, Element, String) - Static method in class org.objectweb.easybeans.util.xml.XMLUtils
Returns a Properties object matching the given node.
getReference(Class<T>, Object) - Method in class org.objectweb.easybeans.persistence.TxEntityManager
Get an instance, whose state may be lazily fetched.
getRegistry() - Static method in class org.objectweb.easybeans.jmx.CommonsModelerHelper
Gets the registry.
getRelativeName(String) - Method in class org.objectweb.easybeans.naming.pkg.java.JavaURLContext
Get name without the url prefix.
getRelativeName(Name) - Method in class org.objectweb.easybeans.naming.pkg.java.JavaURLContext
Get name without the url prefix.
getRemote() - Method in class org.objectweb.easybeans.deployment.xml.struct.common.EJBRef
 
getRemoteHome() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
getRemoteInterfaces() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
getRollbackOnly() - Method in interface javax.ejb.EJBContext
 
getRollbackOnly() - Method in class org.objectweb.easybeans.container.session.EasyBeansSessionContext
Test if the transaction has been marked for rollback only.
getSessionBeanInfo() - Method in class org.objectweb.easybeans.container.session.SessionFactory
 
getSessionList() - Method in class org.objectweb.easybeans.deployment.xml.struct.EnterpriseBeans
Gets the list of <session> elements.
getSignature() - Method in class org.objectweb.easybeans.deployment.annotations.JField
 
getSignature() - Method in class org.objectweb.easybeans.deployment.annotations.JMethod
 
getStringListValueElement(String, Element, String) - Static method in class org.objectweb.easybeans.util.xml.XMLUtils
Returns a list of value for the given node.
getStringValueElement(String, Element, String) - Static method in class org.objectweb.easybeans.util.xml.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.
getTimers() - Method in class org.objectweb.easybeans.container.session.EasyBeansSessionContext.DummyTimerService
Get all the active timers associated with this bean.
getTimerService() - Method in interface javax.ejb.EJBContext
 
getTimerService() - Method in class org.objectweb.easybeans.container.session.EasyBeansSessionContext
Get access to the EJB Timer Service.
getTransaction() - Method in class org.objectweb.easybeans.persistence.TxEntityManager
Return the resource-level transaction object.
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 interface org.objectweb.easybeans.api.bean.IBeanInfo
Gets the type of transaction for the given bean.
getTransactionManagementType() - Method in class org.objectweb.easybeans.container.info.BeanInfo
Gets the type of transaction for the given bean.
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
 
getTxEntityManager() - Method in class org.objectweb.easybeans.persistence.JPersistenceContext
Gets the EntityManager used for Transaction-Scoped.
getType() - Method in interface org.objectweb.easybeans.deployment.annotations.analyzer.AnnotationType
 
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.JavaxEjbEJBsVisitor
 
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.JavaxAnnotationResourceVisitor
 
getType() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxEjbEJBVisitor
 
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.JavaxPersistencePersistenceContextVisitor
 
getType() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxPersistencePersistenceUnitVisitor
 
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
 
getType() - Method in class org.objectweb.easybeans.deployment.annotations.impl.JavaxPersistenceContext
 
getUnitName() - Method in class org.objectweb.easybeans.deployment.annotations.impl.JavaxPersistenceContext
 
getUnitName() - Method in class org.objectweb.easybeans.deployment.annotations.impl.JavaxPersistenceUnit
 
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
 
getUserTransaction() - Method in interface javax.ejb.EJBContext
 
getUserTransaction() - Method in class org.objectweb.easybeans.container.session.EasyBeansSessionContext
Obtain the transaction demarcation interface.
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.
handler - Variable in class org.objectweb.easybeans.persistence.TxEntityManager
Handler of the manager.
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.JClassInterceptor
 
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.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).
hasMore() - Method in class org.objectweb.easybeans.naming.context.BindingsImpl
Determines whether there are any more elements in the enumeration.
hasMore() - Method in class org.objectweb.easybeans.naming.context.NamingEnumerationImpl
Determines whether there are any more elements in the enumeration.
hasMoreElements() - Method in class org.objectweb.easybeans.naming.context.BindingsImpl
Tests if this enumeration contains more elements.
hasMoreElements() - Method in class org.objectweb.easybeans.naming.context.NamingEnumerationImpl
Tests if this enumeration contains more elements.
HIBERNATE_JOTM - Static variable in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfoHelper
Hibernate / JOTM transaction manager.
HIBERNATE_PERSISTENCE_PROVIDER - Static variable in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfoHelper
Hibernate persistence provider.
HIBERNATE_TM_LOOKUP - Static variable in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfoHelper
Hibernate TM lookup.
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.
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.
IBeanInfo - Interface in org.objectweb.easybeans.api.bean
This interface is used for containing a description for a bean.
ictx - Variable in class org.objectweb.easybeans.naming.NamingManager
Initial Context.
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.
IEjbEJB - 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.
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(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.
InheritanceInterfacesHelper - Class in org.objectweb.easybeans.deployment.annotations.helper.bean
Analyze classes and if there are super classes, set all super interfaces to the current class.
InheritanceInterfacesHelper() - Constructor for class org.objectweb.easybeans.deployment.annotations.helper.bean.InheritanceInterfacesHelper
Helper class, no public constructor.
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.persistence.JPersistenceContext
Initialize entity manager (and some factoriese) used by Java EE components.
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(T) - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.ScanCommonVisitor
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.
INJECTED_JMETHOD - Static variable in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
JMethod object for injectedByEasyBeans.
INJECTED_METHOD - Static variable in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
Injected method name.
INJECTED_METHODS - Static variable in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
List of injected methods.
injectedByEasyBeans() - Method in interface org.objectweb.easybeans.api.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, Map<String, Object>, boolean) - Constructor for class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
Constructor.
instanceName - Variable in class org.objectweb.easybeans.ds.DummyDataSource
Name used for the instance name.
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.interceptors.EZBENCInterceptor
Sets ENC context.
intercept(EasyBeansInvocationContext) - Method in class org.objectweb.easybeans.naming.interceptors.JOnASENCInterceptor
Sets JOnAS ENC context.
intercept(EasyBeansInvocationContext) - Method in class org.objectweb.easybeans.naming.interceptors.TomcatENCInterceptor
Sets JOnAS ENC context.
intercept(EasyBeansInvocationContext) - Method in class org.objectweb.easybeans.persistence.interceptors.NoTxMethodCallOnlyEntityManagerInterceptor
Creates a new EntityManager before the method and close it at the end.
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.BMTStatefulTransactionInterceptor
Execute transaction as specified for BMT.
intercept(EasyBeansInvocationContext) - Method in class org.objectweb.easybeans.transaction.interceptors.BMTStatelessTransactionInterceptor
Execute transaction as specified for BMT.
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.
interceptorManagerClassName - Variable in class org.objectweb.easybeans.enhancer.interceptors.EasyBeansInvocationContextGenerator
Name of the interceptor manager class.
InterceptorManagerGenerator - Class in org.objectweb.easybeans.enhancer.interceptors
This generates a class that manage the interceptor of a given bean.
InterceptorManagerGenerator(EjbJarAnnotationMetadata, String, List<String>) - Constructor for class org.objectweb.easybeans.enhancer.interceptors.InterceptorManagerGenerator
Constructor.
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).
InterfaceAnnotatedHelper - Class in org.objectweb.easybeans.deployment.annotations.helper.bean
Lookup the annotated interfaces of a class and report it to the class metadata.
InterfaceAnnotatedHelper() - Constructor for class org.objectweb.easybeans.deployment.annotations.helper.bean.InterfaceAnnotatedHelper
Helper class, no public constructor.
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 - Variable in class org.objectweb.easybeans.deployment.resolver.JNDIResolver
Map with key = interface name, value = jndi name.
INTERFACES - Static variable in class org.objectweb.easybeans.enhancer.interceptors.EasyBeansInvocationContextGenerator
Interface of this invocation context.
INTERFACES - Static variable in class org.objectweb.easybeans.enhancer.interceptors.InterceptorManagerGenerator
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.
IPersistenceContext - Interface in org.objectweb.easybeans.deployment.annotations.metadata.interfaces
This interface represents methods which can be call on ClassAnnotationMetadata, MethodAnnotationMetadata and FieldAnnotationMetadata.
It manages @PersistenceContext annotation.
IPersistenceUnit - Interface in org.objectweb.easybeans.deployment.annotations.metadata.interfaces
This interface represents methods which can be call on ClassAnnotationMetadata, MethodAnnotationMetadata and FieldAnnotationMetadata.
It manages @PersistenceUnit annotation.
isAdded - Variable in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxAnnotationResourcesVisitor
Object is added to the list.
isAdded - Variable in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxEjbEJBsVisitor
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
 
isCallerInRole(Identity) - Method in interface javax.ejb.EJBContext
Deprecated. 
isCallerInRole(String) - Method in interface javax.ejb.EJBContext
 
isCallerInRole(Identity) - Method in class org.objectweb.easybeans.container.session.EasyBeansSessionContext
Deprecated. 
isCallerInRole(String) - Method in class org.objectweb.easybeans.container.session.EasyBeansSessionContext
Test if the caller has a given security role.
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?
isDependencyInjectionMethod(JMethod) - Method in class org.objectweb.easybeans.enhancer.interceptors.InterceptorClassAdapter
Check if this method is the injected method used for dependency injection.
isEnvEntry(Type) - Method in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
Return true if the given type is a type used in env-entry.
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?
ISharedMetadata - Interface in org.objectweb.easybeans.deployment.annotations.metadata.interfaces
Interfaces shared by Class, Method and Attributes.
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
 
isInjectedMethod(JMethod) - Method in class org.objectweb.easybeans.enhancer.interceptors.InterceptorClassAdapter
Check if this method is injected or not by injection class adapter : No need to add interceptors on these methods.
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
 
isOpen() - Method in class org.objectweb.easybeans.persistence.TxEntityManager
Determine whether the EntityManager is open.
isPersistenceContext() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.CommonAnnotationMetadata
 
isPersistenceContext() - Method in interface org.objectweb.easybeans.deployment.annotations.metadata.interfaces.IPersistenceContext
 
isPersistenceUnit() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.CommonAnnotationMetadata
 
isPersistenceUnit() - Method in interface org.objectweb.easybeans.deployment.annotations.metadata.interfaces.IPersistenceUnit
 
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.
isUsingNaming() - Method in class org.objectweb.easybeans.server.ServerConfig
Use or not the EasyBeans naming system.
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.
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.CommonAnnotationMetadata
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.
jarClient - Variable in class org.objectweb.easybeans.client.ClientContainer
Jar client to use (if many).
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_COMP - Static variable in class org.objectweb.easybeans.injection.JNDIBinderHelper
Comp prefix.
JAVA_COMP - Static variable in class org.objectweb.easybeans.injection.JNDILookupHelper
Comp prefix.
JAVA_COMP_ENV - Static variable in class org.objectweb.easybeans.container.session.EasyBeansSessionContext
java:comp/env prefix.
JAVA_COMP_ENV - Static variable in class org.objectweb.easybeans.injection.JNDIBinderHelper
ENV prefix.
JAVA_COMP_ENV - Static variable in class org.objectweb.easybeans.injection.JNDILookupHelper
ENV prefix.
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.InheritanceInterfacesHelper
Defines java.lang.Object 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_OBJECT - Static variable in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
Defines java.lang.Object class.
JAVA_LANG_REFLECT_METHOD - Static variable in class org.objectweb.easybeans.enhancer.CommonClassGenerator
Define java.lang.reflect.Method.
JAVA_PREFIX - Static variable in class org.objectweb.easybeans.naming.pkg.java.JavaURLContext
java: prefix.
javaContext - Variable in class org.objectweb.easybeans.container.session.SessionFactory
Context for java: lookups.
JavaContextHelper - Class in org.objectweb.easybeans.deployment.helper
Builds a Context (java: context).
JavaContextHelper() - Constructor for class org.objectweb.easybeans.deployment.helper.JavaContextHelper
Utility class.
JavaContextHelperException - Exception in org.objectweb.easybeans.deployment.helper
Exception thrown if there is a failure in the Context helper.
JavaContextHelperException() - Constructor for exception org.objectweb.easybeans.deployment.helper.JavaContextHelperException
Constructs a new runtime exception with null as its detail message.
JavaContextHelperException(String) - Constructor for exception org.objectweb.easybeans.deployment.helper.JavaContextHelperException
Constructs a new runtime exception with the specified detail message.
JavaContextHelperException(String, Throwable) - Constructor for exception org.objectweb.easybeans.deployment.helper.JavaContextHelperException
Constructs a new runtime exception with the specified detail message and cause.
JAVAEE5_SCHEMA - Static variable in class org.objectweb.easybeans.deployment.xml.parsing.EJB3EntityResolver
JAVA EE 5 Schema.
JAVAEE_NS - Static variable in class org.objectweb.easybeans.client.xml.ApplicationClientLoader
Persistence namespace.
JAVAEE_NS - Static variable in class org.objectweb.easybeans.deployment.xml.parsing.EJB3DeploymentDescLoader
Persistence namespace.
JAVAEE_WEBSERVICES_CLIENT_SCHEMA - Static variable in class org.objectweb.easybeans.deployment.xml.parsing.EJB3EntityResolver
JAVA EE Web services client Schema.
javaLangClassLoaderClass - Variable in class org.objectweb.easybeans.loader.EasyBeansClassLoader
java.lang.ClassLoader class.
JavaNameParser - Class in org.objectweb.easybeans.naming.context
Basic name parser used for java: naming space.
JavaNameParser() - Constructor for class org.objectweb.easybeans.naming.context.JavaNameParser
 
JavaURLContext - Class in org.objectweb.easybeans.naming.pkg.java
Context implementation for the "java:" namespace.
JavaURLContext() - Constructor for class org.objectweb.easybeans.naming.pkg.java.JavaURLContext
Constructor.
javaURLContextFactory - Class in org.objectweb.easybeans.naming.pkg.java
Factory used when resolving lookup on java: namespace.
javaURLContextFactory() - Constructor for class org.objectweb.easybeans.naming.pkg.java.javaURLContextFactory
 
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
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.
JavaxEjbEJBsVisitor - Class in org.objectweb.easybeans.deployment.annotations.analyzer.classes
This class manages the handling of @EJBs annotation.
JavaxEjbEJBsVisitor(ClassAnnotationMetadata) - Constructor for class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxEjbEJBsVisitor
Constructor.
JavaxEjbEJBVisitor<T extends IEjbEJB> - Class in org.objectweb.easybeans.deployment.annotations.analyzer
This class manages the handling of @EJB annotation.
JavaxEjbEJBVisitor(T) - Constructor for class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxEjbEJBVisitor
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.
javaxPersistenceContext - Variable in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxPersistencePersistenceContextVisitor
Persistence context information.
JavaxPersistenceContext - Class in org.objectweb.easybeans.deployment.annotations.impl
This class allow to set informations on javax.persistence.PersistenceContext annotation.
JavaxPersistenceContext() - Constructor for class org.objectweb.easybeans.deployment.annotations.impl.JavaxPersistenceContext
Build new object with default values.
javaxPersistenceContext - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.CommonAnnotationMetadata
This field is used as a PersistenceContext.
JavaxPersistencePersistenceContextVisitor<T extends IPersistenceContext> - Class in org.objectweb.easybeans.deployment.annotations.analyzer
This class manages the handling of @PersistenceContext annotation.
JavaxPersistencePersistenceContextVisitor(T) - Constructor for class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxPersistencePersistenceContextVisitor
Constructor.
JavaxPersistencePersistenceUnitVisitor<T extends IPersistenceUnit> - Class in org.objectweb.easybeans.deployment.annotations.analyzer
This class manages the handling of @PersistenceUnit annotation.
JavaxPersistencePersistenceUnitVisitor(T) - Constructor for class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxPersistencePersistenceUnitVisitor
Constructor.
javaxPersistenceUnit - Variable in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxPersistencePersistenceUnitVisitor
Persistence context information.
JavaxPersistenceUnit - Class in org.objectweb.easybeans.deployment.annotations.impl
This class allow to set informations on javax.persistence.PersistenceUnit annotation.
JavaxPersistenceUnit() - Constructor for class org.objectweb.easybeans.deployment.annotations.impl.JavaxPersistenceUnit
Build new object with default values.
javaxPersistenceUnit - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.CommonAnnotationMetadata
This field is used as a PersistenceUnit.
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.
JCommonBean - Class in org.objectweb.easybeans.deployment.annotations.impl
Defines common methods used by Session Bean and Message Driven beans.
JCommonBean() - Constructor for class org.objectweb.easybeans.deployment.annotations.impl.JCommonBean
Build an object that will be shared by EJB (Session + MDB).
jCommonBean - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
CommonBean description.
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.
jEjbEJB - Variable in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxEjbEJBVisitor
Internal object used representing @EJB annotation.
JEjbEJB - Class in org.objectweb.easybeans.deployment.annotations.impl
Acts as an implementation of @EJB annotation.
JEjbEJB() - Constructor for class org.objectweb.easybeans.deployment.annotations.impl.JEjbEJB
Constructor.
Build object with default values.
jEjbEJB - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.CommonAnnotationMetadata
Object representing @EJB annotation.
jEjbEJBs - Variable in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxEjbEJBsVisitor
List of jEjbEJB object.
jEjbEJBs - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Object representing @EJBs annotation.
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.
JNDIBinderHelper - Class in org.objectweb.easybeans.injection
Helper class for injecting an object in JNDI (ENC env).
JNDIBinderHelper() - Constructor for class org.objectweb.easybeans.injection.JNDIBinderHelper
Utility class, no public constructor.
JNDIBinderHelper.JndiType - Enum in org.objectweb.easybeans.injection
Type of lookup available.
JNDIBinderHelper.JndiType() - Constructor for enum org.objectweb.easybeans.injection.JNDIBinderHelper.JndiType
 
JNDILookupHelper - Class in org.objectweb.easybeans.injection
Helper class for injecting a JNDI Name in the bean.
JNDILookupHelper() - Constructor for class org.objectweb.easybeans.injection.JNDILookupHelper
Utility class, no public constructor.
JNDILookupHelper.JndiType - Enum in org.objectweb.easybeans.injection
Type of lookup available.
JNDILookupHelper.JndiType() - Constructor for enum org.objectweb.easybeans.injection.JNDILookupHelper.JndiType
 
jndiNameEncode(String, String, String) - Static method in class org.objectweb.easybeans.container.JContainer3
Encode a given name by prefixing it with given mode.
jndiResolver - Variable in class org.objectweb.easybeans.client.ClientContainer
Reference to a JNDIResolver.
JNDIResolver - Class in org.objectweb.easybeans.deployment.resolver
Classes used to resolve JNDI Name for a given deployment.
JNDIResolver() - Constructor for class org.objectweb.easybeans.deployment.resolver.JNDIResolver
Constructor.
JNDIResolver(Deployment) - Constructor for class org.objectweb.easybeans.deployment.resolver.JNDIResolver
Build a new resolver with the given deployment.
joinTransaction() - Method in class org.objectweb.easybeans.persistence.TxEntityManager
TODO: document this.
JONAS_NAMING_MANAGER_CLASS - Static variable in class org.objectweb.easybeans.naming.interceptors.JOnASENCInterceptor
JOnAS's class for naming.
JOnASENCInterceptor - Class in org.objectweb.easybeans.naming.interceptors
Interceptor used when EasyBeans is integrated in JOnAS.
JOnASENCInterceptor() - Constructor for class org.objectweb.easybeans.naming.interceptors.JOnASENCInterceptor
Default constructor.
jonasIsReady() - Method in class org.objectweb.easybeans.server.ra.EasyBeansResourceAdapter.EmbeddedStarter
 
jonasNamingManager - Static variable in class org.objectweb.easybeans.naming.interceptors.JOnASENCInterceptor
Reference on the JOnAS naming manager.
JPersistenceContext - Class in org.objectweb.easybeans.persistence
This class manages persistence contexts associated to a persistence unit.
JPersistenceContext(JPersistenceUnitInfo) - Constructor for class org.objectweb.easybeans.persistence.JPersistenceContext
Build a new persistence context based on a given persistence-unit info.
jPersistenceUnitInfo - Variable in class org.objectweb.easybeans.persistence.JPersistenceContext
Persistence unit info used by this persistence context.
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.
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.
JStateful - Class in org.objectweb.easybeans.deployment.annotations.impl
Acts as an implementation of @Stateful annotation.
JStateful() - Constructor for class org.objectweb.easybeans.deployment.annotations.impl.JStateful
Build an object which represents @Stateful object.
jStateful - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Stateful attribute.
JStateless - Class in org.objectweb.easybeans.deployment.annotations.impl
Acts as an implementation of @Stateless annotation.
JStateless() - Constructor for class org.objectweb.easybeans.deployment.annotations.impl.JStateless
Build an object which represents @Stateless object.
jStateless - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Stateless attribute.
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

LENGTH - Static variable in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
Replace length to create default JNDI names.
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).
list(Name) - Method in class org.objectweb.easybeans.naming.context.ContextImpl
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(String) - Method in class org.objectweb.easybeans.naming.context.ContextImpl
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(Name) - Method in class org.objectweb.easybeans.naming.pkg.java.JavaURLContext
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(String) - Method in class org.objectweb.easybeans.naming.pkg.java.JavaURLContext
Enumerates the names bound in the named context, along with the class names of objects bound to them.
listBindings(Name) - Method in class org.objectweb.easybeans.naming.context.ContextImpl
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(String) - Method in class org.objectweb.easybeans.naming.context.ContextImpl
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(Name) - Method in class org.objectweb.easybeans.naming.pkg.java.JavaURLContext
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(String) - Method in class org.objectweb.easybeans.naming.pkg.java.JavaURLContext
Enumerates the names bound in the named context, along with the objects bound to them.
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
 
loadApplicationClient(File) - Static method in class org.objectweb.easybeans.client.xml.ApplicationClientLoader
Detects and analyze the META-INF/application-client.xml file.
loadClass(String) - Method in class org.objectweb.easybeans.loader.EasyBeansClassLoader
When trying to load a class, look if this class needs to be defined.
loadDefinedClasses(ClassLoader, List<DefinedClass>) - Static method in class org.objectweb.easybeans.enhancer.Enhancer
Load defined classes in the list.
loadDeploymentDescriptor(URL) - Static method in class org.objectweb.easybeans.deployment.xml.parsing.EJB3DeploymentDescLoader
Load the ejb-jar.xml file.
loadDriver() - Method in class org.objectweb.easybeans.ds.DummyDataSource
Loads the JBDC driver if the driver is not loaded yet.
loader - Variable in class org.objectweb.easybeans.enhancer.Enhancer
Classloader used to load/define classes.
loadObject(byte[]) - Static method in class org.objectweb.easybeans.util.marshalling.Serialization
Transforms the given array of bytes into an object.
loadPersistenceUnitInfoImpl(URL) - Static method in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfoLoader
Load the persistence.xml file.
loadXML(URL) - Static method in class org.objectweb.easybeans.client.xml.ApplicationClientLoader
Load the application-client.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.
lock(Object, LockModeType) - Method in class org.objectweb.easybeans.persistence.TxEntityManager
Set the lock mode for an entity object contained in the persistence context.
logger - Variable in class org.objectweb.easybeans.client.ClientContainer
Logger.
logger - Static variable in class org.objectweb.easybeans.client.ClientEnhancer
Logger.
logger - Static variable in class org.objectweb.easybeans.client.xml.ApplicationClientLoader
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 - Variable in class org.objectweb.easybeans.deployment.resolver.JNDIResolver
Logger.
logger - Static variable in class org.objectweb.easybeans.deployment.xml.parsing.EJB3DeploymentDescLoader
Logger.
logger - Static variable in class org.objectweb.easybeans.enhancer.Enhancer
Logger.
logger - Static 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.injection.JNDIBinderHelper
Logger.
logger - Static variable in class org.objectweb.easybeans.injection.JNDILookupHelper
Logger.
logger - Static variable in class org.objectweb.easybeans.jmx.CommonsModelerHelper
Logger.
logger - Static variable in class org.objectweb.easybeans.loader.EasyBeansClassLoader
Logger.
logger - Static variable in class org.objectweb.easybeans.naming.interceptors.ENCManager
Logger.
logger - Static variable in class org.objectweb.easybeans.naming.interceptors.EZBENCInterceptor
Logger.
logger - Static variable in class org.objectweb.easybeans.naming.interceptors.JOnASENCInterceptor
Logger.
logger - Static variable in class org.objectweb.easybeans.naming.interceptors.TomcatENCInterceptor
Logger.
logger - Static variable in class org.objectweb.easybeans.naming.NamingManager
Logger.
logger - Static variable in class org.objectweb.easybeans.naming.pkg.java.JavaURLContext
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 - Static variable in class org.objectweb.easybeans.persistence.xml.PersistenceXmlFileAnalyzer
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 - Static variable in class org.objectweb.easybeans.server.war.EasyBeansContextListener
Logger.
logger - Variable in class org.objectweb.easybeans.transaction.interceptors.BMTStatefulTransactionInterceptor
Logger.
logger - Variable in class org.objectweb.easybeans.transaction.interceptors.BMTStatelessTransactionInterceptor
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.
lookup(String) - Method in interface javax.ejb.EJBContext
 
lookup(String) - Method in class org.objectweb.easybeans.container.session.EasyBeansSessionContext
Lookup object with given name.
lookup(Name) - Method in class org.objectweb.easybeans.naming.context.ContextImpl
Retrieves the named object.
lookup(String) - Method in class org.objectweb.easybeans.naming.context.ContextImpl
Retrieves the named object.
lookup(Name) - Method in class org.objectweb.easybeans.naming.pkg.java.JavaURLContext
Retrieves the named object.
lookup(String) - Method in class org.objectweb.easybeans.naming.pkg.java.JavaURLContext
Retrieves the named object.
lookupCtx(String) - Method in class org.objectweb.easybeans.naming.context.ContextImpl
Find if this name is a sub context.
lookupLink(Name) - Method in class org.objectweb.easybeans.naming.context.ContextImpl
Retrieves the named object, following links except for the terminal atomic component of the name.
lookupLink(String) - Method in class org.objectweb.easybeans.naming.context.ContextImpl
Retrieves the named object, following links except for the terminal atomic component of the name.
lookupLink(Name) - Method in class org.objectweb.easybeans.naming.pkg.java.JavaURLContext
Retrieves the named object, following links except for the terminal atomic component of the name.
lookupLink(String) - Method in class org.objectweb.easybeans.naming.pkg.java.JavaURLContext
Retrieves the named object, following links except for the terminal atomic component of the name.
loop(ClassAnnotationMetadata, ClassAnnotationMetadata) - Static method in class org.objectweb.easybeans.deployment.annotations.helper.bean.BusinessMethodResolver
While there are super interfaces, loop on them.
loop(ClassAnnotationMetadata, ClassAnnotationMetadata) - Static method in class org.objectweb.easybeans.deployment.annotations.helper.bean.InheritanceInterfacesHelper
Found all method meta data of the super class and adds them to the bean's class.

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.
map - Variable in class org.objectweb.easybeans.enhancer.Enhancer
Map containing informations for enhancers.
map - Variable in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
Map containing informations for enhancers.
mapDefined - Variable in class org.objectweb.easybeans.loader.EasyBeansClassLoader
Map between class name and the bytecode associated to the given classname.
MAPPED_NAME - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.AbsCommonEjbVisitor
mappedName attribute of the annotation.
MAPPED_NAME - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxAnnotationResourceVisitor
Mapped name attribute of the annotation.
MAPPED_NAME - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxEjbEJBVisitor
Mapped name attribute of the annotation.
mappedName - Variable in class org.objectweb.easybeans.deployment.annotations.impl.JAnnotationResource
mapped name.
mappedName - Variable in class org.objectweb.easybeans.deployment.annotations.impl.JCommonBean
Mapped name (could be used as JNDI name).
mappedName - Variable in class org.objectweb.easybeans.deployment.annotations.impl.JEjbEJB
mapped name.
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.
merge(PersistenceUnitManager) - Method in class org.objectweb.easybeans.persistence.PersistenceUnitManager
Merge the persistence context of a an other persistent unit manager in this one.
merge(T) - Method in class org.objectweb.easybeans.persistence.TxEntityManager
Merge the state of the given entity into the current persistence context.
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).
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.
modified - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Is that the class represented by this metadata has already been modified ?
modifiedFiles - Variable in class org.objectweb.easybeans.server.ContainersMonitor
Map between container and the last updated file.
myParser - Static variable in class org.objectweb.easybeans.naming.context.ContextImpl
Parser.

N

NAME - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.AbsCommonEjbVisitor
Name attribute of the annotation.
NAME - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxAnnotationResourceVisitor
Name attribute of the annotation.
NAME - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxEjbEJBVisitor
Name attribute of the annotation.
NAME - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxPersistencePersistenceContextVisitor
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.JAnnotationResource
Name.
name - Variable in class org.objectweb.easybeans.deployment.annotations.impl.JavaxPersistenceContext
Name of this persistence context.
name - Variable in class org.objectweb.easybeans.deployment.annotations.impl.JCommonBean
Name of the bean.
name - Variable in class org.objectweb.easybeans.deployment.annotations.impl.JEjbEJB
Name (resource to be looked up).
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.
NAME - Static variable in class org.objectweb.easybeans.deployment.resolver.JNDIResolver
Name.
NAME - Static variable in class org.objectweb.easybeans.deployment.xml.struct.common.EnvEntry
Name of this element.
NAME - Static variable in class org.objectweb.easybeans.deployment.xml.struct.EnterpriseBeans
Name of this element.
NAME - Static variable in class org.objectweb.easybeans.deployment.xml.struct.Session
Name of this element.
names - Variable in class org.objectweb.easybeans.naming.context.BindingsImpl
list of names.
names - Variable in class org.objectweb.easybeans.naming.context.NamingEnumerationImpl
list of names.
NamingEnumerationImpl - Class in org.objectweb.easybeans.naming.context
Implementation of the NamingEnumeration for list operations Each element is of type NameClassPair.
NamingEnumerationImpl(Hashtable) - Constructor for class org.objectweb.easybeans.naming.context.NamingEnumerationImpl
Constructor.
namingManager - Static variable in class org.objectweb.easybeans.container.session.SessionFactory
Reference on the naming manager.
namingManager - Static variable in class org.objectweb.easybeans.naming.interceptors.EZBENCInterceptor
Reference on the naming manager.
NamingManager - Class in org.objectweb.easybeans.naming
Manages the java: context used by components.
NamingManager() - Constructor for class org.objectweb.easybeans.naming.NamingManager
Create the naming manager.
namingManager - Static variable in class org.objectweb.easybeans.naming.pkg.java.JavaURLContext
Reference on the naming manager.
next() - Method in class org.objectweb.easybeans.naming.context.BindingsImpl
It returns a Binding instead of a NameClassPair * Retrieves the next element in the enumeration.
next() - Method in class org.objectweb.easybeans.naming.context.NamingEnumerationImpl
Retrieves the next element in the enumeration.
nextElement() - Method in class org.objectweb.easybeans.naming.context.BindingsImpl
Returns the next element of this enumeration if this enumeration object has at least one more element to provide.
nextElement() - Method in class org.objectweb.easybeans.naming.context.NamingEnumerationImpl
Returns the next element of this enumeration if this enumeration object has at least one more element to provide.
NO_LIMIT - Static variable in class org.objectweb.easybeans.pool.JPool
High Value for no limit for the connection pool.
NO_PACKAGE - Static variable in class org.objectweb.easybeans.i18n.I18n
Name of the default package (when a class don't have a package).
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.
NOTX_TRANSACTION_SCOPED_INTERCEPTOR - Static variable in class org.objectweb.easybeans.deployment.annotations.helper.bean.TransactionResolver
Interceptor used for transaction-scoped persistence context (when there is no transaction).
NoTxMethodCallOnlyEntityManagerInterceptor - Class in org.objectweb.easybeans.persistence.interceptors
This interceptor is used for the Transaction-scoped persistence context when there is no transaction.
NoTxMethodCallOnlyEntityManagerInterceptor() - Constructor for class org.objectweb.easybeans.persistence.interceptors.NoTxMethodCallOnlyEntityManagerInterceptor
 

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.lifecycle - package org.objectweb.easybeans.api.bean.lifecycle
Implementation of EJB 3.0 container API for lifecycle.
org.objectweb.easybeans.api.injection - package org.objectweb.easybeans.api.injection
Implementation of EJB 3.0 container API for injection.
org.objectweb.easybeans.client - package org.objectweb.easybeans.client
Implementation of EJB 3.0 container
org.objectweb.easybeans.client.xml - package org.objectweb.easybeans.client.xml
Implementation of EJB 3.0 container : Parsing of application-client.xml
org.objectweb.easybeans.container - package org.objectweb.easybeans.container
Implementation of EJB 3.0 container
org.objectweb.easybeans.container.info - package org.objectweb.easybeans.container.info
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.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.helper - package org.objectweb.easybeans.deployment.helper
Implementation of EJB 3.0 container
org.objectweb.easybeans.deployment.resolver - package org.objectweb.easybeans.deployment.resolver
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.deployment.xml.parsing - package org.objectweb.easybeans.deployment.xml.parsing
Implementation of EJB 3.0 container
org.objectweb.easybeans.deployment.xml.struct - package org.objectweb.easybeans.deployment.xml.struct
Implementation of EJB 3.0 container
org.objectweb.easybeans.deployment.xml.struct.common - package org.objectweb.easybeans.deployment.xml.struct.common
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.loader - package org.objectweb.easybeans.loader
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.naming.context - package org.objectweb.easybeans.naming.context
Implementation of EJB 3.0 container
org.objectweb.easybeans.naming.interceptors - package org.objectweb.easybeans.naming.interceptors
 
org.objectweb.easybeans.naming.pkg.java - package org.objectweb.easybeans.naming.pkg.java
Implementation of EJB 3.0 container.
org.objectweb.easybeans.persistence - package org.objectweb.easybeans.persistence
Implementation of EJB 3.0 container
org.objectweb.easybeans.persistence.interceptors - package org.objectweb.easybeans.persistence.interceptors
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.server.war - package org.objectweb.easybeans.server.war
Allows to embed EasyBeans in a Web container (Tomcat, Jetty, ...)r
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.easybeans.util.marshalling - package org.objectweb.easybeans.util.marshalling
Implementation of EJB 3.0 container
org.objectweb.easybeans.util.xml - package org.objectweb.easybeans.util.xml
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.
parse(String) - Method in class org.objectweb.easybeans.naming.context.JavaNameParser
Parse a name into its components.
ParsingException - Exception in org.objectweb.easybeans.deployment.xml.parsing
Exception thrown if there is a failure in the parsing of the DD.
ParsingException() - Constructor for exception org.objectweb.easybeans.deployment.xml.parsing.ParsingException
Constructs a new runtime exception with null as its detail message.
ParsingException(String) - Constructor for exception org.objectweb.easybeans.deployment.xml.parsing.ParsingException
Constructs a new runtime exception with the specified detail message.
ParsingException(String, Throwable) - Constructor for exception org.objectweb.easybeans.deployment.xml.parsing.ParsingException
Constructs a new runtime exception with the specified detail message and cause.
PermitAll - Annotation Type in javax.annotation.security
 
persist(Object) - Method in class org.objectweb.easybeans.persistence.TxEntityManager
Make an instance managed and persistent.
PERSISTENCE_NS - Static variable in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfoLoader
Persistence namespace.
PERSISTENCE_SCHEMA_10 - Static variable in class org.objectweb.easybeans.persistence.xml.PersistenceUnitEntityResolver
Persistence Schema.
PERSISTENCE_SCHEMA_ALPHA - Static variable in class org.objectweb.easybeans.persistence.xml.PersistenceUnitEntityResolver
Persistence Schema (used in alpha).
PERSISTENCE_UNIT - Static variable in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfoLoader
<persistence-unit> element.
PERSISTENCE_XML_FILE - Static variable in class org.objectweb.easybeans.persistence.xml.PersistenceXmlFileAnalyzer
Name of the persistence.xml file.
PERSISTENCECONTEXT_TTRANSACTION_TYPE - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxPersistencePersistenceContextVisitor
Transaction type.
PERSISTENCECONTEXT_TYPE - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxPersistencePersistenceContextVisitor
Persistence Context type attribute of the annotation.
persistenceContexts - Variable in class org.objectweb.easybeans.persistence.PersistenceUnitManager
List of persistence unit objects managed by their name.
persistenceProvider - Variable in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
Persistence provider (instantiated object).
persistenceProviderClassName - Variable in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
Persistence provider implementation class name.
PersistenceUnitEntityResolver - Class in org.objectweb.easybeans.persistence.xml
Entity resolver allowing to find schema within the classloader.
PersistenceUnitEntityResolver() - Constructor for class org.objectweb.easybeans.persistence.xml.PersistenceUnitEntityResolver
Constructor.
PersistenceUnitInfo - Interface in javax.persistence.spi
Interface implemented by the container and used by the persistence provider when creating an EntityManagerFactory.
persistenceUnitManager - Variable in class org.objectweb.easybeans.container.JContainer3
Persistence manager object which manages all persistence-unit associated to this container.
PersistenceUnitManager - Class in org.objectweb.easybeans.persistence
This class manages persistence units ands allow to return EntityManager or EntityManagerFactory.
PersistenceUnitManager(JPersistenceUnitInfo[]) - Constructor for class org.objectweb.easybeans.persistence.PersistenceUnitManager
Build a new manager with given persistence units.
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
 
PersistenceXmlFileAnalyzer - Class in org.objectweb.easybeans.persistence.xml
Class used to analyze a given archive (by analyzing the persistence.xml file if any).
PersistenceXmlFileAnalyzer() - Constructor for class org.objectweb.easybeans.persistence.xml.PersistenceXmlFileAnalyzer
Utility class, no public constructor.
PersistenceXmlFileAnalyzerException - Exception in org.objectweb.easybeans.persistence.xml
Exception thrown if there is a failure when analyzing persistence.xml file.
PersistenceXmlFileAnalyzerException() - Constructor for exception org.objectweb.easybeans.persistence.xml.PersistenceXmlFileAnalyzerException
Constructs a new runtime exception with null as its detail message.
PersistenceXmlFileAnalyzerException(String) - Constructor for exception org.objectweb.easybeans.persistence.xml.PersistenceXmlFileAnalyzerException
Constructs a new runtime exception with the specified detail message.
PersistenceXmlFileAnalyzerException(String, Throwable) - Constructor for exception org.objectweb.easybeans.persistence.xml.PersistenceXmlFileAnalyzerException
Constructs a new runtime exception with the specified detail message and cause.
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.deployment.xml.parsing.EJB3EntityResolver
Schema prefix.
PREFIX - Static variable in class org.objectweb.easybeans.enhancer.lib.MethodRenamer
Prefix for renamed method.
PREFIX - Static variable in class org.objectweb.easybeans.persistence.xml.PersistenceUnitEntityResolver
Schema prefix.
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).
previousEntityManager - Variable in class org.objectweb.easybeans.persistence.TxEntityManagerHandler
Previous entity manager (must be kept).
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

read(String, ClassLoader, ScanClassVisitor, EjbJarAnnotationMetadata) - Static method in class org.objectweb.easybeans.client.ClientEnhancer
Visits the given class and all available parent classes.
ready - Variable in class org.objectweb.easybeans.transaction.SessionSynchronizationListener
This listener is ready to receive event from the transaction manager.
rebind(Name, Object) - Method in class org.objectweb.easybeans.naming.context.ContextImpl
Binds a name to an object, overwriting any existing binding.
rebind(String, Object) - Method in class org.objectweb.easybeans.naming.context.ContextImpl
Binds a name to an object, overwriting any existing binding.
rebind(Name, Object) - Method in class org.objectweb.easybeans.naming.pkg.java.JavaURLContext
Binds a name to an object, overwriting any existing binding.
rebind(String, Object) - Method in class org.objectweb.easybeans.naming.pkg.java.JavaURLContext
Binds a name to an object, overwriting any existing binding.
recomputeToString - Variable in class org.objectweb.easybeans.loader.EasyBeansClassLoader
Need to recompute toString() value ? (urls have changed) True by default (not done).
refresh(Object) - Method in class org.objectweb.easybeans.persistence.TxEntityManager
Refresh the state of the instance from the database, overwriting changes made to the entity, if any.
registerLibraries(ServletContextEvent) - Method in class org.objectweb.easybeans.server.war.EasyBeansContextListener
Register the EasyBeans libraries in the root classloader (allowing each applications to communicate with EasyBeans).
registerTomcat(ServletContextEvent) - Method in class org.objectweb.easybeans.server.war.EasyBeansContextListener
Register the EasyBeans libraries for Tomcat.
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(Transaction) - Method in class org.objectweb.easybeans.persistence.TxEntityManagerHandler
Release the entity manager associated to the given tx.
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
 
remote - Variable in class org.objectweb.easybeans.deployment.xml.struct.common.EJBRef
Remote class (interface).
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(Object) - Method in class org.objectweb.easybeans.persistence.TxEntityManager
Remove the entity instance.
remove(InstanceType) - Method in interface org.objectweb.easybeans.pool.PoolFactory
Callback called when object is gonna be removed.
removeFromEnvironment(String) - Method in class org.objectweb.easybeans.naming.context.ContextImpl
Removes an environment property from the environment of this context.
removeFromEnvironment(String) - Method in class org.objectweb.easybeans.naming.pkg.java.JavaURLContext
Removes an environment property from the environment of this context.
rename(Name, Name) - Method in class org.objectweb.easybeans.naming.context.ContextImpl
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(String, String) - Method in class org.objectweb.easybeans.naming.context.ContextImpl
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(Name, Name) - Method in class org.objectweb.easybeans.naming.pkg.java.JavaURLContext
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(String, String) - Method in class org.objectweb.easybeans.naming.pkg.java.JavaURLContext
Binds a new name to the object bound to an old name, and unbinds the old name.
renamedMethods - Variable in class org.objectweb.easybeans.enhancer.interceptors.InterceptorClassAdapter
List of methods which have been renamed.
resetComponentContext(Context) - Method in class org.objectweb.easybeans.naming.NamingManager
Set back the context with the given value.
resetComponentContextMethod - Static variable in class org.objectweb.easybeans.naming.interceptors.JOnASENCInterceptor
Method used to reset the component context on the JOnAS naming manager.
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.InheritanceInterfacesHelper
Found all method meta data of the super class and adds them to the bean's class.
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.InterfaceAnnotatedHelper
Gets interface of a bean and report their types to the bean metadata.
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.
resolveClass(ObjectStreamClass) - Method in class org.objectweb.easybeans.util.marshalling.CtxClassLoaderObjectInputStream
Load the local class equivalent of the specified stream class description.
resolveEntity(String, String) - Method in class org.objectweb.easybeans.util.xml.SchemaEntityResolver
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.
ScanCommonVisitor<T extends ISharedMetadata> - Class in org.objectweb.easybeans.deployment.annotations.analyzer
This classes analyses annotation (could be class, method, attribute, etc).
ScanCommonVisitor() - Constructor for class org.objectweb.easybeans.deployment.annotations.analyzer.ScanCommonVisitor
Constructor Build map of visitors.
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.
SchemaEntityResolver - Class in org.objectweb.easybeans.util.xml
Entity resolver allowing to find schema within the classloader.
SchemaEntityResolver(String[]) - Constructor for class org.objectweb.easybeans.util.xml.SchemaEntityResolver
Constructor.
schemasUrls - Variable in class org.objectweb.easybeans.util.xml.SchemaEntityResolver
Map where the schemas URLs are stored.
searchingDefinedClass(String) - Method in class org.objectweb.easybeans.loader.EasyBeansClassLoader
Search a class in the local repository of classes to define.
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.
Serialization - Class in org.objectweb.easybeans.util.marshalling
Allow to get the bytes of an object or to recreate an object from bytes.
It also used a custom reader when recreating object as it uses the context classloader in order to have an object with the right classloader.
Serialization() - Constructor for class org.objectweb.easybeans.util.marshalling.Serialization
Utility class, no public constructor.
serialVersionUID - Static variable in exception javax.ejb.EJBTransactionRequiredException
 
serialVersionUID - Static variable in exception javax.ejb.EJBTransactionRolledbackException
 
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.api.injection.EasyBeansInjectionException
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 exception org.objectweb.easybeans.deployment.helper.JavaContextHelperException
Id for serializable class.
serialVersionUID - Static variable in exception org.objectweb.easybeans.deployment.xml.EJB3DeploymentDescException
Id for serializable class.
serialVersionUID - Static variable in exception org.objectweb.easybeans.deployment.xml.parsing.ParsingException
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.persistence.xml.PersistenceXmlFileAnalyzerException
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.
serialVersionUID - Static variable in exception org.objectweb.easybeans.util.xml.DocumentParserException
Id for 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 - Class in org.objectweb.easybeans.deployment.xml.struct
Defines a representation for <session> element.
Session() - Constructor for class org.objectweb.easybeans.deployment.xml.struct.Session
 
SESSION_CONTEXT - Static variable in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
javax.ejb.SessionContext interface.
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.
SessionBeanInfo - Class in org.objectweb.easybeans.container.info
This class contains information for a session bean.
SessionBeanInfo() - Constructor for class org.objectweb.easybeans.container.info.SessionBeanInfo
 
sessionBeanInfo - Variable in class org.objectweb.easybeans.container.session.SessionFactory
Session Desc (deployment info).
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.
sessionList - Variable in class org.objectweb.easybeans.deployment.xml.struct.EnterpriseBeans
List of <session> elements.
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.
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.JEjbEJB
Sets the business or home Interface.
setBeanName(String) - Method in class org.objectweb.easybeans.deployment.annotations.impl.JEjbEJB
Sets bean name (Name of stateless, stateful, etc.
setBeanTransaction(Transaction) - Method in class org.objectweb.easybeans.container.session.EasyBeansSessionContext
Sets the transaction used by this bean.
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.
setClassAnnotationMetadata(ClassAnnotationMetadata) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
Replace the link to the classannotation metadata.
setClassLoader(ClassLoader) - Method in interface org.objectweb.easybeans.api.EZBContainer
Sets the classloader.
setClassLoader(ClassLoader) - Method in class org.objectweb.easybeans.container.JContainer3
Sets the classloader.
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.
setClientContainerComponentContext(Context) - Method in class org.objectweb.easybeans.naming.NamingManager
Set the context used by client container (per JVM instead of per thread).
setComponentContext(Context) - Method in class org.objectweb.easybeans.naming.NamingManager
Associate this CompNamingContext with the current thread.
setComponentContextMethod - Static variable in class org.objectweb.easybeans.naming.interceptors.JOnASENCInterceptor
Method used to set the component context on the JOnAS naming manager.
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.
setDescription(String) - Method in class org.objectweb.easybeans.deployment.annotations.impl.JCommonBean
Sets the description.
setDescription(String) - Method in class org.objectweb.easybeans.deployment.xml.struct.common.EnvEntry
Sets the description.
setEasyBeansFactory(Factory) - Method in interface org.objectweb.easybeans.api.bean.EasyBeansBean
Defines the factory associated to this bean.
setEasyBeansSessionContext(EasyBeansSessionContext) - Method in interface org.objectweb.easybeans.api.bean.EasyBeansSB
Defines the session context associated to this bean.
setEjb3(EJB3) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.EjbJarAnnotationMetadata
Sets the ejb3 deployment descriptor object.
setEjb3Path(String) - Method in class org.objectweb.easybeans.server.ServerConfig
Sets the path forloading/looking beans.
setEjbClass(String) - Method in class org.objectweb.easybeans.deployment.xml.struct.AbsBean
Set the ejb-class.
setEjbLink(String) - Method in class org.objectweb.easybeans.deployment.xml.struct.common.EJBRef
Sets the ejb-link value.
setEjbName(String) - Method in class org.objectweb.easybeans.deployment.xml.struct.AbsBean
Set the ejb-name.
setEjbRefName(String) - Method in class org.objectweb.easybeans.deployment.xml.struct.common.EJBRef
Sets the name of this ejb-ref.
setEjbRefType(String) - Method in class org.objectweb.easybeans.deployment.xml.struct.common.EJBRef
Sets the type of this reference.
setEmbedded(Embedded) - Static method in class org.objectweb.easybeans.deployer.Deployer
Sets the embedded object of this deployer.
setEnterpriseBeans(EnterpriseBeans) - Method in class org.objectweb.easybeans.deployment.xml.struct.EJB3
Sets the enterprise-beans element.
setEnvEntryName(String) - Method in class org.objectweb.easybeans.deployment.xml.struct.common.EnvEntry
Sets the name.
setEnvEntryType(String) - Method in class org.objectweb.easybeans.deployment.xml.struct.common.EnvEntry
Sets the type.
setEnvEntryValue(String) - Method in class org.objectweb.easybeans.deployment.xml.struct.common.EnvEntry
Sets the value.
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.
setField(MethodVisitor, String, FieldAnnotationMetadata, Type) - Method in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
Sets the value of a field.
setField() - Method in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
 
setFlushMode(FlushModeType) - Method in class org.objectweb.easybeans.persistence.TxEntityManager
Set the flush mode that applies to all objects contained in the persistence context.
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.
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.CommonAnnotationMetadata
Set JAnnotationResource object.
setJAnnotationResource(JAnnotationResource) - Method in interface org.objectweb.easybeans.deployment.annotations.metadata.interfaces.IAnnotationResource
Set JAnnotationResource object.
setJAnnotationResources(List<JAnnotationResource>) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Sets JAnnotationResources object.
setJavaContext(Context) - Method in class org.objectweb.easybeans.container.session.SessionFactory
Sets the java: context.
setJavaxPersistenceContext(JavaxPersistenceContext) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.CommonAnnotationMetadata
Sets the persistence context info on this field.
setJavaxPersistenceContext(JavaxPersistenceContext) - Method in interface org.objectweb.easybeans.deployment.annotations.metadata.interfaces.IPersistenceContext
Sets the persistence context info on this field.
setJavaxPersistenceUnit(JavaxPersistenceUnit) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.CommonAnnotationMetadata
Sets the persistence unit info on this field.
setJavaxPersistenceUnit(JavaxPersistenceUnit) - Method in interface org.objectweb.easybeans.deployment.annotations.metadata.interfaces.IPersistenceUnit
Sets the persistence unit info on this field.
setJCommonBean(JCommonBean) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Sets the attributes for a Stateless/Stateful/MDB.
setJEjbEJB(JEjbEJB) - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxEjbEJBVisitor
Sets the jEjbEJB object.
setJEjbEJB(JEjbEJB) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.CommonAnnotationMetadata
Set JAnnotationEJB object.
setJEjbEJB(JEjbEJB) - Method in interface org.objectweb.easybeans.deployment.annotations.metadata.interfaces.IEjbEJB
Set jEjbEJB object.
setJEjbEJBs(List<JEjbEJB>) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Set JEjbEJBs object.
setJMessageDriven(JMessageDriven) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Sets the message driven bean object.
setJStateful(JStateful) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Sets the attributes for a Stateful.
setJStateless(JStateless) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Sets the attributes for a Stateless.
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.
setMappedName(String) - Method in class org.objectweb.easybeans.deployment.annotations.impl.JAnnotationResource
Sets mapped Name.
setMappedName(String) - Method in class org.objectweb.easybeans.deployment.annotations.impl.JCommonBean
Sets the mapped name.
setMappedName(String) - Method in class org.objectweb.easybeans.deployment.annotations.impl.JEjbEJB
Sets mapped Name.
setMessageListenerInterface(String) - Method in class org.objectweb.easybeans.deployment.annotations.impl.JMessageDriven
Sets the message listener interface.
setModified() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Defines that this class has been modified.
setName(String) - Method in class org.objectweb.easybeans.deployment.annotations.impl.JAnnotationResource
Sets Name (resource to be looked up).
setName(String) - Method in class org.objectweb.easybeans.deployment.annotations.impl.JavaxPersistenceContext
sets the name of this persistence context.
setName(String) - Method in class org.objectweb.easybeans.deployment.annotations.impl.JCommonBean
Sets the bean name.
setName(String) - Method in class org.objectweb.easybeans.deployment.annotations.impl.JEjbEJB
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
 
setPersistenceProvider(PersistenceProvider) - Method in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
Sets the persistence provider object.
setPersistenceProviderClassName(String) - Method in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
Sets the persistence provider implementation class name.
setPersistenceUnitManager(PersistenceUnitManager) - Method in interface org.objectweb.easybeans.api.EZBContainer
Sets the persistence manager object which manages all persistence-unit associated to this container.
setPersistenceUnitManager(PersistenceUnitManager) - Method in class org.objectweb.easybeans.container.JContainer3
Sets the persistence manager object which manages all persistence-unit associated to this container.
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.
setRemote(String) - Method in class org.objectweb.easybeans.deployment.xml.struct.common.EJBRef
Sets the value of remote element.
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.
setRollbackOnly() - Method in interface javax.ejb.EJBContext
 
setRollbackOnly() - Method in class org.objectweb.easybeans.container.session.EasyBeansSessionContext
Mark the current transaction for rollback.
setSessionBeanInfo(SessionBeanInfo) - Method in class org.objectweb.easybeans.container.session.SessionFactory
Sets the information object for a session bean.
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 interface org.objectweb.easybeans.api.bean.IBeanInfo
Sets the type of transaction for the given bean.
setTransactionManagementType(TransactionManagementType) - Method in class org.objectweb.easybeans.container.info.BeanInfo
Sets the type of transaction for the given bean.
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.
setType(PersistenceContextType) - Method in class org.objectweb.easybeans.deployment.annotations.impl.JavaxPersistenceContext
Sets the persistence context type.
setUnitName(String) - Method in class org.objectweb.easybeans.deployment.annotations.impl.JavaxPersistenceContext
sets the unit name of this persistence context.
setUnitName(String) - Method in class org.objectweb.easybeans.deployment.annotations.impl.JavaxPersistenceUnit
sets the unit name of this persistence context.
setUseMBeans(boolean) - Method in class org.objectweb.easybeans.server.ServerConfig
Sets the value for using MBeans.
setUseNaming(boolean) - Method in class org.objectweb.easybeans.server.ServerConfig
Sets the value for using the EasyBeans naming system.
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.
staticMode - Variable in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
Is that generated method is static (client case).
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.
storeObject(Serializable) - Static method in class org.objectweb.easybeans.util.marshalling.Serialization
Gets an array of bytes corresponding to the given object.
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.
SUFFIX_INTERCEPTOR_MANAGER - Static variable in class org.objectweb.easybeans.enhancer.interceptors.EasyBeansInvocationContextGenerator
Suffix for InterceptorManager.
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.
syntax - Static variable in class org.objectweb.easybeans.naming.context.JavaNameParser
New syntax.

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.
threadContext - Static variable in class org.objectweb.easybeans.naming.NamingManager
Associate a context to a thread.
threadEntityManager - Variable in class org.objectweb.easybeans.persistence.TxEntityManagerHandler
Entity Manager used for a single method call when there is no TX.
Timeout - Annotation Type in javax.ejb
 
timeout - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
@Timeout method ?
TIMERSERVICE_ITF - Static variable in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
javax.ejb.TimerService interface.
tm - Static variable in class org.objectweb.easybeans.transaction.JTransactionManager
Internal tm.
tmpDir - Variable in class org.objectweb.easybeans.client.ClientContainer
Temporary directory.
TOMCAT_NAMING_CLASS - Static variable in class org.objectweb.easybeans.naming.interceptors.TomcatENCInterceptor
Tomcat's class for naming.
TomcatENCInterceptor - Class in org.objectweb.easybeans.naming.interceptors
Interceptor used when EasyBeans is integrated in Tomcat.
TomcatENCInterceptor() - Constructor for class org.objectweb.easybeans.naming.interceptors.TomcatENCInterceptor
Default constructor.
toString() - Method in class org.objectweb.easybeans.container.session.EasyBeansSessionContext
 
toString() - Method in class org.objectweb.easybeans.deployment.annotations.impl.JActivationConfigProperty
 
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.JCommonBean
 
toString() - Method in class org.objectweb.easybeans.deployment.annotations.impl.JEjbEJB
 
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.CommonAnnotationMetadata
 
toString() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.FieldAnnotationMetadata
 
toString() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
 
toString() - Method in class org.objectweb.easybeans.deployment.resolver.JNDIResolver
 
toString() - Method in class org.objectweb.easybeans.loader.EasyBeansClassLoader
Displays useful information.
toStringValue - Variable in class org.objectweb.easybeans.loader.EasyBeansClassLoader
String representation used by toString() method.
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.container.info.BeanInfo
Management type for the bean.
transactionManagementType - Variable in class org.objectweb.easybeans.container.session.EasyBeansSessionContext
Type of transaction.
transactionManagementType - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Transaction management type (default = container).
transactionManager - Variable in class org.objectweb.easybeans.container.session.EasyBeansSessionContext
Reference to the transaction manager.
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.
tx - Variable in class org.objectweb.easybeans.persistence.TxEntityManagerLifeCycle
Tx's association to release.
txEntityManager - Variable in class org.objectweb.easybeans.persistence.JPersistenceContext
Tx entity manager.
TxEntityManager - Class in org.objectweb.easybeans.persistence
This class represents an EntityManager that will be used as a container managed transaction scoped persistence context.
TxEntityManager(TxEntityManagerHandler) - Constructor for class org.objectweb.easybeans.persistence.TxEntityManager
Build a new entity manager which have TransactionScoped type.
txEntityManagerHandler - Variable in class org.objectweb.easybeans.persistence.JPersistenceContext
Tx entity manager handler.
TxEntityManagerHandler - Class in org.objectweb.easybeans.persistence
This class is used to handle different entity manager for Transaction Scoped Persistence Context.
TxEntityManagerHandler(EntityManagerFactory) - Constructor for class org.objectweb.easybeans.persistence.TxEntityManagerHandler
Build a new handler of these entity managers.
txEntityManagerHandler - Variable in class org.objectweb.easybeans.persistence.TxEntityManagerLifeCycle
Handler that manages tx entity manager (to release the tx).
TxEntityManagerLifeCycle - Class in org.objectweb.easybeans.persistence
This class manages the lifecycle of an entity manager with transaction scoped persistence context.
TxEntityManagerLifeCycle(EntityManager, Transaction, TxEntityManagerHandler) - Constructor for class org.objectweb.easybeans.persistence.TxEntityManagerLifeCycle
 
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.JavaxEjbEJBsVisitor
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.JavaxAnnotationResourceVisitor
Type of annotation.
TYPE - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxEjbEJBVisitor
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.JavaxPersistencePersistenceContextVisitor
Type of annotation.
TYPE - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxPersistencePersistenceUnitVisitor
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).
type - Variable in class org.objectweb.easybeans.deployment.annotations.impl.JavaxPersistenceContext
Type of persistence context.

U

unbind(Name) - Method in class org.objectweb.easybeans.naming.context.ContextImpl
Unbinds the named object.
unbind(String) - Method in class org.objectweb.easybeans.naming.context.ContextImpl
Unbinds the named object.
unbind(Name) - Method in class org.objectweb.easybeans.naming.pkg.java.JavaURLContext
Unbinds the named object.
unbind(String) - Method in class org.objectweb.easybeans.naming.pkg.java.JavaURLContext
Unbinds the named object.
unbindContextMethod - Static variable in class org.objectweb.easybeans.naming.interceptors.TomcatENCInterceptor
Method used to unbind the component context for the current thread on the Tomcat naming.
unbindThreadMethod - Static variable in class org.objectweb.easybeans.naming.interceptors.TomcatENCInterceptor
Method used to unbind the name associated to a context for the current thread on the Tomcat naming.
unique - Static variable in class org.objectweb.easybeans.naming.NamingManager
Singleton management: - the constructor is private.
UNIT_NAME - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxPersistencePersistenceContextVisitor
UnitName attribute of the annotation.
UNIT_NAME - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxPersistencePersistenceUnitVisitor
UnitName attribute of the annotation.
unitName - Variable in class org.objectweb.easybeans.deployment.annotations.impl.JavaxPersistenceContext
Unit name of this persistence context.
unitName - Variable in class org.objectweb.easybeans.deployment.annotations.impl.JavaxPersistenceUnit
Unit name of this persistence context.
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.
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.
useNaming - Variable in class org.objectweb.easybeans.server.ServerConfig
use EasyBeans naming mechanism or one of the embedded server.
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.
userTransaction - Variable in class org.objectweb.easybeans.naming.NamingManager
UserTransaction object, to be shared by all components.
USERTRANSACTION_ITF - Static variable in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
javax.transaction.UserTransaction interface.

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.
validateAccessFieldAnnotation(FieldAnnotationMetadata) - Method in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
Check that the annotation is not used on a final field or static field (except client mode).
validateAccessMethodAnnotation(MethodAnnotationMetadata) - Method in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
Check that the annotation is not used on a final field or static field (except client mode).
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.
validateSetterMethod(MethodAnnotationMetadata) - Method in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
Ensure that this method is a valid setter method and return ASM type of the first arg of the method.
validating - Static variable in class org.objectweb.easybeans.client.xml.ApplicationClientLoader
Validating with schema ?
validating - Static variable in class org.objectweb.easybeans.deployment.annotations.helper.bean.SessionBeanHelper
Validation.
validating - Static variable in class org.objectweb.easybeans.deployment.xml.parsing.EJB3DeploymentDescLoader
Validating with schema ?
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.
valueOf(String) - Static method in enum org.objectweb.easybeans.injection.JNDIBinderHelper.JndiType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.objectweb.easybeans.injection.JNDILookupHelper.JndiType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.objectweb.easybeans.server.war.EasyBeansContextListener.AvailableWebContainer
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.
values() - Static method in enum org.objectweb.easybeans.injection.JNDIBinderHelper.JndiType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.objectweb.easybeans.injection.JNDILookupHelper.JndiType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.objectweb.easybeans.server.war.EasyBeansContextListener.AvailableWebContainer
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.AbsCommonEjbVisitor
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.JavaxEjbEJBsVisitor
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.JavaxAnnotationResourceVisitor
Visits a primitive value of the annotation.
visit(String, Object) - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxEjbEJBVisitor
Visits a primitive value of the annotation.
visit(String, Object) - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxPersistencePersistenceContextVisitor
Visits a primitive value of the annotation.
visit(String, Object) - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxPersistencePersistenceUnitVisitor
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.ScanCommonVisitor
Visits an annotation of the class.
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.
visitCode() - Method in class org.objectweb.easybeans.enhancer.bean.BeanClassAdapter.AddMethodConstructorAdapter
Adds instruction just after the start of the method code.
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.AbsCommonEjbVisitor
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.JavaxEjbEJBsVisitor
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.
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.JavaxAnnotationResourceVisitor
Visits the end of the annotation.
visitEnd() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxEjbEJBVisitor
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.JavaxPersistencePersistenceContextVisitor
Visits the end of the annotation.
Creates the object and store it.
visitEnd() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxPersistencePersistenceUnitVisitor
Visits the end of the annotation.
Creates the object and store it.
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.
visitEnum(String, String, String) - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxPersistencePersistenceContextVisitor
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.bean.BeanClassAdapter
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(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.
warning(SAXParseException) - Method in class org.objectweb.easybeans.util.xml.EasyBeansErrorHandler
Receive notification of a warning.
wasModified() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
wrapped - Variable in class org.objectweb.easybeans.log.CommonsLoggerImpl
Wrapped commons logging logger.

X

XML_SCHEMA - Static variable in class org.objectweb.easybeans.deployment.xml.parsing.EJB3EntityResolver
XML schema.
XMLUtils - Class in org.objectweb.easybeans.util.xml
Class with some useful methods on XML document.
XMLUtils() - Constructor for class org.objectweb.easybeans.util.xml.XMLUtils
Utility class, no constructor.

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