$ A B C D E F G H I J L M N O P Q 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.
AbsCallRef - Class in org.objectweb.easybeans.rpc
Define a common Referenceable objectd used by local or remote EJB.
AbsCallRef(String, String, String, boolean) - Constructor for class org.objectweb.easybeans.rpc.AbsCallRef
Constructor : build a reference.
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.
AbsEJBRef - Class in org.objectweb.easybeans.deployment.xml.struct.common
Class representing ejb-ref elements used in Java EE components.
AbsEJBRef() - Constructor for class org.objectweb.easybeans.deployment.xml.struct.common.AbsEJBRef
Default constructor.
AbsENCInterceptor - Class in org.objectweb.easybeans.naming.interceptors
Default abstract interceptor that naming interceptors can extend.
AbsENCInterceptor() - Constructor for class org.objectweb.easybeans.naming.interceptors.AbsENCInterceptor
 
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<PoolType extends EasyBeansBean> - Class in org.objectweb.easybeans.container
Abstract factory which implements common and defaults methods.
It should be extended by Bean factories.
AbsFactory(String, EZBContainer) - Constructor for class org.objectweb.easybeans.container.AbsFactory
Builds a new factory with a given name and its container.
AbsInvocationHandler - Class in org.objectweb.easybeans.rpc
Abstract class used by remote or local invocation handler.
AbsInvocationHandler(String, String, boolean) - Constructor for class org.objectweb.easybeans.rpc.AbsInvocationHandler
Build a new Invocation handler.
AbsMapping - Class in org.objectweb.easybeans.xmlconfig.mapping
Common methods used by mapping class.
AbsMapping() - Constructor for class org.objectweb.easybeans.xmlconfig.mapping.AbsMapping
 
AbsPermissionManager - Class in org.objectweb.easybeans.security.permissions
Manages the permission for EasyBeans EJB3 container.
AbsPermissionManager(URL) - Constructor for class org.objectweb.easybeans.security.permissions.AbsPermissionManager
Default Constructor.
AbsPermissionManager(URL, boolean) - Constructor for class org.objectweb.easybeans.security.permissions.AbsPermissionManager
Default Constructor.
AbsRemoveInterceptor - Class in org.objectweb.easybeans.container.session.stateful.interceptors
Defines a method that discard the bean found in the invocation context.
AbsRemoveInterceptor() - Constructor for class org.objectweb.easybeans.container.session.stateful.interceptors.AbsRemoveInterceptor
 
AbsResourceGroup - Class in org.objectweb.easybeans.deployment.xml.struct.common
Defines the java EE resourceGroup type.
It defines mapped-name and injection-target
AbsResourceGroup() - Constructor for class org.objectweb.easybeans.deployment.xml.struct.common.AbsResourceGroup
Default constructor.
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).
AccessInterceptor - Class in org.objectweb.easybeans.security.interceptors
This interceptor checks that the role is allowed to call the given method.
AccessInterceptor() - Constructor for class org.objectweb.easybeans.security.interceptors.AccessInterceptor
 
AccessLocalException - Exception in javax.ejb
An AccessLocalException is thrown to indicate that the caller does not have permission to call the method.
AccessLocalException() - Constructor for exception javax.ejb.AccessLocalException
Default constructor : builds an exception with an empty message.
AccessLocalException(String) - Constructor for exception javax.ejb.AccessLocalException
Build an exception with the given message.
AccessLocalException(String, Exception) - Constructor for exception javax.ejb.AccessLocalException
Build an exception with the given message and given exception.
accessTest(int, int) - Method in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
 
acquireTransactionManager() - Method in class org.objectweb.easybeans.persistence.oracle.toplink.essentials.EasyBeansTransactionController
Gets the transaction Manager of EasyBeans.
activate() - Method in class org.objectweb.easybeans.container.mdb.MDBMessageEndPointFactory
Activate this endpoint factory on resource adapter with the activation spec object.
activate - Variable in class org.objectweb.easybeans.jmx.MBeansHelper
Is Management activated ?
activate(boolean) - Method in class org.objectweb.easybeans.jmx.MBeansHelper
Activate the MBeans registration.
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.container.info.MessageDrivenInfo
List of ActivationConfigProperty.
activationConfigProperties - Variable in class org.objectweb.easybeans.deployment.annotations.impl.JMessageDriven
List of ActivationConfigProperty.
ActivationConfigProperty - Annotation Type in javax.ejb
Properties used by a Message Driven Bean to set properties.
activationSpec - Variable in class org.objectweb.easybeans.container.mdb.MDBMessageEndPointFactory
ActivationSpec object linked to this factory (used to activate or deactive an endpoint factory (us).
addActivationConfigProperty(ActivationConfigProperty) - Method in class org.objectweb.easybeans.deployment.annotations.impl.JMessageDriven
Adds an activation config property.
addAlias(String) - Method in class org.objectweb.easybeans.deployment.annotations.impl.JCommonBean
Adds an alias to the list of the names.
addApplicationException(JApplicationException) - Method in class org.objectweb.easybeans.deployment.xml.struct.AssemblyDescriptor
Adds a new <application-exception> element to assembly descriptor.
addAroundInvoke(AroundInvoke) - Method in class org.objectweb.easybeans.deployment.xml.struct.common.AbsEnvironment
Adds a new <around-invoke> element to assembly descriptor.
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.
addAttributeMapping(AttributeMapping) - Method in class org.objectweb.easybeans.xmlconfig.mapping.ClassMapping
Add a given attribute mapping object.
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.
addBatch() - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
addBatch(String) - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
addBeanInfo(IBeanInfo) - Method in interface org.objectweb.easybeans.api.bean.info.IEJBJarInfo
Adds info about a bean.
addBeanInfo(IBeanInfo) - Method in class org.objectweb.easybeans.container.info.EJBJarInfo
Adds info about a bean.
addBusinessLocal(String) - Method in class org.objectweb.easybeans.deployment.xml.struct.Session
Add the business-local interface.
addBusinessRemote(String) - Method in class org.objectweb.easybeans.deployment.xml.struct.Session
Add the business-remote interface.
addCallback(EZBContainerLifeCycleCallback) - Method in interface org.objectweb.easybeans.api.EZBContainerConfig
 
addCallback(EZBContainerLifeCycleCallback) - Method in class org.objectweb.easybeans.container.JContainerConfig
 
addCallEntityManagerFactoryHelper(JavaxPersistenceUnit, MethodVisitor) - Method in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
Add a call to EntityManagerHelper class (PersistenceUnit): EntityManagerHelper.getEntityManagerFactory(getEasyBeansContext(), unitName).
addCallEntityManagerHelper(JavaxPersistenceContext, MethodVisitor) - Method in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
Add a call to EntityManagerHelper class (PersistenceContext) : EntityManagerHelper.getEntityManager(getEasyBeansContext(), unitName, type of persistence).
addCallGetEasyBeansContext(MethodVisitor, String) - Method in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
Add a call to getEasyBeansContext() 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.
addClassMapping(ClassMapping) - Method in class org.objectweb.easybeans.xmlconfig.mapping.XMLMapping
Add a given class mapping object.
addClassMapping(NodeList, String, boolean) - Method in class org.objectweb.easybeans.xmlconfig.mapping.XMLMappingBuilder
Add the mapping for the given list of class elements.
addComponent(EZBComponent) - Method in class org.objectweb.easybeans.component.ComponentManager
Add the given component.
addComponent(String, EZBComponent) - Method in class org.objectweb.easybeans.component.ComponentManager
Add a component.
addConfiguration(JPolicyConfiguration) - Static method in class org.objectweb.easybeans.security.jacc.provider.JPolicyConfigurationKeeper
Add a EasyBeans policy configuration.
addConnectionEventListener(ConnectionEventListener) - Method in class org.objectweb.easybeans.component.jdbcpool.JManagedConnection
Add an event listener.
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.
addContainer(EZBContainer) - Method in class org.objectweb.easybeans.server.Embedded
Add an already created container.
addCurrent() - Method in interface org.objectweb.easybeans.persistence.api.EZBPersistenceUnitManager
Create a new EntityManager on each PersistenceContext.
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).
addDeclaredRole(String) - Method in interface org.objectweb.easybeans.api.bean.info.ISecurityInfo
Adds a role for this bean (for isCallerInRole).
addDeclaredRole(String) - Method in class org.objectweb.easybeans.container.info.security.SecurityInfo
Adds a role for this bean (for isCallerInRole).
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, String) - Method in class org.objectweb.easybeans.deployment.resolver.JNDIResolver
Adds the given metadata to the resolver.
addEJBLocalRef(EJBLocalRef) - Method in class org.objectweb.easybeans.deployment.xml.struct.common.AbsEnvironment
Adds a new <ejb-local-ref> element.
addEJBRef(EJBRef) - Method in class org.objectweb.easybeans.client.xml.ApplicationClient
Add an ejb reference to this element.
addEJBRef(EJBRef) - Method in class org.objectweb.easybeans.deployment.xml.struct.common.AbsEnvironment
Adds a new <ejb-ref> element.
addEmbedded(EZBServer) - Static method in class org.objectweb.easybeans.server.EmbeddedManager
Add a new embedded server to the managed list.
addEnvEntry(EnvEntry) - Method in class org.objectweb.easybeans.deployment.xml.struct.common.AbsEnvironment
Add a new env-entry element to this object.
addExtensionFactory(String) - Method in class org.objectweb.easybeans.server.ServerConfig
Adds an EasyBeansConfigurationExtension in the Facory list.
addFactory(EZBArchiveFactory) - Method in class org.objectweb.easybeans.container.archive.ArchiveManager
Adds the given factory on this manager.
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.
addFiles(File, List<URL>) - Method in class org.objectweb.easybeans.container.archive.EZBDirectoryArchiveImpl
Methods that loop on directories to find the children (files).
addGetHandleMethod() - Method in class org.objectweb.easybeans.enhancer.bean.Migration21ClassAdapter
Add the internal getHandle method.
addGetPrimaryKey() - Method in class org.objectweb.easybeans.enhancer.bean.Migration21ClassAdapter
Add the getPrimaryKey() method.
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).
addInjectionTarget(InjectionTarget) - Method in class org.objectweb.easybeans.deployment.xml.struct.common.AbsResourceGroup
Adds the igiven njection target value.
addInjectors(ResourceInjector) - Method in interface org.objectweb.easybeans.api.EZBContainerConfig
 
addInjectors(ResourceInjector) - Method in class org.objectweb.easybeans.container.JContainerConfig
 
addInterceptor(Interceptor) - Method in class org.objectweb.easybeans.deployment.xml.struct.Interceptors
Adds a new <interceptor> element to assembly descriptor.
addInterceptorBinding(InterceptorBinding) - Method in class org.objectweb.easybeans.deployment.xml.struct.AssemblyDescriptor
Adds a new <interceptor-binding> element to assembly descriptor.
addInterceptorClass(String) - Method in class org.objectweb.easybeans.deployment.xml.struct.InterceptorBinding
Add the given interceptor to the list.
addInterceptorForClass(ClassAnnotationMetadata, String) - Method in class org.objectweb.easybeans.deployment.xml.helper.MetadataMerge
Adds a link on the given class to the interceptor class.
addInterface(String) - Method in class org.objectweb.easybeans.deployment.annotations.impl.JInterface
Add an interface.
addInterface(String, String, String, String, String, List<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.
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 :
addInvocationContextGetTarget() - Method in class org.objectweb.easybeans.enhancer.interceptors.EasyBeansInvocationContextGenerator
Adds the getTarget 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 :
addIsIdentitalEJBLocalObject() - Method in class org.objectweb.easybeans.enhancer.bean.Migration21ClassAdapter
Add the method for EJBLocalObject equality.
addIsIdentitalEJBObject() - Method in class org.objectweb.easybeans.enhancer.bean.Migration21ClassAdapter
Add the method for EJBObject equality.
addIsIdentitalMethods() - Method in class org.objectweb.easybeans.enhancer.bean.Migration21ClassAdapter
Add the two methods (one fo EJBObject and the other for EJBLocalObject).
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.
addLib(ClassLoader, ServletContextEvent) - Method in class org.objectweb.easybeans.server.war.EasyBeansContextListener
Add libraries in the given classloader.
addMappingFileName(String) - Method in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
Adds a filename to the list of mapping file names.
addMember(Principal) - Method in class org.objectweb.easybeans.security.struct.JGroup
Adds the specified member to the group.
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.
addMethodSecurityInfo(IMethodSecurityInfo) - Method in interface org.objectweb.easybeans.api.bean.info.ISecurityInfo
Adds a method containing security.
addMethodSecurityInfo(IMethodSecurityInfo) - Method in class org.objectweb.easybeans.container.info.security.SecurityInfo
Adds a method containing security.
addNullGetter(ClassVisitor, String, Class) - Static method in class org.objectweb.easybeans.enhancer.CommonClassGenerator
Adds a getter for a given fieldName.
addOnlyIfNotPresent(List<JClassInterceptor>, JClassInterceptor) - Static method in class org.objectweb.easybeans.deployment.annotations.helper.bean.InterceptorsClassResolver
Adds in the given interceptors list the interceptor object.
addOrderedInterceptorClass(String) - Method in class org.objectweb.easybeans.deployment.xml.struct.InterceptorBinding
Add the given interceptor to the ordered list.
addParam(String) - Method in class org.objectweb.easybeans.deployment.xml.struct.common.MethodDD
Add a param for this method.
addPersistenceProvider(String) - Static method in class javax.persistence.Persistence
Add to the set of persistence provider the given persistence provider (by using its name).
addPostActivateCallback(LifeCycleCallback) - Method in class org.objectweb.easybeans.deployment.xml.struct.common.AbsEnvironment
Adds a new <post-activate> element to assembly descriptor.
addPostActivateMethodMetadata(MethodAnnotationMetadata) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Adds a @PostActivate method of this class.
addPostConstructCallback(LifeCycleCallback) - Method in class org.objectweb.easybeans.deployment.xml.struct.common.AbsEnvironment
Adds a new <post-construct> element to assembly descriptor.
addPostConstructMethodMetadata(MethodAnnotationMetadata) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Adds a @PostConstruct method of this class.
addPreDestroyCallback(LifeCycleCallback) - Method in class org.objectweb.easybeans.deployment.xml.struct.common.AbsEnvironment
Adds a new <pre-destroy> element to assembly descriptor.
addPreDestroyMethodMetadata(MethodAnnotationMetadata) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Adds a @PreDestroy method of this class.
addPrePassivateCallback(LifeCycleCallback) - Method in class org.objectweb.easybeans.deployment.xml.struct.common.AbsEnvironment
Adds a new <pre-passivate> element to assembly descriptor.
addPrePassivateMethodMetadata(MethodAnnotationMetadata) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Adds a @PrePassivate method of this class.
addRemoveMethod(RemoveMethod) - Method in class org.objectweb.easybeans.deployment.xml.struct.Session
Add the method used as a remove method.
addRemoveMethod - Variable in class org.objectweb.easybeans.enhancer.bean.Migration21ClassAdapter
Remove method has been implemented ?
addRemoveMethod() - Method in class org.objectweb.easybeans.enhancer.bean.Migration21ClassAdapter
Add en empty remove method.
addResourceEnvRef(ResourceEnvRef) - Method in class org.objectweb.easybeans.deployment.xml.struct.common.AbsEnvironment
Adds a new <resource-ref> element.
addResourceRef(ResourceRef) - Method in class org.objectweb.easybeans.deployment.xml.struct.common.AbsEnvironment
Adds a new <resource-ref> element.
addReturnType(Type, MethodVisitor) - Static method in class org.objectweb.easybeans.enhancer.CommonClassGenerator
Adds a return entry depending of the type value.
addRole(String) - Method in interface org.objectweb.easybeans.api.bean.info.IMethodSecurityInfo
Add the given role to the list of roles allowed to call this method.
addRole(String) - Method in class org.objectweb.easybeans.container.info.security.MethodSecurityInfo
Add the given role to the list of roles allowed to call this method.
addSession(Session) - Method in class org.objectweb.easybeans.deployment.xml.struct.EnterpriseBeans
Adds a new <session> element to enterprise beans.
addSetElement(Object, Object) - Method in class org.objectweb.easybeans.xmlconfig.XMLConfiguration
Add or set element on the given object.
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.
addToExcludedPolicy(Permission) - Method in class org.objectweb.easybeans.security.jacc.provider.JPolicyConfiguration
Used to add a single excluded policy statement to this PolicyConfiguration.
addToExcludedPolicy(PermissionCollection) - Method in class org.objectweb.easybeans.security.jacc.provider.JPolicyConfiguration
Used to add excluded policy statements to this PolicyConfiguration.
addToRole(String, Permission) - Method in class org.objectweb.easybeans.security.jacc.provider.JPolicyConfiguration
Used to add a single permission to a named role in this PolicyConfiguration.
addToRole(String, PermissionCollection) - Method in class org.objectweb.easybeans.security.jacc.provider.JPolicyConfiguration
Used to add permissions to a named role in this PolicyConfiguration.
addToString() - Method in class org.objectweb.easybeans.enhancer.interceptors.EasyBeansInvocationContextGenerator
Generated toString() method.
addToUncheckedPolicy(Permission) - Method in class org.objectweb.easybeans.security.jacc.provider.JPolicyConfiguration
Used to add a single unchecked policy statement to this PolicyConfiguration.
addToUncheckedPolicy(PermissionCollection) - Method in class org.objectweb.easybeans.security.jacc.provider.JPolicyConfiguration
Used to add unchecked policy statements to this PolicyConfiguration.
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.
adjust() - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
Adjust the pool size, according to poolMax and poolMin values.
afterBegin() - Method in interface javax.ejb.SessionSynchronization
The afterBegin method notifies a session Bean instance that a new transaction has started, and that the subsequent business methods on the instance will be invoked in the context of the transaction.
afterCompletion(boolean) - Method in interface javax.ejb.SessionSynchronization
The afterCompletion method notifies a session Bean instance that a transaction commit protocol has completed, and tells the instance whether the transaction has been committed or rolled back.
afterCompletion(int) - Method in class org.objectweb.easybeans.component.jdbcpool.JManagedConnection
synchronization implementation.
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.
afterDelivery() - Method in class org.objectweb.easybeans.container.mdb.MDBMessageEndPoint
This is called by a resource adapter after a message is delivered.
alias - Variable in class org.objectweb.easybeans.xmlconfig.mapping.AbsMapping
Alias of this mapping.
aliases - Variable in class org.objectweb.easybeans.deployment.annotations.impl.JCommonBean
List of alias (for the different ejb-name) FIXME: maybe chaneg this to a different way
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.
allowSharedInstance - Variable in class org.objectweb.easybeans.pool.JPool
Allow to build instance with the same clue if the pool is not at the max size.
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.
analyzeApplicationException(Element, AssemblyDescriptor) - Method in class org.objectweb.easybeans.deployment.xml.parsing.EJB3DeploymentDescLoader
Analyze the application Exception of the assembly descriptor of an EJB-JAR.
analyzeArgs() - Method in class org.objectweb.easybeans.client.ClientContainer
Analyze arguments and extract parameters for the client container.
analyzeAroundInvoke(Element, AbsEnvironment) - Method in class org.objectweb.easybeans.deployment.xml.parsing.EJB3DeploymentDescLoader
Analyze the lifecycle elements.
analyzeAssemblyDescriptor(Element, AssemblyDescriptor) - Method in class org.objectweb.easybeans.deployment.xml.parsing.EJB3DeploymentDescLoader
Analyze the assembly descriptor of an EJB-JAR.
analyzeBean(Element, AbsBean) - Method in class org.objectweb.easybeans.deployment.xml.parsing.EJB3DeploymentDescLoader
Analyze common stuff of a bean.
analyzeBeans(Element, EnterpriseBeans) - Method in class org.objectweb.easybeans.deployment.xml.parsing.EJB3DeploymentDescLoader
Analyze common stuff of beans.
analyzeCommonEJBRef(Element, AbsEJBRef) - Method in class org.objectweb.easybeans.deployment.xml.parsing.EJB3DeploymentDescLoader
Analyze the ejb-ref/local-ref element and find the sub-elements.
analyzeEJBLocalRef(Element, AbsEnvironment) - Method in class org.objectweb.easybeans.deployment.xml.parsing.EJB3DeploymentDescLoader
Analyze the environment element and find the ejb-local-ref element.
analyzeEJBRef(Element, AbsEnvironment) - Method in class org.objectweb.easybeans.deployment.xml.parsing.EJB3DeploymentDescLoader
Analyze the environment element and find the ejb-ref element.
analyzeEnvEnvtry(Element, AbsEnvironment) - Method in class org.objectweb.easybeans.deployment.xml.parsing.EJB3DeploymentDescLoader
Analyze the env-entry element.
analyzeEnvironement(Element, AbsEnvironment) - Method in class org.objectweb.easybeans.deployment.xml.parsing.EJB3DeploymentDescLoader
Analyze the environment (could be a bean, servlet, etc).
analyzeInjectionTarget(Element, AbsResourceGroup) - Method in class org.objectweb.easybeans.deployment.xml.parsing.EJB3DeploymentDescLoader
Analyze the injection-target element and add them to the given resource group object used by ejb-ref, ejb-local-ref, resource-ref, etc.
analyzeInterceptorBinding(Element, AssemblyDescriptor) - Method in class org.objectweb.easybeans.deployment.xml.parsing.EJB3DeploymentDescLoader
Analyze the interceptor binding of the assembly descriptor of an EJB-JAR.
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.
analyzeInterceptorsElement(Element, Interceptors) - Method in class org.objectweb.easybeans.deployment.xml.parsing.EJB3DeploymentDescLoader
Analyze the interceptors element of an EJB-JAR.
analyzeLifeCycle(Element, AbsEnvironment, String) - Method in class org.objectweb.easybeans.deployment.xml.parsing.EJB3DeploymentDescLoader
Analyze the lifecycle elements.
analyzePersistenceXmlFile(EZBArchive, ClassLoader) - Static method in class org.objectweb.easybeans.persistence.xml.PersistenceXmlFileAnalyzer
Detects and analyze the META-INF/persistence.xml file.
analyzeResourceEnvRef(Element, AbsEnvironment) - Method in class org.objectweb.easybeans.deployment.xml.parsing.EJB3DeploymentDescLoader
Analyze the environment element and find the resource-env-ref element.
analyzeResourceRef(Element, AbsEnvironment) - Method in class org.objectweb.easybeans.deployment.xml.parsing.EJB3DeploymentDescLoader
Analyze the environment element and find the resource-ref element.
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.
analyzeSessionBean(Element, Session) - Method in class org.objectweb.easybeans.deployment.xml.parsing.EJB3DeploymentDescLoader
Analyze XML of a session bean.
analyzeXmlFile() - Method in class org.objectweb.easybeans.xmlconfig.XMLConfiguration
Gets the root element of the XML parsed file.
AnnotationDeploymentAnalyzer - Class in org.objectweb.easybeans.deployment.annotations.analyzer
This class finds the annotated class and fill metadata class.
AnnotationDeploymentAnalyzer(EZBArchive) - 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)
ANONYMOUS_ROLE - Static variable in class org.objectweb.easybeans.security.propagation.context.SecurityContext
Anonymous role.
ANONYMOUS_SUBJECT - Static variable in class org.objectweb.easybeans.security.propagation.context.SecurityContext
Anonymous subject (not authenticated).
ANONYMOUS_USER - Static variable in class org.objectweb.easybeans.security.propagation.context.SecurityContext
Anonymous user name.
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
An exception annotated with this annotation will be an application exception and then thrown to the user.
And by default, no rollback is done before throwing the exception.
applicationException - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Application exception annotation.
applicationException - Variable in exception org.objectweb.easybeans.rpc.api.RPCException
Is that the wrapped Exception is an application exception or not ? (chapter 14.2.1 of EJB 3.0 specification).
applicationExceptionList - Variable in class org.objectweb.easybeans.deployment.xml.struct.AssemblyDescriptor
List of <application-exception> elements.
applicationExceptions - Variable in class org.objectweb.easybeans.container.info.BeanInfo
List of application exceptions used on this ejb-jar.
applicationExceptions - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.EjbJarAnnotationMetadata
List of application exceptions used on this ejb-jar.
applyAroundInvoke(List<AroundInvoke>, ClassAnnotationMetadata, String) - Method in class org.objectweb.easybeans.deployment.xml.helper.MetadataMerge
Apply rules for a common bean (method callbacks).
applyCommonBean(AbsBean, ClassAnnotationMetadata) - Method in class org.objectweb.easybeans.deployment.xml.helper.MetadataMerge
Apply rules for a common bean.
applyEjbLocalRef(List<EJBLocalRef>, ClassAnnotationMetadata) - Method in class org.objectweb.easybeans.deployment.xml.helper.MetadataMerge
Apply rules for a common bean (ejb-local-ref).
applyEjbRef(List<EJBRef>, ClassAnnotationMetadata) - Method in class org.objectweb.easybeans.deployment.xml.helper.MetadataMerge
Apply rules for a common bean (ejb-ref).
applyInterceptor(String, String, String, ClassAnnotationMetadata) - Method in class org.objectweb.easybeans.deployment.xml.helper.MetadataMerge
Finds a method in the interceptor class and set the correct type value.
applyInterceptors(Interceptors) - Method in class org.objectweb.easybeans.deployment.xml.helper.MetadataMerge
Apply rules for the interceptors defined in the XML DD.
applyJEJB(JEjbEJB, ClassAnnotationMetadata, List<InjectionTarget>) - Static method in class org.objectweb.easybeans.deployment.xml.helper.MetadataMerge
Adds the given @EJB object to the class and apply it also on injection target elements.
applyJndiEnvironmentRefsGroup(AbsEnvironment, ClassAnnotationMetadata) - Method in class org.objectweb.easybeans.deployment.xml.helper.MetadataMerge
Apply rules for a an environment.
applyJResource(JAnnotationResource, ClassAnnotationMetadata, List<InjectionTarget>) - Static method in class org.objectweb.easybeans.deployment.xml.helper.MetadataMerge
Adds the given @Resource object to the class and apply it also on injection target elements.
applyLifeCycle(List<LifeCycleCallback>, ClassAnnotationMetadata, String) - Method in class org.objectweb.easybeans.deployment.xml.helper.MetadataMerge
Apply rules for a common bean (lifecycle callbacks).
applyResourceEnvRef(List<ResourceEnvRef>, ClassAnnotationMetadata) - Method in class org.objectweb.easybeans.deployment.xml.helper.MetadataMerge
Apply rules for a common bean (resource-env-ref).
applyResourceRef(List<ResourceRef>, ClassAnnotationMetadata) - Method in class org.objectweb.easybeans.deployment.xml.helper.MetadataMerge
Apply rules for a common bean (resource-ref).
applySessionBean(Session, ClassAnnotationMetadata) - Method in class org.objectweb.easybeans.deployment.xml.helper.MetadataMerge
Apply rules for a session bean.
archive - Variable in class org.objectweb.easybeans.api.EZBContainerCallbackInfo
Archive managed by the container.
archive - Variable in class org.objectweb.easybeans.container.JContainerConfig
EjbJar archive.
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.
ArchiveManager - Class in org.objectweb.easybeans.container.archive
Creates an archive for the given type.
ArchiveManager() - Constructor for class org.objectweb.easybeans.container.archive.ArchiveManager
Private constructor as only one instance is built.
archiveManager - Static variable in class org.objectweb.easybeans.container.archive.ArchiveManager
Unique instance of this class.
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.interceptor
The method flagged with this annotation will be used as the business interceptor's method.
Signature is : Object <METHODgt;(InvocationContext) throws Exception
aroundInvoke - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
@AroundInvoke method used by interceptors ?
AroundInvoke - Class in org.objectweb.easybeans.deployment.xml.struct.common
This class defines the implementation of the element <around-invoke>.
AroundInvoke() - Constructor for class org.objectweb.easybeans.deployment.xml.struct.common.AroundInvoke
Constructor.
aroundInvokeList - Variable in class org.objectweb.easybeans.deployment.xml.struct.common.AbsEnvironment
List of <around-invoke> elements.
aroundInvokeMethodsMetadata - 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.
AssemblyDescriptor - Class in org.objectweb.easybeans.deployment.xml.struct
This class defines the implementation of the element assembly-descriptor.
AssemblyDescriptor() - Constructor for class org.objectweb.easybeans.deployment.xml.struct.AssemblyDescriptor
Constructor.
assemblyDescriptor - Variable in class org.objectweb.easybeans.deployment.xml.struct.EJB3
assembly-descriptor element.
AssociationOverride - Annotation Type in javax.persistence
The AssociationOverride annotation is used to override a many-to-one or one-to-one mapping of property or field for an entity relationship.
The AssociationOverride annotation may be applied to an entity that extends a mapped superclass to override a many-to-one or one-to-one mapping defined by the mapped superclass.
AssociationOverrides - Annotation Type in javax.persistence
The mappings of multiple many-to-one or one-to-one relationship properties or fields may be overridden.
ATTRIBUTE_ELEMENT - Static variable in class org.objectweb.easybeans.xmlconfig.mapping.XMLMappingBuilder
Name of the <attribute> element.
AttributeMapping - Class in org.objectweb.easybeans.xmlconfig.mapping
Defines a mapping for attributes of a class.
AttributeMapping() - Constructor for class org.objectweb.easybeans.xmlconfig.mapping.AttributeMapping
 
AttributeOverride - Annotation Type in javax.persistence
The AttributeOverride annotation is used to override the mapping of a Basic (whether explicit or default) property or field or Id property or field.
The AttributeOverride annotation may be applied to an entity that extends a mapped superclass or to an embedded field or property to override a basic mapping defined by the mapped superclass or embeddable class.
AttributeOverrides - Annotation Type in javax.persistence
The mappings of multiple properties or fields may be overridden.
attributesMapping - Variable in class org.objectweb.easybeans.xmlconfig.mapping.ClassMapping
Association between a name(or alias) and an attribute mapping.
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

Basic - Annotation Type in javax.persistence
The Basic annotation is the simplest type of mapping to a database column.
bean - Variable in class org.objectweb.easybeans.container.mdb.EasyBeansMDBContext
Reference to the bean.
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.AbsFactory
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.AbsInvocationHandler
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.container.info.EJBJarInfo
List of beans (info).
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 interface javax.ejb.SessionSynchronization
The beforeCompletion method notifies a session Bean instance that a transaction is about to be committed.
beforeCompletion() - Method in class org.objectweb.easybeans.component.jdbcpool.JManagedConnection
synchronization implementation.
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.
beforeDelivery(Method) - Method in class org.objectweb.easybeans.container.mdb.MDBMessageEndPoint
This is called by a resource adapter before a message is delivered.
begin() - Method in interface javax.persistence.EntityTransaction
Start a resource transaction.
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.
bindClassPersistenceContext(JavaxPersistenceContext, MethodVisitor) - Method in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
Bind a ref for a PersistenceContext in ENC environment.
bindClassPersistenceUnit(JavaxPersistenceUnit, MethodVisitor) - Method in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
Bind a ref for a PersistenceUnit 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.
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.
bindLinkRefEnvJndiName(String, String) - Static method in class org.objectweb.easybeans.injection.JNDIBinderHelper
Bind a JNDI name object in java:comp/env/.
bindLocalHome(String, Integer, String, String, ClassAnnotationMetadata) - Method in class org.objectweb.easybeans.container.JContainer3
Bind into registry the EJB Local Home.
bindLocalItf(String, Integer, String, String, ClassAnnotationMetadata) - Method in class org.objectweb.easybeans.container.JContainer3
Bind into registry interfaces for a bean making them available from clients.
bindRemoteHome(String, String, String, ClassAnnotationMetadata) - Method in class org.objectweb.easybeans.container.JContainer3
Bind into registry the home interface for a bean making it available from clients.
bindRemoteItf(String, String, String, ClassAnnotationMetadata) - Method in class org.objectweb.easybeans.container.JContainer3
Bind into registry interfaces for a bean making them available from clients.
bindResource(JAnnotationResource, MethodVisitor) - Method in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
Bind a ref for a Resource in ENC environment.
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.
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, Factory) - Static method in class org.objectweb.easybeans.deployment.helper.JavaContextHelper
Build a new context for the given bean.
build() - Method in class org.objectweb.easybeans.xmlconfig.mapping.XMLMappingBuilder
Build the XMLMapping object by analyzing the mapping file.
buildAnonymousSubject() - Static method in class org.objectweb.easybeans.security.propagation.context.SecurityContext
Build an anonymous subject when no user is authenticated.
This is required as getCallerPrincipal() should never return null.
buildEJB(AbsEJBRef) - Static method in class org.objectweb.easybeans.deployment.xml.helper.MetadataMerge
Build an @EJB impl for the given ejb-ref/ejb-local-ref.
buildENC() - Method in class org.objectweb.easybeans.client.ClientContainer
Build ENC environment used by this client.
buildLocalHandler(Integer, String, String, boolean) - Method in class org.objectweb.easybeans.rpc.EJBLocalHomeCallFactory
Build a new Invocation handler.
buildLocalHandler(Integer, String, String, boolean) - Method in class org.objectweb.easybeans.rpc.LocalCallFactory
Build a new Invocation handler.
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.
buildRemoteHandler(String, String, boolean) - Method in class org.objectweb.easybeans.rpc.EJBHomeCallFactory
Build an instance of a remote RPC handler.
buildRemoteHandler(String, String, boolean) - Method in class org.objectweb.easybeans.rpc.RemoteCallFactory
Build an instance of a remote RPC handler.
buildSubject(String, String[]) - Static method in class org.objectweb.easybeans.security.propagation.context.SecurityContext
Build a subject with the given user name and the list of roles.
buildSubject(String, List<String>) - Static method in class org.objectweb.easybeans.security.propagation.context.SecurityContext
Build a subject with the given user name and the list of roles.
bundles - Static variable in class org.objectweb.easybeans.i18n.I18n
List of our I18n objects.
businessLocalList - Variable in class org.objectweb.easybeans.deployment.xml.struct.Session
business-local interfaces.
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.
businessRemoteList - Variable in class org.objectweb.easybeans.deployment.xml.struct.Session
business-remote interfaces.
busyList - Variable in class org.objectweb.easybeans.pool.JPool
List of objects which are currently busy and not available from the pool.
busyMax - Variable in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
count max busy connection during current period.
busyMaxRecent - Variable in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
maximum nb of busy connections in last sampling period.
busyMin - Variable in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
count min busy connection during current period.
busyMinRecent - Variable in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
minimum nb of busy connections in last sampling period.
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.
callbacks - Variable in class org.objectweb.easybeans.container.JContainerConfig
Callback List.
callBindAttributeJndi(String, String, MethodVisitor, FieldAnnotationMetadata) - 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.
callBindLookupJndiRef(String, String, MethodVisitor) - Method in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
Generates a call to JNDIBinderHelper class to link an object into the java:comp/env context.
callerInRunAsModeSubject - Variable in class org.objectweb.easybeans.security.propagation.context.SecurityContext
caller subject in run-as mode
In run-as case, the run-as subject is set as the current subject, and the previous one is kept.
This previous subject is used to get the caller on the run-as bean.
callJContainerConfigExtensions(EZBContainerConfig) - Method in class org.objectweb.easybeans.server.Embedded
Adapt the JContainerConfig for all EasyBeansConfigurationExtension.
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.
cancel() - Method in interface javax.ejb.Timer
Cause the timer and all its associated expiration notifications to be cancelled.
cancel() - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
CarolComponent - Class in org.objectweb.easybeans.component.carol
This component allows to start a registry.
CarolComponent() - Constructor for class org.objectweb.easybeans.component.carol.CarolComponent
Creates a new Carol component.
CascadeType - Enum in javax.persistence
List of operations that are cascadable.
CascadeType() - Constructor for enum javax.persistence.CascadeType
 
causeException - Variable in exception javax.ejb.EJBException
Keep the root cause of the exception.
changed - Variable in class org.objectweb.easybeans.component.jdbcpool.JStatement
Properties of this statement has been changed ? Needs to be be cleared when reused.
checkConnection(String) - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
Check on a connection the test statement.
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.
checkCurrentStateIsInState(JPolicyConfiguration.State) - Method in class org.objectweb.easybeans.security.jacc.provider.JPolicyConfiguration
Check if the current state is in the given state.
checkCurrentStateNotInState(JPolicyConfiguration.State) - Method in class org.objectweb.easybeans.security.jacc.provider.JPolicyConfiguration
Check if the current state is not the given state.
checkLevel - Variable in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
Level of checking on connections when got from the pool.
checkLifeCycleDuplicate(MethodAnnotationMetadata, InterceptorType, List<MethodAnnotationMetadata>) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Checks that only method at one level of a class is present.
checkSecurity(EasyBeansInvocationContext, boolean) - Method in interface org.objectweb.easybeans.api.EZBPermissionManager
Checks the security for the given invocation context.
checkSecurity(EasyBeansInvocationContext, boolean) - Method in class org.objectweb.easybeans.security.permissions.PermissionManager
Checks the security for the given invocation context.
checkSetPolicy() - Method in class org.objectweb.easybeans.security.jacc.provider.JPolicyConfiguration
Method which check setPolicy access.
checkSetPolicy() - Method in class org.objectweb.easybeans.security.jacc.provider.JPolicyConfigurationFactory
Method which check setPolicy access Section 3.3.
getPolicyConfiguration and inService must throw a SecurityException when called by an AccessControlContext that has not been granted the "setPolicy" SecurityPermission
CLASS_ELEMENT - Static variable in class org.objectweb.easybeans.xmlconfig.mapping.XMLMappingBuilder
Name of the <class> element.
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.bean.Migration21ClassAdapter
Metadata available by this adapter for a class.
classAnnotationMetadata - Variable in class org.objectweb.easybeans.enhancer.client.ClientLifeCycleAdapter
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.
ClassMapping - Class in org.objectweb.easybeans.xmlconfig.mapping
Defines a mapping for a given class.
ClassMapping() - Constructor for class org.objectweb.easybeans.xmlconfig.mapping.ClassMapping
Build a default class mapping.
classMappings - Variable in class org.objectweb.easybeans.xmlconfig.mapping.XMLMapping
Association between class name (and alias) and the given class mapping.
className - Variable in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
JDBC driver Class.
className - Variable in class org.objectweb.easybeans.container.AbsFactory
Name of the class of the managed bean.
className - Variable in class org.objectweb.easybeans.deployment.annotations.impl.JApplicationException
Name of the class that is flagged as ApplicationException.
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.deployment.xml.struct.common.AroundInvoke
Element <class>.
classname - Variable in class org.objectweb.easybeans.deployment.xml.struct.common.InjectionTarget
Name of the class where to inject the value.
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.
ClassTransformer - Interface in javax.persistence.spi
A persistence provider supplies an instance of this interface to the PersistenceUnitInfo.addTransformer method.
The supplied transformer instance will get called to transform entity class files when they are loaded or redefined.
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.
ClassUtils - Class in org.objectweb.easybeans.util.loader
The ClassUtils class is the central point used to load classes.
ClassUtils() - Constructor for class org.objectweb.easybeans.util.loader.ClassUtils
Default constructor.
clear() - Method in interface javax.persistence.EntityManager
Clear the persistence context, causing all managed entities to become detached.
clear() - Method in class org.objectweb.easybeans.persistence.TxEntityManager
Clear the persistence context, causing all managed entities to become detached.
clearBatch() - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
clearParameters() - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
clearWarnings() - Method in class org.objectweb.easybeans.component.jdbcpool.JConnection
clearWarnings() - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
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.
ClientLifeCycleAdapter - Class in org.objectweb.easybeans.enhancer.client
This class manages the lifecycle of the client.
ClientLifeCycleAdapter(ClassAnnotationMetadata, ClassVisitor) - Constructor for class org.objectweb.easybeans.enhancer.client.ClientLifeCycleAdapter
Constructor.
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, boolean) - Constructor for class org.objectweb.easybeans.rpc.ClientRPCInvocationHandler
Build a new Invocation handler.
ClientSecurityInterceptor - Class in org.objectweb.easybeans.security.propagation.rmi.jrmp.interceptors
Manages security propagation on the client's side.
ClientSecurityInterceptor() - Constructor for class org.objectweb.easybeans.security.propagation.rmi.jrmp.interceptors.ClientSecurityInterceptor
Default Constructor.
clone() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
 
clone() - Method in class org.objectweb.easybeans.loader.EasyBeansClassLoader
Creates and returns a copy of this object.
close() - Method in interface javax.persistence.EntityManager
Close an application-managed EntityManager.
close() - Method in interface javax.persistence.EntityManagerFactory
Close the factory, releasing any resources that it holds.
close() - Method in interface org.objectweb.easybeans.api.EZBArchive
Close the underlying Resource.
close() - Method in class org.objectweb.easybeans.component.jdbcpool.JConnection
Trigger an event to the listener.
close() - Method in class org.objectweb.easybeans.component.jdbcpool.JManagedConnection
Close the database connection.
close() - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
close() - Method in class org.objectweb.easybeans.container.archive.EZBDirectoryArchiveImpl
Close the underlying Resource.
close() - Method in class org.objectweb.easybeans.container.archive.EZBJarArchiveImpl
Close the underlying Resource.
close() - Method in class org.objectweb.easybeans.log.JDKConsoleHandler
Close the handler by flushing all writers.
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.
closeAllConnection() - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
Close all connections in the pool, when server is shut down.
closeConnection(JManagedConnection, int) - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
Mark a specific Connection in the pool as closed.
closeCurrentAndReturnToPrevious() - Method in interface org.objectweb.easybeans.persistence.api.EZBPersistenceUnitManager
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.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.
closeTime - Variable in class org.objectweb.easybeans.component.jdbcpool.JManagedConnection
Time for closing this connection.
closing - Variable in class org.objectweb.easybeans.component.jdbcpool.JStatement
Being closed.
cmList - Static variable in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
List of all datasources.
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.
codeSource - Variable in class org.objectweb.easybeans.security.permissions.PermissionManager
CodeSource.
Column - Annotation Type in javax.persistence
The Column annotation is used to specify a mapped column for a persistent property or field.
ColumnResult - Annotation Type in javax.persistence
Mapping of a result.
commit() - Method in interface javax.persistence.EntityTransaction
Commit the current transaction, writing any unflushed changes to the database.
commit() - Method in interface org.objectweb.easybeans.api.EZBPermissionManager
Commit the Policy Configuration.
commit() - Method in class org.objectweb.easybeans.component.jdbcpool.JConnection
In a JDBC-XA driver, Connection.commit is only called if we are outside a global transaction.
commit(Xid, boolean) - Method in class org.objectweb.easybeans.component.jdbcpool.JManagedConnection
Commit the global transaction specified by xid.
commit() - Method in class org.objectweb.easybeans.security.jacc.provider.JPolicyConfiguration
This method is used to set to "inService" the state of the policy context whose interface is this PolicyConfiguration Object.
commit() - Method in class org.objectweb.easybeans.security.permissions.AbsPermissionManager
Commit the Policy Configuration.
commit() - Method in class org.objectweb.easybeans.transaction.interceptors.AbsTransactionInterceptor
Commit the current transaction.
COMMON_LIBRARIES_LIST - Static variable in class org.objectweb.easybeans.server.war.EasyBeansContextListener
Resource containing the list of files.
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.
COMMONS_LOGGING_PROPERTY - Static variable in class org.objectweb.easybeans.log.JLogFactory
Use of commons logging.
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.
CommonsManagementIdentifier<T> - Class in org.objectweb.easybeans.management
Commons EZBManagementIdentifier.
CommonsManagementIdentifier() - Constructor for class org.objectweb.easybeans.management.CommonsManagementIdentifier
 
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.
CommonsModelerExtension - Class in org.objectweb.easybeans.jmx
Utility class used to extends mbeans-descriptors.
CommonsModelerExtension() - Constructor for class org.objectweb.easybeans.jmx.CommonsModelerExtension
Private empty constructor for Utility class.
CommonsModelerHelper - Class in org.objectweb.easybeans.jmx
 
CommonsModelerHelper() - Constructor for class org.objectweb.easybeans.jmx.CommonsModelerHelper
Utility class, no public constructor.
compareTo(Object) - Method in class org.objectweb.easybeans.component.jdbcpool.JManagedConnection
Compares this object with another specified object.
compId - Variable in class org.objectweb.easybeans.naming.context.ContextImpl
Naming id.
COMPONENT_STR - Static variable in class org.objectweb.easybeans.component.ComponentManager
If Component classname ends with "Component", safely remove it.
ComponentManager - Class in org.objectweb.easybeans.component
Create and destroy components.
ComponentManager() - Constructor for class org.objectweb.easybeans.component.ComponentManager
Build a component manager.
ComponentManager(Components) - Constructor for class org.objectweb.easybeans.component.ComponentManager
Build a new component manager with the given set of components.
componentManager - Variable in class org.objectweb.easybeans.server.Embedded
Manager of components.
componentNames - Variable in class org.objectweb.easybeans.component.ComponentManager
Components names that are managed.
componentRegistry - Variable in class org.objectweb.easybeans.component.ComponentManager
Link to the registry of components (key=component name/value=EZB component).
ComponentRegistry - Class in org.objectweb.easybeans.component
Registry that manages components.
ComponentRegistry() - Constructor for class org.objectweb.easybeans.component.ComponentRegistry
Constructor.
components - Variable in class org.objectweb.easybeans.component.ComponentManager
Components objects.
components - Variable in class org.objectweb.easybeans.component.ComponentRegistry
Map of components.
Name <--> Implementation of the component
Components - Class in org.objectweb.easybeans.component
All components that have been configured.
Components() - Constructor for class org.objectweb.easybeans.component.Components
 
components - Variable in class org.objectweb.easybeans.component.Components
List of EZBComponent.
components - Variable in class org.objectweb.easybeans.server.Embedded
List of components that have been defined.
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.
ConcurrentAccessException - Exception in javax.ejb
A ConcurrentAccessException indicates that the client has attempted an invocation on a stateful session bean while another invocation is in progress.
ConcurrentAccessException() - Constructor for exception javax.ejb.ConcurrentAccessException
Default constructor : builds an exception with an empty message.
ConcurrentAccessException(String) - Constructor for exception javax.ejb.ConcurrentAccessException
Build an exception with the given message.
ConcurrentAccessException(String, Exception) - Constructor for exception javax.ejb.ConcurrentAccessException
Build an exception with the given message and given exception.
configuration - Variable in class org.objectweb.easybeans.container.JContainer3
JContainer Configuration.
CONFIGURATION_FILE_NAME - Static variable in class org.objectweb.easybeans.server.EmbeddedConfigurator
Name of the Default XML configuration file.
configure(EZBContainerConfig) - Method in interface org.objectweb.easybeans.server.EasyBeansConfigurationExtension
Adapt the given configuration.
configure() - Method in class org.objectweb.easybeans.server.Embedded
Configure the server by using the given configuration.
configure(Embedded, URL) - Static method in class org.objectweb.easybeans.server.EmbeddedConfigurator
Configure the given embedded server with the xml configuration file.
configure(Object) - Method in class org.objectweb.easybeans.xmlconfig.XMLConfiguration
Configure the given object with the configuration that was analyzed.
configure(Object, Element) - Method in class org.objectweb.easybeans.xmlconfig.XMLConfiguration
Configure the given object by looking at the element (of the configuration).
configuredElements - Variable in class org.objectweb.easybeans.xmlconfig.XMLConfiguration
Link between name and the objects.
CONN_FACT_NAME - Static variable in class org.objectweb.easybeans.component.joram.JoramComponent
Connection factory (for external components).
connectionClosed(ConnectionEvent) - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
Notifies this ConnectionEventListener that the application has called the method close on its representation of a pooled connection.
connectionErrorOccurred(ConnectionEvent) - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
Notifies this ConnectionEventListener that a fatal error has occurred and the pooled connection can no longer be used.
connectionFailures - Variable in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
total nb of physical connection failures.
connectionLeaks - Variable in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
total nb of connection leaks.
ConnectionManager - Class in org.objectweb.easybeans.component.jdbcpool
DataSource implementation.
ConnectionManager() - Constructor for class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
Constructor for Factory.
connectionManager - Variable in class org.objectweb.easybeans.component.jdbcpool.JDBCPoolComponent
Connection manager object.
connectToCollocated() - Method in class org.objectweb.easybeans.component.joram.JoramComponent
Connect to the collocated server to performg administration tasks.
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.AbsFactory
Container that created this factory.
CONTAINER_ID - Static variable in class org.objectweb.easybeans.rpc.AbsCallRef
Property used for referencing the container ID.
containerId - Variable in class org.objectweb.easybeans.rpc.AbsCallRef
Container id.
containerId - Variable in class org.objectweb.easybeans.rpc.AbsInvocationHandler
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 interface javax.persistence.EntityManager
Check if the instance belongs to the current persistence context.
contains(String) - Method in class org.objectweb.easybeans.deployment.annotations.impl.JInterceptors
 
contains(String) - Method in class org.objectweb.easybeans.deployment.annotations.impl.JInterface
 
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.
contextID - Variable in class org.objectweb.easybeans.security.jacc.provider.JPolicyConfiguration
ContextID string which differentiate all instances.
contextId - Variable in class org.objectweb.easybeans.security.permissions.AbsPermissionManager
Context ID.
contextIdURL - Variable in class org.objectweb.easybeans.security.permissions.AbsPermissionManager
Context ID (URL).
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.
convertThrowable(Throwable) - Method in class org.objectweb.easybeans.rpc.ClientRPCInvocationHandler
Convert the received exception to the correct type for the remote case.
convertThrowable(Throwable) - Method in class org.objectweb.easybeans.rpc.LocalCallInvocationHandler
Convert the received exception to the correct type for the remote case.
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.
counter - Static variable in class org.objectweb.easybeans.server.Embedded
Internal (global) counter of all embedded instance created.
create(Type) - Method in interface org.objectweb.easybeans.api.EZBArchiveFactory
Creates an EZBArchive object for the given object.
create(File) - Method in class org.objectweb.easybeans.container.archive.DefaultArchiveFactory
Creates an EZBArchive object for the given object.
create(Long) - Method in class org.objectweb.easybeans.container.mdb.MDBFactory
Creates an instance with the given hint.
create(Long) - Method in class org.objectweb.easybeans.container.session.SessionFactory
Creates an instance with the given hint.
create(Long) - Method in class org.objectweb.easybeans.container.session.stateful.StatefulSessionFactory
Creates an instance with the given hint.
create(Clue) - Method in interface org.objectweb.easybeans.pool.PoolFactory
Creates an instance with the given hint.
create(URL) - Static method in class org.objectweb.easybeans.server.EmbeddedConfigurator
Create and configure an embedded server with the given XML configuration file URL.
create() - Static method in class org.objectweb.easybeans.server.EmbeddedConfigurator
Create and configure an embedded server with the XML configuration file URL found in classpath.
createBeanFactories() - Method in class org.objectweb.easybeans.container.JContainer3
Create the factories of the beans (session and MDB).
createConnectionFactories() - Method in class org.objectweb.easybeans.component.joram.JoramComponent
Create connection factories.
createContainer(String) - Method in class org.objectweb.easybeans.deployer.Deployer
Create a new container for the given fileName.
createContainer(EZBArchive) - Method in class org.objectweb.easybeans.server.Embedded
Creates and adds an ejb3 container to the managed container.
createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in interface javax.persistence.spi.PersistenceProvider
Called by the container when an EntityManagerFactory is to be created.
createdTime - Variable in class org.objectweb.easybeans.pool.PoolEntryStatistics
Time when this element has been created.
createEndpoint(XAResource) - Method in class org.objectweb.easybeans.container.mdb.MDBMessageEndPointFactory
This is used to create a message endpoint.
createEntityManager() - Method in interface javax.persistence.EntityManagerFactory
Create a new EntityManager.
createEntityManager(Map) - Method in interface javax.persistence.EntityManagerFactory
Create a new EntityManager with the specified Map of properties.
createEntityManagerFactory(String) - Static method in class javax.persistence.Persistence
Create and return an EntityManagerFactory for the named persistence unit.
createEntityManagerFactory(String, Map) - Static method in class javax.persistence.Persistence
Create and return an EntityManagerFactory for the named persistence unit using the given properties.
createEntityManagerFactory(String, Map) - Method in interface javax.persistence.spi.PersistenceProvider
Called by Persistence class when an EntityManagerFactory is to be created.
createEnvironmentContext(String) - Method in class org.objectweb.easybeans.naming.NamingManager
Create Context for application and component environments.
CreateException - Exception in javax.ejb
The CreateException exception must be included in the throws clauses of all create methods defined in an enterprise Bean's home interface.
This exception is used as a standard application-level exception to report a failure to create an EJB object.
CreateException() - Constructor for exception javax.ejb.CreateException
Default constructor : builds an exception with an empty message.
CreateException(String) - Constructor for exception javax.ejb.CreateException
Build an exception with the given message.
createInitialQueues() - Method in class org.objectweb.easybeans.component.joram.JoramComponent
Create the list of the defined queues.
createInitialTopics() - Method in class org.objectweb.easybeans.component.joram.JoramComponent
Create the list of the defined topics.
createMessageDrivenBeanFactory(ClassAnnotationMetadata) - Method in class org.objectweb.easybeans.container.JContainer3
Creates the given message driven bean factory.
createNamedQuery(String) - Method in interface javax.persistence.EntityManager
Create an instance of Query for executing a named query (in the Java Persistence query language or in native SQL).
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 interface javax.persistence.EntityManager
Create an instance of Query for executing a native SQL statement, e.g., for update or delete.
createNativeQuery(String, Class) - Method in interface javax.persistence.EntityManager
Create an instance of Query for executing a native SQL query.
createNativeQuery(String, String) - Method in interface javax.persistence.EntityManager
Create an instance of Query for executing a native SQL query.
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 interface javax.persistence.EntityManager
Create an instance of Query for executing a Java Persistence query language statement.
createQuery(String) - Method in class org.objectweb.easybeans.persistence.TxEntityManager
Create an instance of Query for executing an EJB QL statement.
createQueue(String) - Method in class org.objectweb.easybeans.component.joram.JoramComponent
Creates a queue with a given name.
createSessionBeanFactory(ClassAnnotationMetadata) - Method in class org.objectweb.easybeans.container.JContainer3
Creates the given session bean and bind it.
createStatement() - Method in class org.objectweb.easybeans.component.jdbcpool.JConnection
createStatement(int, int) - Method in class org.objectweb.easybeans.component.jdbcpool.JConnection
createStatement(int, int, int) - Method in class org.objectweb.easybeans.component.jdbcpool.JConnection
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(long, Serializable) - Method in interface javax.ejb.TimerService
Create a single-action timer that expires after a specified duration.
createTimer(long, long, Serializable) - Method in interface javax.ejb.TimerService
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 interface javax.ejb.TimerService
Create a single-action timer that expires at a given point in time.
createTimer(Date, long, Serializable) - Method in interface javax.ejb.TimerService
Create an interval timer whose first expiration occurs at a given point in time and whose subsequent expirations occur after a specified interval.
createTimer() - Method in class org.objectweb.easybeans.component.joram.JoramBootstrapContext
Creates a timer for use by the Resource Adapter.
createTimer(Date, long, Serializable) - Method in class org.objectweb.easybeans.container.EasyBeansEJBContext.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.EasyBeansEJBContext.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.EasyBeansEJBContext.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.EasyBeansEJBContext.DummyTimerService
Create a single-action timer that expires after a specified duration.
createTopic(String) - Method in class org.objectweb.easybeans.component.joram.JoramComponent
Creates a topic with a given name.
createXMLMapping(String, URL) - Method in class org.objectweb.easybeans.xmlconfig.XMLConfiguration
Create the XML mapping object for the given namespace with the given XML mapping file.
creationTime - Variable in class org.objectweb.easybeans.jca.workmanager.ResourceWork
Creation of this object.
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.component.jdbcpool.ConnectionManager
nb of threads waiting for a Connection.
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

databaseName - Variable in class org.objectweb.easybeans.component.hsqldb.HSQLDBComponent
Name of database.
DATASOURCE_ITF - Static variable in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
javax.sql.DataSource interface.
DataSourceFactory - Class in org.objectweb.easybeans.component.jdbcpool
Class which is used for binding the ConnectionManager object.
DataSourceFactory() - Constructor for class org.objectweb.easybeans.component.jdbcpool.DataSourceFactory
 
dataSourceName - Variable in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
 
date - Variable in class org.objectweb.easybeans.log.JDKFormatter
Date object used to convert the data into printable message.
deathTime - Variable in class org.objectweb.easybeans.component.jdbcpool.JManagedConnection
Time of the death for this connection.
debug(Object, Object...) - Method in class org.objectweb.easybeans.log.CommonsLoggerImpl
Log a message with debug log level.
debug(Object, Object...) - Method in class org.objectweb.easybeans.log.JDKLogger
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.
declaredRoles - Variable in class org.objectweb.easybeans.container.info.security.SecurityInfo
List of roles.
DeclareRoles - Annotation Type in javax.annotation.security
Roles defined on a class.
declareRoles - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
List of roles that are declared on this class.
decode(String) - Static method in class org.objectweb.easybeans.enhancer.lib.MethodRenamer
Decodes a method by removing the prefix.
DEFAULT_ACTIVATION_SPEC_NAME - Static variable in class org.objectweb.easybeans.container.mdb.MDBMessageEndPointFactory
Default name of the activation spec (JORAM).
DEFAULT_CONSTRUCTOR_DESCRIPTOR - Static variable in class org.objectweb.easybeans.deployment.annotations.helper.bean.session.checks.InterceptorsValidator
Constructor without args.
DEFAULT_CTX - Static variable in class org.objectweb.easybeans.security.propagation.context.SecurityCurrent
Default security context.
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_HOST_NAME - Static variable in class org.objectweb.easybeans.component.joram.JoramComponent
Default hostname.
DEFAULT_HOSTNAME - Static variable in class org.objectweb.easybeans.component.carol.Protocol
Default hostname.
DEFAULT_MAX_POOL - Static variable in class org.objectweb.easybeans.component.jdbcpool.JDBCPoolComponent
Default max pool.
DEFAULT_MAX_WAITERS - Static variable in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
Max waiters (by default).
DEFAULT_MAX_WAITERS - Static variable in class org.objectweb.easybeans.pool.JPool
Default maximum of waiters (1000).
DEFAULT_MIN_POOL - Static variable in class org.objectweb.easybeans.component.jdbcpool.JDBCPoolComponent
Default min pool.
DEFAULT_NAME_CONNECTOR - Static variable in class org.objectweb.easybeans.jmx.JMXRemoteHelper
ObjectName for the connector.
DEFAULT_PASSWORD - Static variable in class org.objectweb.easybeans.component.jdbcpool.JDBCPoolComponent
Default password.
DEFAULT_PERSISTENCE_CONFIG - Static variable in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfoHelper
Default XML configuration.
DEFAULT_PERSISTENCE_DIRECTORY - Static variable in class org.objectweb.easybeans.component.joram.JoramComponent
Default name of the persistence directory (won't be used).
DEFAULT_PORT - Static variable in class org.objectweb.easybeans.component.hsqldb.HSQLDBComponent
Default port number.
DEFAULT_PORT_NUMBER - Static variable in class org.objectweb.easybeans.component.joram.JoramComponent
Default port number.
DEFAULT_PORTNUMBER - Static variable in class org.objectweb.easybeans.component.carol.Protocol
Default port number.
DEFAULT_PREFIX_PROTOCOL - Static variable in class org.objectweb.easybeans.component.carol.CarolComponent
Default prefix protocol.
DEFAULT_PSTMT - Static variable in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
Default prepare statement.
DEFAULT_PSTMT - Static variable in class org.objectweb.easybeans.component.jdbcpool.JDBCPoolComponent
Default prepared statement.
DEFAULT_RMI - Static variable in class org.objectweb.easybeans.jmx.JMXRemoteHelper
Default RMI host.
DEFAULT_SAMPLING - Static variable in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
Default sampling period.
DEFAULT_TIMEOUT - Static variable in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
Default timeout.
DEFAULT_TIMEOUT - Static variable in class org.objectweb.easybeans.component.jotm.JOTMComponent
Default Transaction timeout.
DEFAULT_TIMEOUT - Static variable in class org.objectweb.easybeans.pool.JPool
Default timeout (10s) in ms.
DEFAULT_USER - Static variable in class org.objectweb.easybeans.component.jdbcpool.JDBCPoolComponent
Default username.
DEFAULT_XML_FILE - Static variable in class org.objectweb.easybeans.server.EasyBeans
Default XML file.
DEFAULT_XML_FILE - Static variable in class org.objectweb.easybeans.server.ra.EasyBeansResourceAdapter
Default XML file.
DEFAULT_XML_FILE - Static variable in class org.objectweb.easybeans.server.war.EasyBeansContextListener
Default XML file.
DefaultArchiveFactory - Class in org.objectweb.easybeans.container.archive
Default factory that manages the file (jar file or directories).
DefaultArchiveFactory() - Constructor for class org.objectweb.easybeans.container.archive.DefaultArchiveFactory
 
defaultInterceptors - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.EjbJarAnnotationMetadata
List of default interceptors by type (business or lifecycle).
defaultInterceptorsClasses - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.EjbJarAnnotationMetadata
List of default interceptors classes.
defaultName - Variable in class org.objectweb.easybeans.deployment.annotations.impl.JCommonBean
Default name ? (annotation)
defaultPersistenceunitInfo - Static variable in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfoHelper
Default configuration of persistence.xml (it defines the default persistence provider and links to external config, one for each provider class name.
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() - Method in class org.objectweb.easybeans.security.jacc.provider.JPolicyConfiguration
Causes all policy statements to be deleted from this PolicyConfiguration and sets its internal state such that calling any method, other than delete, getContextID, or inService on the PolicyConfiguration will be rejected and cause an UnsupportedOperationException to be thrown.
delete() - Method in class org.objectweb.easybeans.security.permissions.AbsPermissionManager
Delete this object.
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
No roles are authorized to call this method.
denyAll - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
This class/bean has the DenyAll annotation.
DENYALL_INTERCEPTOR - Static variable in class org.objectweb.easybeans.deployment.annotations.helper.bean.SecurityResolver
DenyAll interceptor.
DenyAllInterceptor - Class in org.objectweb.easybeans.security.interceptors
Access to the method is not authorized.
DenyAllInterceptor() - Constructor for class org.objectweb.easybeans.security.interceptors.DenyAllInterceptor
 
deployEar(String) - Method in class org.objectweb.easybeans.deployer.Deployer
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 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(Embedded) - Constructor for class org.objectweb.easybeans.deployer.Deployer
Build a Deployer for the given Embedded instance.
deployer - Variable in class org.objectweb.easybeans.server.Embedded
Deployer instance.
DeployerIdentifier - Class in org.objectweb.easybeans.deployer.management
Generates an ObjectName for an EJB3Deployer MBean.
DeployerIdentifier() - Constructor for class org.objectweb.easybeans.deployer.management.DeployerIdentifier
 
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 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(EZBArchive) - 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.
destroyItem(JManagedConnection) - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
Destroy an mc because connection closed or error occured.
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 - Variable in class org.objectweb.easybeans.container.archive.EZBDirectoryArchiveImpl
Internal resource used as archive.
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.
directoryScanningEnabled - Variable in class org.objectweb.easybeans.server.ServerConfig
Is the Directory scanning activated.
discard(InstanceType) - Method in interface org.objectweb.easybeans.api.pool.Pool
Discard the instance which is in the pool.
discard(InstanceType) - Method in class org.objectweb.easybeans.pool.JPool
Discard the instance which is in the pool.
discard(EasyBeansInvocationContext) - Method in class org.objectweb.easybeans.transaction.interceptors.AbsTransactionInterceptor
Remove from the factory's pool the bean found in the current invocation context.
disconnectFromCollocated() - Method in class org.objectweb.easybeans.component.joram.JoramComponent
Disconnect from the collocated server.
DiscriminatorColumn - Annotation Type in javax.persistence
The DiscriminatorColumn annotation can be specified on an entity class (including on an abstract entity class).
If the DiscriminatorColumn annotation is missing, and a discriminator column is required, the name of the discriminator column defaults to "DTYPE" and the discriminator type to STRING.
DiscriminatorType - Enum in javax.persistence
The DiscriminatorType enum defines the different types for DiscriminatorColumn.
DiscriminatorType() - Constructor for enum javax.persistence.DiscriminatorType
 
DiscriminatorValue - Annotation Type in javax.persistence
The DiscriminatorValue annotation is used to specify the value of the discriminator column for entities of the given type.
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.
doMyWork(Work, long, ExecutionContext, WorkListener, long) - Method in class org.objectweb.easybeans.jca.workmanager.ResourceWorkManager
Internal method doing the work.
doWork(Work) - Method in class org.objectweb.easybeans.jca.workmanager.ResourceWorkManager
Accepts a Work instance for processing.
doWork(Work, long, ExecutionContext, WorkListener) - Method in class org.objectweb.easybeans.jca.workmanager.ResourceWorkManager
Accepts a Work instance for processing.
driver - Variable in class org.objectweb.easybeans.component.jdbcpool.JDBCPoolComponent
Name of the driver class to use.
ds - Variable in class org.objectweb.easybeans.component.jdbcpool.JManagedConnection
Link to the connection manager.
dSName - Variable in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
Datasource name.
dump(InputStream, File) - Static method in class org.objectweb.easybeans.util.files.FileUtils
Write the given input stream in the given file.
DuplicateKeyException - Exception in javax.ejb
The DuplicateKeyException exception is thrown if an entity EJB object cannot be created because an object with the same key already exists.
DuplicateKeyException() - Constructor for exception javax.ejb.DuplicateKeyException
Default constructor : builds an exception with an empty message.
DuplicateKeyException(String) - Constructor for exception javax.ejb.DuplicateKeyException
Build an exception with the given message.

E

EasyBeans - Class in org.objectweb.easybeans.server
Starts an embedded server in standalone mode.
EasyBeans() - Constructor for class org.objectweb.easybeans.server.EasyBeans
Utility class.
EasyBeans.ShutdownHook - Class in org.objectweb.easybeans.server
Hook that is called when process is going to shutdown.
EasyBeans.ShutdownHook(Embedded) - Constructor for class org.objectweb.easybeans.server.EasyBeans.ShutdownHook
Build a new shutdown hook with the given embedded instance.
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.SecurityResolver
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.
EASYBEANS_NAME - Static variable in class org.objectweb.easybeans.persistence.oracle.toplink.essentials.EasyBeansServerPlatform
Name of the server.
EASYBEANS_RMI_FACTORY - Static variable in class org.objectweb.easybeans.rpc.rmi.client.RMIClientRPC
EasyBeans factory.
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.
EasyBeansConfigurationExtension - Interface in org.objectweb.easybeans.server
An EasyBeansConfigurationExtension is the entry point for EasyBeans extensions.
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
 
EasyBeansEJBContext<BeanType extends EasyBeansBean> - Class in org.objectweb.easybeans.container
Class implementing the EJBContext interface.
EasyBeansEJBContext(Factory) - Constructor for class org.objectweb.easybeans.container.EasyBeansEJBContext
Builds a default EJB Context implementation.
EasyBeansEJBContext.DummyTimerService - Class in org.objectweb.easybeans.container
Dummy class for handling Timer Service.
EasyBeansEJBContext.DummyTimerService() - Constructor for class org.objectweb.easybeans.container.EasyBeansEJBContext.DummyTimerService
 
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
 
easyBeansFactory - Variable in class org.objectweb.easybeans.container.EasyBeansEJBContext
Link to the factory.
EasyBeansHandle - Class in org.objectweb.easybeans.container.svc
Handle object of an EJB.
EasyBeansHandle(EJBObject) - Constructor for class org.objectweb.easybeans.container.svc.EasyBeansHandle
Build an handle for an EJBObject.
EasyBeansHomeHandle - Class in org.objectweb.easybeans.container.svc
This class is used by the EJB 2.1 clients in order to get the Home Handle to the EJB.
EasyBeansHomeHandle(EJBHome) - Constructor for class org.objectweb.easybeans.container.svc.EasyBeansHomeHandle
Build a HomeHandle based on the given ejbHome.
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.
EasyBeansManagedRuntime - Class in org.objectweb.easybeans.persistence.openjpa
This class manages the specific features required for OpenJPA : the link to the Transaction manager.
EasyBeansManagedRuntime() - Constructor for class org.objectweb.easybeans.persistence.openjpa.EasyBeansManagedRuntime
 
EasyBeansMDB - Interface in org.objectweb.easybeans.api.bean
Defines the interface of a MDB.
easyBeansMDB - Variable in class org.objectweb.easybeans.container.mdb.MDBMessageEndPoint
MDB object Wrapped by this message end point.
EasyBeansMDBContext - Class in org.objectweb.easybeans.container.mdb
Defines the MDB Context used by MDB beans.
EasyBeansMDBContext(EasyBeansMDB) - Constructor for class org.objectweb.easybeans.container.mdb.EasyBeansMDBContext
Build a new Session context.
EasyBeansMDBLifeCycle - Interface in org.objectweb.easybeans.api.bean.lifecycle
Defines the lifecycle of a MDB.
EasyBeansMessageDrivenContext - Class in org.objectweb.easybeans.container.mdb
Defines the message driven context used by message driven beans.
EasyBeansMessageDrivenContext(Factory) - Constructor for class org.objectweb.easybeans.container.mdb.EasyBeansMessageDrivenContext
Builds a default Message Driven Context implementation.
EasyBeansMetaData - Class in org.objectweb.easybeans.container.svc
Metadata that are provided to the EJB 2.1 view clients.
EasyBeansMetaData(EJBHome, Class, Class, boolean) - Constructor for class org.objectweb.easybeans.container.svc.EasyBeansMetaData
Build a new metadata object with the given arguments.
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<PoolType extends 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.
EasyBeansServerPlatform - Class in org.objectweb.easybeans.persistence.oracle.toplink.essentials
This class allows Oracle Toplink Essentials to get the TransactionManager.
This is the class used as integration class.
EasyBeansServerPlatform(DatabaseSessionImpl) - Constructor for class org.objectweb.easybeans.persistence.oracle.toplink.essentials.EasyBeansServerPlatform
Default constructor.
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.
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.
EasyBeansTransactionController - Class in org.objectweb.easybeans.persistence.oracle.toplink.essentials
TransactionController for EasyBeans (By default, it is JOTM which is the TM of EasyBeans by default).
EasyBeansTransactionController() - Constructor for class org.objectweb.easybeans.persistence.oracle.toplink.essentials.EasyBeansTransactionController
Default constructor.
EJB - Annotation Type in javax.ejb
Allows to inject a reference to an EJB.
EJB21Finder - Class in org.objectweb.easybeans.deployment.annotations.helper.bean
This class finds the business interface that are used as return type in the Home or LocalHome interface of the Bean.
EJB21Finder() - Constructor for class org.objectweb.easybeans.deployment.annotations.helper.bean.EJB21Finder
Helper class, no public constructor.
EJB2_SCHEMA - Static variable in class org.objectweb.easybeans.deployment.xml.parsing.EJB3EntityResolver
EJB 2.1 Schema.
ejb3 - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.EjbJarAnnotationMetadata
Link to the Deployment Descriptor object.
ejb3 - Variable in class org.objectweb.easybeans.deployment.xml.parsing.EJB3DeploymentDescLoader
EJB3 instance object that is the result of the parsing.
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(URL) - Constructor for class org.objectweb.easybeans.deployment.xml.parsing.EJB3DeploymentDescLoader
Utility class, no public 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.
EJBAccessException - Exception in javax.ejb
Access to a method was denied.
EJBAccessException() - Constructor for exception javax.ejb.EJBAccessException
Default constructor : builds an exception with an empty message.
EJBAccessException(String) - Constructor for exception javax.ejb.EJBAccessException
Build an exception with the given message.
ejbActivate() - Method in interface javax.ejb.EntityBean
A container invokes this method when the instance is taken out of the pool of available instances to become associated with a specific EJB object.
ejbActivate() - Method in interface javax.ejb.SessionBean
The activate method is called when the instance is activated from its "passive" state.
EJBACTIVATE_METHOD - Static variable in class org.objectweb.easybeans.deployment.annotations.helper.bean.session.SessionBeanInterface
ejbActivate() method.
ejbClass - Variable in class org.objectweb.easybeans.deployment.xml.struct.AbsBean
ejb-class.
EJBContext - Interface in javax.ejb
Allows to gets some info on the bean.
EJBException - Exception in javax.ejb
Thrown for unexpected exception.
EJBException() - Constructor for exception javax.ejb.EJBException
Default constructor : builds an exception with an empty message.
EJBException(Exception) - Constructor for exception javax.ejb.EJBException
Builds an exception with a given exception.
EJBException(String) - Constructor for exception javax.ejb.EJBException
Builds an exception with a given message.
EJBException(String, Exception) - Constructor for exception javax.ejb.EJBException
Builds an exception with a given message and given exception.
EJBHome - Interface in javax.ejb
Used by EJB 2.1 for their business remote home interface.
ejbHome - Variable in class org.objectweb.easybeans.container.svc.EasyBeansHomeHandle
Proxy object acting as the EJBHome.
ejbHome - Variable in class org.objectweb.easybeans.container.svc.EasyBeansMetaData
EJB Home object.
EJBHomeCallFactory - Class in org.objectweb.easybeans.rpc
Factory creating an EJB Remote Home proxy for remote calls.
EJBHomeCallFactory() - Constructor for class org.objectweb.easybeans.rpc.EJBHomeCallFactory
 
EJBHomeCallRef - Class in org.objectweb.easybeans.rpc
Defines the Referenceable objectd used by EJB Home.
EJBHomeCallRef(String, String, String, boolean, String) - Constructor for class org.objectweb.easybeans.rpc.EJBHomeCallRef
Constructor : build a reference.
EJBHomeRPCInvocationHandler - Class in org.objectweb.easybeans.rpc
This class sends an EJB request to the server and send back to the client the response.
EJBHomeRPCInvocationHandler(String, String, boolean, String) - Constructor for class org.objectweb.easybeans.rpc.EJBHomeRPCInvocationHandler
Build a new Invocation handler.
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.
EJBJarInfo - Class in org.objectweb.easybeans.container.info
Manages beans of an ejbjar.
EJBJarInfo() - Constructor for class org.objectweb.easybeans.container.info.EJBJarInfo
Default constructor.
ejbJarInfo - Variable in class org.objectweb.easybeans.container.JContainer3
Info on an ejb-jar file.
ejbJarInfo - Variable in class org.objectweb.easybeans.security.permissions.PermissionManager
EJB-jar Info.
ejbLink - Variable in class org.objectweb.easybeans.deployment.xml.struct.common.AbsEJBRef
EJB-Link.
ejbLoad() - Method in interface javax.ejb.EntityBean
A container invokes this method to instruct the instance to synchronize its state by loading it state from the underlying database.
EJBLocalHome - Interface in javax.ejb
Used by EJB 2.1 for their business local home interface.
EJBLocalHomeCallFactory - Class in org.objectweb.easybeans.rpc
Factory creating an EJB proxy for EJB local home calls.
EJBLocalHomeCallFactory() - Constructor for class org.objectweb.easybeans.rpc.EJBLocalHomeCallFactory
 
EJBLocalHomeCallRef - Class in org.objectweb.easybeans.rpc
Define the Referenceable objectd used by local EJB Home.
EJBLocalHomeCallRef(String, Integer, String, String, boolean) - Constructor for class org.objectweb.easybeans.rpc.EJBLocalHomeCallRef
Constructor : build a reference.
EJBLocalHomeInvocationHandler - Class in org.objectweb.easybeans.rpc
Object acting as the proxy for EJB Local Home calls.
EJBLocalHomeInvocationHandler(Integer, String, String, boolean) - Constructor for class org.objectweb.easybeans.rpc.EJBLocalHomeInvocationHandler
Build a new Invocation handler.
EJBLocalObject - Interface in javax.ejb
Used by EJB 2.1 for their business local interface.
EJBLocalRef - Class in org.objectweb.easybeans.deployment.xml.struct.common
Class representing ejb-local-ref elements used in Java EE components.
EJBLocalRef() - Constructor for class org.objectweb.easybeans.deployment.xml.struct.common.EJBLocalRef
 
ejbLocalRefList - Variable in class org.objectweb.easybeans.deployment.xml.struct.common.AbsEnvironment
List of <ejb-local-ref> elements.
EJBMBean<F extends AbsFactory> - Class in org.objectweb.easybeans.jsr77
EJB JSR77 MBean.
EJBMBean() - Constructor for class org.objectweb.easybeans.jsr77.EJBMBean
Creates an EJBMBean.
EJBMetaData - Interface in javax.ejb
Metadata of EJB provided to the client.
ejbMetadata - Variable in class org.objectweb.easybeans.deployment.xml.helper.MetadataMerge
Metadata for an ejb-jar.
EJBModuleMBean - Class in org.objectweb.easybeans.jsr77
EJBModule JSR77 MBean for JContainer3.
EJBModuleMBean() - Constructor for class org.objectweb.easybeans.jsr77.EJBModuleMBean
Default ModelMBean constructor.
ejbName - Variable in class org.objectweb.easybeans.deployment.xml.struct.AbsBean
ejb-name.
ejbName - Variable in class org.objectweb.easybeans.deployment.xml.struct.InterceptorBinding
Name of the EJB.
EJBObject - Interface in javax.ejb
Used by EJB 2.1 for their business remote interface.
ejbObject - Variable in class org.objectweb.easybeans.container.svc.EasyBeansHandle
EJB Object proxy (that is serializable).
ejbPassivate() - Method in interface javax.ejb.EntityBean
A container invokes this method on an instance before the instance becomes disassociated with a specific EJB object.
ejbPassivate() - Method in interface javax.ejb.SessionBean
The passivate method is called before the instance enters the "passive" state.
EJBPASSIVATE_METHOD - Static variable in class org.objectweb.easybeans.deployment.annotations.helper.bean.session.SessionBeanInterface
ejbPassivate() method.
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
 
ejbRefList - Variable in class org.objectweb.easybeans.deployment.xml.struct.common.AbsEnvironment
List of <ejb-ref> elements.
ejbRefName - Variable in class org.objectweb.easybeans.deployment.xml.struct.common.AbsEJBRef
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.AbsEJBRef
Type of this ejb-ref.
ejbRemove() - Method in interface javax.ejb.EntityBean
A container invokes this method before it removes the EJB object that is currently associated with the instance.
ejbRemove() - Method in interface javax.ejb.MessageDrivenBean
A container invokes this method before it ends the life of the message-driven object.
ejbRemove() - Method in interface javax.ejb.SessionBean
A container invokes this method before it ends the life of the session object.
EJBREMOVE_METHOD - Static variable in class org.objectweb.easybeans.deployment.annotations.helper.bean.session.SessionBeanInterface
ejbRemove() method.
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
List of EJBs.
ejbStore() - Method in interface javax.ejb.EntityBean
A container invokes this method to instruct the instance to synchronize its state by storing it to the underlying database.
ejbTimeout(Timer) - Method in interface javax.ejb.TimedObject
Invoked by the EJB container upon timer expiration.
EJBTransactionRequiredException - Exception in javax.ejb
A transaction is required but there was no transaction.
EJBTransactionRequiredException() - Constructor for exception javax.ejb.EJBTransactionRequiredException
Default constructor : builds an exception with an empty message.
EJBTransactionRequiredException(String) - Constructor for exception javax.ejb.EJBTransactionRequiredException
Build an exception with the given message.
EJBTransactionRolledbackException - Exception in javax.ejb
Current transaction has been rollbacked.
EJBTransactionRolledbackException() - Constructor for exception javax.ejb.EJBTransactionRolledbackException
Default constructor : builds an exception with an empty message.
EJBTransactionRolledbackException(String) - Constructor for exception javax.ejb.EJBTransactionRolledbackException
Build an exception with the given message.
EJBTransactionRolledbackException(String, Exception) - Constructor for exception javax.ejb.EJBTransactionRolledbackException
Build an exception with the given message and given exception.
Embeddable - Annotation Type in javax.persistence
The Embeddable annotation is used to specify a class whose instances are stored as an intrinsic part of an owning entity and share the identity of the entity.
Embedded - Annotation Type in javax.persistence
The Embedded annotation is used to specify a persistent field or property of an entity whose value is an instance of an embeddable class.
The AttributeOverride and/ or AttributeOverrides annotations may be used to override the column mappings declared within the embeddable class, which are mapped to the entity table.
Implementations are not required to support embedded objects that are mapped across more than one table (e.g., split across primary and secondary tables or multiple secondary tables).
embedded - Variable in class org.objectweb.easybeans.container.JContainerConfig
Embedded server.
embedded - 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 - Variable in class org.objectweb.easybeans.server.EasyBeans.ShutdownHook
Reference to the embedded object.
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 - Variable in class org.objectweb.easybeans.server.ra.EasyBeansResourceAdapter
Embedded instance.
embedded - Variable in class org.objectweb.easybeans.server.war.EasyBeansContextListener
Embedded instance.
EMBEDDED_ID - Static variable in class org.objectweb.easybeans.rpc.LocalCallRef
Property referencing the embedded server's ID.
EmbeddedConfigurator - Class in org.objectweb.easybeans.server
Allows to configure an embedded server with an XML configuration file.
EmbeddedConfigurator() - Constructor for class org.objectweb.easybeans.server.EmbeddedConfigurator
Utility class, no public constructor.
EmbeddedDBComponent - Interface in org.objectweb.easybeans.component.itf
Defines the interface for an Embedded database.
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).
EmbeddedId - Annotation Type in javax.persistence
The EmbeddedId annotation is applied to a persistent field or property of an entity class or mapped superclass to denote a composite primary key that is an embeddable class.
embeddedID - Variable in class org.objectweb.easybeans.rpc.LocalCallInvocationHandler
Embedded server ID.
embeddedID - Variable in class org.objectweb.easybeans.rpc.LocalCallRef
Embedded server ID.
EmbeddedIdentifier - Class in org.objectweb.easybeans.server.management
Generates an ObjectName for the Embedded component.
EmbeddedIdentifier() - Constructor for class org.objectweb.easybeans.server.management.EmbeddedIdentifier
 
EmbeddedManager - Class in org.objectweb.easybeans.server
This class manages the Embedded instance that have been created.
EmbeddedManager() - Constructor for class org.objectweb.easybeans.server.EmbeddedManager
Utility class, no public constructor.
EmbeddedMBean - Class in org.objectweb.easybeans.server.management
J2EEServer JSR77 MBean.
EmbeddedMBean() - Constructor for class org.objectweb.easybeans.server.management.EmbeddedMBean
Creates a new Managed Object.
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) - Method in class org.objectweb.easybeans.container.archive.EZBDirectoryArchiveImpl
Encode resource name to be used on Unix/Windows systems.
encode(String) - Static method in class org.objectweb.easybeans.deployment.xml.helper.MetadataMerge
Encode a classname (replace .
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.
end(Xid, int) - Method in class org.objectweb.easybeans.component.jdbcpool.JManagedConnection
Ends the work performed on behalf of a transaction branch.
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.
endsRunAs(Subject) - Method in interface org.objectweb.easybeans.security.api.EZBSecurityContext
Ends the run-as mode and then restore the context stored by container.
endsRunAs(Subject) - Method in class org.objectweb.easybeans.security.propagation.context.SecurityContext
Ends the run-as mode and then restore the context stored by container.
endsRunAs(Subject) - Method in class org.objectweb.easybeans.security.propagation.jonas.JOnASSecurityContext
Ends the run-as mode and then restore the context stored by container.
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.
EnterpriseBean - Interface in javax.ejb
Each EJB 2.1 bean needs to implement this interface.
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.
enterRunAs(Subject) - Method in interface org.objectweb.easybeans.security.api.EZBSecurityContext
Enters in run-as mode with the given subject.
The previous subject is stored and will be restored when run-as mode will be ended.
enterRunAs(Subject) - Method in class org.objectweb.easybeans.security.propagation.context.SecurityContext
Enters in run-as mode with the given subject.
The previous subject is stored and will be restored when run-as mode will be ended.
enterRunAs(Subject) - Method in class org.objectweb.easybeans.security.propagation.jonas.JOnASSecurityContext
Enters in run-as mode with the given subject.
The previous subject is stored and will be restored when run-as mode will be ended.
Entity - Annotation Type in javax.persistence
Class annotated with this annotation is an entity class.
entity - Variable in exception javax.persistence.OptimisticLockException
Entity.
EntityBean - Interface in javax.ejb
Each EJB 2.1 Entity bean needs to implement this interface.
EntityContext - Interface in javax.ejb
The EntityContext interface provides an instance with access to the container-provided runtime context of an entity enterprise Bean instance.
EntityExistsException - Exception in javax.persistence
The EntityExistsException may thrown by the persistence provider when the persist operation is invoked and the entity already exists.
EntityExistsException() - Constructor for exception javax.persistence.EntityExistsException
Default constructor : builds an exception with an empty message.
EntityExistsException(String) - Constructor for exception javax.persistence.EntityExistsException
Build an exception with the given message.
EntityExistsException(Throwable) - Constructor for exception javax.persistence.EntityExistsException
Build an exception with the given exception.
EntityExistsException(String, Throwable) - Constructor for exception javax.persistence.EntityExistsException
Builds an exception with a given message and given exception.
EntityListeners - Annotation Type in javax.persistence
The EntityListeners annotation specifies the callback listener classes to be used for an entity or mapped superclass.
EntityManager - Interface in javax.persistence
Interface used to interact with the persistence context.
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 - Interface in javax.persistence
Factory of EntityManager.
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.
EntityNotFoundException - Exception in javax.persistence
The EntityNotFoundException is thrown by the persistence provider when an entity reference obtained by getReference is accessed but the entity does not exist.
EntityNotFoundException() - Constructor for exception javax.persistence.EntityNotFoundException
Default constructor : builds an exception with an empty message.
EntityNotFoundException(String) - Constructor for exception javax.persistence.EntityNotFoundException
Build an exception with the given message.
EntityResult - Annotation Type in javax.persistence
Mapping of a result.
EntityTransaction - Interface in javax.persistence
The EntityTransaction interface is used to control resource transactions on resource-local entity managers.
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.
Enumerated - Annotation Type in javax.persistence
An Enumerated annotation specifies that a persistent property or field should be persisted as a enumerated type.
EnumType - Enum in javax.persistence
The EnumType enum defines the mapping for enumerated types.
EnumType() - Constructor for enum javax.persistence.EnumType
 
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.component.jdbcpool.JStatement
 
equals(Object) - Method in class org.objectweb.easybeans.container.archive.EZBDirectoryArchiveImpl
Is that the given object is equals to our instance.
equals(Object) - Method in class org.objectweb.easybeans.container.archive.EZBJarArchiveImpl
Is that the given object is equals to our instance.
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.
equals(Object) - Method in class org.objectweb.easybeans.security.jacc.provider.JPolicyConfiguration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.objectweb.easybeans.security.struct.JGroup
Compares this principal to the specified object.
equals(Object) - Method in class org.objectweb.easybeans.security.struct.JPrincipal
Compares this principal to the specified object.
error(Object, Object...) - Method in class org.objectweb.easybeans.log.CommonsLoggerImpl
Log a message with error log level.
error(Object, Object...) - Method in class org.objectweb.easybeans.log.JDKLogger
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.
errOutputWriter - Variable in class org.objectweb.easybeans.log.JDKConsoleHandler
Writer used for WARNING, SEVERE, FATAL.
eventListeners - Variable in class org.objectweb.easybeans.component.jdbcpool.JManagedConnection
Event listeners (of PooledConnection).
exceptions - Variable in class org.objectweb.easybeans.deployment.annotations.JMethod
Exceptions of the method.
ExcludeClassInterceptors - Annotation Type in javax.interceptor
Do not use on this method the interceptors defined at the class level.
excludeClassInterceptors - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
@ExcludeClassInterceptors method ?
excludeClassInterceptors - Variable in class org.objectweb.easybeans.deployment.xml.struct.InterceptorBinding
Exclude class interceptors for a method on a bean.
excludeClassInterceptorsCalled - Variable in class org.objectweb.easybeans.deployment.xml.struct.InterceptorBinding
setExcludeClassInterceptors() called.
excluded - Variable in class org.objectweb.easybeans.container.info.security.MethodSecurityInfo
Excluded method ?.
ExcludeDefaultInterceptors - Annotation Type in javax.interceptor
Do not apply on the methods of the given class or on the given method the interceptors that have been defined in the XML Deployment Descriptor.
excludeDefaultInterceptors - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
@ExcludeDefaultInterceptors method ?
excludeDefaultInterceptors - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
@ExcludeDefaultInterceptors method ?
excludeDefaultInterceptors - Variable in class org.objectweb.easybeans.deployment.xml.struct.InterceptorBinding
Exclude the default interceptors for this bean ?
excludeDefaultInterceptorsCalled - Variable in class org.objectweb.easybeans.deployment.xml.struct.InterceptorBinding
setExcludeClassInterceptors() called.
ExcludeDefaultListeners - Annotation Type in javax.persistence
The ExcludeDefaultListeners annotation specifies that the invocation of default listeners is to be excluded for the entity class (or mapped superclass) and its subclasses.
excludedPermissions - Variable in class org.objectweb.easybeans.security.jacc.provider.JPolicyConfiguration
Excluded permissions.
ExcludeSuperclassListeners - Annotation Type in javax.persistence
The ExcludeSuperclassListeners annotation specifies that the invocation of superclass listeners is to be excluded for the entity class (or mapped superclass) and its subclasses.
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
 
execute() - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
execute(String) - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
execute(String, int) - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
execute(String, int[]) - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
execute(String, String[]) - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
executeBatch() - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
executeQuery() - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
executeQuery(String) - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
executeUpdate() - Method in interface javax.persistence.Query
Execute an update or delete statement.
executeUpdate() - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
executeUpdate(String) - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
executeUpdate(String, int) - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
executeUpdate(String, int[]) - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
executeUpdate(String, String[]) - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
executionContext - Variable in class org.objectweb.easybeans.jca.workmanager.ResourceWork
JCA Execution context (contains information about transactions).
extendsManagedBeansDescription(String, ClassLoader) - Static method in class org.objectweb.easybeans.jmx.CommonsModelerHelper
Load mbeans-descriptors-ext.xml extension files.
extensionFactories - Variable in class org.objectweb.easybeans.server.Embedded
List of Callbacks factories.
extensionFactories - Variable in class org.objectweb.easybeans.server.ServerConfig
EasyBeansConfigurationExtension classname list.
extensionsURLs - Variable in class org.objectweb.easybeans.client.ClientContainer
URLs resolved in the case of the extension mechanism in the Ear case.
externalUserInterceptors - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
User interceptors.
extractAndAnalyzeEar(File) - Method in class org.objectweb.easybeans.client.ClientContainer
Extract the client of an ear and analyze ear too.
EZB_EJBCONTEXT_DESC - Static variable in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
EZBEJBContext type descriptor.
EZB_EJBCONTEXT_DESC - Static variable in class org.objectweb.easybeans.enhancer.interceptors.InterceptorManagerGenerator
EZBEJBContext type descriptor.
EZBArchive - Interface in org.objectweb.easybeans.api
Abstraction layer around EZB processed archive (Jar, Directories, Bundles, ...).
EZBArchiveException - Exception in org.objectweb.easybeans.api
Exception thrown if there is a failure when handling archive.
EZBArchiveException() - Constructor for exception org.objectweb.easybeans.api.EZBArchiveException
Constructs a new runtime exception with null as its detail message.
EZBArchiveException(String) - Constructor for exception org.objectweb.easybeans.api.EZBArchiveException
Constructs a new runtime exception with the specified detail message.
EZBArchiveException(String, Throwable) - Constructor for exception org.objectweb.easybeans.api.EZBArchiveException
Constructs a new runtime exception with the specified detail message and cause.
EZBArchiveException(Throwable) - Constructor for exception org.objectweb.easybeans.api.EZBArchiveException
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).
EZBArchiveFactory<Type> - Interface in org.objectweb.easybeans.api
Interface used by the Archive Manager to build implementation of EZBArchive.
EZBComponent - Interface in org.objectweb.easybeans.component.api
Defines the interface that a component needs to implement.
EZBComponentException - Exception in org.objectweb.easybeans.component.api
Component exception if the component has some errors.
EZBComponentException() - Constructor for exception org.objectweb.easybeans.component.api.EZBComponentException
Constructs a new runtime exception with null as its detail message.
EZBComponentException(String) - Constructor for exception org.objectweb.easybeans.component.api.EZBComponentException
Constructs a new runtime exception with the specified detail message.
EZBComponentException(String, Throwable) - Constructor for exception org.objectweb.easybeans.component.api.EZBComponentException
Constructs a new runtime exception with the specified detail message and cause.
EZBComponentException(Throwable) - Constructor for exception org.objectweb.easybeans.component.api.EZBComponentException
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).
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
 
EZBContainerConfig - Interface in org.objectweb.easybeans.api
Configuration for a Container.
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.
EZBDirectoryArchiveImpl - Class in org.objectweb.easybeans.container.archive
Creates wrapper around directory.
EZBDirectoryArchiveImpl(File) - Constructor for class org.objectweb.easybeans.container.archive.EZBDirectoryArchiveImpl
Creates new instance of an EZBArchive for a directory.
EZBEJBContext<BeanType extends EasyBeansBean> - Interface in org.objectweb.easybeans.api.container
Context that will be stored in the bean object.
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.
EZBJarArchiveImpl - Class in org.objectweb.easybeans.container.archive
Creates wrapper around jar file.
EZBJarArchiveImpl(File) - Constructor for class org.objectweb.easybeans.container.archive.EZBJarArchiveImpl
Creates new instance of an EZBArchive for a jar file.
EZBManageableContainer - Interface in org.objectweb.easybeans.api
Manageable interface for EZBContainer.
EZBManagementIdentifier<ManagedType> - Interface in org.objectweb.easybeans.api.jmx
JMX Identifier, used to create a JMX ObjectName from an Object.
EZBMDBContext - Interface in org.objectweb.easybeans.api.container
Context that will be stored in the MDB bean.
EZBPermissionManager - Interface in org.objectweb.easybeans.api
Class that is linked to an EasyBeans factory and manages the check of the security.
EZBPersistenceUnitManager - Interface in org.objectweb.easybeans.persistence.api
Allows to get persistence units and allow to return EntityManager or EntityManagerFactory.
EZBSecurityContext - Interface in org.objectweb.easybeans.security.api
Interface used to describe operations on a security context.
EZBSecurityCurrent - Interface in org.objectweb.easybeans.security.api
Interface that describes what a security current should provide, ie : a security context.
EZBServer - Interface in org.objectweb.easybeans.api
Defines an EasyBeans server.
EZBSessionContext<BeanType extends EasyBeansSB> - Interface in org.objectweb.easybeans.api.container
Context that will be stored in the bean object.
EZBWrappedComponent - Interface in org.objectweb.easybeans.component.api
Allow to wrap an instance of a component (not implementing any EasyBeans API) into a component.

F

factories - Variable in class org.objectweb.easybeans.api.EZBContainerCallbackInfo
Map of Factories.
factories - Variable in class org.objectweb.easybeans.container.archive.ArchiveManager
Mapping between class and the associated factories.
ie : File <--> DefaultArchiveFactory.
factories - Variable in class org.objectweb.easybeans.container.JContainer3
Map of managed ejb3 factories.
Factory<PoolType,Clue> - Interface in org.objectweb.easybeans.api
This interface is used by all bean factories of EJB 3 container.
factory - Variable in class org.objectweb.easybeans.rpc.LocalCallInvocationHandler
Factory for sending requests (build in constructor or when serialization occurs).
FACTORY_NAME - Static variable in class org.objectweb.easybeans.rpc.AbsCallRef
Property used for referencing the name of the factory.
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.AbsCallRef
Factory name.
factoryName - Variable in class org.objectweb.easybeans.rpc.AbsInvocationHandler
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 class org.objectweb.easybeans.log.JDKLogger
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.
FetchType - Enum in javax.persistence
The FetchType enum defines strategies for fetching data from the database.
FetchType() - Constructor for enum javax.persistence.FetchType
 
FEW_MORE_SECONDS - Static variable in class org.objectweb.easybeans.jca.workmanager.ResourceWorkManager
Wait few more seconds when waiting.
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.
FieldResult - Annotation Type in javax.persistence
Mapping of a result.
fieldsAnnotationMetadata - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
List of field annotations metadata.
file - Variable in class org.objectweb.easybeans.container.archive.EZBJarArchiveImpl
Internal resource used as archive.
FILE_PROTOCOL - Static variable in class org.objectweb.easybeans.util.url.URLUtils
File protocol.
fileToURL(File) - Static method in class org.objectweb.easybeans.util.url.URLUtils
Gets an URL from a given file.(throws only runtime exception).
fileToURL2(File) - Static method in class org.objectweb.easybeans.util.url.URLUtils
Gets an URL from a given file.
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 interface javax.persistence.EntityManager
Find by primary key.
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.
findClassForEjb(String, String) - Method in class org.objectweb.easybeans.deployment.xml.helper.MetadataMerge
Find/Gets a classAnnotationMetadata for a given ejb name and/or a given ejbclass name.
findContext() - Method in class org.objectweb.easybeans.naming.pkg.java.JavaURLContext
 
FinderException - Exception in javax.ejb
The FinderException exception must be included in the throws clause of every findMETHOD(...) method of an entity Bean's home interface.
The exception is used as a standard application-level exception to report a failure to find the requested EJB object(s).
FinderException() - Constructor for exception javax.ejb.FinderException
Default constructor : builds an exception with an empty message.
FinderException(String) - Constructor for exception javax.ejb.FinderException
Build an exception with the given message.
findListGetterSetterMethod(Object, Object) - Method in class org.objectweb.easybeans.xmlconfig.XMLConfiguration
Finds the get(List<Class>) and set(List<Class>) methods.
findSingleSetterMethod(Object, Object) - Method in class org.objectweb.easybeans.xmlconfig.XMLConfiguration
Finds the add(Class c) or set(Class c) methods.
The parameter needs to be a single entry and not a list.
FIVE - Static variable in class org.objectweb.easybeans.enhancer.bean.Migration21ClassAdapter
Constant = 5.
flush() - Method in interface javax.persistence.EntityManager
Synchronize the persistence context to the underlying database.
flush(Writer) - Method in class org.objectweb.easybeans.log.JDKConsoleHandler
Flush the given writer.
flush() - Method in class org.objectweb.easybeans.log.JDKConsoleHandler
Flush all the current writers (info and error).
flush() - Method in class org.objectweb.easybeans.persistence.TxEntityManager
Synchronize the persistence context to the underlying database.
FlushModeType - Enum in javax.persistence
When queries are executed within a transaction, if FlushModeType.AUTO is set on the Query object, or if the flush mode setting for the persistence context is AUTO (the default) and a flush mode setting has not been specified for the Query object, the persistence provider is responsible for ensuring that all updates to the state of all entities in the persistence context which could potentially affect the result of the query are visible to the processing of the query.
FlushModeType() - Constructor for enum javax.persistence.FlushModeType
 
forceClose() - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
Force a close on the Prepare Statement.
forget(Xid) - Method in class org.objectweb.easybeans.component.jdbcpool.JManagedConnection
Tell the resource manager to forget about a heuristically completed transaction branch.
forget() - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
Physically close this Statement.
format(LogRecord) - Method in class org.objectweb.easybeans.log.JDKFormatter
Format the given LogRecord.
forName(String) - Static method in class org.objectweb.easybeans.util.loader.ClassUtils
Look up the class in the Tread Context ClassLoader and in the "current" ClassLoader.
FOUR - Static variable in class org.objectweb.easybeans.enhancer.bean.Migration21ClassAdapter
Constant = 4.
freeConnections(Transaction) - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
The transaction has committed (or rolled back).
freeItem(JManagedConnection) - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
Free item and return it in the free list.
freeList - Variable in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
List of JManagedConnection not currently used.
freeThreads - Variable in class org.objectweb.easybeans.jca.workmanager.ResourceWorkManager
Threads that are ready to work.
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.
generateBeanLifeCycleMethod(ClassAnnotationMetadata, InterceptorType) - Method in class org.objectweb.easybeans.enhancer.interceptors.InterceptorClassAdapter
Generates a default method for lifecycle method events.
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 - Annotation Type in javax.annotation
Used to indicate that a code was generated.
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.
GeneratedValue - Annotation Type in javax.persistence
The GeneratedValue annotation provides for the specification of generation strategies for the values of primary keys.
generateSettersInjection(MethodVisitor) - Method in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
Generates the calls to methods that will call the setters methods.
GenerationType - Enum in javax.persistence
Enumeration of the types of primary key generation.
GenerationType() - Constructor for enum javax.persistence.GenerationType
 
get() - Method in interface org.objectweb.easybeans.api.pool.Pool
Gets an object from the pool.
get(Clue) - Method in interface org.objectweb.easybeans.api.pool.Pool
Gets an object by using a specific hint.
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.
getAccess() - Method in class org.objectweb.easybeans.deployment.annotations.JField
 
getAccess() - Method in class org.objectweb.easybeans.deployment.annotations.JMethod
 
getActivationConfigProperties() - Method in class org.objectweb.easybeans.container.info.MessageDrivenInfo
Gets the activation config properties.
getActivationConfigProperties() - Method in class org.objectweb.easybeans.deployment.annotations.impl.JMessageDriven
Gets the activation config properties.
getAdditionnalProperties(ManagedType) - Method in interface org.objectweb.easybeans.api.jmx.EZBManagementIdentifier
 
getAdditionnalProperties(EZBContainer) - Method in class org.objectweb.easybeans.container.management.JContainer3Identifier
getAdditionnalProperties(MDBMessageEndPointFactory) - Method in class org.objectweb.easybeans.container.mdb.management.MDBMessageEndPointFactoryIdentifier
getAdditionnalProperties(T) - Method in class org.objectweb.easybeans.container.session.SessionFactoryIdentifier
getAdditionnalProperties(IDeployer) - Method in class org.objectweb.easybeans.deployer.management.DeployerIdentifier
getAdditionnalProperties(Embedded) - Method in class org.objectweb.easybeans.server.management.EmbeddedIdentifier
getAlias() - Method in class org.objectweb.easybeans.xmlconfig.mapping.AbsMapping
Gets alias used.
getAliases() - Method in class org.objectweb.easybeans.deployment.annotations.impl.JCommonBean
 
getAllInterceptors() - Method in class org.objectweb.easybeans.enhancer.interceptors.EasyBeansInvocationContextGenerator
 
getAllInterfacesFromClass(ClassAnnotationMetadata) - Static method in class org.objectweb.easybeans.deployment.annotations.helper.bean.session.SessionBeanInterface
Gets all interfaces used by a class.
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
 
getApplicationException(EasyBeansInvocationContext, Exception) - Method in class org.objectweb.easybeans.transaction.interceptors.AbsTransactionInterceptor
Gets the application exception (if any) for the given invocation context and the given exception.
Note that a checked Exception is by default an application exception.
getApplicationExceptionList() - Method in class org.objectweb.easybeans.deployment.xml.struct.AssemblyDescriptor
Gets the list of <application-exception> elements.
getApplicationExceptions() - Method in interface org.objectweb.easybeans.api.bean.info.IBeanInfo
Gets the list of application exceptions defined on this ejb jar metadata.
getApplicationExceptions() - Method in class org.objectweb.easybeans.container.info.BeanInfo
Gets the list of application exceptions defined on this ejb jar metadata.
getApplicationExceptions() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.EjbJarAnnotationMetadata
Gets the list of application exceptions defined on this ejb jar metadata.
getArchive() - Method in class org.objectweb.easybeans.api.EZBContainerCallbackInfo
Gets the archive (directory/file) managed by this container.
getArchive() - Method in interface org.objectweb.easybeans.api.EZBContainerConfig
 
getArchive() - Method in interface org.objectweb.easybeans.api.EZBManageableContainer
Gets the archive used by this container.
getArchive(Object) - Method in class org.objectweb.easybeans.container.archive.ArchiveManager
Creates an EZBArchive implementation object for the given object.
getArchive() - Method in class org.objectweb.easybeans.container.JContainer3
Gets the archive used by this container.
getArchive() - Method in class org.objectweb.easybeans.container.JContainerConfig
 
getArchive() - Method in class org.objectweb.easybeans.deployment.Deployment
 
getAroundInvokeList() - Method in class org.objectweb.easybeans.deployment.xml.struct.common.AbsEnvironment
Gets the list of <around-invoke> elements.
getAroundInvokeMethodMetadatas() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
getArrayObjects() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.ObjectArrayAnnotationVisitor
 
getAssemblyDescriptor() - Method in class org.objectweb.easybeans.deployment.xml.struct.EJB3
Gets the assembly-descriptor element.
getAttributeMapping(String) - Method in class org.objectweb.easybeans.xmlconfig.mapping.ClassMapping
Gets the attribute mapping for the given attribute name.
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
 
getAutoCommit() - Method in class org.objectweb.easybeans.component.jdbcpool.JConnection
In a JDBC-XA driver, autocommit is false if we are in a global Tx.
getBean() - Method in interface org.objectweb.easybeans.api.container.EZBEJBContext
Gets the bean of this context.
getBean() - Method in class org.objectweb.easybeans.container.EasyBeansEJBContext
Gets the bean of this context.
getBean() - Method in class org.objectweb.easybeans.container.mdb.EasyBeansMDBContext
Gets the bean of this context.
getBean() - Method in class org.objectweb.easybeans.container.session.EasyBeansSessionContext
Gets the bean of this context.
getBean(Long) - Method in class org.objectweb.easybeans.container.session.SessionFactory
Gets a bean for the given id.
getBean(Long) - Method in class org.objectweb.easybeans.container.session.stateful.StatefulSessionFactory
Gets a bean for the given id.
getBean(Long) - Method in class org.objectweb.easybeans.container.session.stateless.StatelessSessionFactory
Gets a bean for the given id.
getBeanClass() - Method in class org.objectweb.easybeans.container.AbsFactory
Gets the bean's class.
getBeanId() - Method in class org.objectweb.easybeans.rpc.AbsInvocationHandler
Gets the bean id.
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.mdb.MDBFactory
 
getBeanInfo() - Method in class org.objectweb.easybeans.container.session.SessionFactory
 
getBeanInfos() - Method in interface org.objectweb.easybeans.api.bean.info.IEJBJarInfo
Gets the beans info.
getBeanInfos() - Method in class org.objectweb.easybeans.container.info.EJBJarInfo
Gets the beans info.
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 interface org.objectweb.easybeans.api.container.EZBSessionContext
Gets the transaction used by this bean.
getBeanTransaction() - Method in class org.objectweb.easybeans.container.session.EasyBeansSessionContext
Gets the transaction used by this bean.
getBusinessLocalList() - Method in class org.objectweb.easybeans.deployment.xml.struct.Session
Gets the business-local interface list.
getBusinessObject(Class<T>) - Method in interface javax.ejb.SessionContext
Obtain an object that can be used to invoke the current bean through the given business interface.
getBusinessObject(Class<T>) - Method in class org.objectweb.easybeans.container.session.EasyBeansSessionContext
Obtain an object that can be used to invoke the current bean through the given business interface.
getBusinessRemoteList() - Method in class org.objectweb.easybeans.deployment.xml.struct.Session
Gets the business-remote interface list.
getBusyMaxRecent() - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
 
getBusyMinRecent() - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
 
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
 
getCallbacks() - Method in interface org.objectweb.easybeans.api.EZBContainerConfig
 
getCallbacks() - Method in class org.objectweb.easybeans.container.JContainerConfig
 
getCallbacksLifeCycle() - Method in class org.objectweb.easybeans.container.JContainer3
 
getCallerIdentity() - Method in interface javax.ejb.EJBContext
Deprecated. 
getCallerIdentity() - Method in class org.objectweb.easybeans.container.EasyBeansEJBContext
Deprecated. 
getCallerPrincipal() - Method in interface javax.ejb.EJBContext
 
getCallerPrincipal() - Method in class org.objectweb.easybeans.container.EasyBeansEJBContext
Obtain the java.security.Principal that identifies the caller.
getCallerPrincipal(boolean) - Method in interface org.objectweb.easybeans.security.api.EZBSecurityContext
Gets the caller's principal.
getCallerPrincipal(boolean) - Method in class org.objectweb.easybeans.security.propagation.context.SecurityContext
Gets the caller's principal.
getCallerPrincipal(boolean) - Method in class org.objectweb.easybeans.security.propagation.jonas.JOnASSecurityContext
Gets the caller's principal.
getCallerRoles(boolean) - Method in interface org.objectweb.easybeans.security.api.EZBSecurityContext
Gets the caller's roles.
getCallerRoles(boolean) - Method in class org.objectweb.easybeans.security.propagation.context.SecurityContext
Gets the caller's roles.
getCallerRoles(boolean) - Method in class org.objectweb.easybeans.security.propagation.jonas.JOnASSecurityContext
Gets the caller's roles.
getCallerRolesList(boolean) - Method in class org.objectweb.easybeans.security.propagation.context.SecurityContext
Gets the caller's roles.
getCatalog() - Method in class org.objectweb.easybeans.component.jdbcpool.JConnection
getCausedByException() - Method in exception javax.ejb.EJBException
 
getCheckLevel() - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
 
getChildStringValueForElement(Element, String) - Static method in class org.objectweb.easybeans.util.xml.XMLUtils
Returns the value of the child node with the given name.
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.
getClassAnnotationMetadataForEjbName(String) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.EjbJarAnnotationMetadata
Gets the class metadata for the given ejb-name.
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
 
getClassMapping(String) - Method in class org.objectweb.easybeans.xmlconfig.mapping.XMLMapping
Gets the class mapping for the given class name.
getClassMapping(String, String) - Method in class org.objectweb.easybeans.xmlconfig.XMLConfiguration
Gets the Mapping for the given nameSpaceURI and the given classname.
getClassName() - Method in interface org.objectweb.easybeans.api.Factory
Gets the className used by this factory.
getClassName() - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
 
getClassName() - Method in class org.objectweb.easybeans.container.AbsFactory
Gets the className used by this factory.
getClassName() - Method in class org.objectweb.easybeans.deployment.annotations.impl.JApplicationException
 
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.deployment.xml.struct.common.AroundInvoke
 
getClassname() - Method in class org.objectweb.easybeans.deployment.xml.struct.common.InjectionTarget
 
getClassName() - Method in class org.objectweb.easybeans.enhancer.DefinedClass
 
getClassName() - Method in class org.objectweb.easybeans.jsr77.MessageDrivenBeanMBean
Gets the className of this SessionBean.
getClassName() - Method in class org.objectweb.easybeans.jsr77.SessionBeanMBean
Gets the className of this SessionBean.
getClassReader(ClassAnnotationMetadata) - Method in class org.objectweb.easybeans.enhancer.Enhancer
Gets a class reader for a given metadata.
getClient(Hashtable<?, ?>) - 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/.
getComponent(String) - Method in class org.objectweb.easybeans.component.ComponentRegistry
Allow to get a reference on another component.
getComponent(String) - Method in class org.objectweb.easybeans.server.Embedded
Gets component with the given name.
getComponentContext() - Method in class org.objectweb.easybeans.naming.NamingManager
Get the Context associated with the current thread or to a class loader.
getComponentManager() - Method in class org.objectweb.easybeans.server.Embedded
 
getComponentName(EZBComponent) - Method in class org.objectweb.easybeans.component.ComponentManager
Gets the name for a given component.
getComponentName(EZBComponent) - Method in class org.objectweb.easybeans.component.ComponentRegistry
 
getComponentRegistry() - Method in class org.objectweb.easybeans.component.ComponentManager
 
getComponents() - Method in class org.objectweb.easybeans.component.ComponentManager
Gets the set of components.
getComponents() - Method in class org.objectweb.easybeans.server.Embedded
Gets the components that have been defined for this embedded server.
getConfiguration() - Method in interface org.objectweb.easybeans.api.EZBContainer
 
getConfiguration() - Method in class org.objectweb.easybeans.container.JContainer3
 
getConfiguration(String) - Static method in class org.objectweb.easybeans.security.jacc.provider.JPolicyConfigurationKeeper
Gets the EasyBeans policy configuration by its contextId.
getConnection() - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
getConnection(String, String) - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
Attempts to establish a connection with the data source that this DataSource object represents.
getConnection() - Method in class org.objectweb.easybeans.component.jdbcpool.JConnection
Gets the physical connection to the database.
getConnection() - Method in class org.objectweb.easybeans.component.jdbcpool.JManagedConnection
Create an object handle for a database connection.
getConnection() - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
getConnectionFailures() - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
 
getConnectionLeaks() - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
 
getConnectionManager(String) - Static method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
Gets the ConnectionManager matching the DataSource name.
getConnectorObjectName() - Static method in class org.objectweb.easybeans.jmx.JMXRemoteHelper
 
getConstructorDesc() - Method in class org.objectweb.easybeans.enhancer.interceptors.EasyBeansInvocationContextGenerator
 
getContainer(String) - Method in interface org.objectweb.easybeans.api.EZBServer
Gets a container managed by this server.
getContainer() - Method in interface org.objectweb.easybeans.api.Factory
Gets the container used by this factory.
getContainer() - Method in class org.objectweb.easybeans.container.AbsFactory
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 class org.objectweb.easybeans.rpc.AbsInvocationHandler
 
getContainerId() - Method in interface org.objectweb.easybeans.rpc.api.EJBRequest
 
getContainerId() - Method in class org.objectweb.easybeans.rpc.JEJBRequest
 
getContainers() - Method in interface org.objectweb.easybeans.api.EZBServer
 
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.interceptor.InvocationContext
 
getContextID() - Method in class org.objectweb.easybeans.security.jacc.provider.JPolicyConfiguration
This method returns this object's policy context identifier.
getContextId() - Method in class org.objectweb.easybeans.security.permissions.AbsPermissionManager
 
getContextId() - Method in class org.objectweb.easybeans.security.propagation.rmi.jrmp.interceptors.SecurityServiceContext
 
getContextIdURL() - Method in class org.objectweb.easybeans.security.permissions.AbsPermissionManager
 
getCreatedTime() - Method in class org.objectweb.easybeans.pool.PoolEntryStatistics
 
getCreationTime() - Method in class org.objectweb.easybeans.jca.workmanager.ResourceWork
 
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.
getCurrent() - Static method in class org.objectweb.easybeans.security.propagation.context.SecurityCurrent
Return the unique instance of this object.
getCurrentBusy() - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
 
getCurrentEntityManager() - Method in class org.objectweb.easybeans.persistence.TxEntityManager
Gets (or create) a new EntityManager for the current tx (if any).
getCurrentInTx() - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
 
getCurrentOpened() - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
 
getCurrentPoolSize() - Method in class org.objectweb.easybeans.jca.workmanager.ResourceWorkManager
 
getCurrentWaiters() - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
 
getCW() - Method in class org.objectweb.easybeans.enhancer.CommonClassGenerator
 
getDatasourceName() - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
Gets the name of the datasource.
getDeclaredRoles() - Method in interface org.objectweb.easybeans.api.bean.info.ISecurityInfo
 
getDeclaredRoles() - Method in class org.objectweb.easybeans.container.info.security.SecurityInfo
 
getDeclareRoles() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
getDefaultInterceptors() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.EjbJarAnnotationMetadata
 
getDefaultInterceptorsClasses() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.EjbJarAnnotationMetadata
 
getDefinedClasses() - Method in class org.objectweb.easybeans.enhancer.interceptors.InterceptorClassAdapter
 
getDelegate() - Method in interface javax.persistence.EntityManager
 
getDelegate() - Method in class org.objectweb.easybeans.persistence.TxEntityManager
 
getDeployedObjects() - Method in class org.objectweb.easybeans.jsr77.J2EEServerMBean
 
getDeployer() - Method in class org.objectweb.easybeans.server.Embedded
 
getDeploymentDescriptor() - Method in class org.objectweb.easybeans.jsr77.J2EEDeployedObjectMBean
 
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.
getDomain() - Method in interface org.objectweb.easybeans.api.jmx.EZBManagementIdentifier
 
getDomain() - Method in class org.objectweb.easybeans.deployer.management.DeployerIdentifier
getDomain() - Method in class org.objectweb.easybeans.jsr77.JSR77ManagementIdentifier
getDSName() - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
 
getEasyBeansContext() - Method in interface org.objectweb.easybeans.api.bean.EasyBeansBean
Gets the EJB context associated to this bean.
getEasyBeansFactory() - Method in interface org.objectweb.easybeans.api.bean.EasyBeansBean
Gets the factory associated to this bean.
getEasyBeansFactory() - Method in class org.objectweb.easybeans.container.mdb.MDBMessageEndPoint
Gets the factory of the bean.
getEasyBeansMDB() - Method in class org.objectweb.easybeans.container.mdb.MDBMessageEndPoint
Gets the wrapped Message Driven Bean object.
getEasyBeansRemoved() - Method in interface org.objectweb.easybeans.api.bean.EasyBeansSB
Detects if the bean is removed or not.
getEasyBeansStatefulID() - Method in interface org.objectweb.easybeans.api.bean.EasyBeansSFSB
Gets the stateful ID of the current bean.
getEjb3() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.EjbJarAnnotationMetadata
 
getEjb3(EZBArchive) - Static method in class org.objectweb.easybeans.deployment.xml.EJB3DeploymentDesc
Gets EJB3 for a given archive.
getEJB3() - Method in class org.objectweb.easybeans.deployment.xml.parsing.EJB3DeploymentDescLoader
 
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 interface javax.ejb.EJBMetaData
Obtain the remote home interface of the enterprise Bean.
getEJBHome() - Method in interface javax.ejb.EJBObject
Obtain the enterprise Bean's remote home interface.
getEJBHome() - Method in interface javax.ejb.HomeHandle
Obtain the home object represented by this handle.
getEJBHome() - Method in class org.objectweb.easybeans.container.EasyBeansEJBContext
Obtain the enterprise bean's remote home interface.
getEJBHome() - Method in class org.objectweb.easybeans.container.svc.EasyBeansHomeHandle
Obtain the home object represented by this handle.
getEJBHome() - Method in class org.objectweb.easybeans.container.svc.EasyBeansMetaData
Obtain the remote home interface of the enterprise Bean.
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.AbsEJBRef
 
getEJBLocalHome() - Method in interface javax.ejb.EJBContext
 
getEJBLocalHome() - Method in interface javax.ejb.EJBLocalObject
Obtain the enterprise Bean's local home interface.
getEJBLocalHome() - Method in class org.objectweb.easybeans.container.EasyBeansEJBContext
Obtain the enterprise bean's local home interface.
getEJBLocalObject() - Method in interface javax.ejb.EntityContext
Obtain a reference to the EJB local object that is currently associated with the instance.
getEJBLocalObject() - Method in interface javax.ejb.SessionContext
Obtain a reference to the EJB local object that is associated with the instance.
getEJBLocalObject() - Method in class org.objectweb.easybeans.container.session.EasyBeansSessionContext
Obtain a reference to the EJB local object that is associated with the instance.
getEJBLocalRefList() - Method in class org.objectweb.easybeans.deployment.xml.struct.common.AbsEnvironment
Gets the list of <ejb-local-ref> elements.
getEJBMetaData() - Method in interface javax.ejb.EJBHome
Obtain the EJBMetaData interface for the enterprise Bean.
getEjbName() - Method in class org.objectweb.easybeans.deployment.xml.struct.AbsBean
Gets the ejb-name.
getEjbName() - Method in class org.objectweb.easybeans.deployment.xml.struct.InterceptorBinding
 
getEJBObject() - Method in interface javax.ejb.EntityContext
Obtain a reference to the EJB object that is currently associated with the instance.
getEJBObject() - Method in interface javax.ejb.Handle
Obtain the EJB object reference represented by this handle.
getEJBObject() - Method in interface javax.ejb.SessionContext
Obtain a reference to the EJB object that is currently associated with the instance.
getEJBObject() - Method in class org.objectweb.easybeans.container.session.EasyBeansSessionContext
Obtain a reference to the EJB object that is currently associated with the instance.
getEJBObject() - Method in class org.objectweb.easybeans.container.svc.EasyBeansHandle
Obtain the EJB object reference represented by this handle.
getEJBRefList() - Method in class org.objectweb.easybeans.deployment.xml.struct.common.AbsEnvironment
Gets the list of <ejb-ref> elements.
getEjbRefName() - Method in class org.objectweb.easybeans.deployment.xml.struct.common.AbsEJBRef
 
getEJBRefs() - Method in class org.objectweb.easybeans.client.xml.ApplicationClient
 
getEjbRefType() - Method in class org.objectweb.easybeans.deployment.xml.struct.common.AbsEJBRef
 
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
 
getEjbs() - Method in class org.objectweb.easybeans.jsr77.EJBModuleMBean
 
getEmbedded() - Method in class org.objectweb.easybeans.container.JContainer3
Gets the parent EZBServer instance.
getEmbedded(Integer) - Static method in class org.objectweb.easybeans.server.EmbeddedManager
Gets the embedded server with the given id.
getEmbedded() - Method in class org.objectweb.easybeans.server.ra.EasyBeansResourceAdapter
Gets the embedded object.
getEmbeddedID() - Method in class org.objectweb.easybeans.rpc.LocalCallInvocationHandler
Gets the embedded ID.
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.
getEntity() - Method in exception javax.persistence.OptimisticLockException
Gets the entity object.
getEntityManager(EZBEJBContext, 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 interface org.objectweb.easybeans.persistence.api.EZBPersistenceUnitManager
Gets an entity manager for the given unit name and the extra attributes.
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(EZBEJBContext, String) - Static method in class org.objectweb.easybeans.injection.EntityManagerHelper
Gets an entity manager factory for the given session Context.
getEntityManagerFactory(String) - Method in interface org.objectweb.easybeans.persistence.api.EZBPersistenceUnitManager
Gets an entity manager factory for the given unit name.
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.EasyBeansEJBContext
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
 
getExcludedPermissions() - Method in class org.objectweb.easybeans.security.jacc.provider.JPolicyConfiguration
Gets the excluded permission.
getExecutionContext() - Method in class org.objectweb.easybeans.jca.workmanager.ResourceWork
 
getExtensionFactories() - Method in class org.objectweb.easybeans.server.ServerConfig
 
getExternalTransactionControllerClass() - Method in class org.objectweb.easybeans.persistence.oracle.toplink.essentials.EasyBeansServerPlatform
INTERNAL: getExternalTransactionControllerClass(): Answer the class of external transaction controller to use for Oc4j.
getExternalUserEasyBeansInterceptors() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
getEZBComponents() - Method in class org.objectweb.easybeans.component.Components
Gets the list of components.
getEZBServer() - Method in interface org.objectweb.easybeans.api.EZBContainerConfig
 
getEZBServer() - Method in class org.objectweb.easybeans.container.JContainerConfig
 
getFactories() - Method in class org.objectweb.easybeans.api.EZBContainerCallbackInfo
Gets the Map of factories managed by this container.
getFactories() - Method in class org.objectweb.easybeans.container.JContainer3
 
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
 
getFactoryClassName() - Method in class org.objectweb.easybeans.rpc.EJBHomeCallRef
Use the EJB Home factory.
getFactoryClassName() - Method in class org.objectweb.easybeans.rpc.EJBLocalHomeCallRef
Gets the name of the factory (can be used by subclasses to change the name).
getFactoryClassName() - Method in class org.objectweb.easybeans.rpc.LocalCallRef
Gets the name of the factory (can be used by subclasses to change the name).
getFactoryClassName() - Method in class org.objectweb.easybeans.rpc.RemoteCallRef
Gets the name of the factory (can be used by subclasses to change the name).
getFactoryName() - Method in class org.objectweb.easybeans.rpc.AbsInvocationHandler
 
getFetchDirection() - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
getFetchSize() - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
getField(ClassAnnotationMetadata, InjectionTarget) - Static method in class org.objectweb.easybeans.deployment.xml.helper.MetadataMerge
Gets the field metadata for a given injection target.
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 interface javax.persistence.EntityManager
Get the flush mode that applies to all objects contained in the persistence context.
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
 
getGeneratedKeys() - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
getGlobalEasyBeansInterceptors() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
getGlobalEasyBeansInterceptors() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
 
getHandle() - Method in interface javax.ejb.EJBObject
Obtain a handle for the EJB object.
getHandle() - Method in interface javax.ejb.Timer
Get a serializable handle to the timer.
GETHANDLE_METHOD - Static variable in class org.objectweb.easybeans.deployment.annotations.helper.bean.EJB21Finder
Signature of the getHandle method.
getHashedMethods() - Method in class org.objectweb.easybeans.rpc.AbsInvocationHandler
 
getHashes() - Method in class org.objectweb.easybeans.container.AbsFactory
Gets the computed hashes.
getHoldability() - Method in class org.objectweb.easybeans.component.jdbcpool.JConnection
getHome() - Method in class org.objectweb.easybeans.deployment.xml.struct.common.EJBRef
 
getHomeHandle() - Method in interface javax.ejb.EJBHome
Obtain a handle for the remote home object.
getHomeInterfaceClass() - Method in interface javax.ejb.EJBMetaData
Obtain the Class object for the enterprise Bean's remote home interface.
getHomeInterfaceClass() - Method in class org.objectweb.easybeans.container.svc.EasyBeansMetaData
Obtain the Class object for the enterprise Bean's remote home interface.
getHostname() - Method in class org.objectweb.easybeans.component.carol.Protocol
 
getI18n() - Method in class org.objectweb.easybeans.log.CommonsLoggerImpl
Gets the i18n object associated to this logger.
getI18n() - Method in class org.objectweb.easybeans.log.JDKLogger
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.EZBManageableContainer
Gets the id of this container.
getID() - Method in interface org.objectweb.easybeans.api.EZBServer
Gets the id of this embedded server.
getId() - Method in interface org.objectweb.easybeans.api.Factory
Gets an id for this factory.
getId() - Method in class org.objectweb.easybeans.container.AbsFactory
Gets the id of this container.
getId() - Method in class org.objectweb.easybeans.container.JContainer3
Gets the id of this container.
getId(Long) - Method in class org.objectweb.easybeans.container.session.SessionFactory
Gets a new ID or a null value.
getId(Long) - Method in class org.objectweb.easybeans.container.session.stateful.StatefulSessionFactory
Gets a new ID or a null value.
getId(Long) - Method in class org.objectweb.easybeans.container.session.stateless.StatelessSessionFactory
Gets a new ID or a null value.
getID() - Method in class org.objectweb.easybeans.server.Embedded
Gets the id of this embedded server.
getIdentifier() - Method in class org.objectweb.easybeans.component.jdbcpool.JManagedConnection
 
getIdentifier(T) - Method in class org.objectweb.easybeans.jmx.MBeansHelper
 
getIdMbeanServer() - Static method in class org.objectweb.easybeans.jmx.MBeanServerHelper
 
getInfo() - Method in interface javax.ejb.Timer
Get the information associated with the timer at the time of creation.
getInheritedPropertiesAsString(ObjectName) - Static method in class org.objectweb.easybeans.jsr77.JSR77ManagementIdentifier
 
getInitialContext() - Method in class org.objectweb.easybeans.naming.NamingManager
Get the initialContext used in this jonas server.
getInjectionTargetList() - Method in class org.objectweb.easybeans.deployment.xml.struct.common.AbsResourceGroup
 
getInjectors() - Method in interface org.objectweb.easybeans.api.EZBContainerConfig
 
getInjectors() - Method in class org.objectweb.easybeans.container.JContainerConfig
 
getInstance() - Static method in class org.objectweb.easybeans.container.archive.ArchiveManager
Gets the unique instance of this class.
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.jmx.MBeansHelper
 
getInstance() - Static method in class org.objectweb.easybeans.naming.NamingManager
Return the unique instance of a NamingManager.
getInstance() - Static method in class org.objectweb.easybeans.security.jacc.provider.JPolicy
Gets the unique instance of the JACC delegating policy provider.
getInterceptorBindingList() - Method in class org.objectweb.easybeans.deployment.xml.struct.AssemblyDescriptor
Gets the list of <interceptor-binding> elements.
getInterceptorClass() - Method in class org.objectweb.easybeans.deployment.xml.struct.Interceptor
 
getInterceptorClass() - Static method in class org.objectweb.easybeans.naming.interceptors.ENCManager
 
getInterceptorClassList() - Method in class org.objectweb.easybeans.deployment.xml.struct.InterceptorBinding
 
getInterceptorList() - Method in class org.objectweb.easybeans.deployment.xml.struct.Interceptors
Gets the list of <interceptor> elements.
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
 
getInterceptors() - Method in class org.objectweb.easybeans.deployment.xml.struct.EJB3
Gets the interceptors element.
getInterfaceClassName() - Method in class org.objectweb.easybeans.rpc.AbsInvocationHandler
 
getInterfaces() - Method in class org.objectweb.easybeans.deployment.annotations.impl.JInterface
 
getInterfaces() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
getInterfacesFromHome(String, List<String>, EjbJarAnnotationMetadata) - Static method in class org.objectweb.easybeans.deployment.annotations.helper.bean.EJB21Finder
Found interfaces specified on return type of the createXXX() method and add them in the given list.
getInternalMBeanServer() - Static method in class org.objectweb.easybeans.jmx.MBeanServerHelper
 
getInternalPolicyConfiguration(String) - Method in class org.objectweb.easybeans.security.jacc.provider.JPolicyConfigurationFactory
This method is used to check if there the PolicyConfiguration is in cache and return it if it is in the cache.
getInternalUserEasyBeansInterceptors() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
getInvertedSuperClassesMetadata(ClassAnnotationMetadata) - Static method in class org.objectweb.easybeans.deployment.annotations.helper.bean.InterceptorsClassResolver
Gets the inverted list of metadata for a given class (super class is the first one in the list).
getInvokedBusinessInterface() - Method in interface javax.ejb.SessionContext
Obtain the business interface through which the current business method invocation was made.
getInvokedBusinessInterface() - Method in class org.objectweb.easybeans.container.session.EasyBeansSessionContext
Obtain the business interface through which the current business method invocation was made.
getItfClassName() - Method in class org.objectweb.easybeans.rpc.AbsCallRef
Gets the interface class name.
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.AbsFactory
Gets the java: context.
getJavaVMs() - Method in class org.objectweb.easybeans.jsr77.J2EEModuleMBean
 
getJavaVMs() - Method in class org.objectweb.easybeans.jsr77.J2EEServerMBean
 
getJavaxPersistenceContext() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxPersistencePersistenceContextVisitor
 
getJavaxPersistenceContext() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.CommonAnnotationMetadata
 
getJavaxPersistenceContext() - Method in interface org.objectweb.easybeans.deployment.annotations.metadata.interfaces.IPersistenceContext
 
getJavaxPersistencePersistenceContexts() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
getJavaxPersistencePersistenceUnits() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
getJavaxPersistenceUnit() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxPersistencePersistenceUnitVisitor
 
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.
getJOnASResourceAdapter(String) - Static method in class org.objectweb.easybeans.container.mdb.MDBResourceAdapterHelper
Gets the ResourceAdapter by using JOnAS code (used when embedded into JOnAS application server).
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.
getLibraries(ServletContext, List<String>) - Method in class org.objectweb.easybeans.server.war.EasyBeansContextListener
Retrieve a List of libraries to be loaded by TopLevel ClassLoaders.
getLifecycleCallbackClass() - Method in class org.objectweb.easybeans.deployment.xml.struct.common.LifeCycleCallback
 
getLifecycleCallbackMethod() - Method in class org.objectweb.easybeans.deployment.xml.struct.common.LifeCycleCallback
 
getLocal() - Method in class org.objectweb.easybeans.deployment.xml.struct.common.EJBLocalRef
 
getLocalHome() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
getLocalHome() - Method in class org.objectweb.easybeans.deployment.xml.struct.common.EJBLocalRef
 
getLocalHome() - Method in class org.objectweb.easybeans.deployment.xml.struct.Session
Gets the local Home.
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.
getLogger() - Static method in class org.objectweb.easybeans.jsr77.J2EEManagedObjectMBean
 
getLogger() - Static method in class org.objectweb.easybeans.jsr77.JSR77ManagementIdentifier
 
getLogger() - Method in class org.objectweb.easybeans.log.JDKLogger
 
getLoginTimeout() - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
getLogWriter() - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
getManagedClassNames() - Method in interface javax.persistence.spi.PersistenceUnitInfo
 
getManagedClassNames() - Method in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
 
getManagedComponent() - Method in class org.objectweb.easybeans.jsr77.J2EEManagedObjectMBean
 
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
 
getMappedName() - Method in class org.objectweb.easybeans.deployment.xml.struct.common.AbsResourceGroup
Gets the mapped name.
getMappedName() - Method in class org.objectweb.easybeans.deployment.xml.struct.Session
Gets the mapped name.
getMappingFileNames() - Method in interface javax.persistence.spi.PersistenceUnitInfo
 
getMappingFileNames() - Method in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
 
getMaxAge() - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
 
getMaxAgeMilli() - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
 
getMaxFieldSize() - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
getMaxOpenTime() - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
 
getMaxOpenTimeMilli() - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
 
getMaxPoolSize() - Method in class org.objectweb.easybeans.jca.workmanager.ResourceWorkManager
 
getMaxRows() - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
getMaxWaiters() - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
 
getMaxWaitTime() - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
 
getMBeanServerServer() - Static method in class org.objectweb.easybeans.jmx.MBeanServerHelper
Gets first available MBean Server.
getMessage() - Method in exception javax.ejb.EJBException
 
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.
*
getMessage(Object, Object...) - Method in class org.objectweb.easybeans.log.JDKLogger
Gets a string message build with the given args.
*
getMessageContext() - Method in interface javax.ejb.SessionContext
Obtain a reference to the JAX-RPC MessageContext.
getMessageContext() - Method in class org.objectweb.easybeans.container.session.EasyBeansSessionContext
Obtain a reference to the JAX-RPC MessageContext.
getMessageDrivenInfo() - Method in class org.objectweb.easybeans.container.mdb.MDBFactory
 
getMessageListenerInterface() - Method in class org.objectweb.easybeans.container.info.MessageDrivenInfo
 
getMessageListenerInterface() - Method in class org.objectweb.easybeans.deployment.annotations.impl.JMessageDriven
 
getMetaData() - Method in class org.objectweb.easybeans.component.jdbcpool.JConnection
getMetaData() - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
getMethod() - Method in interface javax.interceptor.InvocationContext
 
getMethod(ClassAnnotationMetadata, JMethod, boolean) - Static method in class org.objectweb.easybeans.deployment.annotations.helper.bean.session.SessionBeanInterface
Gets method metadata on the given class metadata for the given method.
getMethod() - Method in class org.objectweb.easybeans.deployment.xml.struct.InterceptorBinding
 
getMethod() - Method in class org.objectweb.easybeans.deployment.xml.struct.RemoveMethod
 
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
 
getMethodFromElement(Element) - Method in class org.objectweb.easybeans.deployment.xml.parsing.EJB3DeploymentDescLoader
Gets the methodDD from the given dom element.
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 class org.objectweb.easybeans.deployment.xml.struct.common.AroundInvoke
 
getMethodName() - Method in interface org.objectweb.easybeans.rpc.api.EJBRequest
 
getMethodName() - Method in class org.objectweb.easybeans.rpc.JEJBRequest
 
getMethodSecurityInfos() - Method in interface org.objectweb.easybeans.api.bean.info.ISecurityInfo
 
getMethodSecurityInfos() - Method in class org.objectweb.easybeans.container.info.security.SecurityInfo
 
getMethodsForGivenMethodDD(MethodDD, ClassAnnotationMetadata) - Static method in class org.objectweb.easybeans.deployment.xml.helper.MetadataMerge
Gets the methods metadata that are matching a given method DD.
getMinPoolSize() - Method in class org.objectweb.easybeans.jca.workmanager.ResourceWorkManager
 
getMoreResults() - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
getMoreResults(int) - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
getName() - Method in interface org.objectweb.easybeans.api.bean.info.IBeanInfo
Gets the name of the bean.
getName() - Method in interface org.objectweb.easybeans.api.EZBArchive
 
getName() - Method in interface org.objectweb.easybeans.api.EZBManageableContainer
Gets the name of this container.
getName() - Method in class org.objectweb.easybeans.component.carol.Protocol
 
getName() - Method in class org.objectweb.easybeans.container.archive.EZBDirectoryArchiveImpl
 
getName() - Method in class org.objectweb.easybeans.container.archive.EZBJarArchiveImpl
 
getName() - Method in class org.objectweb.easybeans.container.info.BeanInfo
Gets the name of the bean.
getName() - Method in class org.objectweb.easybeans.container.JContainer3
Gets the name of this container.
getName() - Method in class org.objectweb.easybeans.deployment.annotations.impl.JAnnotationResource
 
getName() - Method in class org.objectweb.easybeans.deployment.annotations.impl.JavaxPersistenceContext
 
getName() - Method in class org.objectweb.easybeans.deployment.annotations.impl.JavaxPersistenceUnit
 
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
 
getName() - Method in class org.objectweb.easybeans.deployment.xml.struct.common.MethodDD
Gets the name of the method.
getName() - Method in class org.objectweb.easybeans.security.struct.JGroup
Returns the name of this principal.
getName() - Method in class org.objectweb.easybeans.security.struct.JPrincipal
Returns the name of this principal.
getName() - Method in class org.objectweb.easybeans.xmlconfig.mapping.AbsMapping
Gets name of this mapping element.
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.
getNamePropertyValue(ManagedType) - Method in interface org.objectweb.easybeans.api.jmx.EZBManagementIdentifier
 
getNamePropertyValue(EZBContainer) - Method in class org.objectweb.easybeans.container.management.JContainer3Identifier
getNamePropertyValue(MDBMessageEndPointFactory) - Method in class org.objectweb.easybeans.container.mdb.management.MDBMessageEndPointFactoryIdentifier
getNamePropertyValue(T) - Method in class org.objectweb.easybeans.container.session.SessionFactoryIdentifier
getNamePropertyValue(IDeployer) - Method in class org.objectweb.easybeans.deployer.management.DeployerIdentifier
getNamePropertyValue(Embedded) - Method in class org.objectweb.easybeans.server.management.EmbeddedIdentifier
getNamingManager() - Static method in class org.objectweb.easybeans.container.AbsFactory
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.
getNextTimeout() - Method in interface javax.ejb.Timer
Get the point in time at which the next timer expiration is scheduled to occur.
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.component.jdbcpool.DataSourceFactory
Creates an object using the location or reference information specified.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.objectweb.easybeans.naming.pkg.java.javaURLContextFactory
 
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.objectweb.easybeans.rpc.EJBHomeCallFactory
 
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.objectweb.easybeans.rpc.LocalCallFactory
 
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.objectweb.easybeans.rpc.RemoteCallFactory
 
getObjectName(T) - Method in class org.objectweb.easybeans.jmx.MBeansHelper
 
getOpenCount() - Method in class org.objectweb.easybeans.component.jdbcpool.JManagedConnection
 
getOpenedCount() - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
 
getORB() - Static method in class org.objectweb.easybeans.injection.ORBInitHelper
Gets an ORB object.
getOrderInterceptorClassList() - Method in class org.objectweb.easybeans.deployment.xml.struct.InterceptorBinding
 
getOriginalClassAnnotationMetadata() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
 
getParameterMetaData() - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
getParameters() - Method in interface javax.interceptor.InvocationContext
 
getParams() - Method in class org.objectweb.easybeans.deployment.xml.struct.common.MethodDD
Gets the params of this method.
getParentNameProperty(String) - Static method in class org.objectweb.easybeans.jsr77.JSR77ManagementIdentifier
 
getPassword() - Method in class org.objectweb.easybeans.component.hsqldb.User
 
getPassword() - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
 
getPermission() - Method in interface org.objectweb.easybeans.api.bean.info.IMethodSecurityInfo
 
getPermission() - Method in class org.objectweb.easybeans.container.info.security.MethodSecurityInfo
 
getPermissionManager() - Method in interface org.objectweb.easybeans.api.EZBContainer
Gets the permission manager (that manages EJB permissions).
getPermissionManager() - Method in class org.objectweb.easybeans.container.JContainer3
Gets the permission manager (that manages EJB permissions).
getPermissions(ProtectionDomain) - Method in class org.objectweb.easybeans.security.jacc.provider.JPolicy
Evaluates the global policy and returns a PermissionCollection object specifying the set of permissions allowed given the characteristics of the protection domain.
getPermissions(CodeSource) - Method in class org.objectweb.easybeans.security.jacc.provider.JPolicy
Evaluates the global policy and returns a PermissionCollection object specifying the set of permissions allowed for code from the specified code source.
getPermissionsForPrincipal(Principal) - Method in class org.objectweb.easybeans.security.jacc.provider.JPolicyConfiguration
Gets the permissions for a given principal.
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
 
getPolicy() - Static method in class org.objectweb.easybeans.security.permissions.AbsPermissionManager
 
getPolicyConfiguration(String, boolean) - Method in class org.objectweb.easybeans.security.jacc.provider.JPolicyConfigurationFactory
This method is used to obtain an instance of the provider specific class that implements the PolicyConfiguration interface that corresponds to the identified policy context within the provider.
getPolicyConfiguration() - Method in class org.objectweb.easybeans.security.permissions.AbsPermissionManager
 
getPool() - Method in interface org.objectweb.easybeans.api.Factory
Gets the pool used by this factory.
getPool() - Method in class org.objectweb.easybeans.container.AbsFactory
Gets the pool used by this factory.
getPoolMax() - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
 
getPoolMin() - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
 
getPortNumber() - Method in class org.objectweb.easybeans.component.carol.Protocol
 
getPostActivateCallbackList() - Method in class org.objectweb.easybeans.deployment.xml.struct.common.AbsEnvironment
Gets the list of <post-activate> elements.
getPostActivateMethodsMetadata() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
getPostConstructCallbackList() - Method in class org.objectweb.easybeans.deployment.xml.struct.common.AbsEnvironment
Gets the list of <post-construct> elements.
getPostConstructMethodsMetadata() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
getPreDestroyCallbackList() - Method in class org.objectweb.easybeans.deployment.xml.struct.common.AbsEnvironment
Gets the list of <pre-destroy> elements.
getPreDestroyMethodsMetadata() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
getPrePassivateCallbackList() - Method in class org.objectweb.easybeans.deployment.xml.struct.common.AbsEnvironment
Gets the list of <pre-passivate> elements.
getPrePassivateMethodsMetadata() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
getPrimaryKey() - Method in interface javax.ejb.EJBLocalObject
Obtain the primary key of the EJB local object.
This method can be called on an entity bean.
getPrimaryKey() - Method in interface javax.ejb.EJBObject
Obtain the primary key of the EJB object.
This method can be called on an entity bean.
getPrimaryKey() - Method in interface javax.ejb.EntityContext
Obtain the primary key of the EJB object that is currently associated with this instance.
GETPRIMARYKEY_METHOD - Static variable in class org.objectweb.easybeans.deployment.annotations.helper.bean.EJB21Finder
Signature of the getHandle method.
getPrimaryKeyClass() - Method in interface javax.ejb.EJBMetaData
Obtain the Class object for the enterprise Bean's primary key class.
getPrimaryKeyClass() - Method in class org.objectweb.easybeans.container.svc.EasyBeansMetaData
Obtain the Class object for the enterprise Bean's primary key class.
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.
getProtocols() - Method in class org.objectweb.easybeans.component.carol.CarolComponent
Gets the protocols defined for the start.
getProviderForName(String) - Static method in class javax.persistence.Persistence
Gets a persistence provider for the given persistence provider name.
getProviderURL() - Method in class org.objectweb.easybeans.component.carol.CarolComponent
Gets the default Provider URL.
getProviderURL() - Method in interface org.objectweb.easybeans.component.itf.RegistryComponent
Gets the default Provider URL.
getPstmtMax() - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
 
getQueryTimeout() - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
getReference(Class<T>, Object) - Method in interface javax.persistence.EntityManager
Get an instance, whose state may be lazily fetched.
getReference() - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
Retrieves the Reference of this object.
getReference(Class<T>, Object) - Method in class org.objectweb.easybeans.persistence.TxEntityManager
Get an instance, whose state may be lazily fetched.
getReference() - Method in class org.objectweb.easybeans.rpc.AbsCallRef
Retrieves the Reference of this object.
getReference() - Method in class org.objectweb.easybeans.rpc.LocalCallRef
Retrieves the Reference of this object.
getReference() - Method in class org.objectweb.easybeans.rpc.RemoteCallRef
Retrieves the Reference of this object.
getRegistry() - Static method in class org.objectweb.easybeans.jmx.CommonsModelerHelper
Gets the registry.
getRejectedFull() - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
 
getRejectedOpen() - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
 
getRejectedOther() - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
 
getRejectedTimeout() - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
 
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
 
getRemoteHome() - Method in class org.objectweb.easybeans.deployment.xml.struct.Session
Gets the remote Home.
getRemoteInterface() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
getRemoteInterfaceClass() - Method in interface javax.ejb.EJBMetaData
Obtain the Class object for the enterprise Bean's remote interface.
getRemoteInterfaceClass() - Method in class org.objectweb.easybeans.container.svc.EasyBeansMetaData
Obtain the Class object for the enterprise Bean's remote interface.
getRemoteInterfaces() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
getRemoveMethodList() - Method in class org.objectweb.easybeans.deployment.xml.struct.Session
Gets the list of remove methods.
getResource(String) - Method in interface org.objectweb.easybeans.api.EZBArchive
 
getResource(String) - Method in class org.objectweb.easybeans.container.archive.EZBDirectoryArchiveImpl
 
getResource(String) - Method in class org.objectweb.easybeans.container.archive.EZBJarArchiveImpl
 
getResourceAdapter() - Method in interface org.objectweb.easybeans.component.itf.JMSComponent
Gets the resource adapter instance.
getResourceAdapter() - Method in class org.objectweb.easybeans.component.joram.JoramComponent
Gets the resource adapter instance.
getResourceAdapter(String, Embedded) - Static method in class org.objectweb.easybeans.container.mdb.MDBResourceAdapterHelper
Gets the resource adapter object for the given jndi name (activation spec) and the given embedded object.
getResourceEnvRefList() - Method in class org.objectweb.easybeans.deployment.xml.struct.common.AbsEnvironment
Gets the list of <resource-env-ref> elements.
getResourceEnvRefName() - Method in class org.objectweb.easybeans.deployment.xml.struct.common.ResourceEnvRef
 
getResourceEnvRefType() - Method in class org.objectweb.easybeans.deployment.xml.struct.common.ResourceEnvRef
 
getResourceRefList() - Method in class org.objectweb.easybeans.deployment.xml.struct.common.AbsEnvironment
Gets the list of <resource-ref> elements.
getResources() - Method in interface org.objectweb.easybeans.api.EZBArchive
 
getResources(String) - Method in interface org.objectweb.easybeans.api.EZBArchive
 
getResources() - Method in class org.objectweb.easybeans.container.archive.EZBDirectoryArchiveImpl
 
getResources(String) - Method in class org.objectweb.easybeans.container.archive.EZBDirectoryArchiveImpl
 
getResources() - Method in class org.objectweb.easybeans.container.archive.EZBJarArchiveImpl
 
getResources(String) - Method in class org.objectweb.easybeans.container.archive.EZBJarArchiveImpl
 
getResources() - Method in class org.objectweb.easybeans.jsr77.J2EEServerMBean
non-sens in EasyBeans.
getResRefName() - Method in class org.objectweb.easybeans.deployment.xml.struct.common.ResourceRef
 
getResRefType() - Method in class org.objectweb.easybeans.deployment.xml.struct.common.ResourceRef
 
getResultList() - Method in interface javax.persistence.Query
Execute a SELECT query and return the query results as a List.
getResultSet() - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
getResultSetConcurrency() - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
getResultSetHoldability() - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
getResultSetType() - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
getRetainIfException() - Method in class org.objectweb.easybeans.deployment.xml.struct.RemoveMethod
 
getReUsedPreparedStatements() - Method in class org.objectweb.easybeans.component.jdbcpool.JManagedConnection
 
getRMIEnv() - Method in class org.objectweb.easybeans.rpc.ClientRPCInvocationHandler
Get the RMI environment used by the client when the lookup has been done.
getRoles() - Method in interface org.objectweb.easybeans.api.bean.info.IMethodSecurityInfo
 
getRoles() - Method in class org.objectweb.easybeans.container.info.security.MethodSecurityInfo
 
getRolesAllowed() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
getRolesAllowed() - Method in interface org.objectweb.easybeans.deployment.annotations.metadata.interfaces.IAnnotationSecurityRolesAllowed
 
getRolesAllowed() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
 
getRollbackOnly() - Method in interface javax.ejb.EJBContext
Check if current transaction is marked as rollback only.
getRollbackOnly() - Method in interface javax.persistence.EntityTransaction
Determine whether the current transaction has been marked for rollback.
getRollbackOnly() - Method in class org.objectweb.easybeans.container.EasyBeansEJBContext
Test if the transaction has been marked for rollback only.
getRPCException() - Method in interface org.objectweb.easybeans.rpc.api.EJBResponse
 
getRPCException() - Method in class org.objectweb.easybeans.rpc.JEJBResponse
 
getRunAs() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
getRunAsRole() - Method in interface org.objectweb.easybeans.api.bean.info.ISecurityInfo
Gets run-as name.
getRunAsRole() - Method in class org.objectweb.easybeans.container.info.security.SecurityInfo
Gets run-as name.
getRunAsSubject() - Method in interface org.objectweb.easybeans.api.bean.info.ISecurityInfo
Gets run-as role subject.
getRunAsSubject() - Method in class org.objectweb.easybeans.container.info.security.SecurityInfo
Gets run-as role subject.
getSamplingPeriod() - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
 
getSecurityContext() - Method in interface org.objectweb.easybeans.security.api.EZBSecurityCurrent
Gets the current context.
getSecurityContext() - Method in class org.objectweb.easybeans.security.propagation.context.SecurityCurrent
Gets the current context.
getSecurityContext() - Method in class org.objectweb.easybeans.security.propagation.jonas.JOnASSecurityCurrent
Gets the current context.
getSecurityContext() - Method in class org.objectweb.easybeans.security.propagation.rmi.jrmp.interceptors.SecurityServiceContext
Gets the security context.
getSecurityInfo() - Method in interface org.objectweb.easybeans.api.bean.info.IBeanInfo
Gets the security info.
getSecurityInfo() - Method in class org.objectweb.easybeans.container.info.BeanInfo
Gets the security info.
getSecurityInfo(ClassAnnotationMetadata) - Static method in class org.objectweb.easybeans.container.info.security.SecurityInfoHelper
Extract security info from the bean's metadata.
getServedOpen() - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
 
getServer() - Method in class org.objectweb.easybeans.jsr77.J2EEDeployedObjectMBean
 
getServerConfig() - Method in class org.objectweb.easybeans.server.Embedded
 
getServerConfig() - Method in class org.objectweb.easybeans.server.war.EasyBeansContextListener
 
getServerNameAndVersion() - Method in class org.objectweb.easybeans.persistence.oracle.toplink.essentials.EasyBeansServerPlatform
Gets the EasyBeans server name.
getServerVendor() - Method in class org.objectweb.easybeans.jsr77.J2EEServerMBean
 
getServerVersion() - Method in class org.objectweb.easybeans.jsr77.J2EEServerMBean
 
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.
getSessionType() - Method in class org.objectweb.easybeans.deployment.xml.struct.Session
Gets the session-type.
getSignature() - Method in class org.objectweb.easybeans.deployment.annotations.JField
 
getSignature() - Method in class org.objectweb.easybeans.deployment.annotations.JMethod
 
getSingleResult() - Method in interface javax.persistence.Query
Execute a SELECT query that returns a single result.
getSql() - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
 
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
 
getSupportedType(Class) - Method in class org.objectweb.easybeans.container.archive.ArchiveManager
Determines the type supported by the given factory Class object.
getTarget() - Method in interface javax.interceptor.InvocationContext
 
getTargetName() - Method in class org.objectweb.easybeans.deployment.xml.struct.common.InjectionTarget
 
getTestStatement() - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
 
getThreadNameMethod - Static variable in class org.objectweb.easybeans.naming.interceptors.TomcatENCInterceptor
Method used to get the context's name associated to the current thread on the Tomcat naming.
getThrowable(Object...) - Method in class org.objectweb.easybeans.log.CommonsLoggerImpl
Try to find a Throwable object in the array of object args.
getThrowable(Object...) - Method in class org.objectweb.easybeans.log.JDKLogger
Try to find a Throwable object in the array of object args.
getTimeout() - Method in class org.objectweb.easybeans.jca.workmanager.ResourceWork
 
getTimer() - Method in interface javax.ejb.TimerHandle
Obtain a reference to the timer represented by this handle.
getTimeRemaining() - Method in interface javax.ejb.Timer
Get the number of milliseconds that will elapse before the next scheduled timer expiration.
getTimers() - Method in interface javax.ejb.TimerService
Get all the active timers associated with this bean.
getTimers() - Method in class org.objectweb.easybeans.container.EasyBeansEJBContext.DummyTimerService
Get all the active timers associated with this bean.
getTimerService() - Method in interface javax.ejb.EJBContext
Gets the timer service.
getTimerService() - Method in class org.objectweb.easybeans.container.EasyBeansEJBContext
Get access to the EJB Timer Service.
getTransaction() - Method in interface javax.persistence.EntityManager
Return the resource-level transaction object.
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
 
getTransactionIsolation() - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
Gets the transaction isolation level.
getTransactionIsolation() - Method in class org.objectweb.easybeans.component.jdbcpool.JConnection
getTransactionManagementType() - Method in interface org.objectweb.easybeans.api.bean.info.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 interface org.objectweb.easybeans.component.itf.TMComponent
Gets the transaction manager object.
getTransactionManager() - Method in class org.objectweb.easybeans.component.jotm.JOTMComponent
Gets the transaction manager object.
getTransactionManager() - Method in class org.objectweb.easybeans.persistence.openjpa.EasyBeansManagedRuntime
 
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.
getTransactionTimeout() - Method in class org.objectweb.easybeans.component.jdbcpool.JManagedConnection
Obtain the current transaction timeout value set for this XAResource instance.
getTransactionType() - Method in interface javax.persistence.spi.PersistenceUnitInfo
 
getTransactionType() - Method in class org.objectweb.easybeans.deployment.xml.struct.Session
Gets the transaction-type.
getTransactionType() - Method in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
 
getTx() - Method in class org.objectweb.easybeans.component.jdbcpool.JManagedConnection
 
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.JavaxAnnotationSecurityDeclareRolesVisitor
 
getType() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxAnnotationSecurityRunAs
 
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.classes.JavaxPersistencePersistenceContextsVisitor
 
getType() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxPersistencePersistenceUnitsVisitor
 
getType() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxAnnotationResourceVisitor
 
getType() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxAnnotationSecurityPermitAllVisitor
 
getType() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxAnnotationSecurityRolesAllowedVisitor
 
getType() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxEjbEJBVisitor
 
getType() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxEjbTransactionAttributeVisitor
 
getType() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxInterceptorExcludeDefaultInterceptorsVisitor
 
getType() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxInterceptorInterceptorsVisitor
 
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.JavaxAnnotationSecurityDenyAllVisitor
 
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.analyzer.method.JavaxInterceptorAroundInvokeVisitor
 
getType() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.method.JavaxInterceptorExcludeClassInterceptorsVisitor
 
getType() - Method in class org.objectweb.easybeans.deployment.annotations.impl.JAnnotationResource
 
getType() - Method in class org.objectweb.easybeans.deployment.annotations.impl.JavaxPersistenceContext
 
getTypeMap() - Method in class org.objectweb.easybeans.component.jdbcpool.JConnection
getTypeName() - Method in interface org.objectweb.easybeans.api.jmx.EZBManagementIdentifier
 
getTypeName() - Method in class org.objectweb.easybeans.jsr77.JSR77ManagementIdentifier
getTypeName() - Method in class org.objectweb.easybeans.management.CommonsManagementIdentifier
getTypeProperty() - Method in interface org.objectweb.easybeans.api.jmx.EZBManagementIdentifier
May differ if JSR77 MBean or "normal" MBean.
A JSR77 MBean has j2eeType=XX, but a "normal" MBean has type=YY.
getTypeProperty() - Method in class org.objectweb.easybeans.jsr77.JSR77ManagementIdentifier
May differ if JSR77 MBean or "normal" MBean.
A JSR77 MBean has j2eeType=XX, but a "normal" MBean has type=YY.
getTypeProperty() - Method in class org.objectweb.easybeans.management.CommonsManagementIdentifier
May differ if JSR77 MBean or "normal" MBean.
A JSR77 MBean has j2eeType=XX, but a "normal" MBean has type=YY.
getTypeValue() - Method in interface org.objectweb.easybeans.api.jmx.EZBManagementIdentifier
This method has to be implemented by each EZBManagementIdentifier.
getTypeValue() - Method in class org.objectweb.easybeans.container.management.JContainer3Identifier
This method has to be implemented by each EZBManagementIdentifier.
getTypeValue() - Method in class org.objectweb.easybeans.container.mdb.management.MDBMessageEndPointFactoryIdentifier
This method has to be implemented by each EZBManagementIdentifier.
getTypeValue() - Method in class org.objectweb.easybeans.container.session.stateful.management.StatefulSessionFactoryIdentifier
This method has to be implemented by each EZBManagementIdentifier.
getTypeValue() - Method in class org.objectweb.easybeans.container.session.stateless.management.StatelessSessionFactoryIdentifier
This method has to be implemented by each EZBManagementIdentifier.
getTypeValue() - Method in class org.objectweb.easybeans.deployer.management.DeployerIdentifier
This method has to be implemented by each EZBManagementIdentifier.
getTypeValue() - Method in class org.objectweb.easybeans.server.management.EmbeddedIdentifier
This method has to be implemented by each EZBManagementIdentifier.
getUncheckedPermissions() - Method in class org.objectweb.easybeans.security.jacc.provider.JPolicyConfiguration
Gets the excluded permission.
getUnitName() - Method in class org.objectweb.easybeans.deployment.annotations.impl.JavaxPersistenceContext
 
getUnitName() - Method in class org.objectweb.easybeans.deployment.annotations.impl.JavaxPersistenceUnit
 
getUpdateCount() - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
getURL() - Method in interface org.objectweb.easybeans.api.EZBArchive
 
getUrl() - Method in class org.objectweb.easybeans.component.carol.Protocol
 
getUrl() - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
 
getURL() - Method in class org.objectweb.easybeans.container.archive.EZBDirectoryArchiveImpl
 
getURL() - Method in class org.objectweb.easybeans.container.archive.EZBJarArchiveImpl
 
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.MethodAnnotationMetadata
 
getUserName() - Method in class org.objectweb.easybeans.component.hsqldb.User
 
getUserName() - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
 
getUsers() - Method in class org.objectweb.easybeans.component.hsqldb.HSQLDBComponent
Gets the list of users.
getUserTransaction() - Method in interface javax.ejb.EJBContext
Gets the current transaction.
getUserTransaction() - Method in class org.objectweb.easybeans.container.EasyBeansEJBContext
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.
getWaiterCount() - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
 
getWaitersHigh() - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
 
getWaitersHighRecent() - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
 
getWaitingHigh() - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
 
getWaitingHighRecent() - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
 
getWaitingTime() - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
 
getWarnings() - Method in class org.objectweb.easybeans.component.jdbcpool.JConnection
getWarnings() - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
getWork() - Method in class org.objectweb.easybeans.jca.workmanager.ResourceWork
 
getWorkListener() - Method in class org.objectweb.easybeans.jca.workmanager.ResourceWork
 
getWorkManager() - Method in class org.objectweb.easybeans.component.joram.JoramBootstrapContext
Return the associated WorkManager.
getWrappedComponent() - Method in interface org.objectweb.easybeans.component.api.EZBWrappedComponent
Gets the instance that has been wrapped.
getXAConnection() - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
Attempts to establish a physical database connection that can be used in a distributed transaction.
getXAConnection(String, String) - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
Attempts to establish a physical database connection, using the given user name and password.
getXAResource() - Method in class org.objectweb.easybeans.component.jdbcpool.JManagedConnection
Return an XA resource to the caller.
getXaResource() - Method in class org.objectweb.easybeans.container.mdb.MDBMessageEndPoint
Gets the XAResource of this message end point.
getXAResources(ActivationSpec[]) - Method in class org.objectweb.easybeans.server.ra.EasyBeansResourceAdapter
This method is called by the application server during crash recovery.
getXATerminator() - Method in class org.objectweb.easybeans.component.joram.JoramBootstrapContext
Return an XATerminator.
getXmlMapping() - Method in class org.objectweb.easybeans.xmlconfig.mapping.XMLMappingBuilder
Gets the XML mapping object.
getXMLMapping(String, String) - Method in class org.objectweb.easybeans.xmlconfig.XMLConfiguration
Gets the XML mapping for the given namespace and the node name.
globalContext - Static variable in class org.objectweb.easybeans.security.propagation.context.SecurityCurrent
Static Security Context that is applied on all threads (used for heavy client).
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.
globalEasyBeansInterceptors - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
EasyBeans global interceptors.
These interceptors correspond to a list of interceptors that need to be present first on this current method.
groupName - Variable in class org.objectweb.easybeans.security.struct.JGroup
Name of this group.

H

Handle - Interface in javax.ejb
The Handle interface is implemented by all EJB object handles.
handleBeanManagedException(EasyBeansInvocationContext, Exception) - Method in class org.objectweb.easybeans.transaction.interceptors.AbsTransactionInterceptor
Handle an exception for bean managed transaction.
See Chapter 14.3.1.
handleContextClientTransaction(EasyBeansInvocationContext, Exception) - Method in class org.objectweb.easybeans.transaction.interceptors.AbsTransactionInterceptor
Handle an exception and the transaction is the client transaction.
See Chapter 14.3.1.
handleContextContainerTransaction(EasyBeansInvocationContext, Exception) - Method in class org.objectweb.easybeans.transaction.interceptors.AbsTransactionInterceptor
Handle an exception and the transaction is the container transaction.
HandleDelegate - Interface in javax.ejb.spi
Used to get used by portable implementations of javax.ejb.Handle and javax.ejb.HomeHandle.
handleGetEJBMetadata(Object) - Method in class org.objectweb.easybeans.rpc.EJBHomeRPCInvocationHandler
Build a metadata object.
handleGetHomeHandle() - Method in class org.objectweb.easybeans.rpc.EJBHomeRPCInvocationHandler
Gets an Home handle from this EJB Home.
handleObjectMethods(Method, Object[]) - Method in class org.objectweb.easybeans.rpc.AbsInvocationHandler
Manages all methods of java.lang.Object class.
handler - Variable in class org.objectweb.easybeans.persistence.TxEntityManager
Handler of the manager.
handleRemoveMethod(Object[]) - Method in class org.objectweb.easybeans.rpc.EJBHomeRPCInvocationHandler
Handle the remove method for this EJB Home object.
handlerSet - Static variable in class org.objectweb.easybeans.log.JDKLogger
Handler already set.
handleThrowable(Throwable, boolean, Method, RPCException) - Method in class org.objectweb.easybeans.rpc.AbsInvocationHandler
Handle the given throwable and throw the correct exception to the client.
handleUnspecifiedTransactionContext(EasyBeansInvocationContext, Exception) - Method in class org.objectweb.easybeans.transaction.interceptors.AbsTransactionInterceptor
Handle an exception that are in an unspecified transaction context.
See Chapter 14.3.1.
hasDenyAll() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
 
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 - Variable in class org.objectweb.easybeans.component.jdbcpool.JStatement
Hashcode computed in constructor.
hashCode() - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
 
hashCode() - Method in class org.objectweb.easybeans.container.archive.EZBDirectoryArchiveImpl
Gets hashcode for this object.
hashCode() - Method in class org.objectweb.easybeans.container.archive.EZBJarArchiveImpl
Gets hashcode for this object.
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
 
hashCode() - Method in class org.objectweb.easybeans.security.jacc.provider.JPolicyConfiguration
Gets a hash code value for the object.
hashCode() - Method in class org.objectweb.easybeans.security.struct.JGroup
Returns a hashcode for this principal.
hashCode() - Method in class org.objectweb.easybeans.security.struct.JPrincipal
Returns a hashcode for this principal.
hashedMethods - Variable in class org.objectweb.easybeans.rpc.AbsInvocationHandler
Map between method and its hash.
hashes - Variable in class org.objectweb.easybeans.container.AbsFactory
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.
hasPermitAll() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
hasPermitAll() - Method in interface org.objectweb.easybeans.deployment.annotations.metadata.interfaces.IAnnotationSecurityPermitAll
 
hasPermitAll() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
 
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.
hold() - Method in class org.objectweb.easybeans.component.jdbcpool.JManagedConnection
Notify as opened.
home - Variable in class org.objectweb.easybeans.deployment.xml.struct.common.EJBRef
Home (interface).
HomeHandle - Interface in javax.ejb
The HomeHandle interface is implemented by all home object handles.
homeInterfaceClass - Variable in class org.objectweb.easybeans.container.svc.EasyBeansMetaData
Home interface class object.
host - Variable in class org.objectweb.easybeans.component.joram.JoramComponent
Host.
hostname - Variable in class org.objectweb.easybeans.component.carol.Protocol
Hostname (other way to configure the URL).
HSQLDBComponent - Class in org.objectweb.easybeans.component.hsqldb
Allows to start an embedded HSQLDB server.
HSQLDBComponent() - Constructor for class org.objectweb.easybeans.component.hsqldb.HSQLDBComponent
Default constructor.
Use default port number.
HTTP_NAMESPACE - Static variable in class org.objectweb.easybeans.xmlconfig.XMLConfiguration
Http:// namespace.

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.
i18n - Variable in class org.objectweb.easybeans.log.JDKLogger
I18n object.
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.
IAnnotationSecurityPermitAll - Interface in org.objectweb.easybeans.deployment.annotations.metadata.interfaces
This interface represents methods which can be call on ClassAnnotationMetadata and MethodAnnotationMetadata.
It manages @PermitAll annotation.
IAnnotationSecurityRolesAllowed - Interface in org.objectweb.easybeans.deployment.annotations.metadata.interfaces
This interface represents methods which can be call on ClassAnnotationMetadata and MethodAnnotationMetadata.
It manages @RolesAllowed annotation.
IBeanInfo - Interface in org.objectweb.easybeans.api.bean.info
This interface is used for containing a description for a bean.
ictx - Variable in class org.objectweb.easybeans.component.joram.JoramComponent
Initial Context.
ictx - Variable in class org.objectweb.easybeans.naming.NamingManager
Initial Context.
Id - Annotation Type in javax.persistence
The Id annotation specifies the primary key property or field of an entity.
ID - Static variable in class org.objectweb.easybeans.component.joram.JoramComponent
ID of the JORAM server.
id - Variable in class org.objectweb.easybeans.container.AbsFactory
Id of this container.
id - Variable in class org.objectweb.easybeans.container.JContainer3
Id of this container.
id - Variable in class org.objectweb.easybeans.deployment.annotations.JClassInterceptor
Id of this interceptor (0 = no id).
id - Variable in class org.objectweb.easybeans.server.Embedded
ID of this embedded server.
IdClass - Annotation Type in javax.persistence
The IdClass annotation is applied to an entity class or a mapped superclass to specify a composite primary key class that is mapped to multiple fields or properties of the entity.
The names of the fields or properties in the primary key class and the primary key fields or properties of the entity must correspond and their types must be the same.
idCount - Variable in class org.objectweb.easybeans.container.session.stateful.StatefulSessionFactory
Id generator.
identifier - Variable in class org.objectweb.easybeans.component.jdbcpool.JManagedConnection
Identifier of this connection.
identifiers - Variable in class org.objectweb.easybeans.jmx.MBeansHelper
The Identifier in charge of creating the right ObjectName for a given instance.
IDeployer - Interface in org.objectweb.easybeans.deployer
Interface allowing to deploys some files to this EJB3 container.
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.
IEJBJarInfo - Interface in org.objectweb.easybeans.api.bean.info
Allow to get infos on all beans of the given ejb-jar file.
IInterceptorExcludeDefaultInterceptors - Interface in org.objectweb.easybeans.deployment.annotations.metadata.interfaces
This interface represents methods which can be call on ClassAnnotationMetadata and MethodAnnotationMetadata.
It manages @ExcludeDefaultInterceptors annotation.
IMethodSecurityInfo - Interface in org.objectweb.easybeans.api.bean.info
Used to describe permission information for a given method.
implConn - Variable in class org.objectweb.easybeans.component.jdbcpool.JManagedConnection
Connection returned to the user.
implies(ProtectionDomain, Permission) - Method in class org.objectweb.easybeans.security.jacc.provider.JPolicy
Evaluates the global policy for the permissions granted to the ProtectionDomain and tests whether the permission is granted.
inactive() - Method in class org.objectweb.easybeans.component.jdbcpool.JManagedConnection
Check if the connection has been unused for too long time.
info(Object, Object...) - Method in class org.objectweb.easybeans.log.CommonsLoggerImpl
Log a message with info log level.
info(Object, Object...) - Method in class org.objectweb.easybeans.log.JDKLogger
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.
infoOutputWriter - Variable in class org.objectweb.easybeans.log.JDKConsoleHandler
Writer used for traces INFO, FINE, FINEST, etc.
Inheritance - Annotation Type in javax.persistence
The JoinTable annotation is used in the mapping of associations.
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.
InheritanceType - Enum in javax.persistence
The InheritanceType enum defines the strategy for mapping used in Inheritance.
InheritanceType() - Constructor for enum javax.persistence.InheritanceType
 
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
A method of a session bean with this annotation will be used as a create method (for adapter EJB 2.1 view).
init() - Static method in class javax.persistence.Persistence
Initialize the list of persistence providers.
init() - Method in interface org.objectweb.easybeans.api.Factory
Init the factory.
init() - Method in interface org.objectweb.easybeans.component.api.EZBComponent
Init method.
This method is called before the start method.
init() - Method in class org.objectweb.easybeans.component.carol.CarolComponent
Init method.
This method is called before the start method.
init() - Method in class org.objectweb.easybeans.component.hsqldb.HSQLDBComponent
Init method.
This method is called before the start method.
init() - Method in class org.objectweb.easybeans.component.jdbcpool.JDBCPoolComponent
Init method.
This method is called before the start method.
init() - Method in class org.objectweb.easybeans.component.joram.JoramComponent
Init method.
This method is called before the start method.
init() - Method in class org.objectweb.easybeans.component.jotm.JOTMComponent
Init method.
This method is called before the start method.
init() - Method in class org.objectweb.easybeans.container.AbsFactory
Init the factory.
init() - Method in class org.objectweb.easybeans.container.archive.EZBJarArchiveImpl
Init an archive and create the associated jar file object.
init() - Method in class org.objectweb.easybeans.container.mdb.MDBMessageEndPointFactory
Init the factory.
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(RegistryComponent) - Static method in class org.objectweb.easybeans.jmx.JMXRemoteHelper
Build a new JMX Remote connector.
init - Static variable in class org.objectweb.easybeans.log.JLogFactory
Initialized ?
init() - Method in class org.objectweb.easybeans.persistence.JPersistenceContext
Initialize entity manager (and some factoriese) used by Java EE components.
init() - Static method in class org.objectweb.easybeans.security.jacc.PolicyProvider
Init the JACC configuration.
init() - Method in class org.objectweb.easybeans.server.ContainersMonitor
Init containers (call at startup).
init(Embedded, URL) - Static method in class org.objectweb.easybeans.server.EmbeddedConfigurator
Configure the given embedded server with the given XML configuration file URL.
initActivationSpec() - Method in class org.objectweb.easybeans.container.mdb.MDBMessageEndPointFactory
Call setters method on the activation spec object.
initComponents() - Method in class org.objectweb.easybeans.component.ComponentManager
Init the components by calling init() method.
initContext(String, Context) - Method in interface org.objectweb.easybeans.api.naming.NamingInterceptor
Init the context for the given name.
initContext(String, Context) - Method in class org.objectweb.easybeans.naming.interceptors.AbsENCInterceptor
Init the context for the given name.
initContext(Factory, Context) - Static method in class org.objectweb.easybeans.naming.interceptors.ENCManager
Init the context for the given factory.
initContext(String, Context) - Method in class org.objectweb.easybeans.naming.interceptors.TomcatENCInterceptor
Init the context for the given name.
initCurrent() - Static method in class org.objectweb.easybeans.security.propagation.context.SecurityCurrent
Build the unique instance of the security current.
It can use JOnAS current object.
initCurrent() - Static method in class org.objectweb.easybeans.security.propagation.jonas.JOnASSecurityCurrent
Init the current object (if not already done).
initFactory() - Method in class org.objectweb.easybeans.rpc.LocalCallInvocationHandler
Initialize the factory object with the given infos.
initialized - Static variable in class javax.persistence.Persistence
Persistence providers have been initialized ?
initialPolicy - Static variable in class org.objectweb.easybeans.security.jacc.provider.JPolicy
Bootstrap Policy provider use for delegating non-jacc decisions.
initJACC - Variable in class org.objectweb.easybeans.server.ServerConfig
Init JACC at startup ?
initJACC() - Method in class org.objectweb.easybeans.server.ServerConfig
 
initPolicyConfigurationFactory() - Method in class org.objectweb.easybeans.security.jacc.provider.JPolicy
Init the PolicyConfiguration factory object used in Policy configuration.
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.
InjectionTarget - Class in org.objectweb.easybeans.deployment.xml.struct.common
Class representing the injection-target element.
InjectionTarget() - Constructor for class org.objectweb.easybeans.deployment.xml.struct.common.InjectionTarget
 
injectionTargetList - Variable in class org.objectweb.easybeans.deployment.xml.struct.common.AbsResourceGroup
Injection target (if any).
injectors - Variable in class org.objectweb.easybeans.container.AbsFactory
List of external Resources injectors.
injectors - Variable in class org.objectweb.easybeans.container.JContainerConfig
Resource Injectors List.
injectResources(PoolType) - Method in class org.objectweb.easybeans.container.AbsFactory
Injects Resources into the Bean.
inService() - Method in class org.objectweb.easybeans.security.jacc.provider.JPolicyConfiguration
This method is used to determine if the policy context whose interface is this PolicyConfiguration Object is in the "inService" state.
inService(String) - Method in class org.objectweb.easybeans.security.jacc.provider.JPolicyConfigurationFactory
This method determines if the identified policy context exists with state "inService" in the Policy provider associated with the factory.
instance - Static variable in class org.objectweb.easybeans.jmx.MBeansHelper
Singleton instance.
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.container.session.stateful.interceptors.RemoveAlwaysInterceptor
Remove the current bean.
intercept(EasyBeansInvocationContext) - Method in class org.objectweb.easybeans.container.session.stateful.interceptors.RemoveOnlyWithoutExceptionInterceptor
Remove the current bean.
intercept(EasyBeansInvocationContext) - Method in class org.objectweb.easybeans.naming.interceptors.AbsENCInterceptor
Sets the ENC context.
intercept(EasyBeansInvocationContext) - Method in class org.objectweb.easybeans.naming.interceptors.EZBENCInterceptor
Sets ENC context.
intercept(EasyBeansInvocationContext) - Method in class org.objectweb.easybeans.naming.interceptors.JettyENCInterceptor
Sets Jetty 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.security.interceptors.AccessInterceptor
Grant access to the given method by checking roles.
intercept(EasyBeansInvocationContext) - Method in class org.objectweb.easybeans.security.interceptors.DenyAllInterceptor
Denies all calls to the current method.
intercept(EasyBeansInvocationContext) - Method in class org.objectweb.easybeans.security.interceptors.RunAsAccessInterceptor
Adds run-as role before invoking next methods.
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 - Class in org.objectweb.easybeans.deployment.xml.struct
This class defines the implementation of the element interceptor.
Interceptor() - Constructor for class org.objectweb.easybeans.deployment.xml.struct.Interceptor
Constructor.
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,...
InterceptorBinding - Class in org.objectweb.easybeans.deployment.xml.struct
This class represents the <interceptor-binding> element.
InterceptorBinding() - Constructor for class org.objectweb.easybeans.deployment.xml.struct.InterceptorBinding
Default constructor.
orderInterceptorClassList is null by default.
interceptorBindingList - Variable in class org.objectweb.easybeans.deployment.xml.struct.AssemblyDescriptor
List of <interceptor-binding> elements.
interceptorClass - Variable in class org.objectweb.easybeans.deployment.xml.struct.Interceptor
Element <interceptor-class>.
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.
interceptorClassList - Variable in class org.objectweb.easybeans.deployment.xml.struct.InterceptorBinding
List of interceptor-class.
interceptorList - Variable in class org.objectweb.easybeans.deployment.xml.struct.Interceptors
List of <interceptor> elements.
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.interceptor
List of interceptors classes to use for a given class or a given method.
interceptors - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
EasyBeans method interceptors.
interceptors - Variable in class org.objectweb.easybeans.deployment.xml.struct.EJB3
interceptors element.
Interceptors - Class in org.objectweb.easybeans.deployment.xml.struct
This class defines the implementation of the element interceptors.
Interceptors() - Constructor for class org.objectweb.easybeans.deployment.xml.struct.Interceptors
Constructor.
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).
INTERFACE_NAME - Static variable in class org.objectweb.easybeans.rpc.AbsCallRef
Property used for referencing the interface class name.
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.
interfaceClassName - Variable in class org.objectweb.easybeans.rpc.AbsInvocationHandler
Interface used by this handler.
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.
internalUserInterceptors - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
User interceptors.
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.interceptor
Context that is given to all interceptors (business or lifecycle) and that allow to get information on the current invocation.
invocationContextToMethodPermission(EasyBeansInvocationContext) - Static method in class org.objectweb.easybeans.security.permissions.PermissionManager
Gets a EJBMethodPermission from an invocation context.
invoke(Object, Method, Object[]) - Method in class org.objectweb.easybeans.rpc.ClientRPCInvocationHandler
Processes a method invocation on a proxy instance and returns the result.
invoke(Object, Method, Object[]) - Method in class org.objectweb.easybeans.rpc.EJBHomeRPCInvocationHandler
Processes a method invocation on a proxy instance and returns the result.
invoke(Object, Method, Object[]) - Method in class org.objectweb.easybeans.rpc.EJBLocalHomeInvocationHandler
Processes a method invocation on a proxy instance and returns the result.
invoke(Object, Method, Object[]) - Method in class org.objectweb.easybeans.rpc.LocalCallInvocationHandler
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.
IS_EVENT_PROVIDER - Static variable in class org.objectweb.easybeans.jsr77.J2EEManagedObjectMBean
Is the MBean an Event Provider ? (Optionnal support)
IS_STATE_MANAGEABLE - Static variable in class org.objectweb.easybeans.jsr77.J2EEManagedObjectMBean
Is the MBean State Manageable ? (Optionnal support)
IS_STATISTICS_PROVIDER - Static variable in class org.objectweb.easybeans.jsr77.J2EEManagedObjectMBean
Is the MBean a Statistics Provider ? (Optionnal support)
isActive() - Method in interface javax.persistence.EntityTransaction
Indicate whether a transaction is in progress.
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.
isAdded - Variable in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxPersistencePersistenceContextsVisitor
Object is added to the list.
isAdded - Variable in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxPersistencePersistenceUnitsVisitor
Object is added to the list.
isAged() - Method in class org.objectweb.easybeans.component.jdbcpool.JManagedConnection
 
isAllowSharedInstance() - Method in class org.objectweb.easybeans.pool.JPool
Return true if many instances of the same object can be created (when pool is not full).
isApplicationException() - Method in exception org.objectweb.easybeans.rpc.api.RPCException
 
isAroundInvoke() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
 
isAroundInvokeMethodMetadata() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
isAvailable() - Method in interface org.objectweb.easybeans.api.EZBManageableContainer
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
Check if the given role is in the roles of the current caller's principal.
isCallerInRole(String, String, boolean) - Method in interface org.objectweb.easybeans.api.EZBPermissionManager
Test if the caller has a given role.
isCallerInRole(Identity) - Method in class org.objectweb.easybeans.container.EasyBeansEJBContext
Deprecated. 
isCallerInRole(String) - Method in class org.objectweb.easybeans.container.EasyBeansEJBContext
Test if the caller has a given security role.
isCallerInRole(String, String, boolean) - Method in class org.objectweb.easybeans.security.permissions.PermissionManager
Test if the caller has a given role.
isClosed() - Method in class org.objectweb.easybeans.component.jdbcpool.JConnection
isClosed() - Method in class org.objectweb.easybeans.component.jdbcpool.JManagedConnection
 
isClosed() - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
 
isDebugEnabled() - Method in class org.objectweb.easybeans.log.CommonsLoggerImpl
Is debug logging currently enabled?
isDebugEnabled() - Method in class org.objectweb.easybeans.log.JDKLogger
Is debug logging currently enabled?
isDebugEnabled() - Method in interface org.objectweb.easybeans.log.JLog
Is debug logging currently enabled?
isDefaultName() - Method in class org.objectweb.easybeans.deployment.annotations.impl.JCommonBean
 
isDeliveryTransacted(Method) - Method in class org.objectweb.easybeans.container.mdb.MDBMessageEndPointFactory
This is used to find out whether message deliveries to a target method on a message listener interface that is implemented by a message endpoint will be transacted or not.
isDependencyInjectionMethod(JMethod) - Method in class org.objectweb.easybeans.enhancer.interceptors.InterceptorClassAdapter
Check if this method is the injected method used for dependency injection.
isDirectoryScanningEnabled() - Method in class org.objectweb.easybeans.server.ServerConfig
 
ISecurityInfo - Interface in org.objectweb.easybeans.api.bean.info
Runtime info about security.
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 class org.objectweb.easybeans.log.JDKLogger
Is error logging currently enabled?
isErrorEnabled() - Method in interface org.objectweb.easybeans.log.JLog
Is error logging currently enabled?
isEventProvider() - Method in class org.objectweb.easybeans.jsr77.J2EEManagedObjectMBean
 
isExcludeClassInterceptors() - Method in class org.objectweb.easybeans.deployment.xml.struct.InterceptorBinding
 
isExcludeClassInterceptorsCalled() - Method in class org.objectweb.easybeans.deployment.xml.struct.InterceptorBinding
 
isExcluded() - Method in interface org.objectweb.easybeans.api.bean.info.IMethodSecurityInfo
 
isExcluded() - Method in class org.objectweb.easybeans.container.info.security.MethodSecurityInfo
 
isExcludedClassInterceptors() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
 
isExcludedDefaultInterceptors() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
isExcludedDefaultInterceptors() - Method in interface org.objectweb.easybeans.deployment.annotations.metadata.interfaces.IInterceptorExcludeDefaultInterceptors
 
isExcludedDefaultInterceptors() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
 
isExcludeDefaultInterceptors() - Method in class org.objectweb.easybeans.deployment.xml.struct.InterceptorBinding
 
isExcludeDefaultInterceptorsCalled() - Method in class org.objectweb.easybeans.deployment.xml.struct.InterceptorBinding
 
isExtendingEJBLocalObject - Variable in class org.objectweb.easybeans.rpc.LocalCallInvocationHandler
Boolean used to know if this class extends javax.ejb.EJBLocalObject class.
isExtendingRmiRemote() - Method in class org.objectweb.easybeans.rpc.AbsInvocationHandler
 
isFatalEnabled() - Method in class org.objectweb.easybeans.log.CommonsLoggerImpl
Is fatal logging currently enabled?
isFatalEnabled() - Method in class org.objectweb.easybeans.log.JDKLogger
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.
isIdentical(EJBLocalObject) - Method in interface javax.ejb.EJBLocalObject
Test if a given EJB local object is identical to the invoked EJB local object.
isIdentical(EJBObject) - Method in interface javax.ejb.EJBObject
Test if a given EJB object is identical to the invoked EJB object.
ISIDENTICAL_LOCAL_METHOD - Static variable in class org.objectweb.easybeans.deployment.annotations.helper.bean.EJB21Finder
Signature of the isIdentical(EJBLocalObject) method.
ISIDENTICAL_METHOD - Static variable in class org.objectweb.easybeans.deployment.annotations.helper.bean.EJB21Finder
Signature of the isIdentical(EJBObject) method.
isImpliedPermissionForPrincipals(JPolicyConfiguration, Permission, Principal[]) - Method in class org.objectweb.easybeans.security.jacc.provider.JPolicy
Check for each principal permission if the given permission is implied.
isInfoEnabled() - Method in class org.objectweb.easybeans.log.CommonsLoggerImpl
Is info logging currently enabled?
isInfoEnabled() - Method in class org.objectweb.easybeans.log.JDKLogger
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
 
isItfExtendingRmiRemote - Variable in class org.objectweb.easybeans.rpc.AbsInvocationHandler
Boolean used to know if this class extends java.rmi.Remote class.
isJNDIResourceInjection(String) - Method in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
If the resource is a JNDI resource injection, return true.
This is the case of DataSource, JMS Queues/Topics & JMS factories, etc.
isLifeCycleMethod() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
 
isMarkedRollbackOnly() - Method in class org.objectweb.easybeans.transaction.interceptors.AbsTransactionInterceptor
Test if current transaction is with status STATUS_MARKED_ROLLBACK.
isMatching(EasyBeansMDB, Long) - Method in class org.objectweb.easybeans.container.mdb.MDBFactory
Checks if the given object with the given clue is matching.
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
 
isMember(Principal) - Method in class org.objectweb.easybeans.security.struct.JGroup
Returns true if the passed principal is a member of the group.
isolationLevel - Variable in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
Isolation level for JDBC.
isolationStr - Variable in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
Isolation level (but String format).
isOpen() - Method in interface javax.persistence.EntityManager
Determine whether the EntityManager is open.
isOpen() - Method in interface javax.persistence.EntityManagerFactory
Indicates whether the factory is open.
isOpen() - Method in class org.objectweb.easybeans.component.jdbcpool.JManagedConnection
 
isOpen() - Method in class org.objectweb.easybeans.persistence.TxEntityManager
Determine whether the EntityManager is open.
isOrderedInterceptors() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
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
 
isPhysicallyClosed() - Method in class org.objectweb.easybeans.component.jdbcpool.JConnection
 
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
 
isReadOnly() - Method in class org.objectweb.easybeans.component.jdbcpool.JConnection
isReady() - Method in class org.objectweb.easybeans.transaction.SessionSynchronizationListener
Gets the ready state of this listener.
isRemoved() - Method in class org.objectweb.easybeans.rpc.AbsInvocationHandler
 
isRemoved() - Method in interface org.objectweb.easybeans.rpc.api.EJBResponse
 
isRemoved() - Method in class org.objectweb.easybeans.rpc.JEJBResponse
 
isSameRM(XAResource) - Method in class org.objectweb.easybeans.component.jdbcpool.JManagedConnection
Determine if the resource manager instance represented by the target object is the same as the resource manager instance represented by the parameter xares.
isSession() - Method in interface javax.ejb.EJBMetaData
Test if the enterprise Bean's type is "session".
isSession() - Method in class org.objectweb.easybeans.container.svc.EasyBeansMetaData
Test if the enterprise Bean's type is "session".
isSession() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
isShareable() - Method in class org.objectweb.easybeans.deployment.annotations.impl.JAnnotationResource
 
isStarted() - Method in class org.objectweb.easybeans.jca.workmanager.ResourceWork
 
isStateful() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
isStateless() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
isStatelessSession() - Method in interface javax.ejb.EJBMetaData
Test if the enterprise Bean's type is "stateless session".
isStatelessSession() - Method in class org.objectweb.easybeans.container.svc.EasyBeansMetaData
Test if the enterprise Bean's type is "stateless session".
isStateManageable() - Method in class org.objectweb.easybeans.jsr77.J2EEManagedObjectMBean
 
isStatisticsProvider() - Method in class org.objectweb.easybeans.jsr77.J2EEManagedObjectMBean
 
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 class org.objectweb.easybeans.log.JDKLogger
Is trace logging currently enabled?
isTraceEnabled() - Method in interface org.objectweb.easybeans.log.JLog
Is trace logging currently enabled?
isUnchecked() - Method in interface org.objectweb.easybeans.api.bean.info.IMethodSecurityInfo
 
isUnchecked() - Method in class org.objectweb.easybeans.container.info.security.MethodSecurityInfo
 
isUsingID() - Method in class org.objectweb.easybeans.rpc.AbsInvocationHandler
 
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 class org.objectweb.easybeans.log.JDKLogger
Is warn logging currently enabled?
isWarnEnabled() - Method in interface org.objectweb.easybeans.log.JLog
Is warn logging currently enabled?
itfClassName - Variable in class org.objectweb.easybeans.rpc.AbsCallRef
Name of the interface class.
ITransactionAttribute - Interface in org.objectweb.easybeans.deployment.annotations.metadata.interfaces
This interface represents methods which can be call on ClassAnnotationMetadata and MethodAnnotationMetadata.

J

J2EE14_SCHEMA - Static variable in class org.objectweb.easybeans.deployment.xml.parsing.EJB3EntityResolver
J2EE 1.4 Schema.
J2EE_NS - Static variable in class org.objectweb.easybeans.deployment.xml.parsing.EJB3DeploymentDescLoader
Persistence namespace (J2EE).
J2EE_WEBSERVICES_CLIENT_SCHEMA - Static variable in class org.objectweb.easybeans.deployment.xml.parsing.EJB3EntityResolver
J2EE Web services client Schema.
J2EEDeployedObjectMBean - Class in org.objectweb.easybeans.jsr77
J2EEDeployedObject JSR77 MBean.
J2EEDeployedObjectMBean() - Constructor for class org.objectweb.easybeans.jsr77.J2EEDeployedObjectMBean
Creates a J2EEDeployedObject.
J2EEManagedObjectMBean<T> - Class in org.objectweb.easybeans.jsr77
J2EEManagedObject MBean Base.
J2EEManagedObjectMBean() - Constructor for class org.objectweb.easybeans.jsr77.J2EEManagedObjectMBean
Create the mbean.
J2EEModuleMBean - Class in org.objectweb.easybeans.jsr77
J2EEModule JSR77 MBean.
J2EEModuleMBean() - Constructor for class org.objectweb.easybeans.jsr77.J2EEModuleMBean
Create the mbean.
J2EEServerMBean - Class in org.objectweb.easybeans.jsr77
J2EEServer MBean for JSR 77.
J2EEServerMBean() - Constructor for class org.objectweb.easybeans.jsr77.J2EEServerMBean
 
JACC_POLICY_CONFIG_FACTORY_PROVIDER - Static variable in class org.objectweb.easybeans.security.jacc.PolicyProvider
JACC Policy Configuration Factory Provider property.
JACC_POLICY_PROVIDER - Static variable in class org.objectweb.easybeans.security.jacc.PolicyProvider
JACC Policy Provider property.
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.
JApplicationException(String, 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).
jarFile - Variable in class org.objectweb.easybeans.container.archive.EZBJarArchiveImpl
Internal resource used as archive.
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.EasyBeansEJBContext
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.deployment.xml.helper.MetadataMerge
Defines java.lang.Object class.
JAVA_LANG_OBJECT - Static variable in class org.objectweb.easybeans.enhancer.client.ClientLifeCycleAdapter
Defines java.lang.Object class.
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.AbsFactory
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 (Java EE).
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 for security part.
javax.ejb - package javax.ejb
API used by EJB 3.0 container
javax.ejb.spi - package javax.ejb.spi
API used by EJB 3.0 container
javax.interceptor - package javax.interceptor
API used by EJB 3.0 container
javax.persistence - package javax.persistence
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.
JavaxAnnotationSecurityDeclareRolesVisitor - Class in org.objectweb.easybeans.deployment.annotations.analyzer.classes
This class manages the handling of @DeclareRoles annotation.
JavaxAnnotationSecurityDeclareRolesVisitor(ClassAnnotationMetadata) - Constructor for class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxAnnotationSecurityDeclareRolesVisitor
Constructor.
JavaxAnnotationSecurityDenyAllVisitor - Class in org.objectweb.easybeans.deployment.annotations.analyzer.method
This class manages the handling of @DenyAll annotation.
JavaxAnnotationSecurityDenyAllVisitor(MethodAnnotationMetadata) - Constructor for class org.objectweb.easybeans.deployment.annotations.analyzer.method.JavaxAnnotationSecurityDenyAllVisitor
Constructor.
JavaxAnnotationSecurityPermitAllVisitor<T extends IAnnotationSecurityPermitAll> - Class in org.objectweb.easybeans.deployment.annotations.analyzer
This class manages the handling of @PermitAll annotation.
JavaxAnnotationSecurityPermitAllVisitor(T) - Constructor for class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxAnnotationSecurityPermitAllVisitor
Constructor.
JavaxAnnotationSecurityRolesAllowedVisitor<T extends IAnnotationSecurityRolesAllowed> - Class in org.objectweb.easybeans.deployment.annotations.analyzer
This class manages the handling of @DeclareRoles annotation.
JavaxAnnotationSecurityRolesAllowedVisitor(T) - Constructor for class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxAnnotationSecurityRolesAllowedVisitor
Constructor.
JavaxAnnotationSecurityRunAs - Class in org.objectweb.easybeans.deployment.annotations.analyzer.classes
This class manages the handling of @RunAs annotation.
JavaxAnnotationSecurityRunAs(ClassAnnotationMetadata) - Constructor for class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxAnnotationSecurityRunAs
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.
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.
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.
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.
JavaxInterceptorAroundInvokeVisitor - Class in org.objectweb.easybeans.deployment.annotations.analyzer.method
This class manages the handling of @AroundInvoke annotation.
JavaxInterceptorAroundInvokeVisitor(MethodAnnotationMetadata) - Constructor for class org.objectweb.easybeans.deployment.annotations.analyzer.method.JavaxInterceptorAroundInvokeVisitor
Constructor.
JavaxInterceptorExcludeClassInterceptorsVisitor - Class in org.objectweb.easybeans.deployment.annotations.analyzer.method
This class manages the handling of @ExcludeClassInterceptors annotation.
JavaxInterceptorExcludeClassInterceptorsVisitor(MethodAnnotationMetadata) - Constructor for class org.objectweb.easybeans.deployment.annotations.analyzer.method.JavaxInterceptorExcludeClassInterceptorsVisitor
Constructor.
JavaxInterceptorExcludeDefaultInterceptorsVisitor<T extends IInterceptorExcludeDefaultInterceptors> - Class in org.objectweb.easybeans.deployment.annotations.analyzer
This class manages the handling of @ExcludeDefaultInterceptors annotation.
JavaxInterceptorExcludeDefaultInterceptorsVisitor(T) - Constructor for class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxInterceptorExcludeDefaultInterceptorsVisitor
Constructor.
JavaxInterceptorInterceptorsVisitor<T extends IEJBInterceptors> - Class in org.objectweb.easybeans.deployment.annotations.analyzer
This class manages the handling of @Interceptors annotation.
JavaxInterceptorInterceptorsVisitor(T) - Constructor for class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxInterceptorInterceptorsVisitor
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.
javaxPersistenceContexts - Variable in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxPersistencePersistenceContextsVisitor
List of JavaxPersistenceContext object.
javaxPersistencePersistenceContexts - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Object representing @PersistenceContext annotation.
JavaxPersistencePersistenceContextsVisitor - Class in org.objectweb.easybeans.deployment.annotations.analyzer.classes
This class manages the handling of @PersistenceContexts annotation.
JavaxPersistencePersistenceContextsVisitor(ClassAnnotationMetadata) - Constructor for class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxPersistencePersistenceContextsVisitor
Constructor.
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.
javaxPersistencePersistenceUnits - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Object representing @PersistenceUnit annotation.
JavaxPersistencePersistenceUnitsVisitor - Class in org.objectweb.easybeans.deployment.annotations.analyzer.classes
This class manages the handling of @PersistenceUnits annotation.
JavaxPersistencePersistenceUnitsVisitor(ClassAnnotationMetadata) - Constructor for class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxPersistencePersistenceUnitsVisitor
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.
javaxPersistenceUnits - Variable in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxPersistencePersistenceUnitsVisitor
List of JavaxPersistenceUnit object.
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, int) - Constructor for class org.objectweb.easybeans.deployment.annotations.JClassInterceptor
Constructor.
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.
JConnection - Class in org.objectweb.easybeans.component.jdbcpool
This class represent a connection linked to the physical and XA connections.
JConnection(JManagedConnection, Connection) - Constructor for class org.objectweb.easybeans.component.jdbcpool.JConnection
Buils a Connection (viewed by the user) which rely on a Managed connection and a physical connection.
JContainer3 - Class in org.objectweb.easybeans.container
Defines an EJB3 container.
JContainer3(EZBContainerConfig) - Constructor for class org.objectweb.easybeans.container.JContainer3
Build a new container on the given archive.
JContainer3() - Constructor for class org.objectweb.easybeans.container.JContainer3
Default constructor.
JContainer3Identifier - Class in org.objectweb.easybeans.container.management
Generates an ObjectName for an EZBContainer MBean.
JContainer3Identifier() - Constructor for class org.objectweb.easybeans.container.management.JContainer3Identifier
 
JContainer3MBean - Class in org.objectweb.easybeans.container.management
MBean for JContainer3.
JContainer3MBean() - Constructor for class org.objectweb.easybeans.container.management.JContainer3MBean
Default ModelMBean constructor.
JContainerConfig - Class in org.objectweb.easybeans.container
Store Configuration for a JContainer3 instance.
JContainerConfig(EZBArchive) - Constructor for class org.objectweb.easybeans.container.JContainerConfig
Constructor.
JDBCPoolComponent - Class in org.objectweb.easybeans.component.jdbcpool
Defines a component that creates a JDBC pool in order to use it in EasyBeans.
JDBCPoolComponent() - Constructor for class org.objectweb.easybeans.component.jdbcpool.JDBCPoolComponent
Default constructor.
JDKConsoleHandler - Class in org.objectweb.easybeans.log
Handler that display info message in System.out and error in System.err because JDK implementation prints all messages in System.err and in Eclipse, for example, INFO messages are in red !
JDKConsoleHandler() - Constructor for class org.objectweb.easybeans.log.JDKConsoleHandler
Creates a new handler with two appender, System.out and System.err.
JDKFormatter - Class in org.objectweb.easybeans.log
Format a record into a readable message ! not too long.
JDKFormatter() - Constructor for class org.objectweb.easybeans.log.JDKFormatter
 
JDKLogger - Class in org.objectweb.easybeans.log
Logger with I18n and infinite arguments.
JDKLogger(Class, I18n) - Constructor for class org.objectweb.easybeans.log.JDKLogger
Creates a new logger.
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
 
JETTY_CONTEXT_FACTORY_CLASS - Static variable in class org.objectweb.easybeans.naming.interceptors.JettyENCInterceptor
Jetty's class for naming.
JettyENCInterceptor - Class in org.objectweb.easybeans.naming.interceptors
Interceptor used when EasyBeans is integrated in Jetty.
JettyENCInterceptor() - Constructor for class org.objectweb.easybeans.naming.interceptors.JettyENCInterceptor
Default constructor.
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.
JGroup - Class in org.objectweb.easybeans.security.struct
This class represents all the roles of a principal (group of principals).
JGroup(String) - Constructor for class org.objectweb.easybeans.security.struct.JGroup
Build a new group with the following name.
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.
JManagedConnection - Class in org.objectweb.easybeans.component.jdbcpool
This class represents the connection managed by the pool.
JManagedConnection(Connection, ConnectionManager) - Constructor for class org.objectweb.easybeans.component.jdbcpool.JManagedConnection
Builds a new managed connection on a JDBC connection.
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.
JMSComponent - Interface in org.objectweb.easybeans.component.itf
Defines the interface for a JMS provider.
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.
JNDI_NAME - Static variable in interface org.objectweb.easybeans.component.itf.TMComponent
JNDI name of the transaction manager.
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
 
jndiName - Variable in class org.objectweb.easybeans.component.jdbcpool.JDBCPoolComponent
JNDI name.
jndiNameEncode(String, String, String) - Static method in class org.objectweb.easybeans.container.JContainer3
Encode a given name by prefixing it with given mode.
jndiNameForEjbInJarFile - Variable in class org.objectweb.easybeans.deployment.resolver.JNDIResolver
Map with key = the ejb-jar name and as value : For a given ejb-name there is a map with bean name and between interface/jndi name.
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.
JoinColumn - Annotation Type in javax.persistence
The JoinColumn annotation is used to specify a mapped column for joining an entity association.
JoinColumns - Annotation Type in javax.persistence
Composite foreign keys are supported by means of the JoinColumns annotation.
JoinTable - Annotation Type in javax.persistence
The JoinTable annotation is used in the mapping of associations.
joinTransaction() - Method in interface javax.persistence.EntityManager
Indicate to the EntityManager that a JTA transaction is active.
joinTransaction() - Method in class org.objectweb.easybeans.persistence.TxEntityManager
TODO: document this.
JONAS_ADM_ITF - Static variable in class org.objectweb.easybeans.server.ra.EasyBeansResourceAdapter
JOnAS ADM interface.
JONAS_NAMING_MANAGER_CLASS - Static variable in class org.objectweb.easybeans.naming.interceptors.JOnASENCInterceptor
JOnAS's class for naming.
JONAS_SECURITY_CONTEXT - Static variable in class org.objectweb.easybeans.security.propagation.jonas.JOnASSecurityCurrent
Name of the JOnAS context class.
JONAS_SECURITY_CURRENT - Static variable in class org.objectweb.easybeans.security.propagation.jonas.JOnASSecurityCurrent
Name of the JOnAS class.
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.
JOnASSecurityContext - Class in org.objectweb.easybeans.security.propagation.jonas
Wrapper class for the JOnAS security.
It will propagate and read JOnAS security context.
JOnASSecurityContext(Object) - Constructor for class org.objectweb.easybeans.security.propagation.jonas.JOnASSecurityContext
Builds a security context around JOnAS security context.
jonasSecurityContext - Variable in class org.objectweb.easybeans.security.propagation.jonas.JOnASSecurityContext
Wrapped security context of JOnAS.
JOnASSecurityCurrent - Class in org.objectweb.easybeans.security.propagation.jonas
Allow to get the JOnAS security context.
JOnASSecurityCurrent() - Constructor for class org.objectweb.easybeans.security.propagation.jonas.JOnASSecurityCurrent
 
jonasSecurityCurrent - Static variable in class org.objectweb.easybeans.security.propagation.jonas.JOnASSecurityCurrent
Unique instance of the JOnAS security current object.
joramAdapter - Variable in class org.objectweb.easybeans.component.joram.JoramComponent
Instance of the resource adapter.
JoramBootstrapContext - Class in org.objectweb.easybeans.component.joram
This class implements the BootstrapContext interface of the Connector Architecture 1.5 specification.
JoramBootstrapContext(WorkManager, XATerminator) - Constructor for class org.objectweb.easybeans.component.joram.JoramBootstrapContext
Constructor for the Resource Adapter context.
JoramComponent - Class in org.objectweb.easybeans.component.joram
Class that start/stop a simple collocated JORAM server.
JoramComponent() - Constructor for class org.objectweb.easybeans.component.joram.JoramComponent
Default constructor.
JoramException - Exception in org.objectweb.easybeans.component.joram
Class used when there is an exception in joram service.
JoramException() - Constructor for exception org.objectweb.easybeans.component.joram.JoramException
Constructs a new runtime exception with null as its detail message.
JoramException(String) - Constructor for exception org.objectweb.easybeans.component.joram.JoramException
Constructs a new runtime exception with the specified detail message.
JoramException(String, Throwable) - Constructor for exception org.objectweb.easybeans.component.joram.JoramException
Constructs a new runtime exception with the specified detail message and cause.
JOTM_BINDING - Static variable in class org.objectweb.easybeans.persistence.openjpa.EasyBeansManagedRuntime
JOTM binding in registry.
JOTM_BINDING - Static variable in class org.objectweb.easybeans.persistence.oracle.toplink.essentials.EasyBeansTransactionController
JOTM binding in registry.
JOTMComponent - Class in org.objectweb.easybeans.component.jotm
Creates and binds the transaction factory and usertransaction object.
JOTMComponent() - Constructor for class org.objectweb.easybeans.component.jotm.JOTMComponent
 
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.
JPolicy - Class in org.objectweb.easybeans.security.jacc.provider
Defines the "delegating Policy provider" / JACC 2.5 In J2SE 1.4 new methods can be used for dynamic permissions implies() and getPermissions() methods on Policy class were added.
JPolicy() - Constructor for class org.objectweb.easybeans.security.jacc.provider.JPolicy
Constructor : build a policy which manage JACC permissions.
JPolicyConfiguration - Class in org.objectweb.easybeans.security.jacc.provider
Defines the PolicyConfiguration implementation class of JACC.
JPolicyConfiguration(String) - Constructor for class org.objectweb.easybeans.security.jacc.provider.JPolicyConfiguration
Constructor of a new PolicyConfiguration object.
JPolicyConfiguration.State - Enum in org.objectweb.easybeans.security.jacc.provider
Available states.
JPolicyConfiguration.State() - Constructor for enum org.objectweb.easybeans.security.jacc.provider.JPolicyConfiguration.State
 
JPolicyConfigurationFactory - Class in org.objectweb.easybeans.security.jacc.provider
Defines the PolicyConfigurationFactory implementation class of JACC.
JPolicyConfigurationFactory() - Constructor for class org.objectweb.easybeans.security.jacc.provider.JPolicyConfigurationFactory
Constructor.
JPolicyConfigurationKeeper - Class in org.objectweb.easybeans.security.jacc.provider
This class keep the JPolicyConfiguration.
JPolicyConfigurationKeeper() - Constructor for class org.objectweb.easybeans.security.jacc.provider.JPolicyConfigurationKeeper
Utility class, no constructor.
JPolicyException - Exception in org.objectweb.easybeans.security.jacc.provider
The JPolicyException occurs if the JPolicy object can not be created.
JPolicyException(String) - Constructor for exception org.objectweb.easybeans.security.jacc.provider.JPolicyException
Constructs a new JPolicyException with the specified message.
JPolicyException(String, Throwable) - Constructor for exception org.objectweb.easybeans.security.jacc.provider.JPolicyException
Constructs a new JPolicyException with the specified message.
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.
JPrincipal - Class in org.objectweb.easybeans.security.struct
Implementation of Principal class.
JPrincipal(String) - Constructor for class org.objectweb.easybeans.security.struct.JPrincipal
Constructor.
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.
JRole - Class in org.objectweb.easybeans.security.struct
This class defines a Role.
JRole(String) - Constructor for class org.objectweb.easybeans.security.struct.JRole
Constructor (use the super constructor).
JSR77ManagementIdentifier<T> - Class in org.objectweb.easybeans.jsr77
Specialized EZBManagementIdentifier for JSR77 MBeans.
JSR77ManagementIdentifier() - Constructor for class org.objectweb.easybeans.jsr77.JSR77ManagementIdentifier
Empty default constructor.
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.
JStatement - Class in org.objectweb.easybeans.component.jdbcpool
Wrapper on a PreparedStatement.
JStatement(PreparedStatement, JManagedConnection, String) - Constructor for class org.objectweb.easybeans.component.jdbcpool.JStatement
Builds a new statement with the given wrapped statement of given connection and given sql query.
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).
LifeCycleCallback - Class in org.objectweb.easybeans.deployment.xml.struct.common
This class defines the implementation of an element of callback type (post construct, pre destroy, etc).
LifeCycleCallback() - Constructor for class org.objectweb.easybeans.deployment.xml.struct.common.LifeCycleCallback
Constructor.
lifecycleCallbackClass - Variable in class org.objectweb.easybeans.deployment.xml.struct.common.LifeCycleCallback
Element <lifecycle-callback-class>.
lifecycleCallbackMethod - Variable in class org.objectweb.easybeans.deployment.xml.struct.common.LifeCycleCallback
Element <lifecycle-callback-method>.
LINE_SEPARATOR - Static variable in class org.objectweb.easybeans.log.JDKFormatter
Line separator.
linkConfiguration(PolicyConfiguration) - Method in class org.objectweb.easybeans.security.jacc.provider.JPolicyConfiguration
Creates a relationship between this configuration and another such that they share the same principal-to-role mappings.
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.
loadDefaultValues() - Static method in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfoHelper
Loads the default values (global configuration) and then configuration of each persistence provider.
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.
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.
Lob - Annotation Type in javax.persistence
A Lob annotation specifies that a persistent property or field should be persisted as a large object to a database-supported large object type.
Local - Annotation Type in javax.ejb
Used on a bean/interface to mark it as a local interface.
local - Variable in class org.objectweb.easybeans.deployment.xml.struct.common.EJBLocalRef
Local class (interface).
localCall(long, Object[], Long) - Method in interface org.objectweb.easybeans.api.Factory
Do a local call on a method of this factory.
localCall(long, Object[], Long) - Method in class org.objectweb.easybeans.container.mdb.MDBFactory
Do a local call on a method of this factory.
localCall(long, Object[], Long) - Method in class org.objectweb.easybeans.container.session.SessionFactory
Do a local call on a method of this factory.
localCall(long, Object[], Long) - Method in class org.objectweb.easybeans.container.session.stateful.StatefulSessionFactory
Do a local call on a method of this factory.
localCall(long, Object[], Long) - Method in class org.objectweb.easybeans.container.session.stateless.StatelessSessionFactory
Do a local call on a method of this factory.
LocalCallFactory - Class in org.objectweb.easybeans.rpc
Factory creating an EJB proxy for local calls.
LocalCallFactory() - Constructor for class org.objectweb.easybeans.rpc.LocalCallFactory
 
LocalCallInvocationHandler - Class in org.objectweb.easybeans.rpc
Object acting as the proxy for local interfaces calls.
LocalCallInvocationHandler(Integer, String, String, boolean) - Constructor for class org.objectweb.easybeans.rpc.LocalCallInvocationHandler
Build a new Invocation handler.
LocalCallInvocationHandler() - Constructor for class org.objectweb.easybeans.rpc.LocalCallInvocationHandler
Default constructor (used for serialization).
LocalCallRef - Class in org.objectweb.easybeans.rpc
Define the Referenceable objectd used by local EJB.
LocalCallRef(String, Integer, String, String, boolean) - Constructor for class org.objectweb.easybeans.rpc.LocalCallRef
Constructor : build a reference.
LocalHome - Annotation Type in javax.ejb
Adapted view for a local home (EJB 2.1).
localHome - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Local Home.
localHome - Variable in class org.objectweb.easybeans.deployment.xml.struct.common.EJBLocalRef
Local Home (interface).
localHome - Variable in class org.objectweb.easybeans.deployment.xml.struct.Session
Local Home.
lock(Object, LockModeType) - Method in interface javax.persistence.EntityManager
Set the lock mode for an entity object contained in the persistence context.
lock(Object, LockModeType) - Method in class org.objectweb.easybeans.persistence.TxEntityManager
Set the lock mode for an entity object contained in the persistence context.
LockModeType - Enum in javax.persistence
Lock modes available.
LockModeType() - Constructor for enum javax.persistence.LockModeType
 
log - Variable in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
PrintWriter used logging (DataSource impl).
log(Level, String, Throwable) - Method in class org.objectweb.easybeans.log.JDKLogger
Log the given message with the given throwable (if any).
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 - Variable in class org.objectweb.easybeans.component.carol.CarolComponent
Logger.
logger - Variable in class org.objectweb.easybeans.component.ComponentManager
Logger.
logger - Variable in class org.objectweb.easybeans.component.ComponentRegistry
Logger.
logger - Static variable in class org.objectweb.easybeans.component.hsqldb.HSQLDBComponent
Logger.
logger - Variable in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
Logger.
logger - Static variable in class org.objectweb.easybeans.component.jdbcpool.DataSourceFactory
Logger.
logger - Static variable in class org.objectweb.easybeans.component.jdbcpool.JConnection
Logger used for debug.
logger - Static variable in class org.objectweb.easybeans.component.jdbcpool.JDBCPoolComponent
Logger.
logger - Static variable in class org.objectweb.easybeans.component.jdbcpool.JManagedConnection
Logger.
logger - Variable in class org.objectweb.easybeans.component.jdbcpool.JStatement
Logger.
logger - Static variable in class org.objectweb.easybeans.component.joram.JoramComponent
Logger.
logger - Static variable in class org.objectweb.easybeans.component.jotm.JOTMComponent
Logger.
logger - Static variable in class org.objectweb.easybeans.container.AbsFactory
Logger.
logger - Static variable in class org.objectweb.easybeans.container.archive.ArchiveManager
Logger.
logger - Variable in class org.objectweb.easybeans.container.EasyBeansEJBContext
Logger.
logger - Static variable in class org.objectweb.easybeans.container.JContainer3
Logger.
logger - Static variable in class org.objectweb.easybeans.container.mdb.MDBFactory
Logger.
logger - Static variable in class org.objectweb.easybeans.container.mdb.MDBMessageListenerEndPoint
Logger.
logger - Static variable in class org.objectweb.easybeans.container.mdb.MDBResourceAdapterHelper
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.helper.bean.BusinessMethodResolver
Logger.
logger - Static variable in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Logger.
logger - Static variable in class org.objectweb.easybeans.deployment.annotations.metadata.EjbJarAnnotationMetadata
Logger.
logger - Static variable in class org.objectweb.easybeans.deployment.Deployment
Logger.
logger - Static variable in class org.objectweb.easybeans.deployment.helper.JavaContextHelper
Logger.
logger - Variable in class org.objectweb.easybeans.deployment.resolver.JNDIResolver
Logger.
logger - Static variable in class org.objectweb.easybeans.deployment.xml.helper.MetadataMerge
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.jca.workmanager.ResourceWork
Logger.
logger - Static variable in class org.objectweb.easybeans.jca.workmanager.ResourceWorkManager
Logger.
logger - Variable in class org.objectweb.easybeans.jca.workmanager.ResourceWorkThread
Logger.
logger - Static variable in class org.objectweb.easybeans.jmx.CommonsModelerHelper
Logger.
logger - Static variable in class org.objectweb.easybeans.jmx.JMXRemoteHelper
Logger.
logger - Static variable in class org.objectweb.easybeans.jmx.MBeansHelper
Logger.
logger - Static variable in class org.objectweb.easybeans.jsr77.J2EEManagedObjectMBean
Logger.
logger - Static variable in class org.objectweb.easybeans.jsr77.JSR77ManagementIdentifier
Logger.
logger - Static variable in class org.objectweb.easybeans.loader.EasyBeansClassLoader
Logger.
logger - Variable in class org.objectweb.easybeans.log.JDKLogger
Logger object (transient).
logger - Static variable in class org.objectweb.easybeans.naming.context.ContextImpl
Logger.
logger - Static variable in class org.objectweb.easybeans.naming.interceptors.ENCManager
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 - Static variable in class org.objectweb.easybeans.security.jacc.PolicyProvider
Logger.
logger - Static variable in class org.objectweb.easybeans.security.jacc.provider.JPolicy
Logger.
logger - Static variable in class org.objectweb.easybeans.security.jacc.provider.JPolicyConfiguration
Logger.
logger - Static variable in class org.objectweb.easybeans.security.jacc.provider.JPolicyConfigurationFactory
Logger.
logger - Variable in class org.objectweb.easybeans.security.permissions.PermissionManager
Logger.
logger - Static variable in class org.objectweb.easybeans.security.propagation.context.SecurityContext
Logger.
logger - Variable in class org.objectweb.easybeans.server.ContainersMonitor
Logger.
logger - Static variable in class org.objectweb.easybeans.server.EasyBeans
Logger.
logger - Static variable in class org.objectweb.easybeans.server.Embedded
Logger.
logger - Static variable in class org.objectweb.easybeans.server.EmbeddedConfigurator
Logger.
logger - Variable in class org.objectweb.easybeans.server.ra.EasyBeansResourceAdapter.EmbeddedStarter
Logger.
logger - Static variable in class org.objectweb.easybeans.server.ra.EasyBeansResourceAdapter
Logger.
logger - Static variable in class org.objectweb.easybeans.server.war.EasyBeansContextListener
Logger.
logger - Variable in class org.objectweb.easybeans.transaction.interceptors.AbsTransactionInterceptor
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.util.files.FileUtils
Logger.
logger - Variable in class org.objectweb.easybeans.xmlconfig.XMLConfiguration
Logger.
loginTimeout - Variable in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
Login timeout (DataSource impl).
lookup(String) - Method in interface javax.ejb.EJBContext
Search the given name in java:comp/env ENC environment.
lookup(String) - Method in class org.objectweb.easybeans.container.EasyBeansEJBContext
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.EasyBeans
Main method called by default.
main(String[]) - Static method in class org.objectweb.easybeans.server.Version
Display the current EasyBeans version.
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.
ManyToMany - Annotation Type in javax.persistence
A ManyToMany annotation defines a many-valued association with many-to-many multiplicity.
ManyToOne - Annotation Type in javax.persistence
The ManyToOne annotation defines a single-valued association to another entity class that has many-to-one multiplicity.
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.
MapKey - Annotation Type in javax.persistence
The MapKey annotation is used to specify the map key for associations of type java.util.Map.
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.
mappedName - Variable in class org.objectweb.easybeans.deployment.xml.struct.common.AbsResourceGroup
Mapped name.
mappedName - Variable in class org.objectweb.easybeans.deployment.xml.struct.Session
Mapped name.
MappedSuperclass - Annotation Type in javax.persistence
The MappedSuperclass annotation designates a class whose mapping information is applied to the entities that inherit from it.
MAPPING_NS - Static variable in class org.objectweb.easybeans.xmlconfig.mapping.XMLMappingBuilder
Namespace used for the mapping file (for validation).
MAPPING_SUFFIX - Static variable in class org.objectweb.easybeans.xmlconfig.XMLConfiguration
Suffix for mapping file.
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.
mappings - Variable in class org.objectweb.easybeans.xmlconfig.XMLConfiguration
Mapping between namespace and XMLMapping object.
mappingURL - Variable in class org.objectweb.easybeans.xmlconfig.mapping.XMLMappingBuilder
URL that reference the mapping file.
markTransactionRollback() - Method in class org.objectweb.easybeans.transaction.interceptors.AbsTransactionInterceptor
Marks the transaction for rollback.
MAX_REMOVE_FREELIST - Static variable in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
max number of remove at once in the freelist We avoid removing too much mcs at once for perf reasons.
MAX_RETRY_NB - Static variable in class org.objectweb.easybeans.component.hsqldb.HSQLDBComponent
Max retry number.
MAX_THREADS - Static variable in class org.objectweb.easybeans.component.joram.JoramComponent
Maximum threads.
maxAge - Variable in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
Max age of a Connection in milliseconds.
maxAgeMn - Variable in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
Same value in mns.
maxOpenTime - Variable in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
max open time for a connection, in millisec.
maxOpenTimeMn - Variable in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
Same value in mn.
maxpoolsz - Variable in class org.objectweb.easybeans.jca.workmanager.ResourceWorkManager
The maximum size of the pool.
maxSize - Variable in class org.objectweb.easybeans.pool.JPool
Maximum size of the pool.
maxWaiters - Variable in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
max nb of waiters allowed to wait for a Connection.
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
Singleton object.Creates the MBeans and register them.
MBeansHelper() - Constructor for class org.objectweb.easybeans.jmx.MBeansHelper
Singleton class, no public constructor.
mc - Variable in class org.objectweb.easybeans.component.jdbcpool.JStatement
Managed Connection the Statement belongs to.
mcList - Variable in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
Total list of JManagedConnection physically opened.
MDBFactory - Class in org.objectweb.easybeans.container.mdb
This classes is reponsible to manage the MDB objects.
Each MDB object (EasyBeansMDB) has a link to a MessageEndPoint object.
MDBFactory(String, EZBContainer) - Constructor for class org.objectweb.easybeans.container.mdb.MDBFactory
Builds a new MDB factory with a given name and its container.
MDBListenerBusinessMethodResolver - Class in org.objectweb.easybeans.deployment.annotations.helper.bean.mdb
This class finds the listener method of the MDB and mark it as a business method so that it will be intercepted.
MDBListenerBusinessMethodResolver() - Constructor for class org.objectweb.easybeans.deployment.annotations.helper.bean.mdb.MDBListenerBusinessMethodResolver
Helper class, no public constructor.
MDBMessageEndPoint - Class in org.objectweb.easybeans.container.mdb
Implementation of the MessageEndPoint interface.
These methods will be called by the Resource Adapter.
MDBMessageEndPoint(MDBMessageEndPointFactory, EasyBeansMDB) - Constructor for class org.objectweb.easybeans.container.mdb.MDBMessageEndPoint
Constructor : Build an endpoint with a reference to the message end point factory.
mdbMessageEndPointFactory - Variable in class org.objectweb.easybeans.container.mdb.MDBMessageEndPoint
Reference to the message end point factory.
MDBMessageEndPointFactory - Class in org.objectweb.easybeans.container.mdb
Defines a class that will manage the message end point factory for the MDB.
MDBMessageEndPointFactory(String, EZBContainer, ActivationSpec, ResourceAdapter) - Constructor for class org.objectweb.easybeans.container.mdb.MDBMessageEndPointFactory
Default constructor (delegate to super class).
MDBMessageEndPointFactoryIdentifier - Class in org.objectweb.easybeans.container.mdb.management
Generates an ObjectName for an MDB message endpoint factory MBean.
MDBMessageEndPointFactoryIdentifier() - Constructor for class org.objectweb.easybeans.container.mdb.management.MDBMessageEndPointFactoryIdentifier
 
MDBMessageEndPointFactoryMBean - Class in org.objectweb.easybeans.container.mdb.management
MBean for Message Driven Bean factory.
MDBMessageEndPointFactoryMBean() - Constructor for class org.objectweb.easybeans.container.mdb.management.MDBMessageEndPointFactoryMBean
Creates a new Managed Object.
MDBMessageListenerEndPoint - Class in org.objectweb.easybeans.container.mdb
This message listener end point is used for MDB message which use JMS as message listener interface.
MDBMessageListenerEndPoint(MDBMessageEndPointFactory, EasyBeansMDB) - Constructor for class org.objectweb.easybeans.container.mdb.MDBMessageListenerEndPoint
Constructor : Build an endpoint with a reference to the message end point factory.
MDBResourceAdapterHelper - Class in org.objectweb.easybeans.container.mdb
This class allow to get the ResourceAdapter object for a given destination (activation-spec object).
MDBResourceAdapterHelper() - Constructor for class org.objectweb.easybeans.container.mdb.MDBResourceAdapterHelper
Utility class, no public constructor.
members - Variable in class org.objectweb.easybeans.security.struct.JGroup
Members of this group.
members() - Method in class org.objectweb.easybeans.security.struct.JGroup
Returns an enumeration of the members in the group.
merge(T) - Method in interface javax.persistence.EntityManager
Merge the state of the given entity into the current persistence context.
merge(EjbJarAnnotationMetadata) - Static method in class org.objectweb.easybeans.deployment.xml.helper.MetadataMerge
Takes struct of metadata and adds/set information on class/methods metadata.
merge(EZBPersistenceUnitManager) - Method in interface org.objectweb.easybeans.persistence.api.EZBPersistenceUnitManager
Merge the persistence context of a an other persistent unit manager in this one.
merge(EZBPersistenceUnitManager) - 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.
mergeApplicationException(AssemblyDescriptor) - Method in class org.objectweb.easybeans.deployment.xml.helper.MetadataMerge
Set/override the current application-exception.
mergeInterceptorBinding(AssemblyDescriptor) - Method in class org.objectweb.easybeans.deployment.xml.helper.MetadataMerge
Set/override the current interceptor-binding.
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
Defines a Message Driven Bean when applied on a bean's class.
MESSAGEDRIVEN_CONTEXT - Static variable in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
javax.ejb.MessageDrivenContext interface.
MessageDrivenBean - Interface in javax.ejb
The MessageDrivenBean interface is implemented by every message-driven enterprise Bean class.
MessageDrivenBeanMBean - Class in org.objectweb.easybeans.jsr77
MBean for Message Driven Bean.
MessageDrivenBeanMBean() - Constructor for class org.objectweb.easybeans.jsr77.MessageDrivenBeanMBean
Creates a new Managed Object.
MessageDrivenContext - Interface in javax.ejb
The MessageDrivenContext interface provides access to the runtime message-driven context that the container provides for a message-driven enterprise Bean instance.
MessageDrivenInfo - Class in org.objectweb.easybeans.container.info
This class contains runtime information about Message driven beans.
MessageDrivenInfo() - Constructor for class org.objectweb.easybeans.container.info.MessageDrivenInfo
Default constructor for MessageDriven Bean info.
messageDrivenInfo - Variable in class org.objectweb.easybeans.container.mdb.MDBFactory
Runtime information about the session bean.
messageListenerInterface - Variable in class org.objectweb.easybeans.container.info.MessageDrivenInfo
Message listener Interface.
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.
MetadataMerge - Class in org.objectweb.easybeans.deployment.xml.helper
This class merge the information of the struct representing EJB DD into the metadata.
MetadataMerge(EjbJarAnnotationMetadata) - Constructor for class org.objectweb.easybeans.deployment.xml.helper.MetadataMerge
Helper class, no public constructor.
method - Variable in class org.objectweb.easybeans.deployment.xml.struct.InterceptorBinding
Method on which apply the interceptors.
method - Variable in class org.objectweb.easybeans.deployment.xml.struct.RemoveMethod
This remove method is linked to a Method of the Bean (with params).
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.
MethodDD - Class in org.objectweb.easybeans.deployment.xml.struct.common
This class defines the <method> element.
MethodDD() - Constructor for class org.objectweb.easybeans.deployment.xml.struct.common.MethodDD
Default constructor.
methodHash - Variable in class org.objectweb.easybeans.rpc.JEJBRequest
Hashing of the method.
methodName - Variable in class org.objectweb.easybeans.deployment.xml.struct.common.AroundInvoke
Element <method-name>.
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.
MethodSecurityInfo - Class in org.objectweb.easybeans.container.info.security
Used to describe permission information for a given method.
MethodSecurityInfo() - Constructor for class org.objectweb.easybeans.container.info.security.MethodSecurityInfo
Default constructor.
methodSecurityInfos - Variable in class org.objectweb.easybeans.container.info.security.SecurityInfo
List of methods.
Migration21ClassAdapter - Class in org.objectweb.easybeans.enhancer.bean
This adapter is used to add the EJB 2.1 methods that are required for the EJBObject or EJBLocalObject interfaces.
Migration21ClassAdapter(ClassAnnotationMetadata, ClassVisitor) - Constructor for class org.objectweb.easybeans.enhancer.bean.Migration21ClassAdapter
Constructor.
MILLI - Static variable in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
Milliseconds.
MILLISECONDS - Static variable in class org.objectweb.easybeans.jca.workmanager.ResourceWorkManager
MilliSeconds value.
MIN_THREADS - Static variable in class org.objectweb.easybeans.component.joram.JoramComponent
Minimum threads.
minpoolsz - Variable in class org.objectweb.easybeans.jca.workmanager.ResourceWorkManager
The minimum size of the pool.
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.
monitor - Variable in class org.objectweb.easybeans.server.Embedded
Monitor of the containers.
myParser - Static variable in class org.objectweb.easybeans.naming.context.ContextImpl
Parser.

N

name - Variable in class org.objectweb.easybeans.component.carol.Protocol
Name.
name - Variable in class org.objectweb.easybeans.container.info.BeanInfo
Bean's name.
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 - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxPersistencePersistenceUnitVisitor
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 - Static variable in class org.objectweb.easybeans.deployment.annotations.impl.JApplicationException
Name of this element (Deployment desc).
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.JavaxPersistenceUnit
Name of this persistence unit.
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.AssemblyDescriptor
Name of this element.
NAME - Static variable in class org.objectweb.easybeans.deployment.xml.struct.common.AroundInvoke
Name of this element.
NAME - Static variable in class org.objectweb.easybeans.deployment.xml.struct.common.EJBLocalRef
Name of this element.
NAME - Static variable in class org.objectweb.easybeans.deployment.xml.struct.common.EJBRef
Name of this element.
NAME - Static variable in class org.objectweb.easybeans.deployment.xml.struct.common.EnvEntry
Name of this element.
name - Variable in class org.objectweb.easybeans.deployment.xml.struct.common.MethodDD
Name of the method.
NAME - Static variable in class org.objectweb.easybeans.deployment.xml.struct.common.ResourceEnvRef
Name of this element.
NAME - Static variable in class org.objectweb.easybeans.deployment.xml.struct.common.ResourceRef
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.Interceptor
Name of this element.
NAME - Static variable in class org.objectweb.easybeans.deployment.xml.struct.InterceptorBinding
Name of this element.
NAME - Static variable in class org.objectweb.easybeans.deployment.xml.struct.Interceptors
Name of this element.
NAME - Static variable in class org.objectweb.easybeans.deployment.xml.struct.RemoveMethod
Name of this element.
NAME - Static variable in class org.objectweb.easybeans.deployment.xml.struct.Session
Name of this element.
name - Variable in class org.objectweb.easybeans.log.JDKLogger
Name of this logger.
NAME - Static variable in class org.objectweb.easybeans.security.propagation.rmi.jrmp.interceptors.ClientSecurityInterceptor
Interceptor name.
name() - Method in class org.objectweb.easybeans.security.propagation.rmi.jrmp.interceptors.ClientSecurityInterceptor
Gets the name of this interceptor.
NAME - Static variable in class org.objectweb.easybeans.security.propagation.rmi.jrmp.interceptors.ServerSecurityInterceptor
Name of the interceptor.
name() - Method in class org.objectweb.easybeans.security.propagation.rmi.jrmp.interceptors.ServerSecurityInterceptor
Gets the name of this interceptor.
name - Variable in class org.objectweb.easybeans.security.struct.JPrincipal
Name of this principal.
name - Variable in class org.objectweb.easybeans.xmlconfig.mapping.AbsMapping
Name of the mapping element.
NamedNativeQueries - Annotation Type in javax.persistence
List of NamedNativeQuery objects.
NamedNativeQuery - Annotation Type in javax.persistence
Used to specify a native SQL named query.
NamedQueries - Annotation Type in javax.persistence
List of NamedQuery objects.
NamedQuery - Annotation Type in javax.persistence
The NamedQuery annotation is used to specify a named query in the Java Persistence query language.
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.
NamingInterceptor - Interface in org.objectweb.easybeans.api.naming
The naming interceptors need to implements this interface.
namingManager - Static variable in class org.objectweb.easybeans.container.AbsFactory
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.
nativeSQL(String) - Method in class org.objectweb.easybeans.component.jdbcpool.JConnection
newInstance(Node, ClassMapping) - Method in class org.objectweb.easybeans.xmlconfig.XMLConfiguration
Build class instance for the given node.
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.
nextWork() - Method in class org.objectweb.easybeans.jca.workmanager.ResourceWorkManager
Do the next JWork object to be run.
NO_ID - Static variable in class org.objectweb.easybeans.deployment.annotations.JClassInterceptor
NO ID.
NO_LIMIT - Static variable in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
High Value for no limit for the connection pool.
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.
NonUniqueResultException - Exception in javax.persistence
The NonUniqueResultException is thrown by the persistence provider when Query.getSingleResult is invoked and there is more than one result from the query.
NonUniqueResultException() - Constructor for exception javax.persistence.NonUniqueResultException
Default constructor : builds an exception with an empty message.
NonUniqueResultException(String) - Constructor for exception javax.persistence.NonUniqueResultException
Build an exception with the given message.
NoResultException - Exception in javax.persistence
The NoResultException is thrown by the persistence provider when Query.getSingleResult is invoked and there is no result to return.
NoResultException() - Constructor for exception javax.persistence.NoResultException
Default constructor : builds an exception with an empty message.
NoResultException(String) - Constructor for exception javax.persistence.NoResultException
Build an exception with the given message.
NoSuchEJBException - Exception in javax.ejb
The EJB on which we call methods has been removed.
NoSuchEJBException() - Constructor for exception javax.ejb.NoSuchEJBException
Default constructor : builds an exception with an empty message.
NoSuchEJBException(String) - Constructor for exception javax.ejb.NoSuchEJBException
Build an exception with the given message.
NoSuchEJBException(String, Exception) - Constructor for exception javax.ejb.NoSuchEJBException
Build an exception with the given message and given exception.
NoSuchEntityException - Exception in javax.ejb
The NoSuchEntityException exception is thrown by an Entity Bean instance to its container to report that the invoked business method or callback method could not be completed because of the underlying entity was removed from the database.
This exception may be thrown by the bean class methods that implement the business methods defined in the bean's component interface; and by the ejbLoad and ejbStore methods.
NoSuchEntityException() - Constructor for exception javax.ejb.NoSuchEntityException
Default constructor : builds an exception with an empty message.
NoSuchEntityException(String) - Constructor for exception javax.ejb.NoSuchEntityException
Build an exception with the given message.
NoSuchEntityException(Exception) - Constructor for exception javax.ejb.NoSuchEntityException
Build an exception with the given exception.
NoSuchObjectLocalException - Exception in javax.ejb
The EJB on which we call methods has been removed.
NoSuchObjectLocalException() - Constructor for exception javax.ejb.NoSuchObjectLocalException
Default constructor : builds an exception with an empty message.
NoSuchObjectLocalException(String) - Constructor for exception javax.ejb.NoSuchObjectLocalException
Build an exception with the given message.
NoSuchObjectLocalException(String, Exception) - Constructor for exception javax.ejb.NoSuchObjectLocalException
Build an exception with the given message and given exception.
notifyClose() - Method in class org.objectweb.easybeans.component.jdbcpool.JManagedConnection
Notify a Close event on Connection.
notifyError(SQLException) - Method in class org.objectweb.easybeans.component.jdbcpool.JManagedConnection
Notify an Error event on Connection.
notifyPsClose(JStatement) - Method in class org.objectweb.easybeans.component.jdbcpool.JManagedConnection
A PreparedStatement has been logically closed.
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

objcount - Static variable in class org.objectweb.easybeans.component.jdbcpool.JManagedConnection
Counter of all managed connections created.
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.
ObjectNotFoundException - Exception in javax.ejb
The ObjectNotFoundException exception is thrown by a finder method to indicate that the specified EJB object does not exist.
Only the finder methods that are declared to return a single EJB object use this exception.
ObjectNotFoundException() - Constructor for exception javax.ejb.ObjectNotFoundException
Default constructor : builds an exception with an empty message.
ObjectNotFoundException(String) - Constructor for exception javax.ejb.ObjectNotFoundException
Build an exception with the given message.
ONE - Static variable in class org.objectweb.easybeans.enhancer.bean.Migration21ClassAdapter
Constant = 1.
ONE_DAY - Static variable in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
Nb of milliseconds in a day.
ONE_MIN_MILLI - Static variable in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
One minute in milliseconds.
OneToMany - Annotation Type in javax.persistence
A OneToMany annotation defines a many-valued association with one-to-many multiplicity.
OneToOne - Annotation Type in javax.persistence
The OneToOne annotation defines a single-valued association to another entity that has one-to-one multiplicity.
onMessage(Message) - Method in class org.objectweb.easybeans.container.mdb.MDBMessageListenerEndPoint
Passes a message to the listener.
ONMESSAGE_METHOD - Static variable in class org.objectweb.easybeans.deployment.annotations.helper.bean.mdb.MDBListenerBusinessMethodResolver
onMessage method.
onMessageMethod - Variable in class org.objectweb.easybeans.container.mdb.MDBMessageListenerEndPoint
onMessage() method.
open - Variable in class org.objectweb.easybeans.component.jdbcpool.JManagedConnection
count of opening this connection.
openConnection(String, Transaction) - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
Lookup connection in the pool for this user/tx.
opened - Variable in class org.objectweb.easybeans.component.jdbcpool.JStatement
Is that this statement is opened ?
openedCount - Variable in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
total number of opened physical connections since the datasource creation.
OptimisticLockException - Exception in javax.persistence
The OptimisticLockException is thrown by the persistence provider when an optimistic locking conflict occurs.
OptimisticLockException() - Constructor for exception javax.persistence.OptimisticLockException
Default constructor : builds an exception with an empty message.
OptimisticLockException(String) - Constructor for exception javax.persistence.OptimisticLockException
Build an exception with the given message.
OptimisticLockException(Throwable) - Constructor for exception javax.persistence.OptimisticLockException
Build an exception with the given exception.
OptimisticLockException(String, Throwable) - Constructor for exception javax.persistence.OptimisticLockException
Builds an exception with a given message and given exception.
OptimisticLockException(Object) - Constructor for exception javax.persistence.OptimisticLockException
Build an exception with the given entity.
OptimisticLockException(String, Throwable, Object) - Constructor for exception javax.persistence.OptimisticLockException
Builds an exception with a given message and given exception.
ORB_ITF - Static variable in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
org.omg.CORBA.ORB interface.
ORBInitHelper - Class in org.objectweb.easybeans.injection
This helper allows to get the current ORB of the system.
ORBInitHelper() - Constructor for class org.objectweb.easybeans.injection.ORBInitHelper
Utility class, no public constructor.
OrderBy - Annotation Type in javax.persistence
The OrderBy annotation specifies the ordering of the elements of a collection valued association at the point when the association is retrieved.
orderedInterceptors - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Ordered interceptors.
orderInterceptorClassList - Variable in class org.objectweb.easybeans.deployment.xml.struct.InterceptorBinding
Interceptor-order element.
(which contains a list of interceptor-classList)
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.info - package org.objectweb.easybeans.api.bean.info
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.container - package org.objectweb.easybeans.api.container
Implementation of EJB 3.0 container API
org.objectweb.easybeans.api.injection - package org.objectweb.easybeans.api.injection
Implementation of EJB 3.0 container API for injection.
org.objectweb.easybeans.api.jmx - package org.objectweb.easybeans.api.jmx
Implementation of EJB 3.0 container API for injection.
org.objectweb.easybeans.api.naming - package org.objectweb.easybeans.api.naming
Implementation of EJB 3.0 container API
org.objectweb.easybeans.api.pool - package org.objectweb.easybeans.api.pool
Implementation of EJB 3.0 container API
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.component - package org.objectweb.easybeans.component
Implementation of EJB 3.0 container
org.objectweb.easybeans.component.api - package org.objectweb.easybeans.component.api
Implementation of EJB 3.0 container API
org.objectweb.easybeans.component.carol - package org.objectweb.easybeans.component.carol
HSQLDB component starting an embedded database.
org.objectweb.easybeans.component.hsqldb - package org.objectweb.easybeans.component.hsqldb
HSQLDB component starting an embedded database.
org.objectweb.easybeans.component.itf - package org.objectweb.easybeans.component.itf
Implementation of EJB 3.0 container API
org.objectweb.easybeans.component.jdbcpool - package org.objectweb.easybeans.component.jdbcpool
JDBC pool component that creates datasource object.
org.objectweb.easybeans.component.joram - package org.objectweb.easybeans.component.joram
HSQLDB component starting an embedded database.
org.objectweb.easybeans.component.jotm - package org.objectweb.easybeans.component.jotm
JOTM component for Transactions.
org.objectweb.easybeans.container - package org.objectweb.easybeans.container
Implementation of EJB 3.0 container
org.objectweb.easybeans.container.archive - package org.objectweb.easybeans.container.archive
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.info.security - package org.objectweb.easybeans.container.info.security
Implementation of EJB 3.0 container
org.objectweb.easybeans.container.management - package org.objectweb.easybeans.container.management
Implementation of EJB 3.0 container
org.objectweb.easybeans.container.mdb - package org.objectweb.easybeans.container.mdb
Implementation of EJB 3.0 container
org.objectweb.easybeans.container.mdb.management - package org.objectweb.easybeans.container.mdb.management
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.stateful.interceptors - package org.objectweb.easybeans.container.session.stateful.interceptors
Implementation of EJB 3.0 container
org.objectweb.easybeans.container.session.stateful.management - package org.objectweb.easybeans.container.session.stateful.management
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.container.session.stateless.management - package org.objectweb.easybeans.container.session.stateless.management
Implementation of EJB 3.0 container
org.objectweb.easybeans.container.svc - package org.objectweb.easybeans.container.svc
Implementation of EJB 3.0 container
org.objectweb.easybeans.deployer - package org.objectweb.easybeans.deployer
Implementation of EJB 3.0 container
org.objectweb.easybeans.deployer.management - package org.objectweb.easybeans.deployer.management
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.mdb - package org.objectweb.easybeans.deployment.annotations.helper.bean.mdb
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.helper - package org.objectweb.easybeans.deployment.xml.helper
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.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.client - package org.objectweb.easybeans.enhancer.client
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.jca.workmanager - package org.objectweb.easybeans.jca.workmanager
Implementation of EJB 3.0 container : WorkManager implementation.
org.objectweb.easybeans.jmx - package org.objectweb.easybeans.jmx
Implementation of EJB 3.0 container
org.objectweb.easybeans.jsr77 - package org.objectweb.easybeans.jsr77
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.management - package org.objectweb.easybeans.management
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
Implementation of EJB 3.0 container : Interceptors for Naming
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.api - package org.objectweb.easybeans.persistence.api
Implementation of EJB 3.0 container API
org.objectweb.easybeans.persistence.interceptors - package org.objectweb.easybeans.persistence.interceptors
Implementation of EJB 3.0 container
org.objectweb.easybeans.persistence.openjpa - package org.objectweb.easybeans.persistence.openjpa
Classes for using Apache OpenJPA
org.objectweb.easybeans.persistence.oracle.toplink.essentials - package org.objectweb.easybeans.persistence.oracle.toplink.essentials
Classes for using Oracle Toplink Essentials
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.security.api - package org.objectweb.easybeans.security.api
Implementation of EJB 3.0 container API
org.objectweb.easybeans.security.interceptors - package org.objectweb.easybeans.security.interceptors
Implementation of EJB 3.0 container
org.objectweb.easybeans.security.jacc - package org.objectweb.easybeans.security.jacc
Implementation of EJB 3.0 container
org.objectweb.easybeans.security.jacc.provider - package org.objectweb.easybeans.security.jacc.provider
Implementation of the JACC provider used by EasyBeans.
org.objectweb.easybeans.security.permissions - package org.objectweb.easybeans.security.permissions
Implementation of EJB 3.0 container
org.objectweb.easybeans.security.propagation.context - package org.objectweb.easybeans.security.propagation.context
Implementation of EJB 3.0 container
org.objectweb.easybeans.security.propagation.jonas - package org.objectweb.easybeans.security.propagation.jonas
Implementation of EJB 3.0 container
org.objectweb.easybeans.security.propagation.rmi.jrmp.interceptors - package org.objectweb.easybeans.security.propagation.rmi.jrmp.interceptors
Implementation of EJB 3.0 container.
org.objectweb.easybeans.security.struct - package org.objectweb.easybeans.security.struct
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.management - package org.objectweb.easybeans.server.management
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.loader - package org.objectweb.easybeans.util.loader
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.url - package org.objectweb.easybeans.util.url
Utility class for transforming URL into File or File into URL
org.objectweb.easybeans.util.xml - package org.objectweb.easybeans.util.xml
Implementation of EJB 3.0 container.
org.objectweb.easybeans.xmlconfig - package org.objectweb.easybeans.xmlconfig
Configuration tool.
org.objectweb.easybeans.xmlconfig.mapping - package org.objectweb.easybeans.xmlconfig.mapping
Configuration tool.
originalClassAnnotationMetadata - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
Original parent metadata (if method is inherited).

P

PACKAGE_ELEMENT - Static variable in class org.objectweb.easybeans.xmlconfig.mapping.XMLMappingBuilder
Name of the <package> element.
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.
params - Variable in class org.objectweb.easybeans.deployment.xml.struct.common.MethodDD
List of params.
parse() - Method in class org.objectweb.easybeans.deployment.xml.parsing.EJB3DeploymentDescLoader
Analyze the URL and build an EJB3 object which contains data of the XML.
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.
password - Variable in class org.objectweb.easybeans.component.hsqldb.User
Password.
password - Variable in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
default passwd.
password - Variable in class org.objectweb.easybeans.component.jdbcpool.JDBCPoolComponent
Password.
PATTERN_DATE_TIME - Static variable in class org.objectweb.easybeans.log.JDKFormatter
Date formatter, use the short for date, medium for the time.
permission - Variable in class org.objectweb.easybeans.container.info.security.MethodSecurityInfo
Permission for this method.
permissionManager - Variable in class org.objectweb.easybeans.container.JContainer3
PermissionManager for the security permissions.
PermissionManager - Class in org.objectweb.easybeans.security.permissions
Permission manager for EJB.
PermissionManager(URL, IEJBJarInfo) - Constructor for class org.objectweb.easybeans.security.permissions.PermissionManager
Default Constructor.
PermissionManagerException - Exception in org.objectweb.easybeans.api
Exception thrown if there is a failure in checking permissions.
PermissionManagerException() - Constructor for exception org.objectweb.easybeans.api.PermissionManagerException
Constructs a new runtime exception with null as its detail message.
PermissionManagerException(String) - Constructor for exception org.objectweb.easybeans.api.PermissionManagerException
Constructs a new runtime exception with the specified detail message.
PermissionManagerException(String, Throwable) - Constructor for exception org.objectweb.easybeans.api.PermissionManagerException
Constructs a new runtime exception with the specified detail message and cause.
PermissionManagerException(Throwable) - Constructor for exception org.objectweb.easybeans.api.PermissionManagerException
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).
PermitAll - Annotation Type in javax.annotation.security
Every roles can invole this method or all methods of a given class.
permitAll - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
This class/bean has the permitAll annotation.
permitAll - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
This class/bean has the PermitAll annotation.
persist(Object) - Method in interface javax.persistence.EntityManager
Make an instance managed and persistent.
persist(Object) - Method in class org.objectweb.easybeans.persistence.TxEntityManager
Make an instance managed and persistent.
Persistence - Class in javax.persistence
Bootstrap class that is used to obtain an EntityManagerFactory.
Persistence() - Constructor for class javax.persistence.Persistence
 
PERSISTENCE_NS - Static variable in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfoLoader
Persistence namespace.
PERSISTENCE_PROVIDER - Static variable in class javax.persistence.Persistence
Persistence Provider property.
PERSISTENCE_PROVIDER_JAR_PROPERTY - Static variable in class javax.persistence.Persistence
The provider supplies the provider configuration file by creating a text file named javax.persistence.spi.PersistenceProvider and placing it in the META-INF/services directory of one of its JAR files.
PERSISTENCE_PROVIDER_MAP_PROPERTY - Static variable in class javax.persistence.Persistence
Property present in the map ?
The javax.persistence.provider property was included in the Map passed to createEntityManagerFactory and the value of the property is the provider's implementation class.
PERSISTENCE_SCHEMA_10 - Static variable in class org.objectweb.easybeans.persistence.xml.PersistenceUnitEntityResolver
Persistence Schema.
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 - Annotation Type in javax.persistence
The PersistenceContext annotation is used to express a dependency on a container-managed entity manager persistence context.
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 - Annotation Type in javax.persistence
List of Persistence Contexts.
persistenceContexts - Variable in class org.objectweb.easybeans.persistence.PersistenceUnitManager
List of persistence unit objects managed by their name.
PersistenceContextType - Enum in javax.persistence
Enumeration of possible values for PersistenceContext : Transaction scoped or extended.
PersistenceContextType() - Constructor for enum javax.persistence.PersistenceContextType
 
PersistenceException - Exception in javax.persistence
The PersistenceException is thrown by the persistence provider when a problem occurs.
PersistenceException() - Constructor for exception javax.persistence.PersistenceException
Default constructor : builds an exception with an empty message.
PersistenceException(String) - Constructor for exception javax.persistence.PersistenceException
Build an exception with the given message.
PersistenceException(Throwable) - Constructor for exception javax.persistence.PersistenceException
Build an exception with the given exception.
PersistenceException(String, Throwable) - Constructor for exception javax.persistence.PersistenceException
Builds an exception with a given message and given exception.
PersistenceProperty - Annotation Type in javax.persistence
Property used by Persistence Context.
PersistenceProvider - Interface in javax.persistence.spi
Interface implemented by the persistence provider.
This interface is used to create an EntityManagerFactory.
It is invoked by the container in Java EE environments and by the Persistence class in Java SE environments.
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.
PersistenceUnit - Annotation Type in javax.persistence
The PersistenceUnit annotation is used to express a dependency on an entity manager factory.
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.
PersistenceUnits - Annotation Type in javax.persistence
List of Persistence Units.
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.
physicalConnection - Variable in class org.objectweb.easybeans.component.jdbcpool.JConnection
JDBC connection provided by the DriverManager.
physicalConnection - Variable in class org.objectweb.easybeans.component.jdbcpool.JManagedConnection
Connection to the database.
policy - Static variable in class org.objectweb.easybeans.security.permissions.AbsPermissionManager
Policy to use.
policyConfiguration - Variable in class org.objectweb.easybeans.security.permissions.AbsPermissionManager
JACC Policy configuration.
policyConfigurationFactory - Static variable in class org.objectweb.easybeans.security.jacc.provider.JPolicy
Reference to the EasyBeans PolicyConfigurationFactory.
policyConfigurations - Variable in class org.objectweb.easybeans.security.jacc.provider.JPolicyConfigurationFactory
List of PolicyConfiguration objects.
policyConfigurations - Static variable in class org.objectweb.easybeans.security.jacc.provider.JPolicyConfigurationKeeper
Internal list of JPolicyConfiguration objects.
PolicyProvider - Class in org.objectweb.easybeans.security.jacc
Helper class for initializing the JACC provider.
PolicyProvider() - Constructor for class org.objectweb.easybeans.security.jacc.PolicyProvider
Only internal constructor, as it is an utility class.
Pool<InstanceType,Clue> - Interface in org.objectweb.easybeans.api.pool
Defines a common pool interface used to manage objects.
pool - Variable in class org.objectweb.easybeans.container.AbsFactory
Pool that manage beans instance.
PoolAttributes - Interface in org.objectweb.easybeans.api.pool
Defines the interface used to collect/set information on this pool.
poolConfigure(String, String, String, String, String, String, String, String, String, String) - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
Configure the Connection 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.api.pool
Exception thrown if there is a failure in the pool.
PoolException() - Constructor for exception org.objectweb.easybeans.api.pool.PoolException
Constructs a new runtime exception with null as its detail message.
PoolException(String) - Constructor for exception org.objectweb.easybeans.api.pool.PoolException
Constructs a new runtime exception with the specified detail message.
PoolException(String, Throwable) - Constructor for exception org.objectweb.easybeans.api.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.
poolMax - Variable in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
maximum size of the connection pool.
poolMax - Variable in class org.objectweb.easybeans.component.jdbcpool.JDBCPoolComponent
Pool max.
poolMin - Variable in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
minimum size of the connection pool.
poolMin - Variable in class org.objectweb.easybeans.component.jdbcpool.JDBCPoolComponent
Pool min.
poolnumber - Static variable in class org.objectweb.easybeans.jca.workmanager.ResourceWorkManager
Identifier of this pool.
poolsz - Variable in class org.objectweb.easybeans.jca.workmanager.ResourceWorkManager
The current size of thread pool.
port - Variable in class org.objectweb.easybeans.component.joram.JoramComponent
Port number.
portNumber - Variable in class org.objectweb.easybeans.component.carol.Protocol
Port number (other way to configure the URL).
portNumber - Variable in class org.objectweb.easybeans.component.hsqldb.HSQLDBComponent
port number used.
POST_ACTIVATE - Static variable in class org.objectweb.easybeans.deployment.xml.struct.common.LifeCycleCallback
Name of this element.
POST_CONSTRUCT - Static variable in class org.objectweb.easybeans.deployment.xml.struct.common.LifeCycleCallback
Name of this element.
post_init(JInitInfo) - Method in class org.objectweb.easybeans.security.propagation.rmi.jrmp.interceptors.SecurityInitializer
Nothing to do in post method.
PostActivate - Annotation Type in javax.ejb
Called on a stateful bean's method when activation has been done.
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.
postActivateList - Variable in class org.objectweb.easybeans.deployment.xml.struct.common.AbsEnvironment
List of <post-activate> elements.
postActivateMethodsMetadata - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Methods used for @PostActivate on this class (only one per class but may be defined in super classes).
PostConstruct - Annotation Type in javax.annotation
Call the method annotated with PostConstruct after that a new instance of the class has been built.
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.
postConstructList - Variable in class org.objectweb.easybeans.deployment.xml.struct.common.AbsEnvironment
List of <post-construct> elements.
postConstructMethodsMetadata - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Methods used for @PostConstruct on this class (only one per class but may be defined in super classes).
postEasyBeansInject(EasyBeansBean) - Method in interface org.objectweb.easybeans.api.injection.ResourceInjector
Called after EasyBeans resolution and injection of dependencies.
PostLoad - Annotation Type in javax.persistence
Used to defined the PostLoad callback lifecycle.
PostPersist - Annotation Type in javax.persistence
Used to defined the PostPersist callback lifecycle.
PostRemove - Annotation Type in javax.persistence
Used to defined the PostRemove callback lifecycle.
PostUpdate - Annotation Type in javax.persistence
Used to defined the PostUpdate callback lifecycle.
PRE_DESTROY - Static variable in class org.objectweb.easybeans.deployment.xml.struct.common.LifeCycleCallback
Name of this element.
pre_init(JInitInfo) - Method in class org.objectweb.easybeans.security.propagation.rmi.jrmp.interceptors.SecurityInitializer
In JRMP the 2 method( per and post init have the same consequences ...
PRE_PASSIVATE - Static variable in class org.objectweb.easybeans.deployment.xml.struct.common.LifeCycleCallback
Name of this element.
PreDestroy - Annotation Type in javax.annotation
Call the method annotated by PreDestroy before removing this object from the container.
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.
preDestroyList - Variable in class org.objectweb.easybeans.deployment.xml.struct.common.AbsEnvironment
List of <pre-destroy> elements.
preDestroyMethodsMetadata - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Methods used for @PreDestroy on this class (only one per class but may be defined in super classes).
preEasyBeansInject(EasyBeansBean) - Method in interface org.objectweb.easybeans.api.injection.ResourceInjector
Called before EasyBeans resolution and injection of dependencies.
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.
PREFIX_URL - Static variable in class org.objectweb.easybeans.jmx.JMXRemoteHelper
Prefix for the URL.
prepare(Xid) - Method in class org.objectweb.easybeans.component.jdbcpool.JManagedConnection
Ask the resource manager to prepare for a transaction commit of the transaction specified in xid.
prepareCall(String) - Method in class org.objectweb.easybeans.component.jdbcpool.JConnection
prepareCall(String, int, int) - Method in class org.objectweb.easybeans.component.jdbcpool.JConnection
prepareCall(String, int, int, int) - Method in class org.objectweb.easybeans.component.jdbcpool.JConnection
prepareStatement(String) - Method in class org.objectweb.easybeans.component.jdbcpool.JConnection
prepareStatement(String, int, int) - Method in class org.objectweb.easybeans.component.jdbcpool.JConnection
prepareStatement(String, int) - Method in class org.objectweb.easybeans.component.jdbcpool.JConnection
prepareStatement(String, int, int, int) - Method in class org.objectweb.easybeans.component.jdbcpool.JConnection
prepareStatement(String, int[]) - Method in class org.objectweb.easybeans.component.jdbcpool.JConnection
prepareStatement(String, String[]) - Method in class org.objectweb.easybeans.component.jdbcpool.JConnection
prepareStatement(String, int, int) - Method in class org.objectweb.easybeans.component.jdbcpool.JManagedConnection
Try to find a PreparedStatement in the pool for the given options.
prepareStatement(String) - Method in class org.objectweb.easybeans.component.jdbcpool.JManagedConnection
Try to find a PreparedStatement in the pool.
PrePassivate - Annotation Type in javax.ejb
Called on a stateful bean's method before passivation.
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.
prePassivateList - Variable in class org.objectweb.easybeans.deployment.xml.struct.common.AbsEnvironment
List of <pre-passivate> elements.
prePassivateMethodsMetadata - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Methods used for @PrePassivate on this class (only one per class but may be defined in super classes).
PrePersist - Annotation Type in javax.persistence
Used to defined the PrePersist callback lifecycle.
PreRemove - Annotation Type in javax.persistence
Used to defined the PreRemove callback lifecycle.
PreUpdate - Annotation Type in javax.persistence
Used to defined the PreUpdate callback lifecycle.
previousEntityManager - Variable in class org.objectweb.easybeans.persistence.TxEntityManagerHandler
Previous entity manager (must be kept).
PrimaryKeyJoinColumn - Annotation Type in javax.persistence
The PrimaryKeyJoinColumn annotation specifies a primary key column that is used as a foreign key to join to another table.
The PrimaryKeyJoinColumn annotation is used to join the primary table of an entity subclass in the JOINED mapping strategy to the primary table of its superclass; it is used within a SecondaryTable annotation to join a secondary table to a primary table; and it may be used in a OneToOne mapping in which the primary key of the referencing entity is used as a foreign key to the referenced entity.
PrimaryKeyJoinColumns - Annotation Type in javax.persistence
Composite foreign keys are supported by means of the PrimaryKeyJoinColumns annotation.
printStackTrace() - Method in exception javax.ejb.EJBException
Prints the stack trace on the default stream (System.err).
printStackTrace(PrintStream) - Method in exception javax.ejb.EJBException
Print the stack trace on the given stream.
printStackTrace(PrintWriter) - Method in exception javax.ejb.EJBException
Print the stack trace on the given writer.
proceed() - Method in interface javax.interceptor.InvocationContext
Call the next interceptor in the chain (and at the end it is the intercepted method that is called).
PROCEED_EXCEPTIONS - Static variable in class org.objectweb.easybeans.enhancer.interceptors.EasyBeansInvocationContextGenerator
Exceptions of the proceed method.
processMBeanAttributeNode(ManagedBean, Node) - Static method in class org.objectweb.easybeans.jmx.CommonsModelerExtension
 
processMBeanConstructorNode(ManagedBean, Node) - Static method in class org.objectweb.easybeans.jmx.CommonsModelerExtension
 
processMBeanDescriptorNode(ManagedBean, Node) - Static method in class org.objectweb.easybeans.jmx.CommonsModelerExtension
 
processMBeanNode(Registry, Node) - Static method in class org.objectweb.easybeans.jmx.CommonsModelerExtension
 
processMBeanNotificationNode(ManagedBean, Node) - Static method in class org.objectweb.easybeans.jmx.CommonsModelerExtension
 
processMBeanOperationNode(ManagedBean, Node) - Static method in class org.objectweb.easybeans.jmx.CommonsModelerExtension
 
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
 
Protocol - Class in org.objectweb.easybeans.component.carol
Protocol class which describe the RMI protocol configuration.
Protocol() - Constructor for class org.objectweb.easybeans.component.carol.Protocol
 
protocols - Variable in class org.objectweb.easybeans.component.carol.CarolComponent
List of protocols.
providers - Static variable in class javax.persistence.Persistence
Set of persistence providers.
providersInfo - Static variable in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfoHelper
Defines the default configuration (properties) for each persistence provider.
ps - Variable in class org.objectweb.easybeans.component.jdbcpool.JStatement
Physical PreparedStatement object on which the wrapper is.
psList - Variable in class org.objectweb.easybeans.component.jdbcpool.JManagedConnection
List of PreparedStatement in the pool.
psOpenNb - Variable in class org.objectweb.easybeans.component.jdbcpool.JManagedConnection
Current number of opened prepared statements.
pstmtMax - Variable in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
PreparedStatement pool size per managed connection.
pstmtMax - Variable in class org.objectweb.easybeans.component.jdbcpool.JDBCPoolComponent
Max of prepared statement.
pstmtmax - Variable in class org.objectweb.easybeans.component.jdbcpool.JManagedConnection
Maximum of prepared statements.
publish(LogRecord) - Method in class org.objectweb.easybeans.log.JDKConsoleHandler
Prints the record on the correct writer.
putFieldLoadOpCode(int) - Static method in class org.objectweb.easybeans.enhancer.CommonClassGenerator
Sends the OpCode used in an constructor to set the field.

Q

Query - Interface in javax.persistence
Interface used to control query execution.
QueryHint - Annotation Type in javax.persistence
Hint to use for a named query.
QUEUE_CONN_FACT_NAME - Static variable in class org.objectweb.easybeans.component.joram.JoramComponent
Queue connection factory (for external components).
QUEUE_ITF - Static variable in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
javax.jms.Queue interface.
QUEUECONNECTIONFACTORY_ITF - Static variable in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
javax.jms.QueueConnectionFactory interface.
queues - Variable in class org.objectweb.easybeans.component.joram.JoramComponent
List of queues to create.

R

read(String, ClassLoader, ScanClassVisitor, EjbJarAnnotationMetadata) - Static method in class org.objectweb.easybeans.client.ClientEnhancer
Visits the given class and all available parent classes.
readEJBHome(ObjectInputStream) - Method in interface javax.ejb.spi.HandleDelegate
Deserialize the EJBHome reference corresponding to a HomeHandle.
readEJBObject(ObjectInputStream) - Method in interface javax.ejb.spi.HandleDelegate
Deserialize the EJBObject reference corresponding to a Handle.
readExternal(ObjectInput) - Method in class org.objectweb.easybeans.rpc.LocalCallInvocationHandler
Build our content.
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.
receive_exception(JClientRequestInfo) - Method in class org.objectweb.easybeans.security.propagation.rmi.jrmp.interceptors.ClientSecurityInterceptor
Receive exception interception.
receive_other(JClientRequestInfo) - Method in class org.objectweb.easybeans.security.propagation.rmi.jrmp.interceptors.ClientSecurityInterceptor
Receive other interception.
receive_reply(JClientRequestInfo) - Method in class org.objectweb.easybeans.security.propagation.rmi.jrmp.interceptors.ClientSecurityInterceptor
No receive.
receive_request(JServerRequestInfo) - Method in class org.objectweb.easybeans.security.propagation.rmi.jrmp.interceptors.ServerSecurityInterceptor
Receive request from client.
recomputeBusy() - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
compute current min/max busyConnections.
recomputeToString - Variable in class org.objectweb.easybeans.loader.EasyBeansClassLoader
Need to recompute toString() value ? (urls have changed) True by default (not done).
recover(int) - Method in class org.objectweb.easybeans.component.jdbcpool.JManagedConnection
Obtain a list of prepared transaction branches from a resource manager.
refresh(Object) - Method in interface javax.persistence.EntityManager
Refresh the state of the instance from the database, overwriting changes made to the entity, if any.
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.
refresh() - Method in class org.objectweb.easybeans.security.jacc.provider.JPolicy
Refreshes/reloads the policy configuration.
register(String, EZBComponent) - Method in class org.objectweb.easybeans.component.ComponentRegistry
Register a component.
registerJetty(ServletContextEvent) - Method in class org.objectweb.easybeans.server.war.EasyBeansContextListener
Register the EasyBeans libraries for Jetty.
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).
registerMBean(T) - Method in class org.objectweb.easybeans.jmx.MBeansHelper
Register the instance as a ModelMBean using the delegate.
registerModelerMBean(Object, String) - Static method in class org.objectweb.easybeans.jmx.CommonsModelerHelper
Registers an MBean.
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.
RegistryComponent - Interface in org.objectweb.easybeans.component.itf
Defines the interface for a registry provider.
rejectedFull - Variable in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
total nb of open connection failures because waiter overflow.
rejectedFull - Variable in class org.objectweb.easybeans.pool.JPool
Total nb of instance not served due to an overflow of waiters.
rejectedOther - Variable in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
total nb of open connection failures for any other reason.
rejectedTimeout - Variable in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
total nb of open connection failures because timeout.
rejectedTimeout - Variable in class org.objectweb.easybeans.pool.JPool
Total nb of instance not served due to timeout.
release(InstanceType) - Method in interface org.objectweb.easybeans.api.pool.Pool
Puts back the instance in the pool so it can be reused.
release() - Method in class org.objectweb.easybeans.component.jdbcpool.JManagedConnection
notify as closed.
release() - Method in class org.objectweb.easybeans.container.mdb.MDBMessageEndPoint
This method may be called by the resource adapter to indicate that it no longer needs a proxy endpoint instance.
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.
releaseEndPoint(MDBMessageEndPoint) - Method in class org.objectweb.easybeans.container.mdb.MDBMessageEndPointFactory
Release an endpoint created by this factory.
releaseSavepoint(Savepoint) - Method in class org.objectweb.easybeans.component.jdbcpool.JConnection
Remote - Annotation Type in javax.ejb
Used on a bean/interface to mark it as a remote interface.
remote - Variable in class org.objectweb.easybeans.deployment.xml.struct.common.EJBRef
Remote class (interface).
REMOTE_INTERFACE - Static variable in class org.objectweb.easybeans.rpc.EJBHomeCallRef
Property used for referencing the remote interface class name.
RemoteCallFactory - Class in org.objectweb.easybeans.rpc
Factory creating an EJB proxy for remote calls.
RemoteCallFactory() - Constructor for class org.objectweb.easybeans.rpc.RemoteCallFactory
 
RemoteCallRef - Class in org.objectweb.easybeans.rpc
Defines the Referenceable objectd used by remote EJBs.
RemoteCallRef(String, String, String, boolean) - Constructor for class org.objectweb.easybeans.rpc.RemoteCallRef
Constructor : build a reference.
RemoteHome - Annotation Type in javax.ejb
Adapted view for a remote home (EJB 2.1).
remoteHome - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Remote Home.
remoteHome - Variable in class org.objectweb.easybeans.deployment.xml.struct.Session
Remote Home.
remoteInterface - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Name of the remote interface (used in EJB 2.1 DD).
remoteInterface - Variable in class org.objectweb.easybeans.rpc.EJBHomeCallFactory
Name of the remote interface.
remoteInterface - Variable in class org.objectweb.easybeans.rpc.EJBHomeCallRef
Name of the remote interface.
remoteInterface - Variable in class org.objectweb.easybeans.rpc.EJBHomeRPCInvocationHandler
Remote interface.
remoteInterfaceClass - Variable in class org.objectweb.easybeans.container.svc.EasyBeansMetaData
Remote Home interface class object.
remove(Handle) - Method in interface javax.ejb.EJBHome
Remove an EJB object identified by its handle.
remove(Object) - Method in interface javax.ejb.EJBHome
Remove an EJB object identified by its primary key.
remove(Object) - Method in interface javax.ejb.EJBLocalHome
Remove an EJB object identified by its primary key.
This method can only be used by local clients of an entity bean.
remove() - Method in interface javax.ejb.EJBLocalObject
Remove the EJB local object.
remove() - Method in interface javax.ejb.EJBObject
Remove the EJB object.
Remove - Annotation Type in javax.ejb
Call on this annotated method will do a remove of the stateful bean except if retainIfException is set to true.
remove(Object) - Method in interface javax.persistence.EntityManager
Remove the entity instance.
remove() - Method in class org.objectweb.easybeans.component.jdbcpool.JManagedConnection
remove this item, ignoring exception on close.
remove(PoolType) - Method in class org.objectweb.easybeans.container.AbsFactory
Callback called when object is gonna be removed.
remove(EasyBeansInvocationContext) - Method in class org.objectweb.easybeans.container.session.stateful.interceptors.AbsRemoveInterceptor
Remove from the factory's pool the bean found in the current invocation context.
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.
REMOVE_METHOD - Static variable in class org.objectweb.easybeans.deployment.annotations.helper.bean.EJB21Finder
Signature of the remove method.
RemoveAlwaysInterceptor - Class in org.objectweb.easybeans.container.session.stateful.interceptors
This class manages the removal of the stateful session bean.
RemoveAlwaysInterceptor() - Constructor for class org.objectweb.easybeans.container.session.stateful.interceptors.RemoveAlwaysInterceptor
 
removeComponent(EZBComponent) - Method in class org.objectweb.easybeans.component.ComponentManager
Remove the given component.
removeConfiguration(JPolicyConfiguration) - Static method in class org.objectweb.easybeans.security.jacc.provider.JPolicyConfigurationKeeper
Remove a EasyBeans policy configuration.
removeConnectionEventListener(ConnectionEventListener) - Method in class org.objectweb.easybeans.component.jdbcpool.JManagedConnection
Remove an event listener.
removeContainer(EZBContainer) - Method in class org.objectweb.easybeans.server.Embedded
Remove a given container.
removeContext(String) - Method in interface org.objectweb.easybeans.api.naming.NamingInterceptor
Remove the context associated to a given id.
removeContext(String) - Method in class org.objectweb.easybeans.naming.interceptors.AbsENCInterceptor
Remove the context associated to a given id.
removeContext(Factory) - Static method in class org.objectweb.easybeans.naming.interceptors.ENCManager
Remove the context associated to a factory.
removeContext(String) - Method in class org.objectweb.easybeans.naming.interceptors.TomcatENCInterceptor
Remove the context associated to a given id.
removed - Variable in class org.objectweb.easybeans.rpc.AbsInvocationHandler
Bean has been removed.
removed - Variable in class org.objectweb.easybeans.rpc.JEJBResponse
Bean removed ?
RemoveException - Exception in javax.ejb
The RemoveException exception is thrown at an attempt to remove an EJB object when the enterprise Bean or the container does not allow the EJB object to be removed.
RemoveException() - Constructor for exception javax.ejb.RemoveException
Default constructor : builds an exception with an empty message.
RemoveException(String) - Constructor for exception javax.ejb.RemoveException
Build an exception with the given message.
removeExcludedPolicy() - Method in class org.objectweb.easybeans.security.jacc.provider.JPolicyConfiguration
Used to remove any excluded policy statements from this PolicyConfiguration.
removeFactory(EZBArchiveFactory) - Method in class org.objectweb.easybeans.container.archive.ArchiveManager
Removes the given factory on this manager.
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.
removeMember(Principal) - Method in class org.objectweb.easybeans.security.struct.JGroup
Removes the specified member from the group.
RemoveMethod - Class in org.objectweb.easybeans.deployment.xml.struct
This class manages the <remove-method> element of the xml DD.
RemoveMethod() - Constructor for class org.objectweb.easybeans.deployment.xml.struct.RemoveMethod
 
removeMethods - Variable in class org.objectweb.easybeans.deployment.xml.struct.Session
List of remove-method (only for stateful beans).
RemoveOnlyWithoutExceptionInterceptor - Class in org.objectweb.easybeans.container.session.stateful.interceptors
This class manages the removal of the stateful session bean but only if there was no exception.
RemoveOnlyWithoutExceptionInterceptor() - Constructor for class org.objectweb.easybeans.container.session.stateful.interceptors.RemoveOnlyWithoutExceptionInterceptor
 
removeRole(String) - Method in class org.objectweb.easybeans.security.jacc.provider.JPolicyConfiguration
Used to remove a role and all its permissions from this PolicyConfiguration.
removeUncheckedPolicy() - Method in class org.objectweb.easybeans.security.jacc.provider.JPolicyConfiguration
Used to remove any unchecked policy statements from this PolicyConfiguration.
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.
replaceConsoleHandlerInParentHandlers(Logger) - Method in class org.objectweb.easybeans.log.JDKLogger
Replace the console handler by our handler.
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.JettyENCInterceptor
Method used to reset the component context on the Jetty context factory.
resetComponentContextMethod - Static variable in class org.objectweb.easybeans.naming.interceptors.JOnASENCInterceptor
Method used to reset the component context on the JOnAS naming manager.
resetState() - Method in class org.objectweb.easybeans.security.jacc.provider.JPolicyConfiguration
Reset to OPEN state (Used by PolicyConfigurationFactory).
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.EJB21Finder
Finds business method in a session bean.
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.mdb.MDBListenerBusinessMethodResolver
Mark listener method of the interface as business method.
resolve(ClassAnnotationMetadata) - Static method in class org.objectweb.easybeans.deployment.annotations.helper.bean.SecurityResolver
Adds the right transaction interceptor depending of the transactional attribute set by the user.
resolve(ClassAnnotationMetadata) - Static method in class org.objectweb.easybeans.deployment.annotations.helper.bean.session.SessionBeanInterface
Try to see if bean implements javax.ejb.SessionBean interface.
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.
resolve() - Method in class org.objectweb.easybeans.deployment.xml.helper.MetadataMerge
Do all merging operations.
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.
resolveProxyClass(String[]) - Method in class org.objectweb.easybeans.util.marshalling.CtxClassLoaderObjectInputStream
Returns a proxy class that implements the interfaces named in a proxy class descriptor; subclasses may implement this method to read custom data from the stream along with the descriptors for dynamic proxy classes, allowing them to use an alternate loading mechanism for the interfaces and the proxy class.
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
Used to declare a link to a resource (like a Bean's context, a DataSource, etc).
Resource.AuthenticationType - Enum in javax.annotation
Type of the authentication.
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.
resourceAdapter - Variable in class org.objectweb.easybeans.container.mdb.MDBMessageEndPointFactory
Resource adapter that provides the activation spec implementation.
resourceBundle - Variable in class org.objectweb.easybeans.i18n.I18n
Internal Resource Bundle.
ResourceEnvRef - Class in org.objectweb.easybeans.deployment.xml.struct.common
Class representing resource-env-ref elements used in Java EE components.
ResourceEnvRef() - Constructor for class org.objectweb.easybeans.deployment.xml.struct.common.ResourceEnvRef
Default constructor.
resourceEnvRefList - Variable in class org.objectweb.easybeans.deployment.xml.struct.common.AbsEnvironment
List of <resource-env-ref> elements.
resourceEnvRefName - Variable in class org.objectweb.easybeans.deployment.xml.struct.common.ResourceEnvRef
Name of this resource-env-ref.
resourceEnvRefType - Variable in class org.objectweb.easybeans.deployment.xml.struct.common.ResourceEnvRef
Type of this resource-env-ref.
ResourceInjector - Interface in org.objectweb.easybeans.api.injection
The ResourceInjector interface is a way for other systems to hook inside EasyBeans at injection time.
ResourceRef - Class in org.objectweb.easybeans.deployment.xml.struct.common
Class representing resource-ref elements used in Java EE components.
ResourceRef() - Constructor for class org.objectweb.easybeans.deployment.xml.struct.common.ResourceRef
Default constructor.
resourceRefList - Variable in class org.objectweb.easybeans.deployment.xml.struct.common.AbsEnvironment
List of <resource-ref> elements.
Resources - Annotation Type in javax.annotation
List of resources.
ResourceWork - Class in org.objectweb.easybeans.jca.workmanager
This class defines a work of the JCA API by adding some properties around this work.
ResourceWork(Work, long, ExecutionContext, WorkListener) - Constructor for class org.objectweb.easybeans.jca.workmanager.ResourceWork
Default constructor : build a wrapper around the given work.
ResourceWorkManager - Class in org.objectweb.easybeans.jca.workmanager
Implementation of the Resource Work Manager API.
ResourceWorkManager(TransactionManager, int, int, long) - Constructor for class org.objectweb.easybeans.jca.workmanager.ResourceWorkManager
Default Constructor.
ResourceWorkManagerStoppedException - Exception in org.objectweb.easybeans.jca.workmanager
Exception that means the resource work manager is being stopped.
ResourceWorkManagerStoppedException() - Constructor for exception org.objectweb.easybeans.jca.workmanager.ResourceWorkManagerStoppedException
Constructs a new runtime exception with null as its detail message.
ResourceWorkManagerStoppedException(String) - Constructor for exception org.objectweb.easybeans.jca.workmanager.ResourceWorkManagerStoppedException
Constructs a new runtime exception with the specified detail message.
ResourceWorkManagerStoppedException(String, Throwable) - Constructor for exception org.objectweb.easybeans.jca.workmanager.ResourceWorkManagerStoppedException
Constructs a new runtime exception with the specified detail message and cause.
ResourceWorkManagerStoppedException(Throwable) - Constructor for exception org.objectweb.easybeans.jca.workmanager.ResourceWorkManagerStoppedException
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).
ResourceWorkThread - Class in org.objectweb.easybeans.jca.workmanager
Thread executing works for the work manager.
ResourceWorkThread(ResourceWorkManager, int, int) - Constructor for class org.objectweb.easybeans.jca.workmanager.ResourceWorkThread
Build a thread doing the work.
resRefName - Variable in class org.objectweb.easybeans.deployment.xml.struct.common.ResourceRef
Name of this resource-ref.
resRefType - Variable in class org.objectweb.easybeans.deployment.xml.struct.common.ResourceRef
Type of this resource-ref.
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
 
retainIfException - Variable in class org.objectweb.easybeans.deployment.xml.struct.RemoveMethod
boolean used to know if when there is an exception, the bean should be kept or not.
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.
reuse() - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
Reuses this statement so reset properties.
reUsedPreparedStatements - Variable in class org.objectweb.easybeans.component.jdbcpool.JManagedConnection
Prepared statements that were reused.
rmiClientEnvironment - Variable in class org.objectweb.easybeans.rpc.ClientRPCInvocationHandler
Environment used by the client when lookup on proxy object has be done.
rmiClientEnvironment - Variable in class org.objectweb.easybeans.rpc.rmi.client.RMIClientRPC
Environment to use to get the remote RPC object.
RMIClientRPC - Class in org.objectweb.easybeans.rpc.rmi.client
RMI implementation of the RPC mechanism of EJB requests/responses.
RMIClientRPC(Hashtable<?, ?>) - Constructor for class org.objectweb.easybeans.rpc.rmi.client.RMIClientRPC
Builds a new RMI client RPC with the given rmi environment.
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
 
ROLEBASED_INTERCEPTOR - Static variable in class org.objectweb.easybeans.deployment.annotations.helper.bean.SecurityResolver
Role based interceptor.
rolePermissions - Variable in class org.objectweb.easybeans.security.jacc.provider.JPolicyConfiguration
Role permissions.
roles - Variable in class org.objectweb.easybeans.container.info.security.MethodSecurityInfo
List of roles for this method.
RolesAllowed - Annotation Type in javax.annotation.security
List of roles allowed to invoke a given method or all methods of a given class.
rolesAllowed - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
List of roles that are allowed on this class/bean.
rolesAllowed - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
List of roles that are allowed on this class/bean.
rollback() - Method in interface javax.persistence.EntityTransaction
Roll back the current transaction.
rollback() - Method in class org.objectweb.easybeans.component.jdbcpool.JConnection
In a JDBC-XA driver, Connection.rollback is only called if we are outside a global transaction.
rollback(Savepoint) - Method in class org.objectweb.easybeans.component.jdbcpool.JConnection
rollback(Xid) - Method in class org.objectweb.easybeans.component.jdbcpool.JManagedConnection
Inform the resource manager to roll back work done on behalf of a transaction branch.
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
 
rollback() - Method in class org.objectweb.easybeans.transaction.interceptors.AbsTransactionInterceptor
Rollback the current transaction.
RollbackException - Exception in javax.persistence
The RollbackException is thrown by the persistence provider when EntityTransaction.
RollbackException() - Constructor for exception javax.persistence.RollbackException
Default constructor : builds an exception with an empty message.
RollbackException(String) - Constructor for exception javax.persistence.RollbackException
Build an exception with the given message.
RollbackException(Throwable) - Constructor for exception javax.persistence.RollbackException
Build an exception with the given exception.
RollbackException(String, Throwable) - Constructor for exception javax.persistence.RollbackException
Builds an exception with a given message and given exception.
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).
rpcException - Variable in class org.objectweb.easybeans.rpc.JEJBResponse
RPC Exception (if any).
rpcInvoke(EJBRequest) - Method in interface org.objectweb.easybeans.api.Factory
A remote 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.mdb.MDBFactory
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.SessionFactory
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.jca.workmanager.ResourceWorkThread
Start the thread work.
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.EasyBeans.ShutdownHook
Stop the embedded server.
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
Run-As role used on the class.
runAs - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
The run-as security role (if any).
RUNAS_INTERCEPTOR - Static variable in class org.objectweb.easybeans.deployment.annotations.helper.bean.SecurityResolver
RunAs interceptor.
RunAsAccessInterceptor - Class in org.objectweb.easybeans.security.interceptors
Push run-as subject for new calls.
RunAsAccessInterceptor() - Constructor for class org.objectweb.easybeans.security.interceptors.RunAsAccessInterceptor
 
runAsBean - Variable in class org.objectweb.easybeans.container.EasyBeansEJBContext
Bean is using run-as ?
runAsRole - Variable in class org.objectweb.easybeans.container.info.security.SecurityInfo
Name of the run-as role.
runAsSubject - Variable in class org.objectweb.easybeans.container.info.security.SecurityInfo
Subject for run-as role.

S

sampling() - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
make samples with some monitoring values.
samplingPeriod - Variable in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
sampling period in sec.
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.
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.
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.
scheduleWork(Work) - Method in class org.objectweb.easybeans.jca.workmanager.ResourceWorkManager
Accepts a Work instance for processing.
scheduleWork(Work, long, ExecutionContext, WorkListener) - Method in class org.objectweb.easybeans.jca.workmanager.ResourceWorkManager
Accepts a Work instance for processing.
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.
searchFieldAnnotationMetadata(String) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
searchingDefinedClass(String) - Method in class org.objectweb.easybeans.loader.EasyBeansClassLoader
Search a class in the local repository of classes to define.
searchListGetterSetterMethod(Method[], String, Class) - Method in class org.objectweb.easybeans.xmlconfig.XMLConfiguration
Search getter and setter method in the given set of methods.
searchMethodAnnotationMetadata(String) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
 
SEC_CTX_ID - Static variable in class org.objectweb.easybeans.security.propagation.rmi.jrmp.interceptors.SecurityServiceContext
Security context id.
SecondaryTable - Annotation Type in javax.persistence
The SecondaryTable annotation is used to specify a secondary table for the annotated entity class.
SecondaryTables - Annotation Type in javax.persistence
The SecondaryTables annotation is used to specify multiple secondary tables for an entity.
SECURITY_CURRENT_PROPERTY - Static variable in interface org.objectweb.easybeans.security.api.EZBSecurityCurrent
Switch property for using other implementation than the default one.
SecurityContext - Class in org.objectweb.easybeans.security.propagation.context
Security Context that is exchanged and propagated from clients to beans.
This is also why it is a serializable object (as it has to be exchanged).
The security contains allow to get the current principal and the roles associated to this principal.
RunAs mode is managed by keeping the previous security context.
SecurityContext() - Constructor for class org.objectweb.easybeans.security.propagation.context.SecurityContext
Default private constructor.
SecurityContext(Subject) - Constructor for class org.objectweb.easybeans.security.propagation.context.SecurityContext
Build a security context with the given subject.
securityContext - Variable in class org.objectweb.easybeans.security.propagation.rmi.jrmp.interceptors.SecurityServiceContext
Security context.
SecurityCurrent - Class in org.objectweb.easybeans.security.propagation.context
Manages the current security context associated to the current thread.
SecurityCurrent() - Constructor for class org.objectweb.easybeans.security.propagation.context.SecurityCurrent
 
securityInfo - Variable in class org.objectweb.easybeans.container.info.BeanInfo
Security info.
SecurityInfo - Class in org.objectweb.easybeans.container.info.security
Runtime info about security.
SecurityInfo() - Constructor for class org.objectweb.easybeans.container.info.security.SecurityInfo
Default constructor.
SecurityInfoHelper - Class in org.objectweb.easybeans.container.info.security
Class that creates the runtime security info from the bean metadata.
SecurityInfoHelper() - Constructor for class org.objectweb.easybeans.container.info.security.SecurityInfoHelper
Utility class, no public constructor.
SecurityInitializer - Class in org.objectweb.easybeans.security.propagation.rmi.jrmp.interceptors
Initialize interceptors on client and server.
SecurityInitializer() - Constructor for class org.objectweb.easybeans.security.propagation.rmi.jrmp.interceptors.SecurityInitializer
 
SecurityResolver - Class in org.objectweb.easybeans.deployment.annotations.helper.bean
This class adds the interceptor for the security (if required) on a given method.
SecurityResolver() - Constructor for class org.objectweb.easybeans.deployment.annotations.helper.bean.SecurityResolver
Helper class, no public constructor.
SecurityServiceContext - Class in org.objectweb.easybeans.security.propagation.rmi.jrmp.interceptors
Context exchanged between client/server.
SecurityServiceContext(EZBSecurityContext) - Constructor for class org.objectweb.easybeans.security.propagation.rmi.jrmp.interceptors.SecurityServiceContext
Constructor.
send_exception(JServerRequestInfo) - Method in class org.objectweb.easybeans.security.propagation.rmi.jrmp.interceptors.ServerSecurityInterceptor
Send exception with context.
send_other(JServerRequestInfo) - Method in class org.objectweb.easybeans.security.propagation.rmi.jrmp.interceptors.ServerSecurityInterceptor
Not used by this interceptor.
send_poll(JClientRequestInfo) - Method in class org.objectweb.easybeans.security.propagation.rmi.jrmp.interceptors.ClientSecurityInterceptor
Send client context in pool.
send_reply(JServerRequestInfo) - Method in class org.objectweb.easybeans.security.propagation.rmi.jrmp.interceptors.ServerSecurityInterceptor
Send reply with context to the client.
send_request(JClientRequestInfo) - Method in class org.objectweb.easybeans.security.propagation.rmi.jrmp.interceptors.ClientSecurityInterceptor
Send client context with the request.
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.
SequenceGenerator - Annotation Type in javax.persistence
The SequenceGenerator annotation defines a primary key generator that may be referenced by name when a generator element is specified for the GeneratedValue annotation.
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.AccessLocalException
UID for serialization.
serialVersionUID - Static variable in exception javax.ejb.ConcurrentAccessException
UID for serialization.
serialVersionUID - Static variable in exception javax.ejb.CreateException
UID for serialization.
serialVersionUID - Static variable in exception javax.ejb.DuplicateKeyException
UID for serialization.
serialVersionUID - Static variable in exception javax.ejb.EJBAccessException
UID for serialization.
serialVersionUID - Static variable in exception javax.ejb.EJBException
UID for serialization.
serialVersionUID - Static variable in exception javax.ejb.EJBTransactionRequiredException
UID for serialization.
serialVersionUID - Static variable in exception javax.ejb.EJBTransactionRolledbackException
UID for serialization.
serialVersionUID - Static variable in exception javax.ejb.FinderException
UID for serialization.
serialVersionUID - Static variable in exception javax.ejb.NoSuchEJBException
UID for serialization.
serialVersionUID - Static variable in exception javax.ejb.NoSuchEntityException
UID for serialization.
serialVersionUID - Static variable in exception javax.ejb.NoSuchObjectLocalException
UID for serialization.
serialVersionUID - Static variable in exception javax.ejb.ObjectNotFoundException
UID for serialization.
serialVersionUID - Static variable in exception javax.ejb.RemoveException
UID for serialization.
serialVersionUID - Static variable in exception javax.ejb.TransactionRequiredLocalException
UID for serialization.
serialVersionUID - Static variable in exception javax.ejb.TransactionRolledbackLocalException
UID for serialization.
serialVersionUID - Static variable in exception javax.persistence.EntityExistsException
UID for serialization.
serialVersionUID - Static variable in exception javax.persistence.EntityNotFoundException
UID for serialization.
serialVersionUID - Static variable in exception javax.persistence.NonUniqueResultException
UID for serialization.
serialVersionUID - Static variable in exception javax.persistence.NoResultException
UID for serialization.
serialVersionUID - Static variable in exception javax.persistence.OptimisticLockException
UID for serialization.
serialVersionUID - Static variable in exception javax.persistence.PersistenceException
UID for serialization.
serialVersionUID - Static variable in exception javax.persistence.RollbackException
UID for serialization.
serialVersionUID - Static variable in exception javax.persistence.TransactionRequiredException
UID for serialization.
serialVersionUID - Static variable in exception org.objectweb.easybeans.api.EZBArchiveException
Id for serializable class.
serialVersionUID - Static variable in exception org.objectweb.easybeans.api.EZBContainerException
Id for serializable class.
serialVersionUID - Static variable in exception org.objectweb.easybeans.api.FactoryException
Id for serializable class.
serialVersionUID - Static variable in exception org.objectweb.easybeans.api.injection.EasyBeansInjectionException
Id for serializable class.
serialVersionUID - Static variable in exception org.objectweb.easybeans.api.PermissionManagerException
Id for serializable class.
serialVersionUID - Static variable in exception org.objectweb.easybeans.api.pool.PoolException
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.component.api.EZBComponentException
Id for serializable class.
serialVersionUID - Static variable in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
uid for Serializable class.
serialVersionUID - Static variable in exception org.objectweb.easybeans.component.joram.JoramException
Id for serializable class.
serialVersionUID - Static variable in class org.objectweb.easybeans.container.svc.EasyBeansHandle
UId used for the serialization.
serialVersionUID - Static variable in class org.objectweb.easybeans.container.svc.EasyBeansHomeHandle
UID used for the serialization.
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 exception org.objectweb.easybeans.enhancer.EnhancerException
Id for serializable class.
serialVersionUID - Static variable in exception org.objectweb.easybeans.jca.workmanager.ResourceWorkManagerStoppedException
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 class org.objectweb.easybeans.log.JDKLogger
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.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.EJBHomeRPCInvocationHandler
Id for serializable class.
serialVersionUID - Static variable in class org.objectweb.easybeans.rpc.EJBLocalHomeInvocationHandler
UID for serialization.
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.LocalCallInvocationHandler
UID for serialization.
serialVersionUID - Static variable in class org.objectweb.easybeans.rpc.rmi.server.RMIServerRPCImpl_Stub
 
serialVersionUID - Static variable in exception org.objectweb.easybeans.security.jacc.provider.JPolicyException
Serial version uid (serialization).
serialVersionUID - Static variable in class org.objectweb.easybeans.security.propagation.context.SecurityContext
UID for serialization.
serialVersionUID - Static variable in class org.objectweb.easybeans.security.propagation.rmi.jrmp.interceptors.ClientSecurityInterceptor
Serial version UID.
serialVersionUID - Static variable in class org.objectweb.easybeans.security.propagation.rmi.jrmp.interceptors.SecurityServiceContext
UID for serialization.
serialVersionUID - Static variable in class org.objectweb.easybeans.security.struct.JGroup
UID for serialization.
serialVersionUID - Static variable in class org.objectweb.easybeans.security.struct.JPrincipal
UID for serialization.
serialVersionUID - Static variable in class org.objectweb.easybeans.security.struct.JRole
UID for serialization.
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.url.URLUtilsException
Uid of serializable class.
serialVersionUID - Static variable in exception org.objectweb.easybeans.util.xml.DocumentParserException
Id for serializable class.
serialVersionUID - Static variable in exception org.objectweb.easybeans.xmlconfig.XMLConfigurationException
Id for serializable class.
servedInstance - Variable in class org.objectweb.easybeans.pool.JPool
Total number of instances since the pool creation.
servedOpen - Variable in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
total number of opened connections since the datasource creation.
server - Variable in class org.objectweb.easybeans.component.hsqldb.HSQLDBComponent
HsqlDB server.
serverConfig - Variable in class org.objectweb.easybeans.server.Embedded
Configuration of this server.
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
 
servers - Static variable in class org.objectweb.easybeans.server.EmbeddedManager
Map of embedded servers for some id.
ServerSecurityInterceptor - Class in org.objectweb.easybeans.security.propagation.rmi.jrmp.interceptors
 
ServerSecurityInterceptor() - Constructor for class org.objectweb.easybeans.security.propagation.rmi.jrmp.interceptors.ServerSecurityInterceptor
 
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
Constructor.
SESSION_BEAN_INTERFACE - Static variable in class org.objectweb.easybeans.deployment.annotations.helper.bean.session.SessionBeanInterface
SessionBean interface.
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.
SessionBean - Interface in javax.ejb
The SessionBean interface is implemented by every session enterprise Bean class.
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).
SessionBeanInterface - Class in org.objectweb.easybeans.deployment.annotations.helper.bean.session
This class analyze interfaces of the session bean.
SessionBeanInterface() - Constructor for class org.objectweb.easybeans.deployment.annotations.helper.bean.session.SessionBeanInterface
Helper class, no public constructor.
SessionBeanMBean<F extends SessionFactory> - Class in org.objectweb.easybeans.jsr77
Base MBean for SessionBean (Stateful, Stateless).
SessionBeanMBean() - Constructor for class org.objectweb.easybeans.jsr77.SessionBeanMBean
Creates a new Managed Object.
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.
SessionContext - Interface in javax.ejb
Context provided by Session Bean.
SessionFactory<PoolType extends EasyBeansSB<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.
SessionFactoryIdentifier<T extends SessionFactory> - Class in org.objectweb.easybeans.container.session
Generates an ObjectName for an session factory MBean.
SessionFactoryIdentifier() - Constructor for class org.objectweb.easybeans.container.session.SessionFactoryIdentifier
 
sessionList - Variable in class org.objectweb.easybeans.deployment.xml.struct.EnterpriseBeans
List of <session> elements.
SessionSynchronization - Interface in javax.ejb
The SessionSynchronization interface allows a session Bean instance to be notified by its container of transaction boundaries.
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.
sessionType - Variable in class org.objectweb.easybeans.deployment.xml.struct.Session
Type of session bean (stateless/stateful).
SET_HANDLER - Static variable in class org.objectweb.easybeans.log.JDKLogger
Property to disable the set of our own handler.
setActivationConfigProperties(List<ActivationConfigProperty>) - Method in class org.objectweb.easybeans.container.info.MessageDrivenInfo
Sets the activation config properties.
setAlias(String) - Method in class org.objectweb.easybeans.xmlconfig.mapping.AbsMapping
Sets the alias for this mapping.
setAllowSharedInstance(boolean) - Method in class org.objectweb.easybeans.pool.JPool
Allow to share instances (shouldn't be use in stateful case as one stateful ID is linked to one client.
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.
setApplicationException() - Method in exception org.objectweb.easybeans.rpc.api.RPCException
Mark this exception as an application exception (wrapped exception).
setApplicationExceptions(Map<String, ApplicationException>) - Method in interface org.objectweb.easybeans.api.bean.info.IBeanInfo
Sets the list of application exceptions defined on this ejb jar metadata.
setApplicationExceptions(Map<String, ApplicationException>) - Method in class org.objectweb.easybeans.container.info.BeanInfo
Sets the list of application exceptions defined on this ejb jar metadata.
setArchive(EZBArchive) - 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.
setArray(int, Array) - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
setAsciiStream(int, InputStream, int) - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
setAssemblyDescriptor(AssemblyDescriptor) - Method in class org.objectweb.easybeans.deployment.xml.struct.EJB3
Sets the assembly-descriptor element.
setAttribute(Object, String, String, ClassMapping) - Method in class org.objectweb.easybeans.xmlconfig.XMLConfiguration
Set attribute on the given object.
setAuthenticationType(Resource.AuthenticationType) - Method in class org.objectweb.easybeans.deployment.annotations.impl.JAnnotationResource
Sets the authentication type.
setAutoCommit(boolean) - Method in class org.objectweb.easybeans.component.jdbcpool.JConnection
In a JDBC-XA driver, autocommit is false if we are in a global Tx.
setBeanClass(Class<PoolType>) - Method in class org.objectweb.easybeans.container.AbsFactory
Sets the bean class that will be used to build bean's instance.
setBeanId(Long) - Method in class org.objectweb.easybeans.rpc.AbsInvocationHandler
Sets the id of the bean.
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 interface org.objectweb.easybeans.api.container.EZBSessionContext
Sets the transaction used by this bean.
setBeanTransaction(Transaction) - Method in class org.objectweb.easybeans.container.session.EasyBeansSessionContext
Sets the transaction used by this bean.
setBigDecimal(int, BigDecimal) - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
setBinaryStream(int, InputStream, int) - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
setBlob(int, Blob) - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
setBoolean(int, boolean) - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
setBusinessMethod(boolean) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
This method is a business method.
setByte(int, byte) - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
setBytes(int, byte[]) - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
setCatalog(String) - Method in class org.objectweb.easybeans.component.jdbcpool.JConnection
setCharacterStream(int, Reader, int) - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
setCheckLevel(int) - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
 
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.
setClassName(String) - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
Sets the driver class for JDBC.
setClassName(String) - Method in class org.objectweb.easybeans.deployment.xml.struct.common.AroundInvoke
Sets the name of the class.
setClassname(String) - Method in class org.objectweb.easybeans.deployment.xml.struct.common.InjectionTarget
Sets the name of the class.
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).
setClob(int, Clob) - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
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.JettyENCInterceptor
Method used to set the component context on the Jetty context factory.
setComponentContextMethod - Static variable in class org.objectweb.easybeans.naming.interceptors.JOnASENCInterceptor
Method used to set the component context on the JOnAS naming manager.
setComponents(Components) - Method in class org.objectweb.easybeans.component.ComponentManager
Sets the components object.
setComponents(Components) - Method in class org.objectweb.easybeans.server.Embedded
Sets the components that needs to be launched.
setContainerConfig(EZBContainerConfig) - Method in class org.objectweb.easybeans.container.JContainer3
Configure ths JConatiner.
setContainerId(String) - Method in class org.objectweb.easybeans.rpc.AbsInvocationHandler
Sets the container ID.
setContextId(String) - Method in class org.objectweb.easybeans.security.permissions.AbsPermissionManager
 
setCreatedTime(long) - Method in class org.objectweb.easybeans.pool.PoolEntryStatistics
Sets the value of the creation time of this entry.
setCursorName(String) - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
setDatabaseName(String) - Method in class org.objectweb.easybeans.component.hsqldb.HSQLDBComponent
Sets the database name.
setDatasourceName(String) - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
Sets the name of the datasource.
setDate(int, Date) - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
setDate(int, Date, Calendar) - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
setDeclaredRole(List<String>) - Method in interface org.objectweb.easybeans.api.bean.info.ISecurityInfo
Sets the list of declared roles.
setDeclaredRole(List<String>) - Method in class org.objectweb.easybeans.container.info.security.SecurityInfo
Sets the list of declared roles.
setDeclareRoles(List<String>) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Sets the list of roles declared on this class.
setDefaultInterceptors(Map<InterceptorType, List<JClassInterceptor>>) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.EjbJarAnnotationMetadata
Sets the list of default interceptors that enhancers will use.
These interceptors are defined by XML DD.
setDefaultInterceptorsClasses(JInterceptors) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.EjbJarAnnotationMetadata
Sets the object representing the default interceptor classes.
setDefaultName(boolean) - Method in class org.objectweb.easybeans.deployment.annotations.impl.JCommonBean
Is that this name is a default name ?
setDenyAll(boolean) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
This method has DenyAll annotation.
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.
setDirectoryScanningEnabled(boolean) - Method in class org.objectweb.easybeans.server.ServerConfig
 
setDouble(int, double) - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
setDriver(String) - Method in class org.objectweb.easybeans.component.jdbcpool.JDBCPoolComponent
Sets the name of the JDBC driver.
setDSName(String) - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
 
setEasyBeansContext(EZBEJBContext) - Method in interface org.objectweb.easybeans.api.bean.EasyBeansBean
Defines the EJB context associated to this bean.
setEasyBeansFactory(Factory) - Method in interface org.objectweb.easybeans.api.bean.EasyBeansBean
Defines the factory associated to this bean.
setEasyBeansRemoved(boolean) - Method in interface org.objectweb.easybeans.api.bean.EasyBeansSB
Sets the value to true if the bean is removed.
setEasyBeansStatefulID(Long) - Method in interface org.objectweb.easybeans.api.bean.EasyBeansSFSB
Sets the ID for this stateful 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.AbsEJBRef
Sets the ejb-link value.
setEjbName(String) - Method in class org.objectweb.easybeans.deployment.xml.struct.AbsBean
Set the ejb-name.
setEjbName(String) - Method in class org.objectweb.easybeans.deployment.xml.struct.InterceptorBinding
Sets the name of this ejb (or wildcard).
setEjbRefName(String) - Method in class org.objectweb.easybeans.deployment.xml.struct.common.AbsEJBRef
Sets the name of this ejb-ref.
setEjbRefType(String) - Method in class org.objectweb.easybeans.deployment.xml.struct.common.AbsEJBRef
Sets the type of this reference.
setEnterpriseBeans(EnterpriseBeans) - Method in class org.objectweb.easybeans.deployment.xml.struct.EJB3
Sets the enterprise-beans element.
setEntityContext(EntityContext) - Method in interface javax.ejb.EntityBean
Set the associated entity context.
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.
setEscapeProcessing(boolean) - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
setExcludeClassInterceptors(boolean) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
Flag this method as a method which exclude user interceptors.
setExcludeClassInterceptors(boolean) - Method in class org.objectweb.easybeans.deployment.xml.struct.InterceptorBinding
Exclude or not class interceptors ?
setExcluded(boolean) - Method in interface org.objectweb.easybeans.api.bean.info.IMethodSecurityInfo
This method is excluded (no call allowed if true).
setExcluded(boolean) - Method in class org.objectweb.easybeans.container.info.security.MethodSecurityInfo
This method is excluded (no call allowed if true).
setExcludeDefaultInterceptors(boolean) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Flag this class as a class which exclude default interceptors.
setExcludeDefaultInterceptors(boolean) - Method in interface org.objectweb.easybeans.deployment.annotations.metadata.interfaces.IInterceptorExcludeDefaultInterceptors
Flag this class as a class which exclude default interceptors.
setExcludeDefaultInterceptors(boolean) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
Flag this class as a class which exclude default interceptors.
setExcludeDefaultInterceptors(boolean) - Method in class org.objectweb.easybeans.deployment.xml.struct.InterceptorBinding
Exclude or not default 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.
setExtendingRmiRemote(boolean) - Method in class org.objectweb.easybeans.rpc.AbsInvocationHandler
Sets the flag if interface is extending java.rmi.Remote.
setExternalUserInterceptors(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 outside the bean class (interceptor classes).
setEZBComponents(List<EZBComponent>) - Method in class org.objectweb.easybeans.component.Components
Sets the list of components.
setEZBServer(EZBServer) - Method in interface org.objectweb.easybeans.api.EZBContainerConfig
Sets the easybeans server.
setEZBServer(EZBServer) - Method in class org.objectweb.easybeans.container.JContainerConfig
Sets the embedded server.
setFactories(Map<String, Factory>) - Method in class org.objectweb.easybeans.api.EZBContainerCallbackInfo
Sets the Map of factories managed by this container.
setFactoryName(String) - Method in class org.objectweb.easybeans.rpc.AbsInvocationHandler
Sets the factory's name.
setFetchDirection(int) - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
setFetchSize(int) - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
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
 
setFirstResult(int) - Method in interface javax.persistence.Query
Set the position of the first result to retrieve.
setFloat(int, float) - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
setFlushMode(FlushModeType) - Method in interface javax.persistence.EntityManager
Set the flush mode that applies to all objects contained in the persistence context.
setFlushMode(FlushModeType) - Method in interface javax.persistence.Query
Set the flush mode type to be used for the query execution.
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.
setGlobalEasyBeansInterceptors(List<JClassInterceptor>) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
Sets the list of global interceptors that enhancers will use.
setGlobalSecurityContext(EZBSecurityContext) - Method in interface org.objectweb.easybeans.security.api.EZBSecurityCurrent
Associates the given security context to all threads (JVM).
setGlobalSecurityContext(EZBSecurityContext) - Method in class org.objectweb.easybeans.security.propagation.context.SecurityCurrent
Associates the given security context to all threads (JVM).
setGlobalSecurityContext(EZBSecurityContext) - Method in class org.objectweb.easybeans.security.propagation.jonas.JOnASSecurityCurrent
Associates the given security context to all threads (JVM).
setHashedMethods(Map<Method, Long>) - Method in class org.objectweb.easybeans.rpc.AbsInvocationHandler
Sets the hashed methods.
setHashes(Map<Long, Method>) - Method in class org.objectweb.easybeans.container.AbsFactory
Sets the hashes for the current bean class.
setHint(String, Object) - Method in interface javax.persistence.Query
Set an implementation-specific hint.
setHoldability(int) - Method in class org.objectweb.easybeans.component.jdbcpool.JConnection
setHome(String) - Method in class org.objectweb.easybeans.deployment.xml.struct.common.EJBRef
Sets the value of home element.
setHostname(String) - Method in class org.objectweb.easybeans.component.carol.Protocol
Sets the hostname of this protocol.
setHostname(String) - Method in class org.objectweb.easybeans.component.joram.JoramComponent
Sets the hostname to use.
setInherited(boolean) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.FieldAnnotationMetadata
Sets the inheritance of this method.
setInherited(boolean, ClassAnnotationMetadata) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
Sets the inheritance of this method.
setInitJACC(boolean) - Method in class org.objectweb.easybeans.server.ServerConfig
Init or not JACC at startup.
setInt(int, int) - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
setInterceptorClass(String) - Method in class org.objectweb.easybeans.deployment.xml.struct.Interceptor
Sets the name of the interceptor class.
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.
setInterceptors(Interceptors) - Method in class org.objectweb.easybeans.deployment.xml.struct.EJB3
Sets the interceptors element.
setInterfaceClass(Class) - Method in class org.objectweb.easybeans.rpc.AbsInvocationHandler
Sets the interface that represents this handler.
setInterfaceClass(Class) - Method in class org.objectweb.easybeans.rpc.LocalCallInvocationHandler
Sets the interface that represents this handler.
setInterfaceClassName(String) - Method in class org.objectweb.easybeans.rpc.AbsInvocationHandler
Sets the name of the interface that represents this handler.
setInterfaces(String[]) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Sets the interfaces of this class.
setInternalUserInterceptors(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.
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 interface org.objectweb.easybeans.api.Factory
Sets the java: context.
setJavaContext(Context) - Method in class org.objectweb.easybeans.container.AbsFactory
Sets the java: context.
setJavaxPersistenceContext(JavaxPersistenceContext) - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxPersistencePersistenceContextVisitor
Sets the javaxPersistenceContext object.
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.
setJavaxPersistencePersistenceContexts(List<JavaxPersistenceContext>) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Sets JavaxPersistencePersistenceContexts object.
setJavaxPersistencePersistenceUnits(List<JavaxPersistenceUnit>) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Sets setJavaxPersistencePersistenceUnits object.
setjavaxPersistenceUnit(JavaxPersistenceUnit) - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxPersistencePersistenceUnitVisitor
Sets the javaxPersistenceUnit object.
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.
setJndiName(String) - Method in class org.objectweb.easybeans.component.jdbcpool.JDBCPoolComponent
Sets the JNDI name.
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.
setLifecycleCallbackClass(String) - Method in class org.objectweb.easybeans.deployment.xml.struct.common.LifeCycleCallback
Sets the name of the class.
setLocal(String) - Method in class org.objectweb.easybeans.deployment.xml.struct.common.EJBLocalRef
Sets the value of local element.
setLocalHome(String) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Sets the @LocalHome class name.
setLocalHome(String) - Method in class org.objectweb.easybeans.deployment.xml.struct.common.EJBLocalRef
Sets the value of home element.
setLocalHome(String) - Method in class org.objectweb.easybeans.deployment.xml.struct.Session
Set the local Home.
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.component.jdbcpool.ConnectionManager
setLogWriter(PrintWriter) - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
setLong(int, long) - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
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.
setMappedName(String) - Method in class org.objectweb.easybeans.deployment.xml.struct.common.AbsResourceGroup
Set the mapped name.
setMappedName(String) - Method in class org.objectweb.easybeans.deployment.xml.struct.Session
Set the mapped name.
setMaxAge(int) - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
 
setMaxFieldSize(int) - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
setMaxOpenTime(int) - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
 
setMaxPoolSize(int) - Method in class org.objectweb.easybeans.jca.workmanager.ResourceWorkManager
Sets the max pool size.
setMaxResults(int) - Method in interface javax.persistence.Query
Set the maximum number of results to retrieve.
setMaxRows(int) - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
setMaxWaiters(int) - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
 
setMaxWaitTime(int) - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
 
setMessageDrivenContext(MessageDrivenContext) - Method in interface javax.ejb.MessageDrivenBean
Set the associated message-driven context.
setMessageDrivenInfo(MessageDrivenInfo) - Method in class org.objectweb.easybeans.container.mdb.MDBFactory
Sets the information object for a session bean.
setMessageListenerInterface(String) - Method in class org.objectweb.easybeans.container.info.MessageDrivenInfo
Sets the message listener interface.
setMessageListenerInterface(String) - Method in class org.objectweb.easybeans.deployment.annotations.impl.JMessageDriven
Sets the message listener interface.
setMethod(MethodDD) - Method in class org.objectweb.easybeans.deployment.xml.struct.InterceptorBinding
Method on which define the interceptors.
setMethod(MethodDD) - Method in class org.objectweb.easybeans.deployment.xml.struct.RemoveMethod
Sets the method of the bean which needs to be marked.
setMethodName(String) - Method in class org.objectweb.easybeans.deployment.xml.struct.common.AroundInvoke
Sets the name of the method.
setMethodName(String) - Method in class org.objectweb.easybeans.deployment.xml.struct.common.LifeCycleCallback
Sets the name of the method.
setMinPoolSize(int) - Method in class org.objectweb.easybeans.jca.workmanager.ResourceWorkManager
Sets the min pool size.
setModified() - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Defines that this class has been modified.
setName(String) - Method in interface org.objectweb.easybeans.api.bean.info.IBeanInfo
Sets the name of the bean.
setName(String) - Method in class org.objectweb.easybeans.component.carol.Protocol
Sets the name of this protocol.
setName(String) - Method in class org.objectweb.easybeans.container.info.BeanInfo
Sets the name of the bean.
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.JavaxPersistenceUnit
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).
setName(String) - Method in class org.objectweb.easybeans.deployment.xml.struct.common.MethodDD
Sets the name of the method.
setName(String) - Method in class org.objectweb.easybeans.xmlconfig.mapping.AbsMapping
Sets the name for this mapping.
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.
setNull(int, int) - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
setNull(int, int, String) - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
setObject(int, Object) - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
setObject(int, Object, int) - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
setObject(int, Object, int, int) - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
setOrderedInterceptors(boolean) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Sets flag to true if interceptors are ordered.
setParameter(String, Object) - Method in interface javax.persistence.Query
Bind an argument to a named parameter.
setParameter(String, Date, TemporalType) - Method in interface javax.persistence.Query
Bind an instance of java.util.Date to a named parameter.
setParameter(String, Calendar, TemporalType) - Method in interface javax.persistence.Query
Bind an instance of java.util.Calendar to a named parameter.
setParameter(int, Object) - Method in interface javax.persistence.Query
Bind an argument to a positional parameter.
setParameter(int, Date, TemporalType) - Method in interface javax.persistence.Query
Bind an instance of java.util.Date to a positional parameter.
setParameter(int, Calendar, TemporalType) - Method in interface javax.persistence.Query
Bind an instance of java.util.Calendar to a positional parameter.
setParameters(Object[]) - Method in interface javax.interceptor.InvocationContext
Sets the parameters of the method that is intercepted.
setPassword(String) - Method in class org.objectweb.easybeans.component.hsqldb.User
Sets the password.
setPassword(String) - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
Sets the password used to get connections.
setPassword(String) - Method in class org.objectweb.easybeans.component.jdbcpool.JDBCPoolComponent
Sets the password to use.
setPermission(Permission) - Method in interface org.objectweb.easybeans.api.bean.info.IMethodSecurityInfo
Sets the permission.
setPermission(Permission) - Method in class org.objectweb.easybeans.container.info.security.MethodSecurityInfo
Sets the permission.
setPermissionManager(EZBPermissionManager) - Method in interface org.objectweb.easybeans.api.EZBContainer
Sets the permission manager (that manages EJB permissions).
setPermissionManager(EZBPermissionManager) - Method in class org.objectweb.easybeans.container.JContainer3
Sets the permission manager (that manages EJB permissions).
setPermitAll(boolean) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
This class has PermitAll annotation.
setPermitAll(boolean) - Method in interface org.objectweb.easybeans.deployment.annotations.metadata.interfaces.IAnnotationSecurityPermitAll
This class/method has PermitAll annotation.
setPermitAll(boolean) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
This method has PermitAll annotation.
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(EZBPersistenceUnitManager) - Method in interface org.objectweb.easybeans.api.EZBContainer
Sets the persistence manager object which manages all persistence-unit associated to this container.
setPersistenceUnitManager(EZBPersistenceUnitManager) - 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.
setPolicyConfiguration(PolicyConfiguration) - Method in class org.objectweb.easybeans.security.permissions.AbsPermissionManager
 
setPool(Pool<PoolType, Long>) - Method in class org.objectweb.easybeans.container.AbsFactory
Sets the pool used by this factory.
setPoolMax(int) - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
 
setPoolMax(int) - Method in class org.objectweb.easybeans.component.jdbcpool.JDBCPoolComponent
The maximum size of the JDBC pool.
setPoolMin(int) - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
 
setPoolMin(int) - Method in class org.objectweb.easybeans.component.jdbcpool.JDBCPoolComponent
The minimum size of the JDBC pool.
setPort(int) - Method in class org.objectweb.easybeans.component.joram.JoramComponent
Sets the port number to use.
setPortNumber(int) - Method in class org.objectweb.easybeans.component.carol.Protocol
Sets the port number of this protocol.
setPortNumber(String) - Method in class org.objectweb.easybeans.component.hsqldb.HSQLDBComponent
Sets the port number.
setPortNumber(String) - Method in interface org.objectweb.easybeans.component.itf.EmbeddedDBComponent
Sets the port number.
setPostActivate(boolean) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
Sets true if method has @PostActivate.
setPostConstruct(boolean) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
Sets true if method has @PostConstruct.
setPreDestroy(boolean) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
Sets true if method has @PreDestroy.
setPrePassivate(boolean) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
Sets true if method has @PrePassivate.
setProperties(Properties) - Method in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
Sets the properties use by this unit.
setProtocols(List<Protocol>) - Method in class org.objectweb.easybeans.component.carol.CarolComponent
Sets the list of protocols.
setPstmtMax(int) - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
 
setPstmtMax(int) - Method in class org.objectweb.easybeans.component.jdbcpool.JDBCPoolComponent
Set the max cache of prepared statement.
setPstmtMax(int) - Method in class org.objectweb.easybeans.component.jdbcpool.JManagedConnection
Dynamically change the prepared statement pool size.
setQueryTimeout(int) - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
setQueues(List<String>) - Method in class org.objectweb.easybeans.component.joram.JoramComponent
Sets the initial queues of the Joram server.
setReadOnly(boolean) - Method in class org.objectweb.easybeans.component.jdbcpool.JConnection
setRef(int, Ref) - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
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.
setRemoteHome(String) - Method in class org.objectweb.easybeans.deployment.xml.struct.Session
Set the remote Home.
setRemoteInterface(String) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Set the value of the remote Interface property.
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.
setRemoved(boolean) - Method in class org.objectweb.easybeans.rpc.AbsInvocationHandler
Sets the removed flag.
setRemoved(boolean) - Method in interface org.objectweb.easybeans.rpc.api.EJBResponse
Sets the removed flag.
setRemoved(boolean) - Method in class org.objectweb.easybeans.rpc.JEJBResponse
Sets the removed flag.
setResourceEnvRefName(String) - Method in class org.objectweb.easybeans.deployment.xml.struct.common.ResourceEnvRef
Sets the name of resource-ref.
setResourceEnvRefType(String) - Method in class org.objectweb.easybeans.deployment.xml.struct.common.ResourceEnvRef
Sets the type of this reference.
setResRefName(String) - Method in class org.objectweb.easybeans.deployment.xml.struct.common.ResourceRef
Sets the name of resource-ref.
setResRefType(String) - Method in class org.objectweb.easybeans.deployment.xml.struct.common.ResourceRef
Sets the type of this reference.
setRetainIfException(boolean) - Method in class org.objectweb.easybeans.deployment.xml.struct.RemoveMethod
If there is an exception, the bean should be kept or not.
setRMIEnv(Hashtable<?, ?>) - Method in class org.objectweb.easybeans.rpc.ClientRPCInvocationHandler
Set the RMI environment used by the client when the lookup has been done.
setRolesAllowed(List<String>) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Set the list of roles allowed on this class/method.
setRolesAllowed(List<String>) - Method in interface org.objectweb.easybeans.deployment.annotations.metadata.interfaces.IAnnotationSecurityRolesAllowed
Set the list of roles allowed on this class/method.
setRolesAllowed(List<String>) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
Set the list of roles allowed on this class/method.
setRollbackOnly() - Method in interface javax.ejb.EJBContext
Sets the current transaction in rollback only mode.
setRollbackOnly() - Method in interface javax.persistence.EntityTransaction
Mark the current transaction so that the only possible outcome of the transaction is for the transaction to be rolled back.
setRollbackOnly() - Method in class org.objectweb.easybeans.container.EasyBeansEJBContext
Mark the current transaction for rollback.
setRPCException(RPCException) - Method in interface org.objectweb.easybeans.rpc.api.EJBResponse
Sets the RPC Exception (if any).
setRPCException(RPCException) - Method in class org.objectweb.easybeans.rpc.JEJBResponse
Sets the RPC Exception (if any).
setRunAs(String) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Set the value of the run-as property.
setRunAsRole(String) - Method in interface org.objectweb.easybeans.api.bean.info.ISecurityInfo
Sets the name of the run-as security role.
setRunAsRole(String) - Method in class org.objectweb.easybeans.container.info.security.SecurityInfo
Sets the name of the run-as security role.
setSamplingPeriod(int) - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
 
setSavepoint() - Method in class org.objectweb.easybeans.component.jdbcpool.JConnection
setSavepoint(String) - Method in class org.objectweb.easybeans.component.jdbcpool.JConnection
setSecurityContext(EZBSecurityContext) - Method in interface org.objectweb.easybeans.security.api.EZBSecurityCurrent
Associates the given security context to the current thread.
setSecurityContext(EZBSecurityContext) - Method in class org.objectweb.easybeans.security.propagation.context.SecurityCurrent
Associates the given security context to the current thread.
setSecurityContext(EZBSecurityContext) - Method in class org.objectweb.easybeans.security.propagation.jonas.JOnASSecurityCurrent
Associates the given security context to the current thread.
setSecurityInfo(ISecurityInfo) - Method in interface org.objectweb.easybeans.api.bean.info.IBeanInfo
Sets the security info.
setSecurityInfo(ISecurityInfo) - Method in class org.objectweb.easybeans.container.info.BeanInfo
Sets the security info.
setServerConfig(ServerConfig) - Method in class org.objectweb.easybeans.server.Embedded
Sets the server configuration (not the components).
setSessionBeanInfo(SessionBeanInfo) - Method in class org.objectweb.easybeans.container.session.SessionFactory
Sets the information object for a session bean.
setSessionContext(SessionContext) - Method in interface javax.ejb.SessionBean
Set the associated session context.
SETSESSIONCONTEXT_METHOD - Static variable in class org.objectweb.easybeans.deployment.annotations.helper.bean.session.SessionBeanInterface
setSessionContext() method.
setSessionType(String) - Method in class org.objectweb.easybeans.deployment.xml.struct.Session
Set the session-type.
setShareable(boolean) - Method in class org.objectweb.easybeans.deployment.annotations.impl.JAnnotationResource
Sets the shareable attribute (false/true).
setShort(int, short) - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
setShouldWait(boolean) - Method in class org.objectweb.easybeans.server.ServerConfig
Sets if the server will loop at the end of it's startup.
setStarted() - Method in class org.objectweb.easybeans.jca.workmanager.ResourceWork
Sets the started mode to true.
setString(int, String) - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
setSuperName(String) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Sets the super class name.
setTargetName(String) - Method in class org.objectweb.easybeans.deployment.xml.struct.common.InjectionTarget
Sets the name of the attribute/target of the injection.
setTestStatement(String) - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
 
setTime(int, Time) - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
setTime(int, Time, Calendar) - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
setTimeout(int) - Method in interface org.objectweb.easybeans.component.itf.TMComponent
Set the Transaction Timeout.
setTimeout(int) - Method in class org.objectweb.easybeans.component.jotm.JOTMComponent
Set the Transaction Timeout.
setTimeout(boolean) - Method in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
Sets true if method has @Timeout.
setTimestamp(int, Timestamp) - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
setTimestamp(int, Timestamp, Calendar) - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
setTm(TransactionManager) - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
Sets the transaction managed used by the connections.
setTopics(List<String>) - Method in class org.objectweb.easybeans.component.joram.JoramComponent
Sets the initial topics of the Joram server.
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.
setTransactionIsolation(String) - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
Sets the transaction isolation level of the connections.
setTransactionIsolation(int) - Method in class org.objectweb.easybeans.component.jdbcpool.JConnection
setTransactionManagementType(TransactionManagementType) - Method in interface org.objectweb.easybeans.api.bean.info.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.
setTransactionTimeout(int) - Method in class org.objectweb.easybeans.component.jdbcpool.JManagedConnection
Set the current transaction timeout value for this XAResource instance.
setTransactionType(String) - Method in class org.objectweb.easybeans.deployment.xml.struct.Session
Set the transaction-type.
setTransactionType(PersistenceUnitTransactionType) - Method in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
Sets the transaction type of the entity managers created by the EntityManagerFactory.
setTx(Transaction) - Method in class org.objectweb.easybeans.component.jdbcpool.JManagedConnection
Set the associated transaction.
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.
setTypeMap(Map) - Method in class org.objectweb.easybeans.component.jdbcpool.JConnection
setUnchecked(boolean) - Method in interface org.objectweb.easybeans.api.bean.info.IMethodSecurityInfo
This method is unchecked (if true, all calls are allowed to this method).
setUnchecked(boolean) - Method in class org.objectweb.easybeans.container.info.security.MethodSecurityInfo
This method is unchecked (if true, all calls are allowed to this method).
setUnicodeStream(int, InputStream, int) - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
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.
setUrl(String) - Method in class org.objectweb.easybeans.component.carol.Protocol
Sets the URL used as PROVIDER_URL.
setUrl(String) - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
Sets the url to get connections.
setUrl(String) - Method in class org.objectweb.easybeans.component.jdbcpool.JDBCPoolComponent
Sets the connection's URL.
setURL(int, URL) - Method in class org.objectweb.easybeans.component.jdbcpool.JStatement
setUseID(boolean) - Method in class org.objectweb.easybeans.rpc.AbsInvocationHandler
Sets the flag if all instance build with this ref are unique or not.
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.MethodAnnotationMetadata
Sets the list of user interceptors that enhancers will use.
These interceptors are defined in bean class.
setUserName(String) - Method in class org.objectweb.easybeans.component.hsqldb.User
Sets the username.
setUserName(String) - Method in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
Sets the user for getting connections.
setUsername(String) - Method in class org.objectweb.easybeans.component.jdbcpool.JDBCPoolComponent
Sets the username that is used to get a connection.
setUsers(List<User>) - Method in class org.objectweb.easybeans.component.hsqldb.HSQLDBComponent
Set the list of users.
setUseTM(boolean) - Method in class org.objectweb.easybeans.component.jdbcpool.JDBCPoolComponent
Is that the pool will use transaction or not.
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.
setXaResource(XAResource) - Method in class org.objectweb.easybeans.container.mdb.MDBMessageEndPoint
Sets the XAResource of this message end point.
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.
size() - Method in class org.objectweb.easybeans.deployment.annotations.impl.JInterceptors
 
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.component.hsqldb.HSQLDBComponent
Sleep value.
SLEEP_VALUE - Static variable in class org.objectweb.easybeans.server.Embedded
Default sleep value (for server loop).
sql - Variable in class org.objectweb.easybeans.component.jdbcpool.JStatement
SQL used as statement.
SqlResultSetMapping - Annotation Type in javax.persistence
Specifies the mapping of the result of a native SQL query.
SqlResultSetMappings - Annotation Type in javax.persistence
List of SqlResultSetMapping.
start(EZBContainerCallbackInfo) - Method in interface org.objectweb.easybeans.api.EZBContainerLifeCycleCallback
Called when container is starting.
start() - Method in interface org.objectweb.easybeans.api.EZBManageableContainer
Start this container.
start() - Method in interface org.objectweb.easybeans.api.pool.Pool
Start the pool.
It could create initial instances if specified.
start() - Method in class org.objectweb.easybeans.client.ClientContainer
Start the client container.
start() - Method in interface org.objectweb.easybeans.component.api.EZBComponent
Start method.
This method is called after the init method.
start() - Method in class org.objectweb.easybeans.component.carol.CarolComponent
Start method.
This method is called after the init method.
start() - Method in class org.objectweb.easybeans.component.hsqldb.HSQLDBComponent
Start method.
This method is called after the init method.
start() - Method in class org.objectweb.easybeans.component.jdbcpool.JDBCPoolComponent
Start method.
This method is called after the init method.
start(Xid, int) - Method in class org.objectweb.easybeans.component.jdbcpool.JManagedConnection
Start work on behalf of a transaction branch specified in xid.
start() - Method in class org.objectweb.easybeans.component.joram.JoramComponent
Starts a Joram Server without persistence.
start() - Method in class org.objectweb.easybeans.component.jotm.JOTMComponent
Start method.
This method is called after the init method.
start() - Method in class org.objectweb.easybeans.container.JContainer3
Start this container.
start() - Method in class org.objectweb.easybeans.container.management.JContainer3MBean
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 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.
startComponents() - Method in class org.objectweb.easybeans.component.ComponentManager
Start the components.
startConnector(RegistryComponent) - Static method in class org.objectweb.easybeans.jmx.JMXRemoteHelper
Start a JMX connector (used to do remote administration).
started - Variable in class org.objectweb.easybeans.component.joram.JoramComponent
Server is started ?
started - Variable in class org.objectweb.easybeans.jca.workmanager.ResourceWork
This work has been started or not ? (default = false).
started - Variable in class org.objectweb.easybeans.server.Embedded
Server started ?
startMBeanServer() - Static method in class org.objectweb.easybeans.jmx.MBeanServerHelper
Starts an MBeanServer if no MBeanServer is available.
startWork(Work) - Method in class org.objectweb.easybeans.jca.workmanager.ResourceWorkManager
Accepts a Work instance for processing.
startWork(Work, long, ExecutionContext, WorkListener) - Method in class org.objectweb.easybeans.jca.workmanager.ResourceWorkManager
Accepts a Work instance for processing.
state - Variable in class org.objectweb.easybeans.security.jacc.provider.JPolicyConfiguration
Current state.
Stateful - Annotation Type in javax.ejb
Defined the class annotated by Stateful annotation as a stateful bean.
StatefulSessionBeanMBean - Class in org.objectweb.easybeans.jsr77
StatefulSessionBean JSR77 MBean.
StatefulSessionBeanMBean() - Constructor for class org.objectweb.easybeans.jsr77.StatefulSessionBeanMBean
Creates a new Managed Object.
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.
StatefulSessionFactoryIdentifier - Class in org.objectweb.easybeans.container.session.stateful.management
Generates an ObjectName for an Stateful Session Factory MBean.
StatefulSessionFactoryIdentifier() - Constructor for class org.objectweb.easybeans.container.session.stateful.management.StatefulSessionFactoryIdentifier
 
StatefulSessionFactoryMBean - Class in org.objectweb.easybeans.container.session.stateful.management
Stateful Session Factory JSR77 MBean.
StatefulSessionFactoryMBean() - Constructor for class org.objectweb.easybeans.container.session.stateful.management.StatefulSessionFactoryMBean
Creates a new Managed Object.
Stateless - Annotation Type in javax.ejb
Defined the class annotated by Stateless annotation as a stateless bean.
stateless - Variable in class org.objectweb.easybeans.container.svc.EasyBeansMetaData
Boolean used to indicate if the bean is a stateless bean or not.
StatelessSessionBeanMBean - Class in org.objectweb.easybeans.jsr77
StatelessSessionBean JSR77 MBean.
StatelessSessionBeanMBean() - Constructor for class org.objectweb.easybeans.jsr77.StatelessSessionBeanMBean
Creates a new Managed Object.
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.
StatelessSessionFactoryIdentifier - Class in org.objectweb.easybeans.container.session.stateless.management
Generates an ObjectName for an StatelessSessionBean MBean.
StatelessSessionFactoryIdentifier() - Constructor for class org.objectweb.easybeans.container.session.stateless.management.StatelessSessionFactoryIdentifier
 
StatelessSessionFactoryMBean - Class in org.objectweb.easybeans.container.session.stateless.management
StatelessSessionBean JSR77 MBean.
StatelessSessionFactoryMBean() - Constructor for class org.objectweb.easybeans.container.session.stateless.management.StatelessSessionFactoryMBean
Creates a new Managed Object.
staticMode - Variable in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
Is that generated method is static (client case).
stop(EZBContainerCallbackInfo) - Method in interface org.objectweb.easybeans.api.EZBContainerLifeCycleCallback
Called when container is stopping.
stop() - Method in interface org.objectweb.easybeans.api.EZBManageableContainer
Stop this container.
stop() - Method in interface org.objectweb.easybeans.api.Factory
Stops the factory.
stop() - Method in interface org.objectweb.easybeans.api.pool.Pool
Stop this pool.
stop() - Method in interface org.objectweb.easybeans.component.api.EZBComponent
Stop method.
This method is called when component needs to be stopped.
stop() - Method in class org.objectweb.easybeans.component.carol.CarolComponent
Stop method.
This method is called when component needs to be stopped.
stop() - Method in class org.objectweb.easybeans.component.hsqldb.HSQLDBComponent
Stop method.
This method is called when component needs to be stopped.
stop() - Method in class org.objectweb.easybeans.component.jdbcpool.JDBCPoolComponent
Stop method.
This method is called when component needs to be stopped.
stop() - Method in class org.objectweb.easybeans.component.joram.JoramComponent
Stops the JORAM server (if started).
stop() - Method in class org.objectweb.easybeans.component.jotm.JOTMComponent
Stop method.
This method is called when component needs to be stopped.
stop() - Method in class org.objectweb.easybeans.container.AbsFactory
Stops the factory.
stop() - Method in class org.objectweb.easybeans.container.JContainer3
Stop this container.
stop() - Method in class org.objectweb.easybeans.container.management.JContainer3MBean
Stop this container.
stop() - Method in class org.objectweb.easybeans.container.mdb.MDBFactory
Stops the factory.
stop() - Method in class org.objectweb.easybeans.container.mdb.MDBMessageEndPointFactory
Stops the factory.
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 class org.objectweb.easybeans.server.Embedded
Stops the EJB3 server.
stop() - Method in class org.objectweb.easybeans.server.ra.EasyBeansResourceAdapter
Stopp the embedded server.
stopComponents() - Method in class org.objectweb.easybeans.component.ComponentManager
Stop the components.
stopConnector() - Static method in class org.objectweb.easybeans.jmx.JMXRemoteHelper
Start a JMX connector (used to do remote administration).
stopOrder() - Method in class org.objectweb.easybeans.server.ContainersMonitor
Receives a stop order.
stopped - Variable in class org.objectweb.easybeans.jca.workmanager.ResourceWorkManager
Pool status : by default, it is not stopped.
stopped - Variable in class org.objectweb.easybeans.server.ContainersMonitor
Stop order received ?
stopThreads() - Method in class org.objectweb.easybeans.jca.workmanager.ResourceWorkManager
Remove this WorkManager : Stop all threads.
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.
subject - Variable in class org.objectweb.easybeans.security.propagation.context.SecurityContext
Current subject (subject that has been authenticated).
By default, it is the anonymous subject.
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.
SUFFIX_URL - Static variable in class org.objectweb.easybeans.jmx.JMXRemoteHelper
Suffix for the URL.
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

Table - Annotation Type in javax.persistence
The Table annotation specifies the primary table for the annotated entity.
TableGenerator - Annotation Type in javax.persistence
The TableGenerator annotation defines a primary key generator that may be referenced by name when a generator element is specified for the GeneratedValue annotation.
targetName - Variable in class org.objectweb.easybeans.deployment.xml.struct.common.InjectionTarget
Name of the attribute.
Temporal - Annotation Type in javax.persistence
The Temporal annotation must be specified for persistent fields or properties of type java.util.Date and java.util.Calendar.
TemporalType - Enum in javax.persistence
The TemporalType enum defines the mapping for these temporal types.
TemporalType() - Constructor for enum javax.persistence.TemporalType
 
testStatement - Variable in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
test statement used when checkLevel = 2.
THREAD_TIMEOUT - Static variable in class org.objectweb.easybeans.component.joram.JoramComponent
Thread timeout.
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.
threadLocal - Static variable in class org.objectweb.easybeans.security.propagation.context.SecurityCurrent
Inherited Local thread used to keep the security context.
threadnumber - Static variable in class org.objectweb.easybeans.jca.workmanager.ResourceWorkManager
Thread number (when building ResourceWorkThread, it assigns a new thread number).
THREE - Static variable in class org.objectweb.easybeans.enhancer.bean.Migration21ClassAdapter
Constant = 3.
TimedObject - Interface in javax.ejb
The TimedObject interface contains the callback method that is used to deliver timer expiration notifications.
Timeout - Annotation Type in javax.ejb
Defines a method that will receive timers.
timeout - Variable in class org.objectweb.easybeans.component.jdbcpool.JManagedConnection
Transaction timeout value.
timeout - Variable in class org.objectweb.easybeans.component.jotm.JOTMComponent
Transaction timeout (in seconds).
timeout - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
@Timeout method ?
timeout - Variable in class org.objectweb.easybeans.jca.workmanager.ResourceWork
Timeout for the given work.
Timer - Interface in javax.ejb
The Timer interface contains information about a timer that was created through the EJB Timer Service.
TimerHandle - Interface in javax.ejb
The TimerHandle interface is implemented by all EJB timer handles.
TimerService - Interface in javax.ejb
The TimerService interface provides enterprise bean components with access to the container-provided Timer Service.
TIMERSERVICE_ITF - Static variable in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
javax.ejb.TimerService interface.
tm - Variable in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
Transaction manager.
tm - Static variable in class org.objectweb.easybeans.transaction.JTransactionManager
Internal tm.
TMComponent - Interface in org.objectweb.easybeans.component.itf
Defines the interface for a TM provider.
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.
TOPIC_CONN_FACT_NAME - Static variable in class org.objectweb.easybeans.component.joram.JoramComponent
Topic connection factory (for external components).
TOPIC_ITF - Static variable in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
javax.jms.Topic interface.
TOPICCONNECTIONFACTORY_ITF - Static variable in class org.objectweb.easybeans.enhancer.injection.InjectionClassAdapter
javax.jms.TopicConnectionFactory interface.
topics - Variable in class org.objectweb.easybeans.component.joram.JoramComponent
List of topics to create.
toString() - Method in class org.objectweb.easybeans.container.archive.EZBDirectoryArchiveImpl
 
toString() - Method in class org.objectweb.easybeans.container.archive.EZBJarArchiveImpl
 
toString() - Method in class org.objectweb.easybeans.container.EasyBeansEJBContext
 
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.
toString() - Method in class org.objectweb.easybeans.rpc.AbsInvocationHandler
Gets a string representation for this handler.
toString() - Method in class org.objectweb.easybeans.security.struct.JGroup
Returns a string representation of this principal.
toString() - Method in class org.objectweb.easybeans.security.struct.JPrincipal
Returns a string representation of this principal.
toString() - Method in class org.objectweb.easybeans.xmlconfig.mapping.AbsMapping
Returns a string representation of the object.
toString() - Method in class org.objectweb.easybeans.xmlconfig.mapping.AttributeMapping
Returns a string representation of the object.
toString() - Method in class org.objectweb.easybeans.xmlconfig.mapping.ClassMapping
Returns a string representation of the object.
toString() - Method in class org.objectweb.easybeans.xmlconfig.mapping.XMLMapping
Returns a string representation of the object.
toStringValue - Variable in class org.objectweb.easybeans.loader.EasyBeansClassLoader
String representation used by toString() method.
totalWaiterCount - Variable in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
total nb of waiters since datasource creation.
totalWaiters - Variable in class org.objectweb.easybeans.pool.JPool
Total nb of waiters since pool creation.
totalWaitingTime - Variable in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
total waiting time in milliseconds.
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 class org.objectweb.easybeans.log.JDKLogger
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.
TRANSACTION_PROPERTY - Static variable in class org.objectweb.easybeans.component.joram.JoramComponent
Transaction property (Set to remove persistence settings : transient).
TransactionAttribute - Annotation Type in javax.ejb
Defines the transaction attribute used for all methods on a given class or for a given method.
TransactionAttributeType - Enum in javax.ejb
Available types of transactions.
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
Type of management (container or bean managed transaction).
TransactionManagementType - Enum in javax.ejb
Types of transaction management.
TransactionManagementType() - Constructor for enum javax.ejb.TransactionManagementType
 
transactionManagementType - Variable in class org.objectweb.easybeans.container.EasyBeansEJBContext
Type of transaction.
transactionManagementType - Variable in class org.objectweb.easybeans.container.info.BeanInfo
Management type for the bean.
transactionManagementType - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata
Transaction management type (default = container).
transactionManager - Variable in class org.objectweb.easybeans.component.jotm.JOTMComponent
Transaction manager reference.
transactionManager - Variable in class org.objectweb.easybeans.container.EasyBeansEJBContext
Reference to the transaction manager.
transactionManager - Variable in class org.objectweb.easybeans.jca.workmanager.ResourceWorkManager
TransactionManager to use.
transactionManager - Variable in class org.objectweb.easybeans.transaction.interceptors.AbsTransactionInterceptor
Transaction manager.
TransactionRequiredException - Exception in javax.persistence
The TransactionRequiredException is thrown by the persistence provider when a transaction is required but is not active.
TransactionRequiredException() - Constructor for exception javax.persistence.TransactionRequiredException
Default constructor : builds an exception with an empty message.
TransactionRequiredException(String) - Constructor for exception javax.persistence.TransactionRequiredException
Build an exception with the given message.
TransactionRequiredLocalException - Exception in javax.ejb
This exception indicates that a request carried a null transaction context, but the target object requires an active transaction.
TransactionRequiredLocalException() - Constructor for exception javax.ejb.TransactionRequiredLocalException
Default constructor : builds an exception with an empty message.
TransactionRequiredLocalException(String) - Constructor for exception javax.ejb.TransactionRequiredLocalException
Build an exception with the given message.
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.
TransactionRolledbackLocalException - Exception in javax.ejb
This exception indicates that the transaction associated with processing of the request has been rolled back, or marked to roll back.
TransactionRolledbackLocalException() - Constructor for exception javax.ejb.TransactionRolledbackLocalException
Default constructor : builds an exception with an empty message.
TransactionRolledbackLocalException(String) - Constructor for exception javax.ejb.TransactionRolledbackLocalException
Build an exception with the given message.
TransactionRolledbackLocalException(String, Exception) - Constructor for exception javax.ejb.TransactionRolledbackLocalException
Builds an exception with a given message and given exception.
transactionType - Variable in class org.objectweb.easybeans.deployment.xml.struct.Session
Type of transaction.
transactionType - Variable in class org.objectweb.easybeans.persistence.xml.JPersistenceUnitInfo
Transaction type of the entity managers created by the EntityManagerFactory.
transform(ClassLoader, String, Class<?>, ProtectionDomain, byte[]) - Method in interface javax.persistence.spi.ClassTransformer
Invoked when a class is being loaded or redefined.
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.
Transient - Annotation Type in javax.persistence
The Transient annotation is used to annotate a property or field of an entity class, mapped superclass, or embeddable class.
translateEjbExcludeList(ISecurityInfo) - Method in class org.objectweb.easybeans.security.permissions.PermissionManager
3.1.5.2 Translating the EJB exclude-list
An EJBMethodPermission object must be created for each method element occurring in the exclude-list element of the deployment descriptor.
translateEjbMethodPermission(ISecurityInfo) - Method in class org.objectweb.easybeans.security.permissions.PermissionManager
3.1.5.1 Translating EJB method-permission Elements
For each method element of each method-permission element, an EJBMethodPermission object translated from the method element must be added to the policy statements of the PolicyConfiguration object.
translateEjbSecurityRoleRef(IBeanInfo, ISecurityInfo) - Method in class org.objectweb.easybeans.security.permissions.PermissionManager
3.1.5.3 Translating EJB security-role-ref Elements
For each security-role-ref element appearing in the deployment descriptor, a corresponding EJBRoleRefPermission must be created.
translateMetadata() - Method in interface org.objectweb.easybeans.api.EZBPermissionManager
3.1.5 Translating EJB Deployment Descriptors
A reference to a PolicyConfiguration object must be obtained by calling the getPolicyConfiguration method on the PolicyConfigurationFactory implementation class of the provider configured into the container.
translateMetadata() - Method in class org.objectweb.easybeans.security.permissions.PermissionManager
3.1.5 Translating EJB Deployment Descriptors
A reference to a PolicyConfiguration object must be obtained by calling the getPolicyConfiguration method on the PolicyConfigurationFactory implementation class of the provider configured into the container.
TWO - Static variable in class org.objectweb.easybeans.enhancer.bean.Migration21ClassAdapter
Constant = 2.
tx - Variable in class org.objectweb.easybeans.component.jdbcpool.JManagedConnection
Transaction the connection is involved with.
tx - Variable in class org.objectweb.easybeans.persistence.TxEntityManagerLifeCycle
Tx's association to release.
tx2mc - Variable in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
This HashMap gives the JManagedConnection from its transaction Requests with same tx get always the same connection.
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.container.management.JContainer3Identifier
JMX MBean Type.
TYPE - Static variable in class org.objectweb.easybeans.container.mdb.management.MDBMessageEndPointFactoryIdentifier
JMX MBean Type.
TYPE - Static variable in class org.objectweb.easybeans.container.session.stateful.management.StatefulSessionFactoryIdentifier
JMX MBean Type.
TYPE - Static variable in class org.objectweb.easybeans.container.session.stateless.management.StatelessSessionFactoryIdentifier
JMX MBean Type.
TYPE - Static variable in class org.objectweb.easybeans.deployer.management.DeployerIdentifier
JMX MBean Type.
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.JavaxAnnotationSecurityDeclareRolesVisitor
Type of annotation.
TYPE - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxAnnotationSecurityRunAs
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.classes.JavaxPersistencePersistenceContextsVisitor
Type of annotation.
TYPE - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxPersistencePersistenceUnitsVisitor
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.JavaxAnnotationSecurityPermitAllVisitor
Type of annotation.
TYPE - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxAnnotationSecurityRolesAllowedVisitor
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.JavaxEjbTransactionAttributeVisitor
Type of annotation.
TYPE - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxInterceptorExcludeDefaultInterceptorsVisitor
Type of annotation.
TYPE - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxInterceptorInterceptorsVisitor
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.JavaxAnnotationSecurityDenyAllVisitor
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 - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.method.JavaxInterceptorAroundInvokeVisitor
Type of annotation.
TYPE - Static variable in class org.objectweb.easybeans.deployment.annotations.analyzer.method.JavaxInterceptorExcludeClassInterceptorsVisitor
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.
TYPE - Static variable in class org.objectweb.easybeans.server.management.EmbeddedIdentifier
JMX MBean Type.

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.
unchecked - Variable in class org.objectweb.easybeans.container.info.security.MethodSecurityInfo
Unchecked method ?.
uncheckedPermissions - Variable in class org.objectweb.easybeans.security.jacc.provider.JPolicyConfiguration
Unchecked permissions.
unique - Static variable in class org.objectweb.easybeans.naming.NamingManager
Singleton management: - the constructor is private.
unique - Static variable in class org.objectweb.easybeans.security.jacc.provider.JPolicy
Unique instance of JPolicy.
unique - Static variable in class org.objectweb.easybeans.security.propagation.context.SecurityCurrent
Unique instance of this current object.
UniqueConstraint - Annotation Type in javax.persistence
The UniqueConstraint annotation is used to specify that a unique constraint is to be included in the generated DDL for a primary or secondary table.
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.
unregister(String) - Method in class org.objectweb.easybeans.component.ComponentRegistry
Unregister a component.
unregister(EZBComponent) - Method in class org.objectweb.easybeans.component.ComponentRegistry
Unregister a component.
unregisterMBean(T) - Method in class org.objectweb.easybeans.jmx.MBeansHelper
Unregister the given Object.
unregisterModelerMBean(ObjectName) - Static method in class org.objectweb.easybeans.jmx.CommonsModelerHelper
Unregister the given ObjectName.
unsetEntityContext() - Method in interface javax.ejb.EntityBean
Unset the associated entity context.
updateDescriptors(Registry, InputStream) - Static method in class org.objectweb.easybeans.jmx.CommonsModelerExtension
Update the given Registry (and particulary the inner ManagedBean).
updateRefAddr(Reference) - Method in class org.objectweb.easybeans.rpc.AbsCallRef
Adds some settings to the reference.
updateRefAddr(Reference) - Method in class org.objectweb.easybeans.rpc.EJBHomeCallRef
Adds some settings to the reference.
url - Variable in class org.objectweb.easybeans.component.carol.Protocol
URL (contains host and port).
url - Variable in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
url for database.
url - Variable in class org.objectweb.easybeans.component.jdbcpool.JDBCPoolComponent
URL for accessing to the database.
url - Variable in class org.objectweb.easybeans.deployment.xml.parsing.EJB3DeploymentDescLoader
URL of the file being analyzed.
urlToFile(URL) - Static method in class org.objectweb.easybeans.util.url.URLUtils
Gets a File object for the given URL.
urlToFile2(URL) - Static method in class org.objectweb.easybeans.util.url.URLUtils
Gets a File object for the given URL.
URLUtils - Class in org.objectweb.easybeans.util.url
This class is used to :
- get a File from an URL - get an URL from a file In fact, when there are spaces in a directory name, file.toURL() doesn't escape spaces into %20, this is why this class will help.
This class has to be used both for encoding and decoding URL.
There are methods with checked exceptions or unchecked exceptions.
URLUtils() - Constructor for class org.objectweb.easybeans.util.url.URLUtils
Utility class.
URLUtilsException - Exception in org.objectweb.easybeans.util.url
The class URKUtilsException indicates conditions that a reasonable application might want to catch.
URLUtilsException() - Constructor for exception org.objectweb.easybeans.util.url.URLUtilsException
Constructs a new FileUtilsException with no detail message.
URLUtilsException(String) - Constructor for exception org.objectweb.easybeans.util.url.URLUtilsException
Constructs a new FileUtilsException with the specified message.
URLUtilsException(String, Throwable) - Constructor for exception org.objectweb.easybeans.util.url.URLUtilsException
Constructs a new FileUtilsException with the specified message and throwable.
usage() - Method in class org.objectweb.easybeans.client.ClientContainer
Print the usage of this client.
USE_ID - Static variable in class org.objectweb.easybeans.rpc.AbsCallRef
Property used for using an unique ID or not.
useCommonsLogging - Static variable in class org.objectweb.easybeans.log.JLogFactory
Use commons logging instead ?
useID - Variable in class org.objectweb.easybeans.rpc.AbsCallRef
useID : true if all instance build with this ref are unique (stateful), false if it references the same object (stateless).
useID - Variable in class org.objectweb.easybeans.rpc.AbsInvocationHandler
useID true if all instance build with this ref are unique (stateful), false if it references the same object (stateless).
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.
User - Class in org.objectweb.easybeans.component.hsqldb
Class for the representation of a user with username and password.
User() - Constructor for class org.objectweb.easybeans.component.hsqldb.User
Default constructor.
USER_XML_FILE - Static variable in class org.objectweb.easybeans.server.EasyBeans
User XML file.
useReflection - Variable in class org.objectweb.easybeans.container.mdb.MDBMessageListenerEndPoint
Use reflection or not ?
userInterceptors - Variable in class org.objectweb.easybeans.deployment.annotations.metadata.MethodAnnotationMetadata
User interceptors.
userName - Variable in class org.objectweb.easybeans.component.hsqldb.User
Username.
userName - Variable in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
default user.
username - Variable in class org.objectweb.easybeans.component.jdbcpool.JDBCPoolComponent
Username.
users - Variable in class org.objectweb.easybeans.component.hsqldb.HSQLDBComponent
List of users.
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.
useTM - Variable in class org.objectweb.easybeans.component.jdbcpool.JDBCPoolComponent
Use transaction or not ?

V

validate() - Method in class org.objectweb.easybeans.component.jdbcpool.JDBCPoolComponent
Validate current data.
validate(EasyBeansMDB, PoolEntryStatistics) - Method in class org.objectweb.easybeans.container.mdb.MDBFactory
Validate an instance by giving some statistics.
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).
validateActivationSpec() - Method in class org.objectweb.easybeans.container.mdb.MDBMessageEndPointFactory
Validate the configuration used p, tje activation spec object.
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 ?
validating - Variable in class org.objectweb.easybeans.xmlconfig.XMLConfiguration
Validating when parsing xml ?
VALIDATING_OFF - Static variable in class org.objectweb.easybeans.xmlconfig.XMLConfiguration
By default, no validation.
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.CascadeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.DiscriminatorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.EnumType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.FetchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.FlushModeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.GenerationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.InheritanceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.LockModeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.PersistenceContextType
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 javax.persistence.TemporalType
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.security.jacc.provider.JPolicyConfiguration.State
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.CascadeType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum javax.persistence.DiscriminatorType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum javax.persistence.EnumType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum javax.persistence.FetchType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum javax.persistence.FlushModeType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum javax.persistence.GenerationType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum javax.persistence.InheritanceType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum javax.persistence.LockModeType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum javax.persistence.PersistenceContextType
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 javax.persistence.TemporalType
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.security.jacc.provider.JPolicyConfiguration.State
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.
Version - Annotation Type in javax.persistence
The Version annotation specifies the version field or property of an entity class that serves as its optimistic lock value.
Version - Class in org.objectweb.easybeans.server
Sets the EasyBeans version.
Version() - Constructor for class org.objectweb.easybeans.server.Version
No public constructor.
VERSION - Static variable in class org.objectweb.easybeans.server.Version
Version.
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.classes.JavaxPersistencePersistenceContextsVisitor
Visits a primitive value of the annotation.
visit(String, Object) - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxPersistencePersistenceUnitsVisitor
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 (ignore it).
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.JavaxAnnotationSecurityDeclareRolesVisitor
Visits the end of the annotation.
visitEnd() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxAnnotationSecurityRunAs
Visits the end of the annotation.
Creates the object and store it.
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.classes.JavaxPersistencePersistenceContextsVisitor
Visits the end of the annotation.
visitEnd() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxPersistencePersistenceUnitsVisitor
Visits the end of the annotation.
visitEnd() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxAnnotationResourceVisitor
Visits the end of the annotation.
visitEnd() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxAnnotationSecurityPermitAllVisitor
Visits the end of the annotation.
Creates the object and store it.
visitEnd() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxAnnotationSecurityRolesAllowedVisitor
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.JavaxEjbTransactionAttributeVisitor
Visits the end of the annotation.
visitEnd() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxInterceptorExcludeDefaultInterceptorsVisitor
Visits the end of the annotation.
Creates the object and store it.
visitEnd() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.JavaxInterceptorInterceptorsVisitor
Visits the end of the annotation.
Creates the object and store it.
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.JavaxAnnotationSecurityDenyAllVisitor
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.method.JavaxInterceptorAroundInvokeVisitor
Visits the end of the annotation.
Creates the object and store it.
visitEnd() - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.method.JavaxInterceptorExcludeClassInterceptorsVisitor
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.bean.Migration21ClassAdapter
Visits the end of the class.
visitEnd() - Method in class org.objectweb.easybeans.enhancer.client.ClientLifeCycleAdapter
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.bean.Migration21ClassAdapter
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.
visitParameterAnnotation(int, String, boolean) - Method in class org.objectweb.easybeans.deployment.annotations.analyzer.ScanMethodVisitor
Visits an annotation of a parameter this method (ignore it).
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.
WAITER_TIMEOUT - Static variable in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
Default timeout for waiters (10s).
waiterCount - Variable in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
count max waiters during current period.
waitersHigh - Variable in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
maximum nb of waiters since datasource creation.
waitersHighRecent - Variable in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
maximum nb of waiters in last sampling period.
waiterTimeout - Variable in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
max nb of milliseconds to wait for a connection when pool is empty.
waiterTimeout - Variable in class org.objectweb.easybeans.pool.JPool
Max nb of milliseconds to wait for an object when the pool is full.
waitingHigh - Variable in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
max waiting time in milliseconds.
waitingHighRecent - Variable in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
max waiting time in milliseconds in last sampling period.
waitingTime - Variable in class org.objectweb.easybeans.component.jdbcpool.ConnectionManager
count max waiting time during current period.
waitingTime - Variable in class org.objectweb.easybeans.jca.workmanager.ResourceWorkManager
The time to wait (in millisec).
warn(Object, Object...) - Method in class org.objectweb.easybeans.log.CommonsLoggerImpl
Log a message with warn log level.
warn(Object, Object...) - Method in class org.objectweb.easybeans.log.JDKLogger
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
 
WILDCARD - Static variable in class org.objectweb.easybeans.deployment.xml.helper.MetadataMerge
Wildcard attribute.
work - Variable in class org.objectweb.easybeans.jca.workmanager.ResourceWork
Work object that is wrapped.
workList - Variable in class org.objectweb.easybeans.jca.workmanager.ResourceWorkManager
List of ResourceWork (which wrap Work object).
workListener - Variable in class org.objectweb.easybeans.jca.workmanager.ResourceWork
Listener that is notified when work are accepted/rejected/started/completed.
workManager - Variable in class org.objectweb.easybeans.component.joram.JoramBootstrapContext
Work Manager.
workManager - Variable in class org.objectweb.easybeans.component.joram.JoramComponent
WorkManager used by this component.
workManager - Variable in class org.objectweb.easybeans.jca.workmanager.ResourceWorkThread
Resource WorkManager used by this worker thread.
wrapped - Variable in class org.objectweb.easybeans.log.CommonsLoggerImpl
Wrapped commons logging logger.
writeEJBHome(EJBHome, ObjectOutputStream) - Method in interface javax.ejb.spi.HandleDelegate
Serialize the EJBHome reference corresponding to a HomeHandle.
writeEJBObject(EJBObject, ObjectOutputStream) - Method in interface javax.ejb.spi.HandleDelegate
Serialize the EJBObject reference corresponding to a Handle.
writeExternal(ObjectOutput) - Method in class org.objectweb.easybeans.rpc.LocalCallInvocationHandler
Save our content.

X

xaConnection - Variable in class org.objectweb.easybeans.component.jdbcpool.JConnection
XA connection which receive events.
xaResource - Variable in class org.objectweb.easybeans.container.mdb.MDBMessageEndPoint
XAResource of this message end point.
xaTerm - Variable in class org.objectweb.easybeans.component.joram.JoramBootstrapContext
XATerminator object.
XML_SCHEMA - Static variable in class org.objectweb.easybeans.deployment.xml.parsing.EJB3EntityResolver
XML schema.
XMLConfiguration - Class in org.objectweb.easybeans.xmlconfig
XML configuration class that configure a given object with an xml configuration file.
XMLConfiguration(URL) - Constructor for class org.objectweb.easybeans.xmlconfig.XMLConfiguration
Build an xml configuration with the given xml configuration file.
XMLConfigurationException - Exception in org.objectweb.easybeans.xmlconfig
Exception thrown if there is a failure in the configuration with XML file.
XMLConfigurationException() - Constructor for exception org.objectweb.easybeans.xmlconfig.XMLConfigurationException
Constructs a new runtime exception with null as its detail message.
XMLConfigurationException(String) - Constructor for exception org.objectweb.easybeans.xmlconfig.XMLConfigurationException
Constructs a new runtime exception with the specified detail message.
XMLConfigurationException(String, Throwable) - Constructor for exception org.objectweb.easybeans.xmlconfig.XMLConfigurationException
Constructs a new runtime exception with the specified detail message and cause.
xmlConfigurationURL - Variable in class org.objectweb.easybeans.xmlconfig.XMLConfiguration
URL of the configuration file.
XMLMapping - Class in org.objectweb.easybeans.xmlconfig.mapping
Mapping for a given name space.
It contains all classes mapping.
XMLMapping() - Constructor for class org.objectweb.easybeans.xmlconfig.mapping.XMLMapping
Default constructor.
xmlMapping - Variable in class org.objectweb.easybeans.xmlconfig.mapping.XMLMappingBuilder
The mapping used for the given namespace.
XMLMappingBuilder - Class in org.objectweb.easybeans.xmlconfig.mapping
Allows to build the Mapping object for a set of classes.
XMLMappingBuilder(URL) - Constructor for class org.objectweb.easybeans.xmlconfig.mapping.XMLMappingBuilder
Builds a new mapping builder.
xmlns - Variable in class org.objectweb.easybeans.deployment.xml.parsing.EJB3DeploymentDescLoader
Namespace to use when analyzing the XML file.
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 Q R S T U V W X