A C G H I O S T V W

A

addActivationConfigProperty(ActivationConfigProperty) - Method in interface org.ow2.util.ee.metadata.ejbjar.api.struct.IJMessageDriven
Adds an activation config property.
addAlias(String) - Method in interface org.ow2.util.ee.metadata.ejbjar.api.struct.IJCommonBean
Adds an alias to the list of the names.
addEjbJarClassMetadata(IEjbJarClassMetadata<E>) - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarDeployableMetadata
Add annotation metadata for a given class.
addInterface(String) - Method in interface org.ow2.util.ee.metadata.ejbjar.api.struct.IJInterface
Add an interface.
AnalyzerException - Exception in org.ow2.util.ee.metadata.ejbjar.api.exceptions
Exception thrown if there is a failure in an analyzer.
AnalyzerException() - Constructor for exception org.ow2.util.ee.metadata.ejbjar.api.exceptions.AnalyzerException
Constructs a new runtime exception with null as its detail message.
AnalyzerException(String) - Constructor for exception org.ow2.util.ee.metadata.ejbjar.api.exceptions.AnalyzerException
Constructs a new runtime exception with the specified detail message.
AnalyzerException(String, Throwable) - Constructor for exception org.ow2.util.ee.metadata.ejbjar.api.exceptions.AnalyzerException
Constructs a new runtime exception with the specified detail message and cause.

C

ClassType - Enum in org.ow2.util.ee.metadata.ejbjar.api
Defines the available type for a class.
contains(String) - Method in interface org.ow2.util.ee.metadata.ejbjar.api.struct.IJInterface
 

G

getActivationConfigProperties() - Method in interface org.ow2.util.ee.metadata.ejbjar.api.struct.IJMessageDriven
Gets the activation config properties.
getAliases() - Method in interface org.ow2.util.ee.metadata.ejbjar.api.struct.IJCommonBean
 
getAnnotationInterceptors() - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarClassMetadata
 
getApplicationException() - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarClassMetadata
 
getApplicationExceptions() - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarDeployableMetadata
Gets the list of application exceptions defined on this ejb jar metadata.
getClassName() - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarClassMetadata
 
getClassName() - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IJClassInterceptor
 
getDeclareRoles() - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarClassMetadata
 
getDefaultInterceptorsClasses() - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarDeployableMetadata
 
getDescription() - Method in interface org.ow2.util.ee.metadata.ejbjar.api.struct.IJCommonBean
 
getEjbJarArchiveMetadata() - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarClassMetadata
 
getEjbJarClassMetadata(String) - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarDeployableMetadata
Get class annotation metadata.
getEjbJarClassMetadataCollection() - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarDeployableMetadata
Get collections of bean annotation metadata.
getEjbJarClassMetadataForEjbName(String) - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarDeployableMetadata
Gets the class metadata for the given ejb-name.
getExternalUserEasyBeansInterceptors() - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarClassMetadata
 
getGlobalEasyBeansInterceptors() - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarClassMetadata
 
getInterfaces() - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarClassMetadata
 
getInterfaces() - Method in interface org.ow2.util.ee.metadata.ejbjar.api.struct.IJInterface
 
getInternalUserEasyBeansInterceptors() - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarClassMetadata
 
getJMessageDriven() - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarClassMetadata
 
getJMethod() - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IJClassInterceptor
 
getLocalHome() - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarClassMetadata
 
getLocalInterfaces() - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarClassMetadata
 
getMappedName() - Method in interface org.ow2.util.ee.metadata.ejbjar.api.struct.IJCommonBean
 
getMessageListenerInterface() - Method in interface org.ow2.util.ee.metadata.ejbjar.api.struct.IJMessageDriven
 
getName() - Method in interface org.ow2.util.ee.metadata.ejbjar.api.struct.IJCommonBean
 
getRemoteHome() - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarClassMetadata
 
getRemoteInterface() - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarClassMetadata
 
getRemoteInterfaces() - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarClassMetadata
 
getRolesAllowed() - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarClassMetadata
 
getRunAs() - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarClassMetadata
 
getSuperName() - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarClassMetadata
 
getTransactionAttributeType() - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarClassMetadata
 
getTransactionManagementType() - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarClassMetadata
 

H

hasPermitAll() - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarClassMetadata
 

I

IEjbJarClassMetadata<E extends org.ow2.util.ee.deploy.api.deployable.EJBDeployable<E>> - Interface in org.ow2.util.ee.metadata.ejbjar.api
IEjbJarClassMetadata.
IEjbJarDeployableMetadata<E extends org.ow2.util.ee.deploy.api.deployable.EJBDeployable<E>> - Interface in org.ow2.util.ee.metadata.ejbjar.api
IEjbJarDeployableMetadata.
IJClassInterceptor - Interface in org.ow2.util.ee.metadata.ejbjar.api
IJClassInterceptor.
IJCommonBean - Interface in org.ow2.util.ee.metadata.ejbjar.api.struct
IJCommonBean.
IJInterface - Interface in org.ow2.util.ee.metadata.ejbjar.api.struct
IJInterface.
IJLocal - Interface in org.ow2.util.ee.metadata.ejbjar.api.struct
 
IJMessageDriven - Interface in org.ow2.util.ee.metadata.ejbjar.api.struct
IJMessageDriven.
IJRemote - Interface in org.ow2.util.ee.metadata.ejbjar.api.struct
 
InterceptorsValidationException - Exception in org.ow2.util.ee.metadata.ejbjar.api.exceptions
Exception thrown if there is a failure in an interceptor.
InterceptorsValidationException() - Constructor for exception org.ow2.util.ee.metadata.ejbjar.api.exceptions.InterceptorsValidationException
Constructs a new runtime exception with null as its detail message.
InterceptorsValidationException(String) - Constructor for exception org.ow2.util.ee.metadata.ejbjar.api.exceptions.InterceptorsValidationException
Constructs a new runtime exception with the specified detail message.
InterceptorsValidationException(String, Throwable) - Constructor for exception org.ow2.util.ee.metadata.ejbjar.api.exceptions.InterceptorsValidationException
Constructs a new runtime exception with the specified detail message and cause.
InterceptorType - Enum in org.ow2.util.ee.metadata.ejbjar.api
This class defines the type available for life cycle events.
isAroundInvokeMethodMetadata() - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarClassMetadata
 
isBean() - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarClassMetadata
 
isDefaultName() - Method in interface org.ow2.util.ee.metadata.ejbjar.api.struct.IJCommonBean
 
isExcludedDefaultInterceptors() - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarClassMetadata
 
isInterceptor() - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarClassMetadata
Is that this class is an interceptor class ?
isMdb() - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarClassMetadata
 
isOrderedInterceptors() - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarClassMetadata
 
isSession() - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarClassMetadata
 
isStateful() - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarClassMetadata
 
isStateless() - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarClassMetadata
 

O

org.ow2.util.ee.metadata.ejbjar.api - package org.ow2.util.ee.metadata.ejbjar.api
Implementation of EJB 3.0 container
org.ow2.util.ee.metadata.ejbjar.api.exceptions - package org.ow2.util.ee.metadata.ejbjar.api.exceptions
Implementation of EJB 3.0 container
org.ow2.util.ee.metadata.ejbjar.api.struct - package org.ow2.util.ee.metadata.ejbjar.api.struct
Implementation of EJB 3.0 container

S

SessionBeanValidationException - Exception in org.ow2.util.ee.metadata.ejbjar.api.exceptions
Exception thrown if there is a failure in a bean.
SessionBeanValidationException() - Constructor for exception org.ow2.util.ee.metadata.ejbjar.api.exceptions.SessionBeanValidationException
Constructs a new runtime exception with null as its detail message.
SessionBeanValidationException(String) - Constructor for exception org.ow2.util.ee.metadata.ejbjar.api.exceptions.SessionBeanValidationException
Constructs a new runtime exception with the specified detail message.
SessionBeanValidationException(String, Throwable) - Constructor for exception org.ow2.util.ee.metadata.ejbjar.api.exceptions.SessionBeanValidationException
Constructs a new runtime exception with the specified detail message and cause.
setAnnotationsInterceptors(IJInterceptors) - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarClassMetadata
Sets the object representing the @javax.interceptor.Interceptors annotation.
setApplicationException(ApplicationException) - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarClassMetadata
Sets the object representing the @ApplicationException annotation.
setClassType(ClassType) - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarClassMetadata
Sets the type of this class.
setDeclareRoles(List<String>) - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarClassMetadata
Sets the list of roles declared on this class.
setDefaultInterceptorsClasses(IJInterceptors) - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarDeployableMetadata
Sets the object representing the default interceptor classes.
setDefaultName(boolean) - Method in interface org.ow2.util.ee.metadata.ejbjar.api.struct.IJCommonBean
Is that this name is a default name ?
setDescription(String) - Method in interface org.ow2.util.ee.metadata.ejbjar.api.struct.IJCommonBean
Sets the description.
setExcludeDefaultInterceptors(boolean) - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarClassMetadata
Flag this class as a class which exclude default interceptors.
setExternalUserInterceptors(Map<InterceptorType, List<IJClassInterceptor>>) - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarClassMetadata
Sets the list of user interceptors that enhancers will use.
These interceptors are defined outside the bean class (interceptor classes).
setGlobalEasyBeansInterceptors(List<IJClassInterceptor>) - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarClassMetadata
Sets the list of global interceptors that enhancers will use.
setInterfaces(String[]) - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarClassMetadata
construct a new JClass.
setInternalUserInterceptors(Map<InterceptorType, List<IJClassInterceptor>>) - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarClassMetadata
Sets the list of user interceptors that enhancers will use.
These interceptors are defined in bean class.
setJMessageDriven(IJMessageDriven) - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarClassMetadata
Sets the message driven bean object.
setLocalHome(String) - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarClassMetadata
Sets the @LocalHome class name.
setLocalInterfaces(IJLocal) - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarClassMetadata
Sets the local interfaces of this class.
setMappedName(String) - Method in interface org.ow2.util.ee.metadata.ejbjar.api.struct.IJCommonBean
Sets the mapped name.
setMessageListenerInterface(String) - Method in interface org.ow2.util.ee.metadata.ejbjar.api.struct.IJMessageDriven
Sets the message listener interface.
setModified() - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarClassMetadata
Defines that this class has been modified.
setName(String) - Method in interface org.ow2.util.ee.metadata.ejbjar.api.struct.IJCommonBean
Sets the bean name.
setOrderedInterceptors(boolean) - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarClassMetadata
Sets flag to true if interceptors are ordered.
setPermitAll(boolean) - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarClassMetadata
This class has PermitAll annotation.
setRemoteHome(String) - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarClassMetadata
Sets the @RemoteHome class name.
setRemoteInterface(String) - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarClassMetadata
Set the value of the remote Interface property.
setRemoteInterfaces(IJRemote) - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarClassMetadata
Sets the remote interfaces of this class.
setRolesAllowed(List<String>) - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarClassMetadata
Set the list of roles allowed on this class/method.
setRunAs(String) - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarClassMetadata
Set the value of the run-as property.
setTransactionAttributeType(TransactionAttributeType) - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarClassMetadata
Set Transaction Attribute Type.
setTransactionManagementType(TransactionManagementType) - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarClassMetadata
Sets transaction management type.

T

TransactionAttributeLevel - Enum in org.ow2.util.ee.metadata.ejbjar.api
Different type of level available to set the transaction attribute.

V

valueOf(String) - Static method in enum org.ow2.util.ee.metadata.ejbjar.api.ClassType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.util.ee.metadata.ejbjar.api.InterceptorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.util.ee.metadata.ejbjar.api.TransactionAttributeLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.ow2.util.ee.metadata.ejbjar.api.ClassType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.ow2.util.ee.metadata.ejbjar.api.InterceptorType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.ow2.util.ee.metadata.ejbjar.api.TransactionAttributeLevel
Returns an array containing the constants of this enum type, in the order they're declared.

W

wasModified() - Method in interface org.ow2.util.ee.metadata.ejbjar.api.IEjbJarClassMetadata
 

A C G H I O S T V W

Copyright © 2007-2008 OW2 Consortium. All Rights Reserved.