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

A

AbsAnnotationVisitor<T> - Class in com.bm.ejb3metadata.annotations.analyzer
This class manages the setter/getter of annotation visitor.
AbsAnnotationVisitor() - Constructor for class com.bm.ejb3metadata.annotations.analyzer.AbsAnnotationVisitor
Constructor (default).
AbsAnnotationVisitor(T) - Constructor for class com.bm.ejb3metadata.annotations.analyzer.AbsAnnotationVisitor
Constructor.
AbsBean - Class in com.bm.ejb3metadata.xml.struct
Defines common rules used by Bean (Session, MDB).
AbsBean() - Constructor for class com.bm.ejb3metadata.xml.struct.AbsBean
Constructor.
AbsCommonEjbVisitor<T extends JCommonBean> - Class in com.bm.ejb3metadata.annotations.analyzer.classes
This class manages the handling of common annotations used by beans.
AbsCommonEjbVisitor(ClassAnnotationMetadata) - Constructor for class com.bm.ejb3metadata.annotations.analyzer.classes.AbsCommonEjbVisitor
Constructor.
AbstractContext - Class in com.bm.jndi
Implements all Interface methods with unimplemented exception.
AbstractContext() - Constructor for class com.bm.jndi.AbstractContext
 
AbstractIntrospector<T> - Class in com.bm.introspectors
Abstract instrospector fur Session, MDBs und JBoss services.
AbstractIntrospector(Class<? extends T>) - Constructor for class com.bm.introspectors.AbstractIntrospector
Constructor.
AbstractPersistentClassIntrospector<T> - Class in com.bm.introspectors
This class implements the common methods for all concrete inspectors.
AbstractPersistentClassIntrospector() - Constructor for class com.bm.introspectors.AbstractPersistentClassIntrospector
 
AbstractRelation - Class in com.bm.introspectors.relations
Abstract class for representation of relations.
AbstractRelation(Class, Class, Property, Property, FetchType, CascadeType[]) - Constructor for class com.bm.introspectors.relations.AbstractRelation
Default constructor.
accept(Class) - Static method in class com.bm.introspectors.MDBIntrospector
Returns true is this intorspector accept this class.
accept(Class) - Static method in class com.bm.introspectors.SessionBeanIntrospector
Returns true is this intorspector accept this class.
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.
AccessType - Enum in com.bm.utils
Defines the access type.
AccessTypeFinder - Class in com.bm.utils
This class will find out a access type (FIELD, METHOD).
acknowledge() - Method in interface javax.jms.Message
Acknowledges all consumed messages of the session of this consumed message.
ActivationConfigProperty - Annotation Type in javax.ejb
Properties used by a Message Driven Bean to set properties.
add(T) - Method in class com.bm.testsuite.dataloader.EntityInitialDataSet
The inherited class can call this method to add some data.
addActivationConfigProperty(ActivationConfigProperty) - Method in class com.bm.ejb3metadata.annotations.impl.JMessageDriven
Adds an activation config property.
addAroundInvokeMethodMetadata(MethodAnnotationMetadata) - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
Add a @AroundInvoke method of this class.
addBusinessLocal(String) - Method in class com.bm.ejb3metadata.xml.struct.Session
Add the business-local interface.
addBusinessRemote(String) - Method in class com.bm.ejb3metadata.xml.struct.Session
Add the business-remote interface.
addClass(String) - Method in class com.bm.ejb3metadata.annotations.impl.JInterceptors
Add a class.
addClassAnnotationMetadata(ClassAnnotationMetadata) - Method in class com.bm.ejb3metadata.annotations.metadata.EjbJarAnnotationMetadata
Add annotation metadata for a given class.
addClasses(String...) - Static method in class com.bm.ejb3metadata.annotations.metadata.MetaDataCache
Adds explicit matadate form annotated classes to the ejb3unit framework
addDateFormat(DateFormats) - Method in class com.bm.testsuite.dataloader.CSVInitialDataSet
Allows to specify a user specific date format pattern's.
addFieldAnnotationMetadata(FieldAnnotationMetadata) - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
Add field annotation metadata for a given Bean.
addInteface2ImplMap(Map<String, String>) - Method in class com.bm.creators.DynamicDIModuleCreator
Adds a map with interface impl.
addInteface2ImplMap(Map<String, String>) - Method in class com.bm.creators.MockedDIModuleCreator
Adds a map with interface impl.
addInterface(String) - Method in class com.bm.ejb3metadata.annotations.impl.JInterface
Add an interface.
addMethodAnnotationMetadata(MethodAnnotationMetadata) - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
Add method annotation metadata for a given Bean.
addPersistenceClasses(Class<?>...) - Method in class com.bm.utils.injectinternal.EntityManagerProvider
Adds new entities to test - we will create only a persistence manager factory if the setting has changed (new entites added).
addPersistenceClasses(Collection<Class<?>>) - Method in class com.bm.utils.injectinternal.EntityManagerProvider
Adds new entities to test - we will create only a persistence manager factory if the setting has changed (new entites added).
addPostActivateMethodMetadata(MethodAnnotationMetadata) - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
Adds a @PostActivate method of this class.
addPostConstructMethodMetadata(MethodAnnotationMetadata) - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
Adds a @PostConstruct method of this class.
addPreDestroyMethodMetadata(MethodAnnotationMetadata) - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
Adds a @PreDestroy method of this class.
addPrePassivateMethodMetadata(MethodAnnotationMetadata) - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
Adds a @PrePassivate method of this class.
addSession(Session) - Method in class com.bm.ejb3metadata.xml.struct.EnterpriseBeans
Adds a new <session> element to enterprise beans.
addToEnvironment(String, Object) - Method in class com.bm.jndi.AbstractContext
AFTER - Static variable in class com.bm.utils.csv.CSVLexer
 
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.
afterCreation(Object) - Method in class com.bm.creators.BeanCreationListener
Will be called by ejb3guice after creation.
allProceduresAreCallable() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether the current user can call all the procedures returned by the method getProcedures.
allTablesAreSelectable() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether the current user can use all the tables returned by the method getTables in a SELECT statement.
analyze() - Method in class com.bm.ejb3metadata.annotations.analyzer.AnnotationDeploymentAnalyzer
Analyzes the archive and fill metadata struct.
AnalyzerException - Exception in com.bm.ejb3metadata.annotations.exceptions
Exception thrown if there is a failure in an analyzer.
AnalyzerException() - Constructor for exception com.bm.ejb3metadata.annotations.exceptions.AnalyzerException
Constructs a new runtime exception with null as its detail message.
AnalyzerException(String) - Constructor for exception com.bm.ejb3metadata.annotations.exceptions.AnalyzerException
Constructs a new runtime exception with the specified detail message.
AnalyzerException(String, Throwable) - Constructor for exception com.bm.ejb3metadata.annotations.exceptions.AnalyzerException
Constructs a new runtime exception with the specified detail message and cause.
AnnonatedClassFinder - Class in com.bm.ejb3metadata.finder
Scann a given archive or folder for annotated classes.
AnnonatedClassFinder() - Constructor for class com.bm.ejb3metadata.finder.AnnonatedClassFinder
Constructor.
AnnotationDeploymentAnalyzer - Class in com.bm.ejb3metadata.annotations.analyzer
This class finds the annotated class and fill metadata class.
AnnotationDeploymentAnalyzer(File) - Constructor for class com.bm.ejb3metadata.annotations.analyzer.AnnotationDeploymentAnalyzer
Constructor.
Archive which will be used when analyzing.
AnnotationType - Interface in com.bm.ejb3metadata.annotations.analyzer
Interface allowing to know the type of annotation.
ie : "Ljavax/ejb/Local;" for @Local
annotationType() - Method in class com.bm.ejb3metadata.annotations.impl.JActivationConfigProperty
 
annotationType() - Method in class com.bm.ejb3metadata.annotations.impl.JApplicationException
 
annotationType() - Method in class com.bm.ejb3metadata.annotations.impl.JRemove
 
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.
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
assertCollectionsEqual(Collection<? extends T>, Collection<? extends T>) - Method in class com.bm.testsuite.BaseTest
Assert that the two collections are the same irrespective of order.
assertEqualsImplementation(Class<? extends T>, String...) - Static method in class com.bm.utils.AutomaticBeanEqualsTester
Executes the automatic eauals test.
assertFalse(String, boolean) - Static method in class com.bm.testsuite.BaseTest
Assert that the specified condition is false.
assertFalse(boolean) - Static method in class com.bm.testsuite.BaseTest
Assert that the specified condition is false.
assertInstanceOf(String, T, Class<? extends T>) - Method in class com.bm.testsuite.BaseTest
Assert that the specified object is an instance of this class.
assertInstanceOf(T, Class<? extends T>) - Method in class com.bm.testsuite.BaseTest
Assert that the specified object is an instance of this class.
AutomaticBeanEqualsTester - Class in com.bm.utils
This class tests simple Bean-Classes automatically.
AutomaticBeanEqualsTester() - Constructor for class com.bm.utils.AutomaticBeanEqualsTester
 

B

BadDelimiterException - Exception in com.bm.utils.csv
Signals that binary data was encountered and continuing with a text operation would likely corrupt the data.
BadDelimiterException() - Constructor for exception com.bm.utils.csv.BadDelimiterException
Constructs an IOException with null as its error detail message.
BadDelimiterException(String) - Constructor for exception com.bm.utils.csv.BadDelimiterException
Constructs an exception with the specified detail message.
BadQuoteException - Exception in com.bm.utils.csv
Signals that binary data was encountered and continuing with a text operation would likely corrupt the data.
BadQuoteException() - Constructor for exception com.bm.utils.csv.BadQuoteException
Constructs an IOException with null as its error detail message.
BadQuoteException(String) - Constructor for exception com.bm.utils.csv.BadQuoteException
Constructs an exception with the specified detail message.
BaseEntityFixture<T> - Class in com.bm.testsuite
This class is the base executes for all entity beans the automated test cases.
BaseEntityFixture(Class<T>) - Constructor for class com.bm.testsuite.BaseEntityFixture
Default constructor.
BaseEntityFixture(Class<T>, Generator[]) - Constructor for class com.bm.testsuite.BaseEntityFixture
Additional constructor.
BaseEntityFixture(Class<T>, Generator<?>[], Class<?>[]) - Constructor for class com.bm.testsuite.BaseEntityFixture
Additional constructor.
BaseJbossServiceFixture<T> - Class in com.bm.testsuite
Base Jboss-Service test case.
BaseJbossServiceFixture(Class<T>, Class[]) - Constructor for class com.bm.testsuite.BaseJbossServiceFixture
Constructor.
BaseJbossServiceFixture(Class<T>, Class[], InitialDataSet...) - Constructor for class com.bm.testsuite.BaseJbossServiceFixture
Constructor.
BaseRandomDataGenerator - Class in com.bm.datagen.utils
This class creates pseudo random data for java primitives Date, String, etc.
BaseSessionBeanFixture<T> - Class in com.bm.testsuite
This is the base class for all JUnit test - testing stateless/statefull SessionBeans (EJB 3.0 Specification conform).
BaseSessionBeanFixture(Class<T>, Class<?>[], InitialDataSet...) - Constructor for class com.bm.testsuite.BaseSessionBeanFixture
Constructor.
BaseSessionBeanFixture(Class<T>, Class<?>[]) - Constructor for class com.bm.testsuite.BaseSessionBeanFixture
Constructor.
BaseSessionBeanFixture(Class<T>, IIntrospector<T>, Class<?>[], InitialDataSet...) - Constructor for class com.bm.testsuite.BaseSessionBeanFixture
Protected Constructor> possible to pass another introspector
BaseTest - Class in com.bm.testsuite
Superclass of all EJB3unit methods.
BaseTest(String) - Constructor for class com.bm.testsuite.BaseTest
Create an instance.
BaseTest() - Constructor for class com.bm.testsuite.BaseTest
Default costructor.
BaseUniqueValueGenerator<T> - Class in com.bm.datagen.utils
Hleper class which helps to generate unique values.
BaseUniqueValueGenerator() - Constructor for class com.bm.datagen.utils.BaseUniqueValueGenerator
 
BasicDataSource - Class in com.bm.utils
Basic implementation of javax.sql.DataSource that is configured via Ejb3Prop properties.
BasicDataSource(Ejb3UnitCfg) - Constructor for class com.bm.utils.BasicDataSource
Constructor.
BeanCollectionGenerator<T> - Class in com.bm.datagen.relation
Generates N entity beans (using own configurator settings) to enable bean creation for beans which are using 1:M or N:M relations.
BeanCollectionGenerator(Class<T>, Generator<?>[], int) - Constructor for class com.bm.datagen.relation.BeanCollectionGenerator
Constructor using additional generator (for this generator).
BeanCollectionGenerator(Class<T>, int) - Constructor for class com.bm.datagen.relation.BeanCollectionGenerator
Default constructor.
BeanCreationListener - Class in com.bm.creators
Protokolls which objects are created.
BeanCreationListener() - Constructor for class com.bm.creators.BeanCreationListener
 
BeanEqualsTester - Class in com.bm.utils
Helper method to test the equality of beans.
BEFORE - Static variable in class com.bm.utils.csv.CSVLexer
lexical states
beforeCompletion() - Method in interface javax.ejb.SessionSynchronization
The beforeCompletion method notifies a session Bean instance that a transaction is about to be committed.
bind(Name, Object) - Method in class com.bm.jndi.AbstractContext
bind(String, Object) - Method in class com.bm.jndi.AbstractContext
bind() - Method in class com.bm.jndi.Ejb3UnitJndiBinder
 
bind(String, Object) - Method in class com.bm.jndi.MemoryContext
buildInsertSQL() - Method in class com.bm.testsuite.dataloader.CSVInitialDataSet
Returns the insert SQL.
BusinessMethodResolver - Class in com.bm.ejb3metadata.annotations.helper.bean
This class resolves the business method for bean class by looking at the interfaces.

C

callCleanup(Generator<?>) - Method in class com.bm.datagen.utils.GeneratorDependencyInjector
Invokes all annotated clean up methods.
callPrepare(Generator<?>) - Method in class com.bm.datagen.utils.GeneratorDependencyInjector
Invokes all annotated Prepare methods at the current generator.
cancel() - Method in class com.bm.utils.substitues.FakedTimer
Cause the timer and all its associated expiration notifications to be cancelled.
cancel() - Method in class com.bm.utils.substitues.TimerMock
Cause the timer and all its associated expiration notifications to be cancelled.
cancel() - Method in interface javax.ejb.Timer
Cause the timer and all its associated expiration notifications to be cancelled.
changeDelimiter(char) - Method in class com.bm.utils.csv.CSVLexer
Change this Lexer so that it uses a new delimiter.
changeDelimiter(char) - Method in interface com.bm.utils.csv.CSVParse
Change this parser so that it uses a new delimiter.
changeDelimiter(char) - Method in class com.bm.utils.csv.CSVParser
Change this parser so that it uses a new delimiter.
changeQuote(char) - Method in class com.bm.utils.csv.CSVLexer
Change this Lexer so that it uses a new character for quoting.
changeQuote(char) - Method in interface com.bm.utils.csv.CSVParse
Change this parser so that it uses a new character for quoting.
changeQuote(char) - Method in class com.bm.utils.csv.CSVParser
Change this parser so that it uses a new character for quoting.
ClassAnnotationMetadata - Class in com.bm.ejb3metadata.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 com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
Constructor.
ClassFinder - Class in com.bm.ejb3metadata.finder
This class discover implementations for interfaces.
ClassFinder() - Constructor for class com.bm.ejb3metadata.finder.ClassFinder
 
classMetaData - Variable in class com.bm.introspectors.AbstractIntrospector
 
Classpath - Class in com.bm
 
Classpath() - Constructor for class com.bm.Classpath
 
ClassType - Enum in com.bm.ejb3metadata.annotations
Defines the available type for a class.
cleanup() - Method in class com.bm.creators.EntityBeanCreator
This method should be called every time before an entity creation task > this method tells every generator to call his clenup method (annotation).
cleanup() - Method in class com.bm.creators.EntityInstanceCreator
This method should be called every time before an entity creation task > this method tells every generator to call his cleanup method (annotation).
cleanup() - Method in class com.bm.datagen.DataGenerator
This method should be called every time before an entity creation task > this method tells every generator to call his cleanup method (annotation).
cleanup(EntityManager) - Method in class com.bm.testsuite.dataloader.CSVInitialDataSet
Deletes the data.
cleanup(EntityManager) - Method in class com.bm.testsuite.dataloader.EntityInitialDataSet
Deletes the data.
cleanup(EntityManager) - Method in interface com.bm.testsuite.dataloader.InitialDataSet
Deletes the data.
cleanup(Connection, PreparedStatement, ResultSet) - Static method in class com.bm.utils.SQLUtils
Close the resources.
cleanup(Connection) - Static method in class com.bm.utils.SQLUtils
Close the resources.
cleanup(Connection, PreparedStatement) - Static method in class com.bm.utils.SQLUtils
Close the resources.
CleanupGenerator - Annotation Type in com.bm.datagen.annotations
If a method is anotated with this annotation the methos get called in the tearDown method of the JUnit test.
clearBody() - Method in interface javax.jms.Message
Clears out the message body.
clearProperties() - Method in interface javax.jms.Message
Clears a message's properties.
clone() - Method in class com.bm.ejb3metadata.annotations.metadata.MethodAnnotationMetadata
 
close() - Method in class com.bm.jndi.AbstractContext
close() - Method in interface com.bm.utils.csv.CSVParse
Close any stream upon which this parser is based.
close() - Method in class com.bm.utils.csv.CSVParser
Close any stream upon which this parser is based.
com.bm - package com.bm
 
com.bm.cfg - package com.bm.cfg
 
com.bm.creators - package com.bm.creators
 
com.bm.datagen - package com.bm.datagen
 
com.bm.datagen.annotations - package com.bm.datagen.annotations
 
com.bm.datagen.constant - package com.bm.datagen.constant
 
com.bm.datagen.empty - package com.bm.datagen.empty
 
com.bm.datagen.random - package com.bm.datagen.random
 
com.bm.datagen.random.primitive - package com.bm.datagen.random.primitive
 
com.bm.datagen.relation - package com.bm.datagen.relation
 
com.bm.datagen.utils - package com.bm.datagen.utils
 
com.bm.ejb3metadata - package com.bm.ejb3metadata
 
com.bm.ejb3metadata.annotations - package com.bm.ejb3metadata.annotations
Implementation of meta data analysis for EJB 3.0
com.bm.ejb3metadata.annotations.analyzer - package com.bm.ejb3metadata.annotations.analyzer
Implementation of meta data analysis for EJB 3.0
com.bm.ejb3metadata.annotations.analyzer.classes - package com.bm.ejb3metadata.annotations.analyzer.classes
Implementation of meta data analysis for EJB 3.0
com.bm.ejb3metadata.annotations.analyzer.method - package com.bm.ejb3metadata.annotations.analyzer.method
Implementation of EJB 3.0 container
com.bm.ejb3metadata.annotations.exceptions - package com.bm.ejb3metadata.annotations.exceptions
Implementation of meta data analysis for EJB 3.0
com.bm.ejb3metadata.annotations.helper - package com.bm.ejb3metadata.annotations.helper
Implementation of meta data analysis for EJB 3.0
com.bm.ejb3metadata.annotations.helper.bean - package com.bm.ejb3metadata.annotations.helper.bean
Implementation of EJB 3.0 container
com.bm.ejb3metadata.annotations.helper.bean.mdb - package com.bm.ejb3metadata.annotations.helper.bean.mdb
 
com.bm.ejb3metadata.annotations.helper.bean.session - package com.bm.ejb3metadata.annotations.helper.bean.session
Implementation of EJB 3.0 container
com.bm.ejb3metadata.annotations.helper.bean.session.checks - package com.bm.ejb3metadata.annotations.helper.bean.session.checks
Implementation of EJB 3.0 container
com.bm.ejb3metadata.annotations.impl - package com.bm.ejb3metadata.annotations.impl
Implementation of meta data analysis for EJB 3.0
com.bm.ejb3metadata.annotations.metadata - package com.bm.ejb3metadata.annotations.metadata
Implementation of meta data analysis for EJB 3.0
com.bm.ejb3metadata.annotations.metadata.interfaces - package com.bm.ejb3metadata.annotations.metadata.interfaces
Implementation of meta data analysis for EJB 3.0
com.bm.ejb3metadata.finder - package com.bm.ejb3metadata.finder
 
com.bm.ejb3metadata.utils - package com.bm.ejb3metadata.utils
 
com.bm.ejb3metadata.xml.struct - package com.bm.ejb3metadata.xml.struct
Implementation of meta data analysis for EJB 3.0
com.bm.introspectors - package com.bm.introspectors
 
com.bm.introspectors.relations - package com.bm.introspectors.relations
 
com.bm.jndi - package com.bm.jndi
 
com.bm.testsuite - package com.bm.testsuite
 
com.bm.testsuite.dataloader - package com.bm.testsuite.dataloader
 
com.bm.testsuite.mocked - package com.bm.testsuite.mocked
 
com.bm.utils - package com.bm.utils
 
com.bm.utils.csv - package com.bm.utils.csv
 
com.bm.utils.injectinternal - package com.bm.utils.injectinternal
 
com.bm.utils.substitues - package com.bm.utils.substitues
 
COMMENT - Static variable in class com.bm.utils.csv.CSVLexer
 
CommonAnnotationMetadata - Class in com.bm.ejb3metadata.annotations.metadata
Defines Metadata shared by Field, Method and Classes.
CommonAnnotationMetadata() - Constructor for class com.bm.ejb3metadata.annotations.metadata.CommonAnnotationMetadata
 
composeName(Name, Name) - Method in class com.bm.jndi.AbstractContext
composeName(String, String) - Method in class com.bm.jndi.AbstractContext
concatStringBuilder(String, Object, StringBuilder, String) - Static method in class com.bm.ejb3metadata.annotations.metadata.CommonAnnotationMetadata
Adds an entry to the given StringBuilder.
concatStringBuilder(String, Object, StringBuilder) - Static method in class com.bm.ejb3metadata.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.
configure(Binder) - Method in class com.bm.creators.DynamicDIModuleCreator
 
configure(Binder) - Method in class com.bm.creators.MockedDIModuleCreator
 
configure() - Method in class com.bm.utils.injectinternal.InternalInjector
 
ConstantIntegerGenerator - Class in com.bm.datagen.constant
Generatos constant Integer values.
ConstantIntegerGenerator(int) - Constructor for class com.bm.datagen.constant.ConstantIntegerGenerator
Constructor.
ConstantLongGenerator - Class in com.bm.datagen.constant
Generatos constant Integer values.
ConstantLongGenerator(long) - Constructor for class com.bm.datagen.constant.ConstantLongGenerator
Constructor.
ConstantStringGenerator - Class in com.bm.datagen.constant
ConstantStringGenerator.
ConstantStringGenerator(String) - Constructor for class com.bm.datagen.constant.ConstantStringGenerator
Constructor.
Consumer - Annotation Type in org.jboss.annotation.ejb
Annotation for specifying a class as a Consumer EJB.
contains(String) - Method in class com.bm.ejb3metadata.annotations.impl.JInterceptors
 
contains(String) - Method in class com.bm.ejb3metadata.annotations.impl.JInterface
 
containsProperty(String) - Method in interface javax.xml.rpc.handler.MessageContext
 
create() - Method in class com.bm.testsuite.dataloader.CSVInitialDataSet
Creates the data.
create() - Method in interface com.bm.testsuite.dataloader.InitialDataSet
Creates the data.
createBeanInstance() - Method in class com.bm.creators.EntityBeanCreator
Creates a instance of the entyty bean (filled with random data) without any persistence operations.
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.
createInstance() - Method in class com.bm.creators.EntityInstanceCreator
Creates a instance of the class (filled with random data).
createInternalInjector(Class<?>...) - Static method in class com.bm.utils.injectinternal.InternalInjector
The injector used internally by ejb3unit.
createInternalInjector(Collection<Class<?>>) - Static method in class com.bm.utils.injectinternal.InternalInjector
The injector used internally by ejb3unit.
createIntrospector(Class) - Static method in class com.bm.introspectors.IntrospectorFactory
returns the right introspector.
createMock(Class<T>) - Method in class com.bm.creators.MockedDIModuleCreator
 
createSessionBean(Class<T>) - Method in class com.bm.creators.SessionBeanFactory
Factory method to create stateless session beans.
createSubcontext(Name) - Method in class com.bm.jndi.AbstractContext
createSubcontext(String) - Method in class com.bm.jndi.AbstractContext
createTimer(long, Serializable) - Method in class com.bm.utils.substitues.FakedTimerService
Create a single-action timer that expires after a specified duration.
createTimer(long, long, Serializable) - Method in class com.bm.utils.substitues.FakedTimerService
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 com.bm.utils.substitues.FakedTimerService
Create a single-action timer that expires at a given point in time.
createTimer(Date, long, Serializable) - Method in class com.bm.utils.substitues.FakedTimerService
Create an interval timer whose first expiration occurs at a given point in time and whose subsequent expirations occur after a specified interval.
createTimer(long, Serializable) - Method in class com.bm.utils.substitues.MockedTimerService
 
createTimer(long, long, Serializable) - Method in class com.bm.utils.substitues.MockedTimerService
 
createTimer(Date, Serializable) - Method in class com.bm.utils.substitues.MockedTimerService
 
createTimer(Date, long, Serializable) - Method in class com.bm.utils.substitues.MockedTimerService
 
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.
CSVInitialDataSet<T> - Class in com.bm.testsuite.dataloader
This class creates initial data from a comma separated file.
CSVInitialDataSet(Class<T>, String, boolean, boolean, String...) - Constructor for class com.bm.testsuite.dataloader.CSVInitialDataSet
Constructor.
CSVInitialDataSet(Class<T>, String, boolean, String...) - Constructor for class com.bm.testsuite.dataloader.CSVInitialDataSet
Constructor.
CSVInitialDataSet(Class<T>, String, String...) - Constructor for class com.bm.testsuite.dataloader.CSVInitialDataSet
Constructor.
CSVLexer - Class in com.bm.utils.csv
Read files in comma separated value format.
CSVLexer(Reader) - Constructor for class com.bm.utils.csv.CSVLexer
Creates a new scanner There is also a java.io.InputStream version of this constructor.
CSVLexer(InputStream) - Constructor for class com.bm.utils.csv.CSVLexer
Creates a new scanner.
CSVParse - Interface in com.bm.utils.csv
Read files in comma separated value format.
CSVParser - Class in com.bm.utils.csv
CSV is a file format used as a portable representation of a database.
CSVParser(InputStream) - Constructor for class com.bm.utils.csv.CSVParser
Create a parser to parse comma separated values from an InputStream.
CSVParser(InputStream, char) - Constructor for class com.bm.utils.csv.CSVParser
Create a parser to parse delimited values from an InputStream.
CSVParser(Reader) - Constructor for class com.bm.utils.csv.CSVParser
Create a parser to parse comma separated values from a Reader.
CSVParser(Reader, char) - Constructor for class com.bm.utils.csv.CSVParser
Create a parser to parse delimited values from a Reader.
CSVParser(InputStream, char, String, String, String) - Constructor for class com.bm.utils.csv.CSVParser
Create a parser to parse delimited values from an InputStream.
CSVParser(InputStream, String, String, String) - Constructor for class com.bm.utils.csv.CSVParser
Create a parser to parse comma separated values from an InputStream.
CSVParser(Reader, char, String, String, String) - Constructor for class com.bm.utils.csv.CSVParser
Create a parser to parse delimited values from a Reader.
CSVParser(Reader, String, String, String) - Constructor for class com.bm.utils.csv.CSVParser
Create a parser to parse comma separated values from a Reader.

D

dataDefinitionCausesTransactionCommit() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether a data definition statement within a transaction forces the transaction to commit.
dataDefinitionIgnoredInTransactions() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database ignores a data definition statement within a transaction.
DataGenerator - Class in com.bm.datagen
This is the base class for generating data.
DataGenerator(EntityManager) - Constructor for class com.bm.datagen.DataGenerator
 
DateFormats - Enum in com.bm.testsuite.dataloader
Represents date formats for CVS initial data set.
DBDialect - Enum in com.bm.cfg
Containts different db dialects.
DeclareRoles - Annotation Type in javax.annotation.security
Roles defined on a class.
DEFAULT_DELIVERY_MODE - Static variable in interface javax.jms.Message
The message producer's default delivery mode is PERSISTENT.
DEFAULT_PRIORITY - Static variable in interface javax.jms.Message
The message producer's default priority is 4.
DEFAULT_TIME_TO_LIVE - Static variable in interface javax.jms.Message
The message producer's default time to live is unlimited; the message never expires.
deleteAll(Class<T>) - Method in class com.bm.testsuite.PoJoFixture
Deletes all rows of the given class in the database.
deleteAllDataInAllUsedTables(EntityManager) - Method in class com.bm.utils.UndoScriptGenerator
Deteltes all data in all used tables.
DeleteOrder - Enum in com.bm.utils
The DeleteOrder.java is responsible for the delete order.
deletesAreDetected(int) - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether or not a visible row delete can be detected by calling the method ResultSet.rowDeleted.
DeliveryMode - Interface in javax.jms
The delivery modes supported by the JMS API are PERSISTENT and NON_PERSISTENT.
DenyAll - Annotation Type in javax.annotation.security
No roles are authorized to call this method.
Destination - Interface in javax.jms
A Destination object encapsulates a provider-specific address.
destroySubcontext(Name) - Method in class com.bm.jndi.AbstractContext
destroySubcontext(String) - Method in class com.bm.jndi.AbstractContext
DetailedNullPointerException - Exception in com.bm.utils
A more detailed version of NullPointerException that contains information about what argument was null.
DetailedNullPointerException(String, String) - Constructor for exception com.bm.utils.DetailedNullPointerException
Create an instance.
DetailedNullPointerException(String) - Constructor for exception com.bm.utils.DetailedNullPointerException
Create an instance.
disabled_testWriteWithNullFields() - Method in class com.bm.testsuite.BaseEntityFixture
This test writes n random generated beans into the database - all nullable fields are setted to null.
doesMaxRowSizeIncludeBlobs() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether the return value for the method getMaxRowSize includes the SQL data types LONGVARCHAR and LONGVARBINARY.
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.
DynamicDIModuleCreator - Class in com.bm.creators
 
DynamicDIModuleCreator(Ejb3UnitCfg, EntityManager) - Constructor for class com.bm.creators.DynamicDIModuleCreator
Constructor.

E

EJB - Annotation Type in javax.ejb
Allows to inject a reference to an EJB.
EJB3 - Class in com.bm.ejb3metadata.xml.struct
This class represents an EJB-Jar deployment descriptor.
EJB3() - Constructor for class com.bm.ejb3metadata.xml.struct.EJB3
 
EJB3UNIT_PROPERTIES_NAME - Static variable in class com.bm.cfg.Ejb3UnitCfg
Konfiguration key.
Ejb3UnitCfg - Class in com.bm.cfg
This class reads and holds the ejb3unit configuration.
Ejb3UnitJndiBinder - Class in com.bm.jndi
This class binds all Objects specified in the Ejb3Unit config to the jndi tree.
Ejb3UnitJndiBinder(EntityManager) - Constructor for class com.bm.jndi.Ejb3UnitJndiBinder
Constructor
Ejb3Utils - Class in com.bm.utils
Util class for ejb3unit.
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.
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.
EjbJarAnnotationMetadata - Class in com.bm.ejb3metadata.annotations.metadata
This class represents the annotation metadata of all classes of an EjbJar file.
EjbJarAnnotationMetadata() - Constructor for class com.bm.ejb3metadata.annotations.metadata.EjbJarAnnotationMetadata
Constructor.
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.
EJBLocalObject - Interface in javax.ejb
Used by EJB 2.1 for their business local interface.
EJBMetaData - Interface in javax.ejb
Metadata of EJB provided to the client.
EJBObject - Interface in javax.ejb
Used by EJB 2.1 for their business remote interface.
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.
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.
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.
EmbeddedClassIntrospector<T> - Class in com.bm.introspectors
This class inspects all relevant fields of an embedded class and holds the information.
EmbeddedClassIntrospector(Property) - Constructor for class com.bm.introspectors.EmbeddedClassIntrospector
Constructor with the class to inspect.
EmptyCollection - Class in com.bm.datagen.empty
Generates boolean values (only for non PK fields).
EmptyCollection() - Constructor for class com.bm.datagen.empty.EmptyCollection
 
EnterpriseBean - Interface in javax.ejb
Each EJB 2.1 bean needs to implement this interface.
EnterpriseBeans - Class in com.bm.ejb3metadata.xml.struct
This class defines the implementation of the element enterprise-beans.
EnterpriseBeans() - Constructor for class com.bm.ejb3metadata.xml.struct.EnterpriseBeans
Constructor.
EntityBean - Interface in javax.ejb
Each EJB 2.1 Entity bean needs to implement this interface.
EntityBeanCreator<T> - Class in com.bm.creators
This class creates entity beans with random data.
EntityBeanCreator(EntityManager, Class<T>) - Constructor for class com.bm.creators.EntityBeanCreator
Deafult constructor.
EntityBeanCreator(EntityManager, EntityBeanIntrospector<T>, Class<T>) - Constructor for class com.bm.creators.EntityBeanCreator
Deafult constructor.
EntityBeanCreator(EntityManager, EntityBeanIntrospector<T>, Class<T>, List<Generator<?>>) - Constructor for class com.bm.creators.EntityBeanCreator
Constructor with special generator list.
EntityBeanIntrospector<T> - Class in com.bm.introspectors
This class inspects all relevant fields of an entity bean and holds the information.
EntityBeanIntrospector(Class<T>) - Constructor for class com.bm.introspectors.EntityBeanIntrospector
Constructor with the class to inspect.
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.
EntityInitialDataSet<T> - Class in com.bm.testsuite.dataloader
Represents an initial dataset for entity beans.
EntityInitialDataSet(Class<T>) - Constructor for class com.bm.testsuite.dataloader.EntityInitialDataSet
Constructor.
EntityInstanceCreator<T> - Class in com.bm.creators
This class creates instances of different classes with random data, like entity beans, inner classes etc..
EntityInstanceCreator(EntityManager, Introspector<T>, Class<T>, List<Generator<?>>) - Constructor for class com.bm.creators.EntityInstanceCreator
Default constructor.
EntityManagerProvider - Class in com.bm.utils.injectinternal
 
EntityManagerProvider() - Constructor for class com.bm.utils.injectinternal.EntityManagerProvider
 
EntityManagerProvider(Class<?>...) - Constructor for class com.bm.utils.injectinternal.EntityManagerProvider
 
EntityManagerProvider(Collection<Class<?>>) - Constructor for class com.bm.utils.injectinternal.EntityManagerProvider
 
EntityRelation<T> - Interface in com.bm.datagen.relation
This interface represents entity beans which are used by other components -> all used entity beans have to be registered before.
EntityReleationInfo - Interface in com.bm.introspectors.relations
EntityReleationInfo.
EnumAnnotationVisitor<T> - Class in com.bm.ejb3metadata.annotations.analyzer
This class manages the handling of enum values.
EnumAnnotationVisitor(T) - Constructor for class com.bm.ejb3metadata.annotations.analyzer.EnumAnnotationVisitor
Constructor.
equals(Object) - Method in class com.bm.ejb3metadata.annotations.JClassInterceptor
Equals method.
equals(Object) - Method in class com.bm.ejb3metadata.annotations.JField
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.bm.ejb3metadata.annotations.JMethod
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.bm.introspectors.Property
Equals.
EqualsTester - Class in com.bm.utils
EqualsTester is used to test the equals contract on objects.
EqualsTester(Object, Object, Object, Object, boolean) - Constructor for class com.bm.utils.EqualsTester
Perform the test.
ExcludeClassInterceptors - Annotation Type in javax.interceptor
Do not use on this method the interceptors defined at the class level.
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.
executeLifeCycleMethodsForCreate(Object) - Method in class com.bm.utils.LifeCycleMethodExecuter
Executes the life cycle methods after a object was created.
extractGenerator(Annotation[], PrimaryKeyInfo) - Method in class com.bm.introspectors.AbstractPersistentClassIntrospector
 

F

FakedSessionContext - Class in com.bm.utils.substitues
Represnts a dummy implementation for a session context.
FakedSessionContext() - Constructor for class com.bm.utils.substitues.FakedSessionContext
 
FakedTimer - Class in com.bm.utils.substitues
 
FakedTimer() - Constructor for class com.bm.utils.substitues.FakedTimer
 
FakedTimerService - Class in com.bm.utils.substitues
Implementation which is not doing anything.
FakedTimerService() - Constructor for class com.bm.utils.substitues.FakedTimerService
 
FieldAnnotationMetadata - Class in com.bm.ejb3metadata.annotations.metadata
This class represents the annotation metadata of a field.
FieldAnnotationMetadata(JField, ClassAnnotationMetadata) - Constructor for class com.bm.ejb3metadata.annotations.metadata.FieldAnnotationMetadata
Constructor.
fieldInfo - Variable in class com.bm.introspectors.AbstractPersistentClassIntrospector
holds the meta information for persistent fields *
FieldType - Enum in com.bm.datagen.annotations
This enum specify to which field types a data generator shuld by applied.
findAccessType(Class) - Static method in class com.bm.utils.AccessTypeFinder
Finds the accesstype.
findAll(Class<T>) - Method in class com.bm.testsuite.PoJoFixture
Find all rows of the given class in the database.
findAttributeForRelationAtOtherSide(Class<Object>, String) - Static method in class com.bm.introspectors.relations.RelationPropertyResolver
Search the attribute representing the releation on the !other side!
findAttributeForRelationAtOtherSide(Property) - Static method in class com.bm.introspectors.relations.RelationPropertyResolver
Search the attribute representing the relation on the !other side!
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.
ForInstance - Annotation Type in com.bm.datagen.annotations
This annotation can be used in generators if a generator need a reference to the entity bean instance where this generator is used for.
ForProperty - Annotation Type in com.bm.datagen.annotations
This annotation can be used in generators if a generator need a reference to the property of a entity bean instance where this generator is used for.

G

generateCadidate() - Method in class com.bm.datagen.random.RandomDateGenerator
 
generateCadidate() - Method in class com.bm.datagen.random.RandomIntegerGenerator
 
generateCadidate() - Method in class com.bm.datagen.random.RandomLongGenerator
 
generateCadidate() - Method in class com.bm.datagen.random.RandomStringGenerator
 
generateCadidate() - Method in class com.bm.datagen.utils.BaseUniqueValueGenerator
This method genrates a cadidate - thiscandidate will be automatcally checked for uniqueness
Generated - Annotation Type in javax.annotation
Used to indicate that a code was generated.
Generator<T> - Interface in com.bm.datagen
This interface represents a base generator contract.
GeneratorDependencyInjector - Class in com.bm.datagen.utils
This class is used to enable dependency injections in generators e.g.
GeneratorDependencyInjector() - Constructor for class com.bm.datagen.utils.GeneratorDependencyInjector
 
GeneratorType - Annotation Type in com.bm.datagen.annotations
This annotation describes the metadata of an generator.
get() - Method in class com.bm.utils.injectinternal.EntityManagerProvider
getAccess() - Method in class com.bm.ejb3metadata.annotations.JField
the field's access flags.
getAccess() - Method in class com.bm.ejb3metadata.annotations.JMethod
the access mode (see org.ejb3unit.asm.Opcodes).
getActivationConfigProperties() - Method in class com.bm.ejb3metadata.annotations.impl.JMessageDriven
Gets the activation config properties.
getAllFields(Class) - Static method in class com.bm.ejb3metadata.utils.MetadataUtils
Returns all fields (including fields from all superclasses) of a class.
getAllFields(Class) - Static method in class com.bm.utils.Ejb3Utils
Returns all fields (including fields from all superclasses) of a class.
getAllInterfacesFromClass(ClassAnnotationMetadata) - Static method in class com.bm.ejb3metadata.annotations.helper.bean.session.SessionBeanInterface
Gets all interfaces used by a class.
getAllMethods(Class) - Static method in class com.bm.ejb3metadata.utils.MetadataUtils
Returns all fields (including fields from all superclasses) of a class.
getAllMethods(Class) - Static method in class com.bm.utils.Ejb3Utils
Returns all fields (including fields from all superclasses) of a class.
getAnnotation(Class<T>) - Method in class com.bm.introspectors.Property
Returns a annotation for the current property if present.
getAnnotationForField(Property) - Method in class com.bm.introspectors.AbstractIntrospector
Returns the annotationForField.
getAnnotationForField(Property) - Method in interface com.bm.introspectors.IIntrospector
Returns the annotationForField.
getAnnotationInterceptors() - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
Object representing list of @Interceptors.
getAnnotationInterceptors() - Method in class com.bm.ejb3metadata.annotations.metadata.MethodAnnotationMetadata
 
getAnnotationMetadata() - Method in class com.bm.ejb3metadata.annotations.analyzer.AbsAnnotationVisitor
class/method metadata.
getAnnotationVisitors() - Method in class com.bm.ejb3metadata.annotations.analyzer.ScanCommonVisitor
 
getApplicationException() - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
the @ApplicationException annotation.
getApplicationExceptions() - Method in class com.bm.ejb3metadata.annotations.metadata.EjbJarAnnotationMetadata
Gets the list of application exceptions defined on this ejb jar metadata.
getArgumentName() - Method in exception com.bm.utils.DetailedNullPointerException
Return the name of the argument that was null.
getAroundInvokeMethodMetadatas() - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
the list of methods metadata with annotation @AroundInvoke.
getArrayObjects() - Method in class com.bm.ejb3metadata.annotations.analyzer.ObjectArrayAnnotationVisitor
 
getAttibuteName() - Method in class com.bm.introspectors.EmbeddedClassIntrospector
Returns the filed/gett/setter Name of the source class.
getAttributes(String, String, String, String) - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves a description of the given attribute of the given type for a user-defined type (UDT) that is available in the given schema and catalog.
getAuthenticationType() - Method in class com.bm.ejb3metadata.annotations.impl.JAnnotationResource
 
getBeanClass() - Method in class com.bm.testsuite.BaseSessionBeanFixture
Returns the beanClass.
getBeanImplementationForInterface(String) - Method in class com.bm.ejb3metadata.annotations.metadata.EjbJarAnnotationMetadata
Returns the name of the bean class by passing the rmote/ local interface name.
getBeanImplementationForInterface(Class) - Method in class com.bm.ejb3metadata.annotations.metadata.EjbJarAnnotationMetadata
Returns the name of the bean class by passing the rmote/ local interface name.
getBeanImplementationForInterface(Class<?>) - Static method in class com.bm.ejb3metadata.annotations.metadata.MetaDataCache
Returns the implementation for the class
getBeanInterface() - Method in class com.bm.ejb3metadata.annotations.impl.JEjbEJB
 
getBeanName() - Method in class com.bm.ejb3metadata.annotations.impl.JEjbEJB
 
getBeanToTest() - Method in class com.bm.testsuite.BaseSessionBeanFixture
Returns the beanToTest.
getBeanToTest() - Method in class com.bm.testsuite.mocked.MockedSessionBeanFixture
Returns the bean to test.
getBestRowIdentifier(String, String, String, int, boolean) - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves a description of a table's optimal set of columns that uniquely identifies a row.
getBoolean(String) - Method in class com.bm.cfg.NestedProperty
Liest einen Wert als Boolean.
getBooleanProperty(String) - Method in interface javax.jms.Message
Returns the value of the boolean property with the specified name.
getBusinessLocalList() - Method in class com.bm.ejb3metadata.xml.struct.Session
Gets the business-local interface list.
getBusinessObject(Class<T>) - Method in class com.bm.utils.substitues.FakedSessionContext
Obtain an object that can be used to invoke the current bean through the given business interface.
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.
getBusinessRemoteList() - Method in class com.bm.ejb3metadata.xml.struct.Session
Gets the business-remote interface list.
getByteProperty(String) - Method in interface javax.jms.Message
Returns the value of the byte property with the specified name.
getCallerIdentity() - Method in class com.bm.utils.substitues.FakedSessionContext
getCallerIdentity() - Method in interface javax.ejb.EJBContext
Deprecated. 
getCallerPrincipal() - Method in class com.bm.utils.substitues.FakedSessionContext
getCallerPrincipal() - Method in interface javax.ejb.EJBContext
 
getCascadeType() - Method in class com.bm.introspectors.relations.AbstractRelation
Returns the cascadeType.
getCatalogs() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves the catalog names available in this database.
getCatalogSeparator() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves the String that this database uses as the separator between a catalog and table name.
getCatalogTerm() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves the database vendor's preferred term for "catalog".
getCausedByException() - Method in exception javax.ejb.EJBException
 
getClassAnnotationMetadata(String) - Method in class com.bm.ejb3metadata.annotations.metadata.EjbJarAnnotationMetadata
Get class annotation metadata.
getClassAnnotationMetadata() - Method in class com.bm.ejb3metadata.annotations.metadata.FieldAnnotationMetadata
 
getClassAnnotationMetaData(String) - Static method in class com.bm.ejb3metadata.annotations.metadata.MetaDataCache
Returns the ClassAnnotationMetadata for the given class name
getClassAnnotationMetadata() - Method in class com.bm.ejb3metadata.annotations.metadata.MethodAnnotationMetadata
 
getClassAnnotationMetadataCollection() - Method in class com.bm.ejb3metadata.annotations.metadata.EjbJarAnnotationMetadata
Get collections of bean annotation metadata.
getClasses() - Method in class com.bm.ejb3metadata.annotations.impl.JInterceptors
 
getClasses(String) - Static method in class com.bm.PersistenceXml
Given a properly configured ejb3unit.properties file this will read a persistence.xml file and will give you back all the classes in that correspond to those in the persistence.xml.
getClasses(ClassLoader, String) - Static method in class com.bm.PersistenceXml
Given a properly configured ejb3unit.properties file this will read a persistence.xml file and will give you back all the classes in that correspond to those in the persistence.xml.
getClassMetaData() - Method in class com.bm.introspectors.AbstractIntrospector
Returns the classMetaData.
getClassMetaData() - Method in interface com.bm.introspectors.IIntrospector
Returns the classMetaData.
getClassName() - Method in class com.bm.cfg.JndiProperty
Gets the className.
getClassName() - Method in class com.bm.ejb3metadata.annotations.JClassInterceptor
(internal name) where is the interceptor.
getClassName() - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
name of the bean (associated to this metadata).
getClassName() - Method in class com.bm.ejb3metadata.xml.struct.LifeCycleCallback
Gets the class of this callback.
getColumnPrivileges(String, String, String, String) - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves a description of the access rights for a table's columns.
getColumns(String, String, String, String) - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves a description of table columns available in the specified catalog.
getConfiguration() - Static method in class com.bm.cfg.Ejb3UnitCfg
Creates / returns a singelton instance of the configuration.
getConnection() - Method in class com.bm.utils.BasicDataSource
The connection.
getConnection(String, String) - Method in class com.bm.utils.BasicDataSource
getConnection() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves the connection that produced this metadata object.
getContextData() - Method in interface javax.interceptor.InvocationContext
 
getCreatedBeans() - Method in class com.bm.creators.BeanCreationListener
Returns the created beans.
getCreatedObjects() - Method in class com.bm.utils.UndoScriptGenerator
Returns the createdObjects.
getCrossReference(String, String, String, String, String, String) - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves a description of the foreign key columns in the given foreign key table that reference the primary key columns of the given primary key table (describe how one table imports another's key).
getDatabaseMajorVersion() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves the major version number of the underlying database.
getDatabaseMinorVersion() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves the minor version number of the underlying database.
getDatabaseProductName() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves the name of this database product.
getDatabaseProductVersion() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves the version number of this database product.
getDataSource() - Method in class com.bm.testsuite.PoJoFixture
Liefert die datasource.
getDbName() - Method in class com.bm.introspectors.PersistentPropertyInfo
Returns the dbName.
getDeclaringClass() - Method in class com.bm.introspectors.Property
Returns the class where the property is declared.
getDecodedFilename(URL) - Static method in class com.bm.utils.Ejb3Utils
Decodes an encoded file name in url
getDefaultTransactionIsolation() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves this database's default transaction isolation level.
getDescription() - Method in class com.bm.ejb3metadata.annotations.impl.JAnnotationResource
 
getDescription() - Method in class com.bm.ejb3metadata.annotations.impl.JCommonBean
 
getDescriptor() - Method in class com.bm.ejb3metadata.annotations.JField
field's descriptor.
getDescriptor() - Method in class com.bm.ejb3metadata.annotations.JMethod
method descriptor.
getDialect() - Method in enum com.bm.cfg.DBDialect
Getter to return the dialect.
getDiscriminatorName() - Method in class com.bm.introspectors.EntityBeanIntrospector
 
getDiscriminatorType() - Method in class com.bm.introspectors.EntityBeanIntrospector
Returns discriminator type used for the class that is inspected by this object, or null if not used.
getDiscriminatorValue() - Method in class com.bm.introspectors.EntityBeanIntrospector
 
getDouble(String) - Method in class com.bm.cfg.NestedProperty
Liest einen Wert als Double.
getDoubleProperty(String) - Method in interface javax.jms.Message
Returns the value of the double property with the specified name.
getDriverMajorVersion() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves this JDBC driver's major version number.
getDriverMinorVersion() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves this JDBC driver's minor version number.
getDriverName() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves the name of this JDBC driver.
getDriverVersion() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves the version number of this JDBC driver as a String.
getDynamicModuleCreator(Ejb3UnitCfg, EntityManager, Class) - Static method in class com.bm.ejb3metadata.annotations.metadata.MetaDataCache
Returns the Module Module for guice dependency injection with valid ejb3mapping definition.
getEjb3() - Method in class com.bm.ejb3metadata.annotations.metadata.EjbJarAnnotationMetadata
 
getEJB3Configuration() - Method in class com.bm.cfg.Ejb3UnitCfg
Returns the hibernate configuration settings which will be converted form ejb3configaration settings.
getEjbClass() - Method in class com.bm.ejb3metadata.xml.struct.AbsBean
Gets the ejb-class.
getEJBHome() - Method in class com.bm.utils.substitues.FakedSessionContext
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.
getEjbJarAnnotationMetadata() - Method in class com.bm.ejb3metadata.annotations.analyzer.AnnotationDeploymentAnalyzer
struct (metadata) filled by this analyzer.
getEjbJarAnnotationMetadata() - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
parent metadata object.
getEJBLocalHome() - Method in class com.bm.utils.substitues.FakedSessionContext
getEJBLocalHome() - Method in interface javax.ejb.EJBContext
 
getEJBLocalHome() - Method in interface javax.ejb.EJBLocalObject
Obtain the enterprise Bean's local home interface.
getEJBLocalObject() - Method in class com.bm.utils.substitues.FakedSessionContext
Obtain a reference to the EJB local object that is associated with the instance.
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.
getEJBMetaData() - Method in interface javax.ejb.EJBHome
Obtain the EJBMetaData interface for the enterprise Bean.
getEjbName() - Method in class com.bm.ejb3metadata.xml.struct.AbsBean
Gets the ejb-name.
getEJBObject() - Method in class com.bm.utils.substitues.FakedSessionContext
Obtain a reference to the EJB object that is currently associated with the instance.
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.
getEmbeddedClassName() - Method in class com.bm.introspectors.EmbeddedClassIntrospector
Returns the embeddedClassName.
getEmbeddedIDValue() - Method in class com.bm.introspectors.PrimaryKeyInfo
Returns the embeddedIDValue.
getEmbeddedPKClass() - Method in class com.bm.introspectors.EntityBeanIntrospector
Returns the embeddedPKClass.
getEmptyVisitor() - Method in class com.bm.ejb3metadata.annotations.analyzer.ScanCommonVisitor
 
getEnterpriseBeans() - Method in class com.bm.ejb3metadata.xml.struct.EJB3
Gets the enterprise-beans element.
getEntityManager() - Method in class com.bm.testsuite.BaseSessionBeanFixture
Returns a isntance of a EntityManager.
getEntityManager() - Method in class com.bm.testsuite.PoJoFixture
Returns a isntance of a EntityManager.
getEntityManagerField() - Method in class com.bm.introspectors.AbstractIntrospector
Returns the field, which holds the reference to the entity manager.
getEntityManagerField() - Method in interface com.bm.introspectors.IIntrospector
Returns the field, which holds the reference to the entity manager.
getEntityReleationInfo() - Method in class com.bm.introspectors.PersistentPropertyInfo
Returns the entityReleationInfo.
getEnvironment() - Method in class com.bm.jndi.AbstractContext
getEnvironment() - Method in class com.bm.utils.substitues.FakedSessionContext
getEnvironment() - Method in interface javax.ejb.EJBContext
Deprecated. 
getErrorCode() - Method in exception javax.jms.JMSException
Gets the vendor-specific error code.
getExceptions() - Method in class com.bm.ejb3metadata.annotations.JMethod
method exceptions.
getExportedKeys(String, String, String) - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves a description of the foreign key columns that reference the given table's primary key columns (the foreign keys exported by a table).
getExternalUserEasyBeansInterceptors() - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
Map<interceptor type <--> List of methods/class corresponding to the interceptor> (interceptor classes) of user interceptors that enhancer will use.
getExtraNameCharacters() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves all the "extra" characters that can be used in unquoted identifier names (those beyond a-z, A-Z, 0-9 and _).
getFetchType() - Method in class com.bm.introspectors.relations.AbstractRelation
Returns the fetchType.
getField(T, Property) - Method in class com.bm.introspectors.AbstractPersistentClassIntrospector
Returns a value of an field.
getField(T, Property) - Method in interface com.bm.introspectors.Introspector
Returns a value of an field.
getField(Object) - Method in class com.bm.introspectors.Property
Returns a value of an field.
getFieldAnnotationMetadata(JField) - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
key of the map of fields annotations.
getFieldAnnotationMetadataCollection() - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
Get collections of fields annotation metadata.
getFieldName() - Method in class com.bm.ejb3metadata.annotations.metadata.FieldAnnotationMetadata
 
getFieldsToInject() - Method in class com.bm.introspectors.AbstractIntrospector
Returns the fieldsToInject.
getFieldsToInject() - Method in interface com.bm.introspectors.IIntrospector
Returns the fieldsToInject.
getFloatProperty(String) - Method in interface javax.jms.Message
Returns the value of the float property with the specified name.
getGeneratorTypeAnnotation(Generator) - Static method in class com.bm.utils.Ejb3Utils
Returns a generator type for a given generator.
getGenericType() - Method in class com.bm.introspectors.Property
Returns the generic Type of this property.
getGenericTypeClass() - Method in class com.bm.introspectors.Property
If the propety represents a genericType (e.g.
getGenValue() - Method in class com.bm.introspectors.PrimaryKeyInfo
Returns the genType.
getGlobalEasyBeansInterceptors() - Method in class com.bm.ejb3metadata.annotations.metadata.MethodAnnotationMetadata
 
getHandle() - Method in class com.bm.utils.substitues.FakedTimer
Get a serializable handle to the timer.
getHandle() - Method in class com.bm.utils.substitues.TimerMock
Get a serializable handle to the timer.
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.
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.
getIDClassIntance() - Method in class com.bm.utils.IdClassInstanceGen
Getter to return the newInstance.
getIdentifierQuoteString() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves the string used to quote SQL identifiers.
getIDValue() - Method in class com.bm.introspectors.PrimaryKeyInfo
Returns the id.
getImplementationForInterface(Class<?>) - Method in class com.bm.introspectors.AbstractIntrospector
Get the implemenation name for the interface.
getImplementationForInterface(Class<?>) - Method in interface com.bm.introspectors.IIntrospector
Get the implemenation name for the interface.
getImportedKeys(String, String, String) - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves a description of the primary key columns that are referenced by a table's foreign key columns (the primary keys imported by a table).
getIndexInfo(String, String, String, boolean, boolean) - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves a description of the given table's indices and statistics.
getInfo() - Method in class com.bm.utils.substitues.FakedTimer
Get the information associated with the timer at the time of creation.
getInfo() - Method in class com.bm.utils.substitues.TimerMock
Get the information associated with the timer at the time of creation.
getInfo() - Method in interface javax.ejb.Timer
Get the information associated with the timer at the time of creation.
getInitialContext(Hashtable) - Method in class com.bm.jndi.MemoryContextFactory
 
getInjector(Class<T>, CreationListner) - Method in class com.bm.creators.SessionBeanFactory
Creates the injector to create session beans and inject fields
getInteger(String) - Method in class com.bm.cfg.NestedProperty
Liest einen Wert als Integer.
getInterceptors() - Method in class com.bm.ejb3metadata.annotations.metadata.MethodAnnotationMetadata
 
getInterface2implemantation() - Method in class com.bm.ejb3metadata.annotations.metadata.EjbJarAnnotationMetadata
Returns the interface2implemantation.
getInterfaces() - Method in class com.bm.ejb3metadata.annotations.impl.JInterface
 
getInterfaces() - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
array of interfaces name.
getInterfacesAndMockControlls() - Method in class com.bm.creators.MockedDIModuleCreator
Liefert die map mit den interfaces und den mock controlls die erzeugt wurden
getIntProperty(String) - Method in interface javax.jms.Message
Returns the value of the int property with the specified name.
getInvokedBusinessInterface() - Method in class com.bm.utils.substitues.FakedSessionContext
Obtain the business interface through which the current business method invocation was made.
getInvokedBusinessInterface() - Method in interface javax.ejb.SessionContext
Obtain the business interface through which the current business method invocation was made.
getJAnnotationResource() - Method in class com.bm.ejb3metadata.annotations.analyzer.JavaxAnnotationResourceVisitor
 
getJAnnotationResource() - Method in class com.bm.ejb3metadata.annotations.metadata.CommonAnnotationMetadata
 
getJAnnotationResource() - Method in interface com.bm.ejb3metadata.annotations.metadata.interfaces.IAnnotationResource
 
getJAnnotationResources() - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
JAnnotationResources list representing @Resources annotation.
getJavaxPersistenceContext() - Method in class com.bm.ejb3metadata.annotations.analyzer.JavaxPersistencePersistenceContextVisitor
 
getJavaxPersistenceContext() - Method in class com.bm.ejb3metadata.annotations.metadata.CommonAnnotationMetadata
 
getJavaxPersistenceContext() - Method in interface com.bm.ejb3metadata.annotations.metadata.interfaces.IPersistenceContext
 
getJavaxPersistencePersistenceContexts() - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
javaxPersistencePersistenceContexts list representing @PersistenceContexts annotation.
getJavaxPersistencePersistenceUnits() - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
javaxPersistencePersistenceUnits list representing @PersistenceUnits annotation.
getJavaxPersistenceUnit() - Method in class com.bm.ejb3metadata.annotations.analyzer.JavaxPersistencePersistenceUnitVisitor
 
getJavaxPersistenceUnit() - Method in class com.bm.ejb3metadata.annotations.metadata.CommonAnnotationMetadata
 
getJavaxPersistenceUnit() - Method in interface com.bm.ejb3metadata.annotations.metadata.interfaces.IPersistenceUnit
 
getJCommonBean() - Method in class com.bm.ejb3metadata.annotations.analyzer.classes.AbsCommonEjbVisitor
 
getJCommonBean() - Method in class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxEjbMessageDrivenVisitor
 
getJCommonBean() - Method in class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxEjbStatefulVisitor
 
getJCommonBean() - Method in class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxEjbStatelessVisitor
 
getJCommonBean() - Method in class com.bm.ejb3metadata.annotations.analyzer.classes.JBossEjbServiceVisitor
 
getJCommonBean() - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
the attributes for a Stateless/Stateful/MDB.
getJDBCMajorVersion() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves the major JDBC version number for this driver.
getJDBCMinorVersion() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves the minor JDBC version number for this driver.
getJEjbEJB() - Method in class com.bm.ejb3metadata.annotations.analyzer.JavaxEjbEJBVisitor
 
getJEjbEJB() - Method in class com.bm.ejb3metadata.annotations.metadata.CommonAnnotationMetadata
 
getJEjbEJB() - Method in interface com.bm.ejb3metadata.annotations.metadata.interfaces.IEjbEJB
 
getJEjbEJBs() - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
jEjbEJBs list representing @EJBs annotation.
getJField() - Method in class com.bm.ejb3metadata.annotations.metadata.FieldAnnotationMetadata
 
getJMessageDriven() - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
Message driven attribute.
getJMethod() - Method in class com.bm.ejb3metadata.annotations.JClassInterceptor
Method with @AroundInvoke annotation.
getJMethod() - Method in class com.bm.ejb3metadata.annotations.metadata.MethodAnnotationMetadata
 
getJMSCorrelationID() - Method in interface javax.jms.Message
Gets the correlation ID for the message.
getJMSCorrelationIDAsBytes() - Method in interface javax.jms.Message
Gets the correlation ID as an array of bytes for the message.
getJMSDeliveryMode() - Method in interface javax.jms.Message
Gets the DeliveryMode value specified for this message.
getJMSDestination() - Method in interface javax.jms.Message
Gets the Destination object for this message.
getJMSExpiration() - Method in interface javax.jms.Message
Gets the message's expiration value.
getJMSMessageID() - Method in interface javax.jms.Message
Gets the message ID.
getJMSPriority() - Method in interface javax.jms.Message
Gets the message priority level.
getJMSRedelivered() - Method in interface javax.jms.Message
Gets an indication of whether this message is being redelivered.
getJMSReplyTo() - Method in interface javax.jms.Message
Gets the Destination object to which a reply to this message should be sent.
getJMSTimestamp() - Method in interface javax.jms.Message
Gets the message timestamp.
getJMSType() - Method in interface javax.jms.Message
Gets the message type identifier supplied by the client when the message was sent.
getJndiBindings() - Static method in class com.bm.cfg.Ejb3UnitCfg
Liefert die properties der Jndi rules.
getJndiName() - Method in class com.bm.cfg.JndiProperty
Gets the jndiName.
getJRemove() - Method in class com.bm.ejb3metadata.annotations.metadata.MethodAnnotationMetadata
 
getJService() - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
the jService.
getJStateful() - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
the attributes for a Stateful.
getJStateless() - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
the attributes for a Stateless.
getLastLineNumber() - Method in interface com.bm.utils.csv.CSVParse
Get the line number that the last token came from.
getLastLineNumber() - Method in class com.bm.utils.csv.CSVParser
Get the number of the line from which the last value was retrieved.
getLength() - Method in class com.bm.introspectors.PersistentPropertyInfo
Returns the length.
getLifecycleMethods() - Method in class com.bm.introspectors.AbstractIntrospector
Returns the lifecycle methods.
getLifecycleMethods() - Method in interface com.bm.introspectors.IIntrospector
Returns the lifecycle methods.
getLineNumber() - Method in class com.bm.utils.csv.CSVLexer
Get the line number that the last token came from.
getLinkedException() - Method in exception javax.jms.JMSException
Gets the exception linked to this one.
getListOfClasses(Class) - Method in class com.bm.ejb3metadata.finder.ClassFinder
Searches all classes in a given directory (up to top lever and from there recursive) of in a given jar file.
getListOfClasses(String) - Method in class com.bm.ejb3metadata.finder.ClassFinder
Searches all classer in a given directory (up to top lever and from there recursive) of in a given jar file.
getLocalHome() - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
the @LocalHome class name.
getLocalInterfaces() - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
the local interfaces of this class.
getLocalRemoteInterfaces(Class) - Static method in class com.bm.ejb3metadata.utils.MetadataUtils
Returns all business (local, remote) interfaces of the class.
getLocalRemoteInterfaces(Class) - Static method in class com.bm.utils.Ejb3Utils
Returns all business (local, remote) interfaces of the class.
getLogger() - Method in class com.bm.introspectors.AbstractPersistentClassIntrospector
Returns the logger for this class.
getLogger() - Method in class com.bm.introspectors.EmbeddedClassIntrospector
Returns the logger for this class.
getLogger() - Method in class com.bm.introspectors.EntityBeanIntrospector
Returns the logger for this class.
getLoginTimeout() - Method in class com.bm.utils.BasicDataSource
getLogWriter() - Method in class com.bm.utils.BasicDataSource
getLongProperty(String) - Method in interface javax.jms.Message
Returns the value of the long property with the specified name.
getMappedName() - Method in class com.bm.ejb3metadata.annotations.impl.JAnnotationResource
 
getMappedName() - Method in class com.bm.ejb3metadata.annotations.impl.JCommonBean
 
getMappedName() - Method in class com.bm.ejb3metadata.annotations.impl.JEjbEJB
 
getMaxBinaryLiteralLength() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves the maximum number of hex characters this database allows in an inline binary literal.
getMaxCatalogNameLength() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves the maximum number of characters that this database allows in a catalog name.
getMaxCharLiteralLength() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves the maximum number of characters this database allows for a character literal.
getMaxColumnNameLength() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves the maximum number of characters this database allows for a column name.
getMaxColumnsInGroupBy() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves the maximum number of columns this database allows in a GROUP BY clause.
getMaxColumnsInIndex() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves the maximum number of columns this database allows in an index.
getMaxColumnsInOrderBy() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves the maximum number of columns this database allows in an ORDER BY clause.
getMaxColumnsInSelect() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves the maximum number of columns this database allows in a SELECT list.
getMaxColumnsInTable() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves the maximum number of columns this database allows in a table.
getMaxConnections() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves the maximum number of concurrent connections to this database that are possible.
getMaxCursorNameLength() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves the maximum number of characters that this database allows in a cursor name.
getMaxIndexLength() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves the maximum number of bytes this database allows for an index, including all of the parts of the index.
getMaxProcedureNameLength() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves the maximum number of characters that this database allows in a procedure name.
getMaxRowSize() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves the maximum number of bytes this database allows in a single row.
getMaxSchemaNameLength() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves the maximum number of characters that this database allows in a schema name.
getMaxStatementLength() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves the maximum number of characters this database allows in an SQL statement.
getMaxStatements() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves the maximum number of active statements to this database that can be open at the same time.
getMaxTableNameLength() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves the maximum number of characters this database allows in a table name.
getMaxTablesInSelect() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves the maximum number of tables this database allows in a SELECT statement.
getMaxUserNameLength() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves the maximum number of characters this database allows in a user name.
getMessage() - Method in exception javax.ejb.EJBException
 
getMessageContext() - Method in class com.bm.utils.substitues.FakedSessionContext
Obtain a reference to the JAX-RPC MessageContext.
getMessageContext() - Method in interface javax.ejb.SessionContext
Obtain a reference to the JAX-RPC MessageContext.
getMessageListenerInterface() - Method in class com.bm.ejb3metadata.annotations.impl.JMessageDriven
 
getMetaData(Class) - Static method in class com.bm.ejb3metadata.annotations.metadata.MetaDataCache
Returns the metadate mapping for the jar where the class file is in.
getMethod() - Method in class com.bm.ejb3metadata.xml.struct.LifeCycleCallback
Gets the method of the class for the callback.
getMethod() - Method in interface javax.interceptor.InvocationContext
 
getMethodAnnotationMetadata(JMethod) - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
jMethod key of the map of methods annotations.
getMethodAnnotationMetadataCollection() - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
Get collections of methods annotation metadata.
getMethodName() - Method in class com.bm.ejb3metadata.annotations.metadata.MethodAnnotationMetadata
 
getMockControl(Class<?>) - Method in class com.bm.testsuite.mocked.MockedSessionBeanFixture
Returns the mock controll to the given property.
getMockModuleCreator(Class) - Static method in class com.bm.ejb3metadata.annotations.metadata.MetaDataCache
Returns the Module Module for guice dependency injection with valid ejb3mapping definition.
getName() - Method in class com.bm.ejb3metadata.annotations.impl.JAnnotationResource
 
getName() - Method in class com.bm.ejb3metadata.annotations.impl.JavaxPersistenceContext
 
getName() - Method in class com.bm.ejb3metadata.annotations.impl.JavaxPersistenceUnit
 
getName() - Method in class com.bm.ejb3metadata.annotations.impl.JCommonBean
 
getName() - Method in class com.bm.ejb3metadata.annotations.impl.JEjbEJB
 
getName() - Method in class com.bm.ejb3metadata.annotations.JField
method name.
getName() - Method in class com.bm.ejb3metadata.annotations.JMethod
method name.
getName() - Method in class com.bm.introspectors.Property
Return the name.
getNameInNamespace() - Method in class com.bm.jndi.AbstractContext
getNameParser(Name) - Method in class com.bm.jndi.AbstractContext
getNameParser(String) - Method in class com.bm.jndi.AbstractContext
getNewInstance(Class<T>) - Static method in class com.bm.utils.Ejb3Utils
Creates a new instance of a bean, even if it's protected constructor.
getNextTimeout() - Method in class com.bm.utils.substitues.FakedTimer
Get the point in time at which the next timer expiration is scheduled to occur.
getNextTimeout() - Method in class com.bm.utils.substitues.TimerMock
Get the point in time at which the next timer expiration is scheduled to occur.
getNextTimeout() - Method in interface javax.ejb.Timer
Get the point in time at which the next timer expiration is scheduled to occur.
getNextToken() - Method in class com.bm.utils.csv.CSVLexer
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
getNextValue(Property, Introspector<T>, Object) - Method in class com.bm.datagen.DataGenerator
Return the value form the generator.
getNonPrimitiveType(Class) - Static method in class com.bm.ejb3metadata.utils.MetadataUtils
This method will do the transformation of primitive types if neccessary.
getNonPrimitiveType(Property) - Static method in class com.bm.utils.Ejb3Utils
This method will do the transformation of primitive types if necessary.
getNonPrimitiveType(Class) - Static method in class com.bm.utils.Ejb3Utils
This method will do the transformation of primitive types if necessary.
getNumericFunctions() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves a comma-separated list of math functions available with this database.
getObject() - Method in interface javax.jms.ObjectMessage
Gets the serializable object containing this message's data.
getObjectProperty(String) - Method in interface javax.jms.Message
Returns the value of the Java object property with the specified name.
getOneDeleteAllStatement() - Method in class com.bm.utils.UndoScriptGenerator
This method returns a delete all statement for the tables (bean types).
getOriginalClassAnnotationMetadata() - Method in class com.bm.ejb3metadata.annotations.metadata.MethodAnnotationMetadata
 
getOs() - Static method in class com.bm.ejb3metadata.utils.MetadataUtils
Determines the OS.
getOs() - Static method in class com.bm.utils.Ejb3Utils
Determines the OS.
getPackageName(String) - Static method in class com.bm.ejb3metadata.utils.MetadataUtils
Retrun a short class name.
getPackageName(String) - Static method in class com.bm.utils.Ejb3Utils
Return a short class name.
getParameterlessMethodByName(String, Class) - Static method in class com.bm.utils.Ejb3Utils
Returns a parameterless method.
getParameters() - Method in interface javax.interceptor.InvocationContext
 
getPersistentClassName() - Method in class com.bm.introspectors.EntityBeanIntrospector
Returns the name of the class to inspect.
getPersitentProperties() - Method in class com.bm.introspectors.AbstractPersistentClassIntrospector
Returns the persistent fields.
getPersitentProperties() - Method in interface com.bm.introspectors.Introspector
Returns the persistent fields.
getPkFields() - Method in class com.bm.introspectors.AbstractPersistentClassIntrospector
Return the primary key fields.
getPkFields() - Method in interface com.bm.introspectors.Introspector
Return the primary key fields.
getPostActivateMethodsMetadata() - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
the methods metadata with annotation @PostActivate.
getPostConstructMethodsMetadata() - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
the methods metadata with annotation @PostConstruct.
getPreDestroyMethodsMetadata() - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
the methods metadata with annotation @PreDestroy.
getPrePassivateMethodsMetadata() - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
the method metadata with annotation @PrePassivate.
getPresistentFieldInfo(Property) - Method in class com.bm.introspectors.AbstractPersistentClassIntrospector
This method returns informations about a persistent field.
getPresistentFieldInfo(Property) - Method in interface com.bm.introspectors.Introspector
This method returns informations about a peristent field.
getPrimaryKey(T) - Method in class com.bm.introspectors.EntityBeanIntrospector
Returns the pk to delete one entity bean.
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.
getPrimaryKeyClass() - Method in interface javax.ejb.EJBMetaData
Obtain the Class object for the enterprise Bean's primary key class.
getPrimaryKeyInfo(Property) - Method in class com.bm.introspectors.AbstractPersistentClassIntrospector
This method returns informations about a persistent field.
getPrimaryKeyInfo(Property) - Method in interface com.bm.introspectors.Introspector
This method returns informations about a primary key field.
getPrimaryKeyInfo(Class) - Method in class com.bm.introspectors.relations.GlobalPrimaryKeyStore
Retrieves primary key info.
getPrimaryKeys(String, String, String) - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves a description of the given table's primary key columns.
getProcedureColumns(String, String, String, String) - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves a description of the given catalog's stored procedure parameter and result columns.
getProcedures(String, String, String) - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves a description of the stored procedures available in the given catalog.
getProcedureTerm() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves the database vendor's preferred term for "procedure".
getProperty() - Method in class com.bm.introspectors.Property
Returns the property.
getProperty(Class, String) - Method in class com.bm.introspectors.relations.GlobalRelationStore
Returns the property based on the class and the name.
getProperty(Class, Class) - Method in class com.bm.introspectors.relations.GlobalRelationStore
Returns the releation properties for special class (entity bean).
getProperty(String) - Method in interface javax.xml.rpc.handler.MessageContext
 
getPropertyName() - Method in class com.bm.introspectors.Property
Returns null if the accestype is field.
getPropertyNames() - Method in interface javax.jms.Message
Returns an Enumeration of all the property names.
getPropertyNames() - Method in interface javax.xml.rpc.handler.MessageContext
 
getReleationType() - Method in interface com.bm.introspectors.relations.EntityReleationInfo
Returns the type of the relation.
getReleationType() - Method in class com.bm.introspectors.relations.ManyToOneReleation
Returns the type of the relation.
getReleationType() - Method in class com.bm.introspectors.relations.OneToManyReleation
Returns the type of the relation.
getRemoteHome() - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
the @RemoteHome class name.
getRemoteInterfaceClass() - Method in interface javax.ejb.EJBMetaData
Obtain the Class object for the enterprise Bean's remote interface.
getRemoteInterfaces() - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
the remote interfaces of this class.
getRepresentingClass() - Method in class com.bm.introspectors.AbstractIntrospector
Returns the representingClass.
getRepresentingClass() - Method in class com.bm.introspectors.AbstractPersistentClassIntrospector
Returns the representingClass.
getRepresentingClass() - Method in interface com.bm.introspectors.IIntrospector
Returns the representingClass.
getResult(Class) - Method in class com.bm.ejb3metadata.finder.AnnonatedClassFinder
Searches all classes in a given directory (up to top lever and from there recursive) of in a given jar file.
getResultSetHoldability() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves the default holdability of this ResultSet object.
getRightCollectionType(Property) - Static method in class com.bm.utils.Ejb3Utils
Returns the right collection type for the given property.
getRollbackOnly() - Method in class com.bm.utils.substitues.FakedSessionContext
Check if current transaction is marked as rollback only.
getRollbackOnly() - Method in interface javax.ejb.EJBContext
Check if current transaction is marked as rollback only.
getRootPackageDir(File, String) - Static method in class com.bm.ejb3metadata.utils.MetadataUtils
Retrurns the root package directory e.g com.ejb3unit.eg --> returns com.
getRootPackageDir(File, String) - Static method in class com.bm.utils.Ejb3Utils
Returns the root package directory e.g com.ejb3unit.eg --> returns com.
getSbFactory() - Method in class com.bm.testsuite.BaseSessionBeanFixture
Returns the sbFactory.
getSchemaGenScript(DBDialect) - Method in class com.bm.cfg.Ejb3UnitCfg
Returns the schema gen script.
getSchemas() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves the schema names available in this database.
getSchemaTerm() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves the database vendor's preferred term for "schema".
getSearchStringEscape() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves the string that can be used to escape wildcard characters.
getSessionList() - Method in class com.bm.ejb3metadata.xml.struct.EnterpriseBeans
Gets the list of <session> elements.
getSessionType() - Method in class com.bm.ejb3metadata.xml.struct.Session
Gets the session-type.
getShemaName() - Method in class com.bm.introspectors.EntityBeanIntrospector
Returns the tableName.
getShortClassName(String) - Static method in class com.bm.ejb3metadata.utils.MetadataUtils
Retrun a short class name.
getShortClassName(Class) - Static method in class com.bm.ejb3metadata.utils.MetadataUtils
Retrun a short class name.
getShortClassName(String) - Static method in class com.bm.utils.Ejb3Utils
Return a short class name.
getShortClassName(Class) - Static method in class com.bm.utils.Ejb3Utils
Return a short class name.
getShortProperty(String) - Method in interface javax.jms.Message
Returns the value of the short property with the specified name.
getSignature() - Method in class com.bm.ejb3metadata.annotations.JField
method signature.
getSignature() - Method in class com.bm.ejb3metadata.annotations.JMethod
method signature.
getSourceClass() - Method in class com.bm.introspectors.relations.AbstractRelation
Returns the sourceClass.
getSourceProperty() - Method in class com.bm.introspectors.relations.AbstractRelation
Returns the sourceProperty.
getSQLKeywords() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves a comma-separated list of all of this database's SQL keywords that are NOT also SQL92 keywords.
getSQLStateType() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Indicates whether the SQLSTATEs returned by SQLException.getSQLState is X/Open (now known as Open Group) SQL CLI or SQL99.
getSQLUndoStatements() - Method in class com.bm.utils.UndoScriptGenerator
Returns a list of SQL undo statements.
getStore() - Static method in class com.bm.introspectors.relations.GlobalPrimaryKeyStore
Returns the singleton instance.
getStore() - Static method in class com.bm.introspectors.relations.GlobalRelationStore
Returns the singelton instance.
getString(String) - Method in class com.bm.cfg.NestedProperty
Liest einen Wert als Integer.
getStringFunctions() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves a comma-separated list of string functions available with this database.
getStringProperty(String) - Method in interface javax.jms.Message
Returns the value of the String property with the specified name.
getSuperName() - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
the super class name.
getSuperTables(String, String, String) - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves a description of the table hierarchies defined in a particular schema in this database.
getSuperTypes(String, String, String) - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves a description of the user-defined type (UDT) hierarchies defined in a particular schema in this database.
getSystemFunctions() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves a comma-separated list of system functions available with this database.
getTableName() - Method in class com.bm.introspectors.EntityBeanIntrospector
Returns the tableName.
getTablePrivileges(String, String, String) - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves a description of the access rights for each table available in a catalog.
getTables(String, String, String, String[]) - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves a description of the tables available in the given catalog.
getTableTypes() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves the table types available in this database.
getTarget() - Method in interface javax.interceptor.InvocationContext
 
getTargetClass() - Method in class com.bm.introspectors.relations.AbstractRelation
Returns the targetClass.
getTargetKeyProperty() - Method in class com.bm.introspectors.relations.AbstractRelation
Returns the primary key property (or properties, in case of a composite key) for the class that is target of the relation
getTargetKeyProperty() - Method in interface com.bm.introspectors.relations.EntityReleationInfo
Returns the primary key property (or properties, in case of a composite key) for the class that is target of the relation
getTargetKeyProperty() - Method in class com.bm.introspectors.relations.ManyToOneReleation
Returns the primary key properties of the target class
getTargetProperty() - Method in class com.bm.introspectors.relations.AbstractRelation
Returns the targetProperty.
getTempDirectory() - Static method in class com.bm.ejb3metadata.utils.MetadataUtils
Returns a path to an temp directory.
getTempDirectory() - Static method in class com.bm.utils.Ejb3Utils
Returns a path to an temp directory.
getText() - Method in interface javax.jms.TextMessage
Gets the string containing this message's data.
getTimeDateFunctions() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves a comma-separated list of the time and date functions available with this database.
getTimer() - Method in interface javax.ejb.TimerHandle
Obtain a reference to the timer represented by this handle.
getTimeRemaining() - Method in class com.bm.utils.substitues.FakedTimer
Get the number of milliseconds that will elapse before the next scheduled timer expiration.
getTimeRemaining() - Method in class com.bm.utils.substitues.TimerMock
Get the number of milliseconds that will elapse before the next scheduled timer expiration.
getTimeRemaining() - Method in interface javax.ejb.Timer
Get the number of milliseconds that will elapse before the next scheduled timer expiration.
getTimers() - Method in class com.bm.utils.substitues.FakedTimerService
Get all the active timers associated with this bean.
getTimers() - Method in class com.bm.utils.substitues.MockedTimerService
 
getTimers() - Method in interface javax.ejb.TimerService
Get all the active timers associated with this bean.
getTimerService() - Method in class com.bm.utils.substitues.FakedSessionContext
Gets the timer service.
getTimerService() - Method in interface javax.ejb.EJBContext
Gets the timer service.
getTransactionAttributeType() - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
transaction Attribute type.
getTransactionAttributeType() - Method in interface com.bm.ejb3metadata.annotations.metadata.interfaces.ITransactionAttribute
 
getTransactionAttributeType() - Method in class com.bm.ejb3metadata.annotations.metadata.MethodAnnotationMetadata
 
getTransactionManagementType() - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
transaction management type from.
getTransactionType() - Method in class com.bm.ejb3metadata.xml.struct.Session
Gets the transaction-type.
getTransientFields() - Method in class com.bm.introspectors.AbstractPersistentClassIntrospector
Returns the transientFields.
getType() - Method in interface com.bm.ejb3metadata.annotations.analyzer.AnnotationType
 
getType() - Method in class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxAnnotationResourcesVisitor
 
getType() - Method in class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxEjbApplicationExceptionVisitor
 
getType() - Method in class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxEjbEJBsVisitor
 
getType() - Method in class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxEjbLocalHomeVisitor
 
getType() - Method in class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxEjbLocalVisitor
 
getType() - Method in class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxEjbMessageDrivenVisitor
 
getType() - Method in class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxEjbRemoteHomeVisitor
 
getType() - Method in class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxEjbRemoteVisitor
 
getType() - Method in class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxEjbStatefulVisitor
 
getType() - Method in class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxEjbStatelessVisitor
 
getType() - Method in class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxEjbTransactionManagementVisitor
 
getType() - Method in class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxPersistencePersistenceContextsVisitor
 
getType() - Method in class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxPersistencePersistenceUnitsVisitor
 
getType() - Method in class com.bm.ejb3metadata.annotations.analyzer.classes.JBossEjbServiceVisitor
 
getType() - Method in class com.bm.ejb3metadata.annotations.analyzer.JavaxAnnotationResourceVisitor
 
getType() - Method in class com.bm.ejb3metadata.annotations.analyzer.JavaxEjbEJBVisitor
 
getType() - Method in class com.bm.ejb3metadata.annotations.analyzer.JavaxEjbTransactionAttributeVisitor
 
getType() - Method in class com.bm.ejb3metadata.annotations.analyzer.JavaxInterceptorInterceptorsVisitor
 
getType() - Method in class com.bm.ejb3metadata.annotations.analyzer.JavaxPersistencePersistenceContextVisitor
 
getType() - Method in class com.bm.ejb3metadata.annotations.analyzer.JavaxPersistencePersistenceUnitVisitor
 
getType() - Method in class com.bm.ejb3metadata.annotations.analyzer.method.JavaxAnnotationPostConstructVisitor
 
getType() - Method in class com.bm.ejb3metadata.annotations.analyzer.method.JavaxAnnotationPreDestroyVisitor
 
getType() - Method in class com.bm.ejb3metadata.annotations.analyzer.method.JavaxEjbInitVisitor
 
getType() - Method in class com.bm.ejb3metadata.annotations.analyzer.method.JavaxEjbPostActivateVisitor
 
getType() - Method in class com.bm.ejb3metadata.annotations.analyzer.method.JavaxEjbPrePassivateVisitor
 
getType() - Method in class com.bm.ejb3metadata.annotations.analyzer.method.JavaxEjbRemoveVisitor
 
getType() - Method in class com.bm.ejb3metadata.annotations.analyzer.method.JavaxEjbTimeoutVisitor
 
getType() - Method in class com.bm.ejb3metadata.annotations.analyzer.method.JavaxInterceptorAroundInvokeVisitor
 
getType() - Method in class com.bm.ejb3metadata.annotations.analyzer.method.JavaxInterceptorExcludeClassInterceptorsVisitor
 
getType() - Method in class com.bm.ejb3metadata.annotations.impl.JAnnotationResource
 
getType() - Method in class com.bm.ejb3metadata.annotations.impl.JavaxPersistenceContext
 
getType() - Method in class com.bm.introspectors.Property
Returns the type of the property.
getTypeInfo() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves a description of all the standard SQL types supported by this database.
getUDTs(String, String, String, int[]) - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves a description of the user-defined types (UDTs) defined in a particular schema.
getUniqueValueForEachPkField(Property, Introspector<? extends Object>) - Method in class com.bm.datagen.utils.BaseUniqueValueGenerator
Generates a unique value for each field (if the field is a PK field)
getUnitName() - Method in class com.bm.ejb3metadata.annotations.impl.JavaxPersistenceContext
 
getUnitName() - Method in class com.bm.ejb3metadata.annotations.impl.JavaxPersistenceUnit
 
getURL() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves the URL for this DBMS.
getUsedBeans() - Method in class com.bm.datagen.relation.BeanCollectionGenerator
Returns the releated bean: The Type of the bean which is generated by this generator.
getUsedBeans() - Method in interface com.bm.datagen.relation.EntityRelation
Informations if other beans (types) are used.
getUsedBeans() - Method in class com.bm.datagen.relation.SingleBeanGenerator
Returns the releated bean: The Type of the bean wich is generated by this generator.
getUserEasyBeansInterceptors() - Method in class com.bm.ejb3metadata.annotations.metadata.MethodAnnotationMetadata
 
getUserName() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves the user name as known to this database.
getUserTransaction() - Method in class com.bm.utils.substitues.FakedSessionContext
Gets the current transaction.
getUserTransaction() - Method in interface javax.ejb.EJBContext
Gets the current transaction.
getValue(String) - Method in class com.bm.cfg.Ejb3UnitCfg
Retruns a value of a config key.
getValue() - Method in class com.bm.datagen.constant.ConstantIntegerGenerator
The value.
getValue() - Method in class com.bm.datagen.constant.ConstantLongGenerator
The value.
getValue() - Method in class com.bm.datagen.constant.ConstantStringGenerator
The value.
getValue() - Method in class com.bm.datagen.empty.EmptyCollection
Returns the next boolean value.
getValue() - Method in interface com.bm.datagen.Generator
Generates a value for a distinct type T for a specified field - the field is used as an additional information an can be the same for all calls.
getValue() - Method in class com.bm.datagen.random.primitive.PrimitiveRandomBooleanGenerator
Returns the next boolean value.
getValue() - Method in class com.bm.datagen.random.primitive.PrimitiveRandomDateGenerator
Returns the date.
getValue() - Method in class com.bm.datagen.random.primitive.PrimitiveRandomDoubleGenerator
Returns the next Double.
getValue() - Method in class com.bm.datagen.random.primitive.PrimitiveRandomFloatGenerator
Returns the next Double.
getValue() - Method in class com.bm.datagen.random.primitive.PrimitiveRandomIntegerGenerator
Returns the next Integer.
getValue() - Method in class com.bm.datagen.random.primitive.PrimitiveRandomLongGenerator
Returns the next Long.
getValue() - Method in class com.bm.datagen.random.primitive.PrimitiveRandomShortGenerator
Returns the next Short.
getValue() - Method in class com.bm.datagen.random.primitive.PrimitiveRandomStringGenerator
Returns the next String.
getValue() - Method in class com.bm.datagen.random.RandomDateGenerator
Returns the date.
getValue() - Method in class com.bm.datagen.random.RandomIntegerGenerator
Returns the next Integer.
getValue() - Method in class com.bm.datagen.random.RandomLongGenerator
Returns the next Long.
getValue() - Method in class com.bm.datagen.random.RandomStringGenerator
Returns the next String.
getValue() - Method in class com.bm.datagen.relation.BeanCollectionGenerator
Returns the next entity bean of type T.
getValue() - Method in class com.bm.datagen.relation.SingleBeanGenerator
Returns the next entity bean of type T.
getValue() - Method in class com.bm.ejb3metadata.annotations.analyzer.EnumAnnotationVisitor
 
getValue() - Method in class com.bm.ejb3metadata.annotations.analyzer.ObjectAnnotationVisitor
 
getValue() - Method in class com.bm.ejb3metadata.annotations.JField
field's value.
getValueBoolean() - Static method in class com.bm.datagen.utils.BaseRandomDataGenerator
Random boolean value.
getValueByte(int) - Static method in class com.bm.datagen.utils.BaseRandomDataGenerator
Generates a random byte array.
getValueChar() - Static method in class com.bm.datagen.utils.BaseRandomDataGenerator
Random char value.
getValueDate() - Static method in class com.bm.datagen.utils.BaseRandomDataGenerator
Generatetes a random Date.
getValueDouble() - Static method in class com.bm.datagen.utils.BaseRandomDataGenerator
Random double value.
getValueFloat() - Static method in class com.bm.datagen.utils.BaseRandomDataGenerator
Random float value.
getValueInt() - Static method in class com.bm.datagen.utils.BaseRandomDataGenerator
Random int value.
getValueLong() - Static method in class com.bm.datagen.utils.BaseRandomDataGenerator
Random long value.
getValueShort() - Static method in class com.bm.datagen.utils.BaseRandomDataGenerator
Random short value.
getValueString(int, boolean) - Static method in class com.bm.datagen.utils.BaseRandomDataGenerator
Generates a random string.
getVersionColumns(String, String, String) - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves a description of a table's columns that are automatically updated when any value in a row is updated.
GlobalPrimaryKeyStore - Class in com.bm.introspectors.relations
Global store for storing the primary key properties of entity classes.
GlobalRelationStore - Class in com.bm.introspectors.relations
The problems in finding releations using introspectors is to avaid cyclic dependencies.

H

Handle - Interface in javax.ejb
The Handle interface is implemented by all EJB object handles.
HandleDelegate - Interface in javax.ejb.spi
Used to get used by portable implementations of javax.ejb.Handle and javax.ejb.HomeHandle.
hasEmbeddedPKClass() - Method in class com.bm.introspectors.EntityBeanIntrospector
Returns the hasPKClass.
hasEntityManager() - Method in class com.bm.introspectors.AbstractIntrospector
True is the session bean has an entity manager.
hasEntityManager() - Method in interface com.bm.introspectors.IIntrospector
True is the session bean has an entity manager.
hashCode() - Method in class com.bm.ejb3metadata.annotations.JClassInterceptor
hashCode() - Method in class com.bm.ejb3metadata.annotations.JField
a hash code value for the object.
hashCode() - Method in class com.bm.ejb3metadata.annotations.JMethod
a hash code value for the object.
hashCode() - Method in class com.bm.introspectors.Property
Hash Code.
hasIdClass() - Method in class com.bm.introspectors.EntityBeanIntrospector
Returns the hasPKClass.
hasSchema() - Method in class com.bm.introspectors.EntityBeanIntrospector
Returns if a chema name is persent.
hasSuperclassOrInterface(Class, Class) - Static method in class com.bm.utils.Ejb3Utils
Checks if the current class inherits form the specified class.
HomeHandle - Interface in javax.ejb
The HomeHandle interface is implemented by all home object handles.

I

IAnnotationResource - Interface in com.bm.ejb3metadata.annotations.metadata.interfaces
This interface represents methods which can be call on ClassAnnotationMetadata, MethodAnnotationMetadata and FieldAnnotationMetadata.
It manages @Resource annotation.
IdClassInstanceGen - Class in com.bm.utils
Creates an instance of a id class.
IdClassInstanceGen(Set<Property>, Class<?>, Object) - Constructor for class com.bm.utils.IdClassInstanceGen
 
IEjbEJB - Interface in com.bm.ejb3metadata.annotations.metadata.interfaces
This interface represents methods which can be call on ClassAnnotationMetadata, MethodAnnotationMetadata and FieldAnnotationMetadata.
It manages @EJB annotation.
IEJBInterceptors - Interface in com.bm.ejb3metadata.annotations.metadata.interfaces
This interface represents methods which can be call on ClassAnnotationMetadata and MethodAnnotationMetadata.
It manages @Interceptors annotation.
IIntrospector<T> - Interface in com.bm.introspectors
 
InheritanceInterfacesHelper - Class in com.bm.ejb3metadata.annotations.helper.bean
Analyze classes and if there are super classes, set all super interfaces to the current class.
InheritanceMethodResolver - Class in com.bm.ejb3metadata.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
init() - Method in class com.bm.ejb3metadata.annotations.analyzer.ObjectArrayAnnotationVisitor
Init method.
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).
InitialDataSet - Interface in com.bm.testsuite.dataloader
This interface must be implemented if the database should contain initial data.
initialize(Class<?>) - Static method in class com.bm.ejb3metadata.MetadataAnalyzer
 
initialize(String) - Static method in class com.bm.ejb3metadata.MetadataAnalyzer
 
initVisitors() - Method in class com.bm.ejb3metadata.annotations.analyzer.ScanClassVisitor
Build visitors used by this one.
initVisitors(T) - Method in class com.bm.ejb3metadata.annotations.analyzer.ScanCommonVisitor
Build visitors used by this one.
inject(Generator<?>) - Method in class com.bm.datagen.utils.GeneratorDependencyInjector
This class injects the preset values if the registered annotations are present.
injectedIn(Object) - Method in class com.bm.utils.substitues.MockedTimerService
 
innerValues() - Method in class com.bm.cfg.NestedProperty
Returns a list of inner values.
insertsAreDetected(int) - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether or not a visible row insert can be detected by calling the method ResultSet.rowInserted.
Interceptors - Annotation Type in javax.interceptor
List of interceptors classes to use for a given class or a given method.
InterceptorsValidationException - Exception in com.bm.ejb3metadata.annotations.exceptions
Exception thrown if there is a failure in an interceptor.
InterceptorsValidationException() - Constructor for exception com.bm.ejb3metadata.annotations.exceptions.InterceptorsValidationException
Constructs a new runtime exception with null as its detail message.
InterceptorsValidationException(String) - Constructor for exception com.bm.ejb3metadata.annotations.exceptions.InterceptorsValidationException
Constructs a new runtime exception with the specified detail message.
InterceptorsValidationException(String, Throwable) - Constructor for exception com.bm.ejb3metadata.annotations.exceptions.InterceptorsValidationException
Constructs a new runtime exception with the specified detail message and cause.
InterceptorsValidator - Class in com.bm.ejb3metadata.annotations.helper.bean.session.checks
This class ensures that the interceptors have the correct signature.
InterceptorType - Enum in com.bm.ejb3metadata.annotations
This class defines the type available for life cycle events.
InterfaceAnnotatedHelper - Class in com.bm.ejb3metadata.annotations.helper.bean
Lookup the annotated interfaces of a class and report it to the class metadata.
InternalInjector - Class in com.bm.utils.injectinternal
 
Introspector<T> - Interface in com.bm.introspectors
This interface represents different introspectors like EntityBeanIntrospector.
IntrospectorFactory - Class in com.bm.introspectors
 
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.
IPersistenceContext - Interface in com.bm.ejb3metadata.annotations.metadata.interfaces
This interface represents methods which can be call on ClassAnnotationMetadata, MethodAnnotationMetadata and FieldAnnotationMetadata.
It manages @PersistenceContext annotation.
IPersistenceUnit - Interface in com.bm.ejb3metadata.annotations.metadata.interfaces
This interface represents methods which can be call on ClassAnnotationMetadata, MethodAnnotationMetadata and FieldAnnotationMetadata.
It manages @PersistenceUnit annotation.
isAroundInvoke() - Method in class com.bm.ejb3metadata.annotations.metadata.MethodAnnotationMetadata
 
isAroundInvokeMethodMetadata() - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
the method metadata with annotation @AroundInvoke.
isBean() - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
true if the classs is a Bean.
isBusinessMethod() - Method in class com.bm.ejb3metadata.annotations.metadata.MethodAnnotationMetadata
 
isCallerInRole(Identity) - Method in class com.bm.utils.substitues.FakedSessionContext
isCallerInRole(String) - Method in class com.bm.utils.substitues.FakedSessionContext
Check if the given role is in the roles of the current caller's principal.
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.
isCascadeOnDelete() - Method in class com.bm.introspectors.relations.AbstractRelation
True wenn the delete operatio is cascading.
isCascadeOnDelete() - Method in interface com.bm.introspectors.relations.EntityReleationInfo
True when the delete operation is cascading.
isCatalogAtStart() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether a catalog appears at the start of a fully qualified table name.
isEmbeddedClass() - Method in class com.bm.introspectors.PersistentPropertyInfo
Returns the isEmbeddedClass.
isExcludedClassInterceptors() - Method in class com.bm.ejb3metadata.annotations.metadata.MethodAnnotationMetadata
 
ISharedMetadata - Interface in com.bm.ejb3metadata.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.
isInherited() - Method in class com.bm.ejb3metadata.annotations.metadata.FieldAnnotationMetadata
 
isInherited() - Method in class com.bm.ejb3metadata.annotations.metadata.MethodAnnotationMetadata
 
isInitialized() - Static method in class com.bm.cfg.Ejb3UnitCfg
Checks if the configuration was initialized.
isInMemory() - Method in class com.bm.cfg.Ejb3UnitCfg
Returns the inMemory.
isInterceptor() - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
Is that this class is an interceptor class ?
isLifeCycleMethod() - Method in class com.bm.ejb3metadata.annotations.metadata.MethodAnnotationMetadata
 
isLoadPeristenceXML() - Method in class com.bm.cfg.Ejb3UnitCfg
True is the persistence xml should be loaded
isMdb() - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
true if the class is an MDB class.
isNullable() - Method in class com.bm.introspectors.PersistentPropertyInfo
Returns the isNullable.
isolateJarName(URL) - Static method in class com.bm.ejb3metadata.utils.MetadataUtils
Isolates a jar file when a file was found inside a jar.
isolateJarName(URL) - Static method in class com.bm.utils.Ejb3Utils
Isolates a jar file when a file was found inside a jar.
isPersistenceContext() - Method in class com.bm.ejb3metadata.annotations.metadata.CommonAnnotationMetadata
 
isPersistenceContext() - Method in interface com.bm.ejb3metadata.annotations.metadata.interfaces.IPersistenceContext
 
isPersistenceUnit() - Method in class com.bm.ejb3metadata.annotations.metadata.CommonAnnotationMetadata
 
isPersistenceUnit() - Method in interface com.bm.ejb3metadata.annotations.metadata.interfaces.IPersistenceUnit
 
isPostActivate() - Method in class com.bm.ejb3metadata.annotations.metadata.MethodAnnotationMetadata
 
isPostConstruct() - Method in class com.bm.ejb3metadata.annotations.metadata.MethodAnnotationMetadata
 
isPreDestroy() - Method in class com.bm.ejb3metadata.annotations.metadata.MethodAnnotationMetadata
 
isPrePassivate() - Method in class com.bm.ejb3metadata.annotations.metadata.MethodAnnotationMetadata
 
isReadOnly() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database is in read-only mode.
isReleation() - Method in class com.bm.introspectors.PersistentPropertyInfo
Returns true if thisproperty represents a relation and returns true if this is a case (the EntityReleationInfo is not null and contains the relevant informations).
isService() - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
true if the class is an MDB class.
isSession() - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
true if the class is a session bean class.
isSession() - Method in interface javax.ejb.EJBMetaData
Test if the enterprise Bean's type is "session".
isSessionBean() - Method in class com.bm.cfg.JndiProperty
Gets the isSessionBean.
isShareable() - Method in class com.bm.ejb3metadata.annotations.impl.JAnnotationResource
 
isStateful() - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
true if the class is a stateful class.
isStateless() - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
true if the class is a stateless class.
isStatelessSession() - Method in interface javax.ejb.EJBMetaData
Test if the enterprise Bean's type is "stateless session".
isTimeout() - Method in class com.bm.ejb3metadata.annotations.metadata.MethodAnnotationMetadata
 
isUnidirectional() - Method in class com.bm.introspectors.relations.AbstractRelation
If the preperty is unidirectional.
isUnidirectional() - Method in interface com.bm.introspectors.relations.EntityReleationInfo
If the property is unidirectional.
isWrapperFor(Class<?>) - Method in class com.bm.utils.BasicDataSource
Does not wrap anything.
ITransactionAttribute - Interface in com.bm.ejb3metadata.annotations.metadata.interfaces
This interface represents methods which can be call on ClassAnnotationMetadata and MethodAnnotationMetadata.

J

JActivationConfigProperty - Class in com.bm.ejb3metadata.annotations.impl
Acts as an implementation of @ActivationConfigProperty annotation.
JActivationConfigProperty(String, String) - Constructor for class com.bm.ejb3metadata.annotations.impl.JActivationConfigProperty
Constructor.
Build an object with a given name and a given value.
JAnnotationResource - Class in com.bm.ejb3metadata.annotations.impl
Acts as an implementation of @Resource annotation.
JAnnotationResource() - Constructor for class com.bm.ejb3metadata.annotations.impl.JAnnotationResource
Constructor.
Build object with default values.
JApplicationException - Class in com.bm.ejb3metadata.annotations.impl
Acts as an implementation of @ApplicationException annotation.
JApplicationException() - Constructor for class com.bm.ejb3metadata.annotations.impl.JApplicationException
Build an object which represents @ApplicationException annotation.
Default value for rollback is false.
JApplicationException(boolean) - Constructor for class com.bm.ejb3metadata.annotations.impl.JApplicationException
Build an object which represents @ApplicationException annotation with a given boolean.
JAVA_LANG_OBJECT - Static variable in class com.bm.ejb3metadata.annotations.helper.bean.InheritanceInterfacesHelper
Defines java.lang.Object class.
JAVA_LANG_OBJECT - Static variable in class com.bm.ejb3metadata.MetadataAnalyzer
Defines java.lang.Object class.
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.jms - package javax.jms
 
javax.xml.rpc.handler - package javax.xml.rpc.handler
 
JavaxAnnotationPostConstructVisitor - Class in com.bm.ejb3metadata.annotations.analyzer.method
This class manages the handling of @PostConstruct annotation.
JavaxAnnotationPostConstructVisitor(MethodAnnotationMetadata) - Constructor for class com.bm.ejb3metadata.annotations.analyzer.method.JavaxAnnotationPostConstructVisitor
Constructor.
JavaxAnnotationPreDestroyVisitor - Class in com.bm.ejb3metadata.annotations.analyzer.method
This class manages the handling of @PreDestroy annotation.
JavaxAnnotationPreDestroyVisitor(MethodAnnotationMetadata) - Constructor for class com.bm.ejb3metadata.annotations.analyzer.method.JavaxAnnotationPreDestroyVisitor
Constructor.
JavaxAnnotationResourcesVisitor - Class in com.bm.ejb3metadata.annotations.analyzer.classes
This class manages the handling of @Resources annotation.
JavaxAnnotationResourcesVisitor(ClassAnnotationMetadata) - Constructor for class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxAnnotationResourcesVisitor
Constructor.
JavaxAnnotationResourceVisitor<T extends IAnnotationResource> - Class in com.bm.ejb3metadata.annotations.analyzer
This class manages the handling of @Resource annotation.
JavaxAnnotationResourceVisitor(T) - Constructor for class com.bm.ejb3metadata.annotations.analyzer.JavaxAnnotationResourceVisitor
Constructor.
JavaxEjbApplicationExceptionVisitor - Class in com.bm.ejb3metadata.annotations.analyzer.classes
This class manages the handling of the @ApplicationException annotation.
JavaxEjbApplicationExceptionVisitor(ClassAnnotationMetadata) - Constructor for class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxEjbApplicationExceptionVisitor
Constructor.
JavaxEjbEJBsVisitor - Class in com.bm.ejb3metadata.annotations.analyzer.classes
This class manages the handling of @EJBs annotation.
JavaxEjbEJBsVisitor(ClassAnnotationMetadata) - Constructor for class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxEjbEJBsVisitor
Constructor.
JavaxEjbEJBVisitor<T extends IEjbEJB> - Class in com.bm.ejb3metadata.annotations.analyzer
This class manages the handling of @EJB annotation.
JavaxEjbEJBVisitor(T) - Constructor for class com.bm.ejb3metadata.annotations.analyzer.JavaxEjbEJBVisitor
Constructor.
JavaxEjbInitVisitor - Class in com.bm.ejb3metadata.annotations.analyzer.method
This class manages the handling of @Init annotation.
JavaxEjbInitVisitor(MethodAnnotationMetadata) - Constructor for class com.bm.ejb3metadata.annotations.analyzer.method.JavaxEjbInitVisitor
Constructor.
JavaxEjbLocalHomeVisitor - Class in com.bm.ejb3metadata.annotations.analyzer.classes
This class manages the handling of @LocalHome annotation.
JavaxEjbLocalHomeVisitor(ClassAnnotationMetadata) - Constructor for class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxEjbLocalHomeVisitor
Constructor.
JavaxEjbLocalVisitor - Class in com.bm.ejb3metadata.annotations.analyzer.classes
This class manages the handling of @Local annotation.
JavaxEjbLocalVisitor(ClassAnnotationMetadata) - Constructor for class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxEjbLocalVisitor
Constructor.
JavaxEjbMessageDrivenVisitor - Class in com.bm.ejb3metadata.annotations.analyzer.classes
This class manages the handling of @MessageDriven annotation.
JavaxEjbMessageDrivenVisitor(ClassAnnotationMetadata) - Constructor for class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxEjbMessageDrivenVisitor
Constructor.
JavaxEjbPostActivateVisitor - Class in com.bm.ejb3metadata.annotations.analyzer.method
This class manages the handling of @PostActivate annotation.
JavaxEjbPostActivateVisitor(MethodAnnotationMetadata) - Constructor for class com.bm.ejb3metadata.annotations.analyzer.method.JavaxEjbPostActivateVisitor
Constructor.
JavaxEjbPrePassivateVisitor - Class in com.bm.ejb3metadata.annotations.analyzer.method
This class manages the handling of @PrePassivate annotation.
JavaxEjbPrePassivateVisitor(MethodAnnotationMetadata) - Constructor for class com.bm.ejb3metadata.annotations.analyzer.method.JavaxEjbPrePassivateVisitor
Constructor.
JavaxEjbRemoteHomeVisitor - Class in com.bm.ejb3metadata.annotations.analyzer.classes
This class manages the handling of @RemoteHome annotation.
JavaxEjbRemoteHomeVisitor(ClassAnnotationMetadata) - Constructor for class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxEjbRemoteHomeVisitor
Constructor.
JavaxEjbRemoteVisitor - Class in com.bm.ejb3metadata.annotations.analyzer.classes
This class manages the handling of @Remote annotation.
JavaxEjbRemoteVisitor(ClassAnnotationMetadata) - Constructor for class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxEjbRemoteVisitor
Constructor.
JavaxEjbRemoveVisitor - Class in com.bm.ejb3metadata.annotations.analyzer.method
This class manages the handling of @Remove annotation.
JavaxEjbRemoveVisitor(MethodAnnotationMetadata) - Constructor for class com.bm.ejb3metadata.annotations.analyzer.method.JavaxEjbRemoveVisitor
Constructor.
JavaxEjbStatefulVisitor - Class in com.bm.ejb3metadata.annotations.analyzer.classes
This class manages the handling of @Stateful annotation.
JavaxEjbStatefulVisitor(ClassAnnotationMetadata) - Constructor for class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxEjbStatefulVisitor
Constructor.
JavaxEjbStatelessVisitor - Class in com.bm.ejb3metadata.annotations.analyzer.classes
This class manages the handling of @Stateless annotation.
JavaxEjbStatelessVisitor(ClassAnnotationMetadata) - Constructor for class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxEjbStatelessVisitor
Constructor.
JavaxEjbTimeoutVisitor - Class in com.bm.ejb3metadata.annotations.analyzer.method
This class manages the handling of @Timeout annotation.
JavaxEjbTimeoutVisitor(MethodAnnotationMetadata) - Constructor for class com.bm.ejb3metadata.annotations.analyzer.method.JavaxEjbTimeoutVisitor
Constructor.
JavaxEjbTransactionAttributeVisitor<T extends ITransactionAttribute> - Class in com.bm.ejb3metadata.annotations.analyzer
This class manages the handling of @TransactionAttribute annotation.
JavaxEjbTransactionAttributeVisitor(T) - Constructor for class com.bm.ejb3metadata.annotations.analyzer.JavaxEjbTransactionAttributeVisitor
Constructor.
JavaxEjbTransactionManagementVisitor - Class in com.bm.ejb3metadata.annotations.analyzer.classes
This class manages the handling of @TransactionManagement annotation.
JavaxEjbTransactionManagementVisitor(ClassAnnotationMetadata) - Constructor for class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxEjbTransactionManagementVisitor
Constructor.
JavaxInterceptorAroundInvokeVisitor - Class in com.bm.ejb3metadata.annotations.analyzer.method
This class manages the handling of @AroundInvoke annotation.
JavaxInterceptorAroundInvokeVisitor(MethodAnnotationMetadata) - Constructor for class com.bm.ejb3metadata.annotations.analyzer.method.JavaxInterceptorAroundInvokeVisitor
Constructor.
JavaxInterceptorExcludeClassInterceptorsVisitor - Class in com.bm.ejb3metadata.annotations.analyzer.method
This class manages the handling of @ExcludeClassInterceptors annotation.
JavaxInterceptorExcludeClassInterceptorsVisitor(MethodAnnotationMetadata) - Constructor for class com.bm.ejb3metadata.annotations.analyzer.method.JavaxInterceptorExcludeClassInterceptorsVisitor
Constructor.
JavaxInterceptorInterceptorsVisitor<T extends IEJBInterceptors> - Class in com.bm.ejb3metadata.annotations.analyzer
This class manages the handling of @Interceptors annotation.
JavaxInterceptorInterceptorsVisitor(T) - Constructor for class com.bm.ejb3metadata.annotations.analyzer.JavaxInterceptorInterceptorsVisitor
Constructor.
JavaxPersistenceContext - Class in com.bm.ejb3metadata.annotations.impl
This class allow to set informations on javax.persistence.PersistenceContext annotation.
JavaxPersistenceContext() - Constructor for class com.bm.ejb3metadata.annotations.impl.JavaxPersistenceContext
Build new object with default values.
JavaxPersistencePersistenceContextsVisitor - Class in com.bm.ejb3metadata.annotations.analyzer.classes
This class manages the handling of @PersistenceContexts annotation.
JavaxPersistencePersistenceContextsVisitor(ClassAnnotationMetadata) - Constructor for class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxPersistencePersistenceContextsVisitor
Constructor.
JavaxPersistencePersistenceContextVisitor<T extends IPersistenceContext> - Class in com.bm.ejb3metadata.annotations.analyzer
This class manages the handling of @PersistenceContext annotation.
JavaxPersistencePersistenceContextVisitor(T) - Constructor for class com.bm.ejb3metadata.annotations.analyzer.JavaxPersistencePersistenceContextVisitor
Constructor.
JavaxPersistencePersistenceUnitsVisitor - Class in com.bm.ejb3metadata.annotations.analyzer.classes
This class manages the handling of @PersistenceUnits annotation.
JavaxPersistencePersistenceUnitsVisitor(ClassAnnotationMetadata) - Constructor for class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxPersistencePersistenceUnitsVisitor
Constructor.
JavaxPersistencePersistenceUnitVisitor<T extends IPersistenceUnit> - Class in com.bm.ejb3metadata.annotations.analyzer
This class manages the handling of @PersistenceUnit annotation.
JavaxPersistencePersistenceUnitVisitor(T) - Constructor for class com.bm.ejb3metadata.annotations.analyzer.JavaxPersistencePersistenceUnitVisitor
Constructor.
JavaxPersistenceUnit - Class in com.bm.ejb3metadata.annotations.impl
This class allow to set informations on javax.persistence.PersistenceUnit annotation.
JavaxPersistenceUnit() - Constructor for class com.bm.ejb3metadata.annotations.impl.JavaxPersistenceUnit
Build new object with default values.
JBossEjbServiceVisitor - Class in com.bm.ejb3metadata.annotations.analyzer.classes
This class manages the handling of @Service annotation.
JBossEjbServiceVisitor(ClassAnnotationMetadata) - Constructor for class com.bm.ejb3metadata.annotations.analyzer.classes.JBossEjbServiceVisitor
Constructor.
JbossServiceIntrospector<T> - Class in com.bm.introspectors
Marker class :Introspector for jboss service.
JbossServiceIntrospector(Class<? extends T>) - Constructor for class com.bm.introspectors.JbossServiceIntrospector
Constructor.
JClassInterceptor - Class in com.bm.ejb3metadata.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 com.bm.ejb3metadata.annotations.JClassInterceptor
Constructor.
JClassInterceptor(String, JMethod) - Constructor for class com.bm.ejb3metadata.annotations.JClassInterceptor
Constructor.
JCommonBean - Class in com.bm.ejb3metadata.annotations.impl
Defines common methods used by Session Bean and Message Driven beans.
JCommonBean() - Constructor for class com.bm.ejb3metadata.annotations.impl.JCommonBean
Build an object that will be shared by EJB (Session + MDB).
jdbcDatabaseMetaData - Class in org.hsqldb.jdbc
Path for Ejb3Unit (fredt@users)
(boucherb@users)
JEjbEJB - Class in com.bm.ejb3metadata.annotations.impl
Acts as an implementation of @EJB annotation.
JEjbEJB() - Constructor for class com.bm.ejb3metadata.annotations.impl.JEjbEJB
Constructor.
Build object with default values.
JField - Class in com.bm.ejb3metadata.annotations
This class defines a Field object.
JField(int, String, String, String, Object) - Constructor for class com.bm.ejb3metadata.annotations.JField
Constructor.
JInterceptors - Class in com.bm.ejb3metadata.annotations.impl
List of interceptor classes.
JInterceptors() - Constructor for class com.bm.ejb3metadata.annotations.impl.JInterceptors
Constructor.
JInterface - Class in com.bm.ejb3metadata.annotations.impl
List of interfaces.
JInterface() - Constructor for class com.bm.ejb3metadata.annotations.impl.JInterface
Constructor.
JLocal - Class in com.bm.ejb3metadata.annotations.impl
List of local interfaces.
JLocal() - Constructor for class com.bm.ejb3metadata.annotations.impl.JLocal
 
JMessageDriven - Class in com.bm.ejb3metadata.annotations.impl
Acts as an implementation of @MessageDriven annotation.
JMessageDriven() - Constructor for class com.bm.ejb3metadata.annotations.impl.JMessageDriven
Build an object which represents @MessageDriven object.
JMethod - Class in com.bm.ejb3metadata.annotations
This class defines a Method object.
JMethod(int, String, String, String, String[]) - Constructor for class com.bm.ejb3metadata.annotations.JMethod
Constructor.
JMethod(Method) - Constructor for class com.bm.ejb3metadata.annotations.JMethod
Constructor.
JMSException - Exception in javax.jms
This is the root class of all JMS API exceptions.
JMSException(String, String) - Constructor for exception javax.jms.JMSException
Constructs a JMSException with the specified reason and error code.
JMSException(String) - Constructor for exception javax.jms.JMSException
Constructs a JMSException with the specified reason and with the error code defaulting to null.
JndiProperty - Class in com.bm.cfg
 
JndiProperty() - Constructor for class com.bm.cfg.JndiProperty
Constructor.
JRemote - Class in com.bm.ejb3metadata.annotations.impl
List of remote interfaces.
JRemote() - Constructor for class com.bm.ejb3metadata.annotations.impl.JRemote
 
JRemove - Class in com.bm.ejb3metadata.annotations.impl
Acts as an implementation of @Remove annotation.
JRemove() - Constructor for class com.bm.ejb3metadata.annotations.impl.JRemove
Build an object which represents@Remove.
Default value for retainIfException is false.
JRemove(boolean) - Constructor for class com.bm.ejb3metadata.annotations.impl.JRemove
Build an object which represents@Remove with a given boolean.
JService - Class in com.bm.ejb3metadata.annotations.impl
Acts as an implementation of @Service annotation.
JService() - Constructor for class com.bm.ejb3metadata.annotations.impl.JService
Build an object which represents @jorg.jboss.annotation.ejb.Service object.
JStateful - Class in com.bm.ejb3metadata.annotations.impl
Acts as an implementation of @Stateful annotation.
JStateful() - Constructor for class com.bm.ejb3metadata.annotations.impl.JStateful
Build an object which represents @Stateful object.
JStateless - Class in com.bm.ejb3metadata.annotations.impl
Acts as an implementation of @Stateless annotation.
JStateless() - Constructor for class com.bm.ejb3metadata.annotations.impl.JStateless
Build an object which represents @Stateless object.

K

KEY_AUTOMATIC_SCHEMA_UPDATE - Static variable in class com.bm.cfg.Ejb3UnitCfg
Konfiguration key.
KEY_CONNECTION_DRIVER_CLASS - Static variable in class com.bm.cfg.Ejb3UnitCfg
Konfiguration key.
KEY_CONNECTION_PASSWORD - Static variable in class com.bm.cfg.Ejb3UnitCfg
Konfiguration key.
KEY_CONNECTION_URL - Static variable in class com.bm.cfg.Ejb3UnitCfg
Konfiguration key.
KEY_CONNECTION_USERNAME - Static variable in class com.bm.cfg.Ejb3UnitCfg
Konfiguration key.
KEY_IN_MEMORY_TEST - Static variable in class com.bm.cfg.Ejb3UnitCfg
Konfiguration key.
KEY_LOAD_PERSISTENMCE_XML - Static variable in class com.bm.cfg.Ejb3UnitCfg
Konfiguration key.
KEY_PERSISTENCE_UNIT_NAME - Static variable in class com.bm.cfg.Ejb3UnitCfg
Konfiguration key.
KEY_SHOW_SQL - Static variable in class com.bm.cfg.Ejb3UnitCfg
Konfiguration key.
KEY_SQL_DIALECT - Static variable in class com.bm.cfg.Ejb3UnitCfg
Konfiguration key.

L

lastLineNumber() - Method in interface com.bm.utils.csv.CSVParse
Get the line number that the last token came from.
lastLineNumber() - Method in class com.bm.utils.csv.CSVParser
Get the line number that the last token came from.
LifeCycleCallback - Class in com.bm.ejb3metadata.xml.struct
This class defines a life cycle callback that is described in an XML DD.
LifeCycleCallback() - Constructor for class com.bm.ejb3metadata.xml.struct.LifeCycleCallback
 
LifeCycleMethodExecuter - Class in com.bm.utils
Invokes the life cycle methods.
LifeCycleMethodExecuter() - Constructor for class com.bm.utils.LifeCycleMethodExecuter
 
list(Name) - Method in class com.bm.jndi.AbstractContext
list(String) - Method in class com.bm.jndi.AbstractContext
listBindings(Name) - Method in class com.bm.jndi.AbstractContext
listBindings(String) - Method in class com.bm.jndi.AbstractContext
Local - Annotation Type in javax.ejb
Used on a bean/interface to mark it as a local interface.
LocalHome - Annotation Type in javax.ejb
Adapted view for a local home (EJB 2.1).
locatorsUpdateCopy() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Indicates whether updates made to a LOB are made on a copy or directly to the LOB.
lookup(Name) - Method in class com.bm.jndi.AbstractContext
lookup(String) - Method in class com.bm.jndi.AbstractContext
lookup(String) - Method in class com.bm.jndi.MemoryContext
lookup(String) - Method in class com.bm.utils.substitues.FakedSessionContext
Search the given name in java:comp/env ENC environment.
lookup(String) - Method in interface javax.ejb.EJBContext
Search the given name in java:comp/env ENC environment.
lookupLink(Name) - Method in class com.bm.jndi.AbstractContext
lookupLink(String) - Method in class com.bm.jndi.AbstractContext
loop(ClassAnnotationMetadata, ClassAnnotationMetadata) - Static method in class com.bm.ejb3metadata.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 com.bm.utils.csv.CSVLexer
Prints out tokens and line numbers from a file or System.in.
ManyToOneReleation - Class in com.bm.introspectors.relations
Represents a ManyToOne relation.
ManyToOneReleation(Class, Class, Property, Property, ManyToOne) - Constructor for class com.bm.introspectors.relations.ManyToOneReleation
Default constructor.
MDBIntrospector<T> - Class in com.bm.introspectors
Introspector for MDB (supports also jboss mdb.
MDBIntrospector(Class<? extends T>) - Constructor for class com.bm.introspectors.MDBIntrospector
Constructor.
MDBListenerBusinessMethodResolver - Class in com.bm.ejb3metadata.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.
MemoryContext - Class in com.bm.jndi
An in memory naming context.
MemoryContext() - Constructor for class com.bm.jndi.MemoryContext
 
MemoryContextFactory - Class in com.bm.jndi
The initial context factory for the MemoryContext JNDI naming provider.
MemoryContextFactory() - Constructor for class com.bm.jndi.MemoryContextFactory
Default constructor.
mergeClassAnnotationMetadata(EjbJarAnnotationMetadata) - Method in class com.bm.ejb3metadata.annotations.metadata.EjbJarAnnotationMetadata
Merge the items from another
Message - Interface in javax.jms
The Message interface is the root interface of all JMS messages.
MessageContext - Interface in javax.xml.rpc.handler
 
MessageDriven - Annotation Type in javax.ejb
Defines a Message Driven Bean when applied on a bean's class.
MessageDrivenBean - Interface in javax.ejb
The MessageDrivenBean interface is implemented by every message-driven enterprise Bean class.
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.
MessageListener - Interface in javax.jms
A MessageListener object is used to receive asynchronously delivered messages.
MetadataAnalyzer - Class in com.bm.ejb3metadata
Analyse the matadate for ejb 3.
MetaDataCache - Class in com.bm.ejb3metadata.annotations.metadata
 
MetadataUtils - Class in com.bm.ejb3metadata.utils
Util class for ejb3unit.
MethodAnnotationMetadata - Class in com.bm.ejb3metadata.annotations.metadata
This class represents the annotation metadata of a method.
MethodAnnotationMetadata(JMethod, ClassAnnotationMetadata) - Constructor for class com.bm.ejb3metadata.annotations.metadata.MethodAnnotationMetadata
Constructor.
MockedDIModuleCreator - Class in com.bm.creators
 
MockedDIModuleCreator() - Constructor for class com.bm.creators.MockedDIModuleCreator
Constructor.
MockedSessionBeanFixture<T> - Class in com.bm.testsuite.mocked
This class enables the testing of Seteless/Statefull Session beans and JBoss Service classes under Mock-Isolation control.
MockedSessionBeanFixture(Class<T>) - Constructor for class com.bm.testsuite.mocked.MockedSessionBeanFixture
Default constructor.
MockedTimerService - Class in com.bm.utils.substitues
 
MockedTimerService() - Constructor for class com.bm.utils.substitues.MockedTimerService
 

N

NAME - Static variable in class com.bm.ejb3metadata.xml.struct.EnterpriseBeans
Name of this element.
NAME - Static variable in class com.bm.ejb3metadata.xml.struct.Session
Name of this element.
NestedProperty - Class in com.bm.cfg
Rpresentiert nested properties wie: rules.1.gefallenInProz=0.2345.
NestedProperty(String...) - Constructor for class com.bm.cfg.NestedProperty
Constructor.
nextValue() - Method in interface com.bm.utils.csv.CSVParse
Read the next value from the file.
nextValue() - Method in class com.bm.utils.csv.CSVParser
get the next value.
NON_PERSISTENT - Static variable in interface javax.jms.DeliveryMode
This is the lowest-overhead delivery mode because it does not require that the message be logged to stable storage.
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.
NullableSetter - Class in com.bm.utils
Sets nullable fields to null.
nullPlusNonNullIsNull() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database supports concatenations between NULL and non-NULL values being NULL.
nullsAreSortedAtEnd() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether NULL values are sorted at the end regardless of sort order.
nullsAreSortedAtStart() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether NULL values are sorted at the start regardless of sort order.
nullsAreSortedHigh() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether NULL values are sorted high.
nullsAreSortedLow() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether NULL values are sorted low.

O

ObjectAnnotationVisitor<T,V> - Class in com.bm.ejb3metadata.annotations.analyzer
This class manages the handling of single type like String name().
ObjectAnnotationVisitor(T) - Constructor for class com.bm.ejb3metadata.annotations.analyzer.ObjectAnnotationVisitor
Constructor.
ObjectArrayAnnotationVisitor<T,V> - Class in com.bm.ejb3metadata.annotations.analyzer
This class manages the handling of Array[] type like String[] value().
ObjectArrayAnnotationVisitor(T) - Constructor for class com.bm.ejb3metadata.annotations.analyzer.ObjectArrayAnnotationVisitor
Constructor.
ObjectMessage - Interface in javax.jms
An ObjectMessage object is used to send a message that contains a serializable object in the Java programming language ("Java object").
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.
OneToManyReleation - Class in com.bm.introspectors.relations
Represents a OneToMany relelation.
OneToManyReleation(Class, Class, Property, Property, OneToMany) - Constructor for class com.bm.introspectors.relations.OneToManyReleation
Default constructor.
onMessage(Message) - Method in interface javax.jms.MessageListener
Passes a message to the listener.
org.hsqldb.jdbc - package org.hsqldb.jdbc
 
org.jboss.annotation.ejb - package org.jboss.annotation.ejb
 
OSTYPE_LINUX - Static variable in class com.bm.ejb3metadata.utils.MetadataUtils
This field is used to OSTYPE_LINUX.
OSTYPE_LINUX - Static variable in class com.bm.utils.Ejb3Utils
This field is used to OSTYPE_LINUX.
OSTYPE_MAC - Static variable in class com.bm.ejb3metadata.utils.MetadataUtils
This field is used to OSTYPE_MAC.
OSTYPE_MAC - Static variable in class com.bm.utils.Ejb3Utils
This field is used to OSTYPE_MAC.
OSTYPE_NETWARE - Static variable in class com.bm.ejb3metadata.utils.MetadataUtils
This field is used to OSTYPE_NETWARE.
OSTYPE_NETWARE - Static variable in class com.bm.utils.Ejb3Utils
This field is used to OSTYPE_NETWARE.
OSTYPE_OS2 - Static variable in class com.bm.ejb3metadata.utils.MetadataUtils
This field is used to OSTYPE_OS2.
OSTYPE_OS2 - Static variable in class com.bm.utils.Ejb3Utils
This field is used to OSTYPE_OS2.
OSTYPE_SOLARIS - Static variable in class com.bm.ejb3metadata.utils.MetadataUtils
This field is used to OSTYPE_SOLARIS.
OSTYPE_SOLARIS - Static variable in class com.bm.utils.Ejb3Utils
This field is used to OSTYPE_SOLARIS.
OSTYPE_SUN - Static variable in class com.bm.utils.Ejb3Utils
This field is used to OSTYPE_SUN.
OSTYPE_UNKNOWN - Static variable in class com.bm.ejb3metadata.utils.MetadataUtils
This field is used to OSTYPE_UNKNOWN.
OSTYPE_UNKNOWN - Static variable in class com.bm.utils.Ejb3Utils
This field is used to OSTYPE_UNKNOWN.
OSTYPE_WINCE - Static variable in class com.bm.ejb3metadata.utils.MetadataUtils
This field is used to OSTYPE_WINCE.
OSTYPE_WINCE - Static variable in class com.bm.utils.Ejb3Utils
This field is used to OSTYPE_WINCE.
OSTYPE_WINDOWS - Static variable in class com.bm.ejb3metadata.utils.MetadataUtils
This field is used to OSTYPE_WINDOWS.
OSTYPE_WINDOWS - Static variable in class com.bm.utils.Ejb3Utils
This field is used to OSTYPE_WINDOWS.
OSTYPE_WINNT - Static variable in class com.bm.ejb3metadata.utils.MetadataUtils
This field is used to OSTYPE_WINNT.
OSTYPE_WINNT - Static variable in class com.bm.utils.Ejb3Utils
This field is used to OSTYPE_WINNT.
othersDeletesAreVisible(int) - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether deletes made by others are visible.
othersInsertsAreVisible(int) - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether inserts made by others are visible.
othersUpdatesAreVisible(int) - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether updates made by others are visible.
ownDeletesAreVisible(int) - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether a result set's own deletes are visible.
ownInsertsAreVisible(int) - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether a result set's own inserts are visible.
ownUpdatesAreVisible(int) - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether for the given type of ResultSet object, the result set's own updates are visible.

P

parse(String) - Method in enum com.bm.testsuite.dataloader.DateFormats
Parse the specified instance
parseToPreparedStatemnt(String, PreparedStatement, int) - Method in enum com.bm.testsuite.dataloader.DateFormats
 
PermitAll - Annotation Type in javax.annotation.security
Every roles can invole this method or all methods of a given class.
persist(List<T>) - Method in class com.bm.testsuite.PoJoFixture
Persists all objects in the database.
PersistenceXml - Class in com.bm
 
PersistenceXml() - Constructor for class com.bm.PersistenceXml
 
PERSISTENT - Static variable in interface javax.jms.DeliveryMode
This delivery mode instructs the JMS provider to log the message to stable storage as part of the client's send operation.
PersistentPropertyInfo - Class in com.bm.introspectors
This class represents all informations about persitent fields.
PersistentPropertyInfo() - Constructor for class com.bm.introspectors.PersistentPropertyInfo
 
pkFieldInfo - Variable in class com.bm.introspectors.AbstractPersistentClassIntrospector
holds the meta information for primary key fields *
PoJoFixture - Class in com.bm.testsuite
Supports entity manager and flat file db injection for pojos.
PoJoFixture(Class<?>[]) - Constructor for class com.bm.testsuite.PoJoFixture
Constructor.
PoJoFixture(Class<?>[], InitialDataSet...) - Constructor for class com.bm.testsuite.PoJoFixture
Constructor.
POST_CONSTRUCT - Static variable in class com.bm.ejb3metadata.xml.struct.LifeCycleCallback
Post construct.
PostActivate - Annotation Type in javax.ejb
Called on a stateful bean's method when activation has been done.
PostConstruct - Annotation Type in javax.annotation
Call the method annotated with PostConstruct after that a new instance of the class has been built.
PRE_DESTROY - Static variable in class com.bm.ejb3metadata.xml.struct.LifeCycleCallback
Pre Destroy.
preCreate() - Method in class com.bm.datagen.relation.BeanCollectionGenerator
Gets called before every jUnitTest.
preCreate() - Method in class com.bm.datagen.relation.SingleBeanGenerator
Gets called before every jUnitTest.
PreDestroy - Annotation Type in javax.annotation
Call the method annotated by PreDestroy before removing this object from the container.
prepare() - Method in class com.bm.creators.EntityBeanCreator
This method should be called every time before an entity creation task > this method tells every generator to call his prepare method(annotation).
prepare() - Method in class com.bm.creators.EntityInstanceCreator
This method should be called every time before an entity creation task > this method tells every generator to call his prepare method(annotation).
prepare() - Method in class com.bm.datagen.DataGenerator
This method should be called every time before an entity creation task > this method tells every generator to call his prepare method(annotation).
PrepareGenerator - Annotation Type in com.bm.datagen.annotations
If a method is anotated with this annotation the methos get called in the setup method of the JUnit test.
PrePassivate - Annotation Type in javax.ejb
Called on a stateful bean's method before passivation.
PrimaryKeyInfo - Class in com.bm.introspectors
This class represents informations about PK fields.
PrimaryKeyInfo(Id) - Constructor for class com.bm.introspectors.PrimaryKeyInfo
Default constructor.
PrimaryKeyInfo(EmbeddedId) - Constructor for class com.bm.introspectors.PrimaryKeyInfo
Default constructor.
PrimitiveRandomBooleanGenerator - Class in com.bm.datagen.random.primitive
Generates boolean values (only for non PK fields).
PrimitiveRandomBooleanGenerator() - Constructor for class com.bm.datagen.random.primitive.PrimitiveRandomBooleanGenerator
 
PrimitiveRandomDateGenerator - Class in com.bm.datagen.random.primitive
Generates random Date values - distinguish between PK and non PK fields.
PrimitiveRandomDateGenerator() - Constructor for class com.bm.datagen.random.primitive.PrimitiveRandomDateGenerator
 
PrimitiveRandomDoubleGenerator - Class in com.bm.datagen.random.primitive
Generates Double values (only for non PK fields).
PrimitiveRandomDoubleGenerator() - Constructor for class com.bm.datagen.random.primitive.PrimitiveRandomDoubleGenerator
 
PrimitiveRandomFloatGenerator - Class in com.bm.datagen.random.primitive
Generates Double values (only for non PK fields).
PrimitiveRandomFloatGenerator() - Constructor for class com.bm.datagen.random.primitive.PrimitiveRandomFloatGenerator
 
PrimitiveRandomIntegerGenerator - Class in com.bm.datagen.random.primitive
Generates random Integer values - distinguish between PK and non PK fields.
PrimitiveRandomIntegerGenerator() - Constructor for class com.bm.datagen.random.primitive.PrimitiveRandomIntegerGenerator
 
PrimitiveRandomLongGenerator - Class in com.bm.datagen.random.primitive
Generates random Long values - distinguish between PK and non PK fields.
PrimitiveRandomLongGenerator() - Constructor for class com.bm.datagen.random.primitive.PrimitiveRandomLongGenerator
 
PrimitiveRandomShortGenerator - Class in com.bm.datagen.random.primitive
Generates random Short values - distinguish between PK and non PK fields.
PrimitiveRandomShortGenerator() - Constructor for class com.bm.datagen.random.primitive.PrimitiveRandomShortGenerator
 
PrimitiveRandomStringGenerator - Class in com.bm.datagen.random.primitive
Generates random string values - distinguish between PK and non PK fields.
PrimitiveRandomStringGenerator() - Constructor for class com.bm.datagen.random.primitive.PrimitiveRandomStringGenerator
 
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).
processAccessTypeField(Class<? extends T>) - Method in class com.bm.introspectors.AbstractIntrospector
If the access type is field, we will extract all the neccessary meta informations from the fields.
processAccessTypeField(Class<T>) - Method in class com.bm.introspectors.AbstractPersistentClassIntrospector
If the access type is field, we will extract all the necessary meta informations form the fields
processAccessTypeField(Class<T>) - Method in class com.bm.introspectors.EntityBeanIntrospector
Overide the abstract implementation of this method, to handle with embedded classes
processAccessTypeProperty(Class<T>) - Method in class com.bm.introspectors.AbstractPersistentClassIntrospector
If the access type is property, we will extract all the necessary meta informations form the getter methods
Property - Class in com.bm.introspectors
Every persistent property of a EJB3 entity bean can be defined as field access or method access (using setter/getters).
Property(Class, PropertyDescriptor) - Constructor for class com.bm.introspectors.Property
Contructor using getter/setter access.
Property(FieldAnnotationMetadata) - Constructor for class com.bm.introspectors.Property
Contructor using field access.
Property(Field) - Constructor for class com.bm.introspectors.Property
Contructor uing field access.
propertyExists(String) - Method in interface javax.jms.Message
Indicates whether a property value exists.
propertyName() - Method in class com.bm.ejb3metadata.annotations.impl.JActivationConfigProperty
 
propertyValue() - Method in class com.bm.ejb3metadata.annotations.impl.JActivationConfigProperty
 
protokollCreate(T) - Method in class com.bm.utils.UndoScriptGenerator
This method protocoll a bean creation.
put(Class, Map<Property, PrimaryKeyInfo>) - Method in class com.bm.introspectors.relations.GlobalPrimaryKeyStore
Stores primary key info of a given entity class.
put(Class, Property) - Method in class com.bm.introspectors.relations.GlobalRelationStore
Save a property wich represents a relation in a class (bean).

R

RandomDateGenerator - Class in com.bm.datagen.random
Generates random Date values - distinguish between PK and non PK fields.
RandomDateGenerator() - Constructor for class com.bm.datagen.random.RandomDateGenerator
 
RandomIntegerGenerator - Class in com.bm.datagen.random
Generates random Integer values - distinguish between PK and non PK fields.
RandomIntegerGenerator() - Constructor for class com.bm.datagen.random.RandomIntegerGenerator
 
RandomLongGenerator - Class in com.bm.datagen.random
Generates random Long values - distinguish between PK and non PK fields.
RandomLongGenerator() - Constructor for class com.bm.datagen.random.RandomLongGenerator
 
RandomStringGenerator - Class in com.bm.datagen.random
Generates random string values - distinguish between PK and non PK fields.
RandomStringGenerator() - Constructor for class com.bm.datagen.random.RandomStringGenerator
 
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.
rebind(Name, Object) - Method in class com.bm.jndi.AbstractContext
rebind(String, Object) - Method in class com.bm.jndi.AbstractContext
rebind(String, Object) - Method in class com.bm.jndi.MemoryContext
registerGen(Generator<?>) - Method in class com.bm.datagen.DataGenerator
Register one generator to the set of generators.
RelationPropertyResolver - Class in com.bm.introspectors.relations
Helper class to find properties wich are inwolved in releations.
RelationType - Enum in com.bm.introspectors.relations
Represents the type of a entity releation.
Remote - Annotation Type in javax.ejb
Used on a bean/interface to mark it as a remote interface.
RemoteHome - Annotation Type in javax.ejb
Adapted view for a remote home (EJB 2.1).
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.
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.
removeFromEnvironment(String) - Method in class com.bm.jndi.AbstractContext
removeProperty(String) - Method in interface javax.xml.rpc.handler.MessageContext
 
rename(Name, Name) - Method in class com.bm.jndi.AbstractContext
rename(String, String) - Method in class com.bm.jndi.AbstractContext
rename(String, String) - Method in class com.bm.jndi.MemoryContext
representingClass - Variable in class com.bm.introspectors.AbstractIntrospector
the class represented by this introspector (e.g.
resolve(ClassAnnotationMetadata) - Static method in class com.bm.ejb3metadata.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 com.bm.ejb3metadata.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 com.bm.ejb3metadata.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 com.bm.ejb3metadata.annotations.helper.bean.InterfaceAnnotatedHelper
Gets interface of a bean and report their types to the bean metadata.
resolve(ClassAnnotationMetadata) - Static method in class com.bm.ejb3metadata.annotations.helper.bean.mdb.MDBListenerBusinessMethodResolver
Mark listener method of the interface as business method.
resolve(ClassAnnotationMetadata) - Static method in class com.bm.ejb3metadata.annotations.helper.bean.session.SessionBeanInterface
Try to see if bean implements javax.ejb.SessionBean interface.
resolve(ClassAnnotationMetadata) - Static method in class com.bm.ejb3metadata.annotations.helper.bean.session.SessionBusinessInterfaceFinder
Finds business interface in a session bean.
resolve(ClassAnnotationMetadata) - Static method in class com.bm.ejb3metadata.annotations.helper.bean.SessionBeanHelper
Apply all helper.
resolve(EjbJarAnnotationMetadata) - Static method in class com.bm.ejb3metadata.annotations.helper.ResolverHelper
The helper will analyze datas of a given EjbJarAnnotationMetadata object.
ResolverException - Exception in com.bm.ejb3metadata.annotations.exceptions
Exception thrown if there is a failure in a resolver.
ResolverException() - Constructor for exception com.bm.ejb3metadata.annotations.exceptions.ResolverException
Constructs a new runtime exception with null as its detail message.
ResolverException(String) - Constructor for exception com.bm.ejb3metadata.annotations.exceptions.ResolverException
Constructs a new runtime exception with the specified detail message.
ResolverException(String, Throwable) - Constructor for exception com.bm.ejb3metadata.annotations.exceptions.ResolverException
Constructs a new runtime exception with the specified detail message and cause.
ResolverHelper - Class in com.bm.ejb3metadata.annotations.helper
This class handle some steps that need to be done after the meta-data generation.
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.
Resources - Annotation Type in javax.annotation
List of resources.
retainIfException() - Method in class com.bm.ejb3metadata.annotations.impl.JRemove
 
RolesAllowed - Annotation Type in javax.annotation.security
List of roles allowed to invoke a given method or all methods of a given class.
rollback() - Method in class com.bm.ejb3metadata.annotations.impl.JApplicationException
 
run() - Method in class com.bm.utils.substitues.TimerMock
RunAs - Annotation Type in javax.annotation.security
Run-As role used on the class.

S

ScanClassVisitor - Class in com.bm.ejb3metadata.annotations.analyzer
This classes analyses a given class and build/fill meta data information.
ScanClassVisitor(EjbJarAnnotationMetadata) - Constructor for class com.bm.ejb3metadata.annotations.analyzer.ScanClassVisitor
Constructor.
ScanCommonVisitor<T extends ISharedMetadata> - Class in com.bm.ejb3metadata.annotations.analyzer
This classes analyses annotation (could be class, method, attribute, etc).
ScanCommonVisitor() - Constructor for class com.bm.ejb3metadata.annotations.analyzer.ScanCommonVisitor
Constructor Build map of visitors.
ScanFieldVisitor - Class in com.bm.ejb3metadata.annotations.analyzer
This classes analyses a given field and build/fill meta data information.
ScanFieldVisitor(JField, ClassAnnotationMetadata) - Constructor for class com.bm.ejb3metadata.annotations.analyzer.ScanFieldVisitor
Constructor.
scanFileNamesInArchive(InputStream) - Static method in class com.bm.ejb3metadata.utils.MetadataUtils
Scan for files in jar file.
scanFileNamesInArchive(InputStream) - Static method in class com.bm.utils.Ejb3Utils
Scan for files in jar file.
ScanMethodVisitor - Class in com.bm.ejb3metadata.annotations.analyzer
This classes analyses a given method and build/fill meta data information.
ScanMethodVisitor(JMethod, ClassAnnotationMetadata) - Constructor for class com.bm.ejb3metadata.annotations.analyzer.ScanMethodVisitor
Constructor.
search(String, String) - Static method in class com.bm.Classpath
 
search(ClassLoader, String, String) - Static method in class com.bm.Classpath
 
Service - Annotation Type in org.jboss.annotation.ejb
Service annotaion from Jboss.
Session - Class in com.bm.ejb3metadata.xml.struct
Defines a representation for <session> element.
Session() - Constructor for class com.bm.ejb3metadata.xml.struct.Session
Constructor.
SessionBean - Interface in javax.ejb
The SessionBean interface is implemented by every session enterprise Bean class.
SessionBeanFactory<T> - Class in com.bm.creators
This class will create session bean instances without an application server.
SessionBeanFactory(EntityManager) - Constructor for class com.bm.creators.SessionBeanFactory
Default constructor.
SessionBeanHelper - Class in com.bm.ejb3metadata.annotations.helper.bean
Helper class which manages only Session bean class.
SessionBeanInterface - Class in com.bm.ejb3metadata.annotations.helper.bean.session
This class analyze interfaces of the session bean.
SessionBeanIntrospector<T> - Class in com.bm.introspectors
SessionBeanIntrospector.
SessionBeanIntrospector(Class<? extends T>) - Constructor for class com.bm.introspectors.SessionBeanIntrospector
Constructor.
SessionBeanValidationException - Exception in com.bm.ejb3metadata.annotations.exceptions
Exception thrown if there is a failure in a bean.
SessionBeanValidationException() - Constructor for exception com.bm.ejb3metadata.annotations.exceptions.SessionBeanValidationException
Constructs a new runtime exception with null as its detail message.
SessionBeanValidationException(String) - Constructor for exception com.bm.ejb3metadata.annotations.exceptions.SessionBeanValidationException
Constructs a new runtime exception with the specified detail message.
SessionBeanValidationException(String, Throwable) - Constructor for exception com.bm.ejb3metadata.annotations.exceptions.SessionBeanValidationException
Constructs a new runtime exception with the specified detail message and cause.
SessionBeanValidator - Class in com.bm.ejb3metadata.annotations.helper.bean.session.checks
This class ensures that the session bean is well formed before trying to load it.
SessionBusinessInterfaceFinder - Class in com.bm.ejb3metadata.annotations.helper.bean.session
This class finds the business interface if there are no business interfaces specified.
SessionContext - Interface in javax.ejb
Context provided by Session Bean.
SessionSynchronization - Interface in javax.ejb
The SessionSynchronization interface allows a session Bean instance to be notified by its container of transaction boundaries.
setAnnotationsInterceptors(JInterceptors) - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
Sets the object representing the @Interceptors annotation.
setAnnotationsInterceptors(JInterceptors) - Method in interface com.bm.ejb3metadata.annotations.metadata.interfaces.IEJBInterceptors
Set JInterceptors object.
setAnnotationsInterceptors(JInterceptors) - Method in class com.bm.ejb3metadata.annotations.metadata.MethodAnnotationMetadata
Sets the object representing the @Interceptors annotation.
setApplicationException(ApplicationException) - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
Sets the object representing the @ApplicationException annotation.
setAroundInvoke(boolean) - Method in class com.bm.ejb3metadata.annotations.metadata.MethodAnnotationMetadata
Sets true if method has @AroundInvoke.
setAuthenticationType(Resource.AuthenticationType) - Method in class com.bm.ejb3metadata.annotations.impl.JAnnotationResource
Sets the authentication type.
setBeanInterface(String) - Method in class com.bm.ejb3metadata.annotations.impl.JEjbEJB
Sets the business or home Interface.
setBeanName(String) - Method in class com.bm.ejb3metadata.annotations.impl.JEjbEJB
Sets bean name (Name of stateless, stateful, etc.
setBooleanProperty(String, boolean) - Method in interface javax.jms.Message
Sets a boolean property value with the specified name into the message.
setBusinessMethod(boolean) - Method in class com.bm.ejb3metadata.annotations.metadata.MethodAnnotationMetadata
This method is a business method.
setByteProperty(String, byte) - Method in interface javax.jms.Message
Sets a byte property value with the specified name into the message.
setClassAnnotationMetadata(ClassAnnotationMetadata) - Method in class com.bm.ejb3metadata.annotations.metadata.MethodAnnotationMetadata
Replace the link to the classannotation metadata.
setClassName(String) - Method in class com.bm.ejb3metadata.xml.struct.LifeCycleCallback
Sets the class of the callback.
setClassType(ClassType) - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
Sets the type of this class.
setCommentStart(String) - Method in class com.bm.utils.csv.CSVLexer
Set the characters that indicate a comment at the beginning of the line.
setCommentStart(String) - Method in class com.bm.utils.csv.CSVParser
Set the characters that indicate a comment at the beginning of the line.
setDbName(String) - Method in class com.bm.introspectors.PersistentPropertyInfo
The dbName to set.
setDescription(String) - Method in class com.bm.ejb3metadata.annotations.impl.JAnnotationResource
Sets the description.
setDescription(String) - Method in class com.bm.ejb3metadata.annotations.impl.JCommonBean
Sets the description.
setDoubleProperty(String, double) - Method in interface javax.jms.Message
Sets a double property value with the specified name into the message.
setEjb3(EJB3) - Method in class com.bm.ejb3metadata.annotations.metadata.EjbJarAnnotationMetadata
Sets the ejb3 deployment descriptor object.
setEjbClass(String) - Method in class com.bm.ejb3metadata.xml.struct.AbsBean
Set the ejb-class.
setEjbName(String) - Method in class com.bm.ejb3metadata.xml.struct.AbsBean
Set the ejb-name.
setEmbeddedClass(boolean) - Method in class com.bm.introspectors.PersistentPropertyInfo
The isEmbeddedClass to set.
setEnterpriseBeans(EnterpriseBeans) - Method in class com.bm.ejb3metadata.xml.struct.EJB3
Sets the enterprise-beans element.
setEntityContext(EntityContext) - Method in interface javax.ejb.EntityBean
Set the associated entity context.
setEntityManager(EntityManager) - Method in class com.bm.datagen.utils.GeneratorDependencyInjector
The entity manager to inject.
setEntityManager(EntityManager) - Method in class com.bm.testsuite.dataloader.EntityInitialDataSet
Will be called by the testing framework.
setEntityReleationInfo(EntityReleationInfo) - Method in class com.bm.introspectors.PersistentPropertyInfo
The entityReleationInfo to set.
setEscapes(String, String) - Method in class com.bm.utils.csv.CSVLexer
Specify escape sequences and their replacements.
setEscapes(String, String) - Method in class com.bm.utils.csv.CSVParser
Specify escape sequences and their replacements.
setExcludeClassInterceptors(boolean) - Method in class com.bm.ejb3metadata.annotations.metadata.MethodAnnotationMetadata
Flag this method as a method which exclude user interceptors.
setExternalUserInterceptors(Map<InterceptorType, List<JClassInterceptor>>) - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
Sets the list of user interceptors that enhancers will use.
These interceptors are defined outside the bean class (interceptor classes).
setField(T, Property, Object) - Method in class com.bm.introspectors.AbstractPersistentClassIntrospector
Sets a value of the field.
setField(T, Property, Object) - Method in interface com.bm.introspectors.Introspector
Sets a value of an field.
setField(Object, Object) - Method in class com.bm.introspectors.Property
Sets a value of the field / getterMethod.
setFieldsToNull(List<T>, Introspector<T>) - Static method in class com.bm.utils.NullableSetter
Sets nullable fields to null.
setFieldsToNull(T, Introspector<T>) - Static method in class com.bm.utils.NullableSetter
Sets nullable fields to null.
setFloatProperty(String, float) - Method in interface javax.jms.Message
Sets a float property value with the specified name into the message.
setGenValue(GeneratedValue) - Method in class com.bm.introspectors.PrimaryKeyInfo
Sets the gen value.
setGlobalEasyBeansInterceptors(List<JClassInterceptor>) - Method in class com.bm.ejb3metadata.annotations.metadata.MethodAnnotationMetadata
Sets the list of global interceptors that enhancers will use.
setInherited(boolean) - Method in class com.bm.ejb3metadata.annotations.metadata.FieldAnnotationMetadata
Sets the inheritance of this method.
setInherited(boolean, ClassAnnotationMetadata) - Method in class com.bm.ejb3metadata.annotations.metadata.MethodAnnotationMetadata
Sets the inheritance of this method.
setInitalDataSets(InitialDataSet...) - Method in class com.bm.testsuite.BaseSessionBeanFixture
Sets a CSV inital data set to prepopylate the database with data.
setInstance(Object) - Method in class com.bm.datagen.utils.GeneratorDependencyInjector
The current object to inject.
setInterceptors(List<JClassInterceptor>) - Method in class com.bm.ejb3metadata.annotations.metadata.MethodAnnotationMetadata
Sets the list of interceptors(tx, security, etc) that enhancers will use.
These interceptors are defined per methods.
setInterfaces(String[]) - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
Sets the interfaces of this class.
setIntProperty(String, int) - Method in interface javax.jms.Message
Sets an int property value with the specified name into the message.
setIntrospector(Introspector<?>) - Method in class com.bm.datagen.utils.GeneratorDependencyInjector
The current introspector.
setJAnnotationResource(JAnnotationResource) - Method in class com.bm.ejb3metadata.annotations.analyzer.JavaxAnnotationResourceVisitor
Sets the jAnnotationResource object.
setJAnnotationResource(JAnnotationResource) - Method in class com.bm.ejb3metadata.annotations.metadata.CommonAnnotationMetadata
Set JAnnotationResource object.
setJAnnotationResource(JAnnotationResource) - Method in interface com.bm.ejb3metadata.annotations.metadata.interfaces.IAnnotationResource
Set JAnnotationResource object.
setJAnnotationResources(List<JAnnotationResource>) - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
Sets JAnnotationResources object.
setJavaxPersistenceContext(JavaxPersistenceContext) - Method in class com.bm.ejb3metadata.annotations.analyzer.JavaxPersistencePersistenceContextVisitor
Sets the javaxPersistenceContext object.
setJavaxPersistenceContext(JavaxPersistenceContext) - Method in class com.bm.ejb3metadata.annotations.metadata.CommonAnnotationMetadata
Sets the persistence context info on this field.
setJavaxPersistenceContext(JavaxPersistenceContext) - Method in interface com.bm.ejb3metadata.annotations.metadata.interfaces.IPersistenceContext
Sets the persistence context info on this field.
setJavaxPersistencePersistenceContexts(List<JavaxPersistenceContext>) - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
Sets JavaxPersistencePersistenceContexts object.
setJavaxPersistencePersistenceUnits(List<JavaxPersistenceUnit>) - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
Sets setJavaxPersistencePersistenceUnits object.
setjavaxPersistenceUnit(JavaxPersistenceUnit) - Method in class com.bm.ejb3metadata.annotations.analyzer.JavaxPersistencePersistenceUnitVisitor
Sets the javaxPersistenceUnit object.
setJavaxPersistenceUnit(JavaxPersistenceUnit) - Method in class com.bm.ejb3metadata.annotations.metadata.CommonAnnotationMetadata
Sets the persistence unit info on this field.
setJavaxPersistenceUnit(JavaxPersistenceUnit) - Method in interface com.bm.ejb3metadata.annotations.metadata.interfaces.IPersistenceUnit
Sets the persistence unit info on this field.
setJCommonBean(JCommonBean) - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
Sets the attributes for a Stateless/Stateful/MDB.
setJEjbEJB(JEjbEJB) - Method in class com.bm.ejb3metadata.annotations.analyzer.JavaxEjbEJBVisitor
Sets the jEjbEJB object.
setJEjbEJB(JEjbEJB) - Method in class com.bm.ejb3metadata.annotations.metadata.CommonAnnotationMetadata
Set JAnnotationEJB object.
setJEjbEJB(JEjbEJB) - Method in interface com.bm.ejb3metadata.annotations.metadata.interfaces.IEjbEJB
Set jEjbEJB object.
setJEjbEJBs(List<JEjbEJB>) - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
Set JEjbEJBs object.
setJMessageDriven(JMessageDriven) - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
Sets the message driven bean object.
setJMSCorrelationID(String) - Method in interface javax.jms.Message
Sets the correlation ID for the message.
setJMSCorrelationIDAsBytes(byte[]) - Method in interface javax.jms.Message
Sets the correlation ID as an array of bytes for the message.
setJMSDeliveryMode(int) - Method in interface javax.jms.Message
Sets the DeliveryMode value for this message.
setJMSDestination(Destination) - Method in interface javax.jms.Message
Sets the Destination object for this message.
setJMSExpiration(long) - Method in interface javax.jms.Message
Sets the message's expiration value.
setJMSMessageID(String) - Method in interface javax.jms.Message
Sets the message ID.
setJMSPriority(int) - Method in interface javax.jms.Message
Sets the priority level for this message.
setJMSRedelivered(boolean) - Method in interface javax.jms.Message
Specifies whether this message is being redelivered.
setJMSReplyTo(Destination) - Method in interface javax.jms.Message
Sets the Destination object to which a reply to this message should be sent.
setJMSTimestamp(long) - Method in interface javax.jms.Message
Sets the message timestamp.
setJMSType(String) - Method in interface javax.jms.Message
Sets the message type.
setJService(JService) - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
Sets the attributes for a Stateless.
setJStateful(JStateful) - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
Sets the attributes for a Stateful.
setJStateless(JStateless) - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
Sets the attributes for a Stateless.
setLength(int) - Method in class com.bm.introspectors.PersistentPropertyInfo
The length to set.
setLinkedException(Exception) - Method in exception javax.jms.JMSException
Adds a linked Exception.
setLocalHome(String) - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
Sets the @LocalHome class name.
setLocalInterfaces(JLocal) - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
Sets the local interfaces of this class.
setLoginTimeout(int) - Method in class com.bm.utils.BasicDataSource
setLogWriter(PrintWriter) - Method in class com.bm.utils.BasicDataSource
setLongProperty(String, long) - Method in interface javax.jms.Message
Sets a long property value with the specified name into the message.
setMappedName(String) - Method in class com.bm.ejb3metadata.annotations.impl.JAnnotationResource
Sets mapped Name.
setMappedName(String) - Method in class com.bm.ejb3metadata.annotations.impl.JCommonBean
Sets the mapped name.
setMappedName(String) - Method in class com.bm.ejb3metadata.annotations.impl.JEjbEJB
Sets mapped Name.
setMessageDrivenContext(MessageDrivenContext) - Method in interface javax.ejb.MessageDrivenBean
Set the associated message-driven context.
setMessageListenerInterface(String) - Method in class com.bm.ejb3metadata.annotations.impl.JMessageDriven
Sets the message listener interface.
setMethod(String) - Method in class com.bm.ejb3metadata.xml.struct.LifeCycleCallback
Sets the method name of the callback's class.
setModified() - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
Defines that this class has been modified.
setName(String) - Method in class com.bm.ejb3metadata.annotations.impl.JAnnotationResource
Sets Name (resource to be looked up).
setName(String) - Method in class com.bm.ejb3metadata.annotations.impl.JavaxPersistenceContext
sets the name of this persistence context.
setName(String) - Method in class com.bm.ejb3metadata.annotations.impl.JavaxPersistenceUnit
sets the name of this persistence context.
setName(String) - Method in class com.bm.ejb3metadata.annotations.impl.JCommonBean
Sets the bean name.
setName(String) - Method in class com.bm.ejb3metadata.annotations.impl.JEjbEJB
Sets Name (resource to be looked up).
setNullable(boolean) - Method in class com.bm.introspectors.PersistentPropertyInfo
Sets the isNullable.
setObject(Serializable) - Method in interface javax.jms.ObjectMessage
Sets the serializable object containing this message's data.
setObjectProperty(String, Object) - Method in interface javax.jms.Message
Sets a Java object property value with the specified name into the message.
setParameters(Object[]) - Method in interface javax.interceptor.InvocationContext
Sets the parameters of the method that is intercepted.
setPostActivate(boolean) - Method in class com.bm.ejb3metadata.annotations.metadata.MethodAnnotationMetadata
Sets true if method has @PostActivate.
setPostConstruct(boolean) - Method in class com.bm.ejb3metadata.annotations.metadata.MethodAnnotationMetadata
Sets true if method has @PostConstruct.
setPreDestroy(boolean) - Method in class com.bm.ejb3metadata.annotations.metadata.MethodAnnotationMetadata
Sets true if method has @PreDestroy.
setPrePassivate(boolean) - Method in class com.bm.ejb3metadata.annotations.metadata.MethodAnnotationMetadata
Sets true if method has @PrePassivate.
setProperty(Property) - Method in class com.bm.datagen.utils.GeneratorDependencyInjector
The property to inject.
setProperty(String, Object) - Method in interface javax.xml.rpc.handler.MessageContext
 
setRemoteHome(String) - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
Sets the @RemoteHome class name.
setRemoteInterfaces(JRemote) - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
Sets the remote interfaces of this class.
setRemove(Remove) - Method in class com.bm.ejb3metadata.annotations.metadata.MethodAnnotationMetadata
Sets @Remove attribute.
setRollbackOnly() - Method in class com.bm.utils.substitues.FakedSessionContext
Sets the current transaction in rollback only mode.
setRollbackOnly() - Method in interface javax.ejb.EJBContext
Sets the current transaction in rollback only mode.
setSessionContext(SessionContext) - Method in interface javax.ejb.SessionBean
Set the associated session context.
setSessionType(String) - Method in class com.bm.ejb3metadata.xml.struct.Session
Set the session-type.
setShareable(boolean) - Method in class com.bm.ejb3metadata.annotations.impl.JAnnotationResource
Sets the shareable attribute (false/true).
setShortProperty(String, short) - Method in interface javax.jms.Message
Sets a short property value with the specified name into the message.
setStringProperty(String, String) - Method in interface javax.jms.Message
Sets a String property value with the specified name into the message.
setSuperName(String) - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
Sets the super class name.
setTargetKeyProperty(Set<Property>) - Method in class com.bm.introspectors.relations.ManyToOneReleation
Sets the primary key properties of the target class
setText(String) - Method in interface javax.jms.TextMessage
Sets the string containing this message's data.
setTimeout(boolean) - Method in class com.bm.ejb3metadata.annotations.metadata.MethodAnnotationMetadata
Sets true if method has @Timeout.
setTransactionAttributeType(TransactionAttributeType) - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
Set Transaction Attribute Type.
setTransactionAttributeType(TransactionAttributeType) - Method in interface com.bm.ejb3metadata.annotations.metadata.interfaces.ITransactionAttribute
Set Transaction Attribute Type.
setTransactionAttributeType(TransactionAttributeType) - Method in class com.bm.ejb3metadata.annotations.metadata.MethodAnnotationMetadata
Sets Transaction Attribute Type.
setTransactionManagementType(TransactionManagementType) - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
Sets transaction management type.
setTransactionType(String) - Method in class com.bm.ejb3metadata.xml.struct.Session
Set the transaction-type.
setType(String) - Method in class com.bm.ejb3metadata.annotations.impl.JAnnotationResource
Sets the class type of this object.
setType(PersistenceContextType) - Method in class com.bm.ejb3metadata.annotations.impl.JavaxPersistenceContext
Sets the persistence context type.
setUnitName(String) - Method in class com.bm.ejb3metadata.annotations.impl.JavaxPersistenceContext
sets the unit name of this persistence context.
setUnitName(String) - Method in class com.bm.ejb3metadata.annotations.impl.JavaxPersistenceUnit
sets the unit name of this persistence context.
setUp() - Method in class com.bm.testsuite.BaseEntityFixture
 
setUp() - Method in class com.bm.testsuite.BaseSessionBeanFixture
 
setUp() - Method in class com.bm.testsuite.mocked.MockedSessionBeanFixture
 
setUp() - Method in class com.bm.testsuite.PoJoFixture
 
setUserDefinedFomatter(String) - Method in enum com.bm.testsuite.dataloader.DateFormats
Allows to set a user defined formatter.
setUserInterceptors(Map<InterceptorType, List<JClassInterceptor>>) - Method in class com.bm.ejb3metadata.annotations.metadata.MethodAnnotationMetadata
Sets the list of user interceptors that enhancers will use.
These interceptors are defined in bean class.
setValue(String, String) - Method in class com.bm.cfg.NestedProperty
Sets an inner value.
setValueForField(Object, String, Object) - Method in class com.bm.testsuite.BaseTest
Sets a value for a field in the tested-bean instance.
setValueForField(String, Object) - Method in class com.bm.testsuite.mocked.MockedSessionBeanFixture
Sets a value for a field in the tested-bean instance.
shutdownInMemoryDatabase() - Method in class com.bm.utils.BasicDataSource
If the datasource is in memory this will shutdown the database.
SimpleGetterSetterTest - Class in com.bm.utils
This class exectues a simple test of getter setters.
SimpleGetterSetterTest(Object) - Constructor for class com.bm.utils.SimpleGetterSetterTest
Constructor.
SingleBeanGenerator<T> - Class in com.bm.datagen.relation
Generates 1 entity bean (using own configurator settings) to enable ben creation for beans wich are using 1:1 or N:1 relations.
SingleBeanGenerator(Class<T>, Generator<?>[]) - Constructor for class com.bm.datagen.relation.SingleBeanGenerator
Contructor using additional generator (for this generator).
SingleBeanGenerator(Class<T>) - Constructor for class com.bm.datagen.relation.SingleBeanGenerator
Default constructor.
SQLTypes - Enum in com.bm.testsuite.dataloader
Represents the possible sql types.
SQLUtils - Class in com.bm.utils
Untility class for SQL operations.
Stateful - Annotation Type in javax.ejb
Defined the class annotated by Stateful annotation as a stateful bean.
Stateless - Annotation Type in javax.ejb
Defined the class annotated by Stateless annotation as a stateless bean.
storesLowerCaseIdentifiers() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database treats mixed case unquoted SQL identifiers as case insensitive and stores them in lower case.
storesLowerCaseQuotedIdentifiers() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database treats mixed case quoted SQL identifiers as case insensitive and stores them in lower case.
storesMixedCaseIdentifiers() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database treats mixed case unquoted SQL identifiers as case insensitive and stores them in mixed case.
storesMixedCaseQuotedIdentifiers() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database treats mixed case quoted SQL identifiers as case insensitive and stores them in mixed case.
storesUpperCaseIdentifiers() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database treats mixed case unquoted SQL identifiers as case insensitive and stores them in upper case.
storesUpperCaseQuotedIdentifiers() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database treats mixed case quoted SQL identifiers as case insensitive and stores them in upper case.
supportsAlterTableWithAddColumn() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database supports ALTER TABLE with add column.
supportsAlterTableWithDropColumn() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database supports ALTER TABLE with drop column.
supportsANSI92EntryLevelSQL() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database supports the ANSI92 entry level SQL grammar.
supportsANSI92FullSQL() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database supports the ANSI92 full SQL grammar supported.
supportsANSI92IntermediateSQL() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database supports the ANSI92 intermediate SQL grammar supported.
supportsBatchUpdates() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database supports batch updates.
supportsCatalogsInDataManipulation() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether a catalog name can be used in a data manipulation statement.
supportsCatalogsInIndexDefinitions() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether a catalog name can be used in an index definition statement.
supportsCatalogsInPrivilegeDefinitions() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether a catalog name can be used in a privilege definition statement.
supportsCatalogsInProcedureCalls() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether a catalog name can be used in a procedure call statement.
supportsCatalogsInTableDefinitions() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether a catalog name can be used in a table definition statement.
supportsColumnAliasing() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database supports column aliasing.
supportsConvert() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database supports the CONVERT function between SQL types.
supportsConvert(int, int) - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database supports the CONVERT for two given SQL types.
supportsCoreSQLGrammar() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database supports the ODBC Core SQL grammar.
supportsCorrelatedSubqueries() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database supports correlated subqueries.
supportsDataDefinitionAndDataManipulationTransactions() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database supports both data definition and data manipulation statements within a transaction.
supportsDataManipulationTransactionsOnly() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database supports only data manipulation statements within a transaction.
supportsDifferentTableCorrelationNames() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether, when table correlation names are supported, they are restricted to being different from the names of the tables.
supportsExpressionsInOrderBy() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database supports expressions in ORDER BY lists.
supportsExtendedSQLGrammar() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database supports the ODBC Extended SQL grammar.
supportsFullOuterJoins() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database supports full nested outer joins.
supportsGetGeneratedKeys() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether auto-generated keys can be retrieved after a statement has been executed.
supportsGroupBy() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database supports some form of GROUP BY clause.
supportsGroupByBeyondSelect() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database supports using columns not included in the SELECT statement in a GROUP BY clause provided that all of the columns in the SELECT statement are included in the GROUP BY clause.
supportsGroupByUnrelated() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database supports using a column that is not in the SELECT statement in a GROUP BY clause.
supportsIntegrityEnhancementFacility() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database supports the SQL Integrity Enhancement Facility.
supportsLikeEscapeClause() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database supports specifying a LIKE escape clause.
supportsLimitedOuterJoins() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database provides limited support for outer joins.
supportsMinimumSQLGrammar() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database supports the ODBC Minimum SQL grammar.
supportsMixedCaseIdentifiers() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database treats mixed case unquoted SQL identifiers as case sensitive and as a result stores them in mixed case.
supportsMixedCaseQuotedIdentifiers() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database treats mixed case quoted SQL identifiers as case sensitive and as a result stores them in mixed case.
supportsMultipleOpenResults() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether it is possible to have multiple ResultSet objects returned from a CallableStatement object simultaneously.
supportsMultipleResultSets() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database supports getting multiple ResultSet objects from a single call to the method execute.
supportsMultipleTransactions() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database allows having multiple transactions open at once (on different connections).
supportsNamedParameters() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database supports named parameters to callable statements.
supportsNonNullableColumns() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether columns in this database may be defined as non-nullable.
supportsOpenCursorsAcrossCommit() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database supports keeping cursors open across commits.
supportsOpenCursorsAcrossRollback() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database supports keeping cursors open across rollbacks.
supportsOpenStatementsAcrossCommit() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database supports keeping statements open across commits.
supportsOpenStatementsAcrossRollback() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database supports keeping statements open across rollbacks.
supportsOrderByUnrelated() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database supports using a column that is not in the SELECT statement in an ORDER BY clause.
supportsOuterJoins() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database supports some form of outer join.
supportsPositionedDelete() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database supports positioned DELETE statements.
supportsPositionedUpdate() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database supports positioned UPDATE statements.
supportsResultSetConcurrency(int, int) - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database supports the given concurrency type in combination with the given result set type.
supportsResultSetHoldability(int) - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database supports the given result set holdability.
supportsResultSetType(int) - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database supports the given result set type.
supportsSavepoints() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database supports savepoints.
supportsSchemasInDataManipulation() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether a schema name can be used in a data manipulation statement.
supportsSchemasInIndexDefinitions() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether a schema name can be used in an index definition statement.
supportsSchemasInPrivilegeDefinitions() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether a schema name can be used in a privilege definition statement.
supportsSchemasInProcedureCalls() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether a schema name can be used in a procedure call statement.
supportsSchemasInTableDefinitions() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether a schema name can be used in a table definition statement.
supportsSelectForUpdate() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database supports SELECT FOR UPDATE statements.
supportsStatementPooling() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database supports statement pooling.
supportsStoredProcedures() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database supports stored procedure calls that use the stored procedure escape syntax.
supportsSubqueriesInComparisons() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database supports subqueries in comparison expressions.
supportsSubqueriesInExists() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database supports subqueries in EXISTS expressions.
supportsSubqueriesInIns() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database supports subqueries in IN statements.
supportsSubqueriesInQuantifieds() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database supports subqueries in quantified expressions.
supportsTableCorrelationNames() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database supports table correlation names.
supportsTransactionIsolationLevel(int) - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database supports the given transaction isolation level.
supportsTransactions() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database supports transactions.
supportsUnion() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database supports SQL UNION.
supportsUnionAll() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database supports SQL UNION ALL.
systemValues() - Static method in enum com.bm.testsuite.dataloader.DateFormats
 

T

tearDown() - Method in class com.bm.testsuite.BaseEntityFixture
 
tearDown() - Method in class com.bm.testsuite.BaseSessionBeanFixture
 
tearDown() - Method in class com.bm.testsuite.mocked.MockedSessionBeanFixture
 
tearDown() - Method in class com.bm.testsuite.PoJoFixture
 
testColletionsForEqual(Collection<? extends T>, Collection<? extends T>) - Static method in class com.bm.utils.BeanEqualsTester
Assert that the two collections are the same irrespective of order.
testEqualsImplementationForEntityBeans(List<T>, List<T>) - Static method in class com.bm.utils.BeanEqualsTester
Test the collection for equality by calling the equals method (if not equal a runntime excetion is thrown).
testEqualsOnPersistentFields(List<T>, List<T>, Introspector<T>) - Static method in class com.bm.utils.BeanEqualsTester
Test the collection for equality on persistent fields (if not equal a runntime excetion is thrown).
testEqualsOnSize(List<T>, List<T>) - Static method in class com.bm.utils.BeanEqualsTester
Test the collection for the size (if not equal a runntime excetion is.
testGetterSetter() - Method in class com.bm.testsuite.BaseEntityFixture
This test tests the simpe getter-/ setter methods.
testGetterSetter() - Method in class com.bm.utils.SimpleGetterSetterTest
Test all primitive getters/setters of the bean instance.
testNothing() - Method in class com.bm.testsuite.BaseTest
We don´t want that test fails because htey have no test method.
testWrite() - Method in class com.bm.testsuite.BaseEntityFixture
This test writes n random generated beans into the database.
testWriteRead() - Method in class com.bm.testsuite.BaseEntityFixture
This test writes n random generated beans into the database Reads all beans agin form the database and test if the reded beans are equal 1) by introspectin all persistent fields 2) by callung the eqals method.
TextMessage - Interface in javax.jms
A TextMessage object is used to send a message containing a java.lang.String.
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.
Timer - Interface in javax.ejb
The Timer interface contains information about a timer that was created through the EJB Timer Service.
timerExpired() - Method in class com.bm.utils.substitues.TimerMock
TimerHandle - Interface in javax.ejb
The TimerHandle interface is implemented by all EJB timer handles.
TimerMock - Class in com.bm.utils.substitues
Author: Marcus Nilsson Date: May 16, 2007 Time: 9:52:08 AM
TimerMock(long, Serializable) - Constructor for class com.bm.utils.substitues.TimerMock
Constructor.
TimerService - Interface in javax.ejb
The TimerService interface provides enterprise bean components with access to the container-provided Timer Service.
toPattern() - Method in enum com.bm.testsuite.dataloader.DateFormats
Returns the pattern for formatting.
toString() - Method in class com.bm.ejb3metadata.annotations.impl.JActivationConfigProperty
 
toString() - Method in class com.bm.ejb3metadata.annotations.impl.JAnnotationResource
 
toString() - Method in class com.bm.ejb3metadata.annotations.impl.JApplicationException
 
toString() - Method in class com.bm.ejb3metadata.annotations.impl.JCommonBean
 
toString() - Method in class com.bm.ejb3metadata.annotations.impl.JEjbEJB
 
toString() - Method in class com.bm.ejb3metadata.annotations.impl.JInterceptors
 
toString() - Method in class com.bm.ejb3metadata.annotations.impl.JInterface
 
toString() - Method in class com.bm.ejb3metadata.annotations.impl.JMessageDriven
 
toString() - Method in class com.bm.ejb3metadata.annotations.impl.JRemove
 
toString() - Method in class com.bm.ejb3metadata.annotations.JField
toString() - Method in class com.bm.ejb3metadata.annotations.JMethod
string representation.
toString() - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
string representation.
toString() - Method in class com.bm.ejb3metadata.annotations.metadata.CommonAnnotationMetadata
 
toString() - Method in class com.bm.ejb3metadata.annotations.metadata.FieldAnnotationMetadata
 
toString() - Method in class com.bm.ejb3metadata.annotations.metadata.MethodAnnotationMetadata
 
toString() - Method in class com.bm.introspectors.Property
To String.
toString() - Method in class com.bm.introspectors.relations.AbstractRelation
toString() - Method in class com.bm.utils.UndoScriptGenerator
The toString method- returns the undo-script.
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.
TransactionManagement - Annotation Type in javax.ejb
Type of management (container or bean managed transaction).
TransactionManagementType - Enum in javax.ejb
Types of transaction management.
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.
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.
TYPE - Static variable in class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxAnnotationResourcesVisitor
Type of annotation.
TYPE - Static variable in class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxEjbApplicationExceptionVisitor
Type of annotation.
TYPE - Static variable in class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxEjbEJBsVisitor
Type of annotation.
TYPE - Static variable in class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxEjbLocalHomeVisitor
Type of annotation.
TYPE - Static variable in class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxEjbLocalVisitor
Type of annotation.
TYPE - Static variable in class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxEjbMessageDrivenVisitor
Type of annotation.
TYPE - Static variable in class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxEjbRemoteHomeVisitor
Type of annotation.
TYPE - Static variable in class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxEjbRemoteVisitor
Type of annotation.
TYPE - Static variable in class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxEjbStatefulVisitor
Type of annotation.
TYPE - Static variable in class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxEjbStatelessVisitor
Type of annotation.
TYPE - Static variable in class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxEjbTransactionManagementVisitor
Type of annotation.
TYPE - Static variable in class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxPersistencePersistenceContextsVisitor
Type of annotation.
TYPE - Static variable in class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxPersistencePersistenceUnitsVisitor
Type of annotation.
TYPE - Static variable in class com.bm.ejb3metadata.annotations.analyzer.classes.JBossEjbServiceVisitor
Type of annotation.
TYPE - Static variable in class com.bm.ejb3metadata.annotations.analyzer.JavaxAnnotationResourceVisitor
Type of annotation.
TYPE - Static variable in class com.bm.ejb3metadata.annotations.analyzer.JavaxEjbEJBVisitor
Type of annotation.
TYPE - Static variable in class com.bm.ejb3metadata.annotations.analyzer.JavaxEjbTransactionAttributeVisitor
Type of annotation.
TYPE - Static variable in class com.bm.ejb3metadata.annotations.analyzer.JavaxInterceptorInterceptorsVisitor
Type of annotation.
TYPE - Static variable in class com.bm.ejb3metadata.annotations.analyzer.JavaxPersistencePersistenceContextVisitor
Type of annotation.
TYPE - Static variable in class com.bm.ejb3metadata.annotations.analyzer.JavaxPersistencePersistenceUnitVisitor
Type of annotation.
TYPE - Static variable in class com.bm.ejb3metadata.annotations.analyzer.method.JavaxAnnotationPostConstructVisitor
Type of annotation.
TYPE - Static variable in class com.bm.ejb3metadata.annotations.analyzer.method.JavaxAnnotationPreDestroyVisitor
Type of annotation.
TYPE - Static variable in class com.bm.ejb3metadata.annotations.analyzer.method.JavaxEjbInitVisitor
Type of annotation.
TYPE - Static variable in class com.bm.ejb3metadata.annotations.analyzer.method.JavaxEjbPostActivateVisitor
Type of annotation.
TYPE - Static variable in class com.bm.ejb3metadata.annotations.analyzer.method.JavaxEjbPrePassivateVisitor
Type of annotation.
TYPE - Static variable in class com.bm.ejb3metadata.annotations.analyzer.method.JavaxEjbRemoveVisitor
Type of annotation.
TYPE - Static variable in class com.bm.ejb3metadata.annotations.analyzer.method.JavaxEjbTimeoutVisitor
Type of annotation.
TYPE - Static variable in class com.bm.ejb3metadata.annotations.analyzer.method.JavaxInterceptorAroundInvokeVisitor
Type of annotation.
TYPE - Static variable in class com.bm.ejb3metadata.annotations.analyzer.method.JavaxInterceptorExcludeClassInterceptorsVisitor
Type of annotation.

U

unbind(Name) - Method in class com.bm.jndi.AbstractContext
unbind(String) - Method in class com.bm.jndi.AbstractContext
unbind(String) - Method in class com.bm.jndi.MemoryContext
UndoScriptGenerator<T> - Class in com.bm.utils
This class generates a undo script for all DB oprations excuted in jUnit.
UndoScriptGenerator(EntityBeanIntrospector<T>) - Constructor for class com.bm.utils.UndoScriptGenerator
Default constructor.
unjar(InputStream, File) - Static method in class com.bm.ejb3metadata.utils.MetadataUtils
Dump the contents of a JarArchive to the dpecified destination.
unjar(InputStream, File) - Static method in class com.bm.utils.Ejb3Utils
Dump the contents of a JarArchive to the specified destination.
unjar(InputStream) - Static method in class com.bm.utils.Ejb3Utils
Extract the first entry in the jar file to an output stream.
unsetEntityContext() - Method in interface javax.ejb.EntityBean
Unset the associated entity context.
unwrap(Class<T>) - Method in class com.bm.utils.BasicDataSource
updatesAreDetected(int) - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether or not a visible row update can be detected by calling the method ResultSet.rowUpdated.
UsedIntrospector - Annotation Type in com.bm.datagen.annotations
This annotation can be used in generators if a generator need a reference to the introspector assoziated with the entity bean, where this generator is used for.
usesLocalFilePerTable() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database uses a file for each table.
usesLocalFiles() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database stores tables in a local file.
usesSingleTableInheritance() - Method in class com.bm.introspectors.EntityBeanIntrospector
 

V

validate(ClassAnnotationMetadata) - Static method in class com.bm.ejb3metadata.annotations.helper.bean.session.checks.InterceptorsValidator
Validate a bean.
validate(ClassAnnotationMetadata) - Static method in class com.bm.ejb3metadata.annotations.helper.bean.session.checks.SessionBeanValidator
Validate a session bean.
valueOf(String) - Static method in enum com.bm.cfg.DBDialect
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bm.datagen.annotations.FieldType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bm.ejb3metadata.annotations.ClassType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bm.ejb3metadata.annotations.InterceptorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bm.introspectors.relations.RelationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bm.testsuite.dataloader.DateFormats
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bm.testsuite.dataloader.SQLTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bm.utils.AccessType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bm.utils.DeleteOrder
Returns the enum constant of this type with the specified name.
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.
values() - Static method in enum com.bm.cfg.DBDialect
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.bm.datagen.annotations.FieldType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.bm.ejb3metadata.annotations.ClassType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.bm.ejb3metadata.annotations.InterceptorType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.bm.introspectors.relations.RelationType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.bm.testsuite.dataloader.DateFormats
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.bm.testsuite.dataloader.SQLTypes
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.bm.utils.AccessType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.bm.utils.DeleteOrder
Returns an array containing the constants of this enum type, in the order they're declared.
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.
visit(String, Object) - Method in class com.bm.ejb3metadata.annotations.analyzer.AbsAnnotationVisitor
Visits a primitive value of the annotation.
visit(String, Object) - Method in class com.bm.ejb3metadata.annotations.analyzer.classes.AbsCommonEjbVisitor
Visits a primitive value of the annotation.
visit(String, Object) - Method in class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxAnnotationResourcesVisitor
Visits a primitive value of the annotation.
visit(String, Object) - Method in class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxEjbEJBsVisitor
Visits a primitive value of the annotation.
visit(String, Object) - Method in class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxEjbMessageDrivenVisitor
Visits a primitive value of the annotation.
visit(String, Object) - Method in class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxPersistencePersistenceContextsVisitor
Visits a primitive value of the annotation.
visit(String, Object) - Method in class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxPersistencePersistenceUnitsVisitor
Visits a primitive value of the annotation.
visit(String, Object) - Method in class com.bm.ejb3metadata.annotations.analyzer.JavaxAnnotationResourceVisitor
Visits a primitive value of the annotation.
visit(String, Object) - Method in class com.bm.ejb3metadata.annotations.analyzer.JavaxEjbEJBVisitor
Visits a primitive value of the annotation.
visit(String, Object) - Method in class com.bm.ejb3metadata.annotations.analyzer.JavaxPersistencePersistenceContextVisitor
Visits a primitive value of the annotation.
visit(String, Object) - Method in class com.bm.ejb3metadata.annotations.analyzer.JavaxPersistencePersistenceUnitVisitor
Visits a primitive value of the annotation.
visit(String, Object) - Method in class com.bm.ejb3metadata.annotations.analyzer.ObjectAnnotationVisitor
Visits a primitive value of the annotation.
visit(String, Object) - Method in class com.bm.ejb3metadata.annotations.analyzer.ObjectArrayAnnotationVisitor
Visits a primitive value of the annotation.
visit(int, int, String, String, String, String[]) - Method in class com.bm.ejb3metadata.annotations.analyzer.ScanClassVisitor
Visits the header of the class.
visitAnnotation(String, String) - Method in class com.bm.ejb3metadata.annotations.analyzer.AbsAnnotationVisitor
Visits a nested annotation value of the annotation.
visitAnnotation(String, String) - Method in class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxEjbMessageDrivenVisitor
Visits a nested annotation value of the annotation.
visitAnnotation(String, boolean) - Method in class com.bm.ejb3metadata.annotations.analyzer.ScanCommonVisitor
Visits an annotation of the class.
visitAnnotationDefault() - Method in class com.bm.ejb3metadata.annotations.analyzer.ScanMethodVisitor
Visits the default value of this annotation interface method (ignore it).
visitArray(String) - Method in class com.bm.ejb3metadata.annotations.analyzer.AbsAnnotationVisitor
Visits an array value of the annotation.
visitArray(String) - Method in class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxEjbMessageDrivenVisitor
Visits an array value of the annotation.
visitEnd() - Method in class com.bm.ejb3metadata.annotations.analyzer.AbsAnnotationVisitor
Visits the end of the annotation.
visitEnd() - Method in class com.bm.ejb3metadata.annotations.analyzer.classes.AbsCommonEjbVisitor
Visits the end of the annotation.
visitEnd() - Method in class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxAnnotationResourcesVisitor
Visits the end of the annotation.
visitEnd() - Method in class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxEjbApplicationExceptionVisitor
Visits the end of the annotation.
visitEnd() - Method in class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxEjbEJBsVisitor
Visits the end of the annotation.
visitEnd() - Method in class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxEjbLocalHomeVisitor
Visits the end of the annotation.
Creates the object and store it.
visitEnd() - Method in class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxEjbLocalVisitor
Visits the end of the annotation.
Creates the object and store it.
visitEnd() - Method in class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxEjbMessageDrivenVisitor
Visits the end of the annotation.
visitEnd() - Method in class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxEjbRemoteHomeVisitor
Visits the end of the annotation.
visitEnd() - Method in class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxEjbRemoteVisitor
Visits the end of the annotation.
Creates the object and store it.
visitEnd() - Method in class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxEjbStatefulVisitor
Visits the end of the annotation.
visitEnd() - Method in class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxEjbStatelessVisitor
Visits the end of the annotation.
visitEnd() - Method in class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxEjbTransactionManagementVisitor
Visits the end of the annotation.
Creates the object and store it.
visitEnd() - Method in class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxPersistencePersistenceContextsVisitor
Visits the end of the annotation.
visitEnd() - Method in class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxPersistencePersistenceUnitsVisitor
Visits the end of the annotation.
visitEnd() - Method in class com.bm.ejb3metadata.annotations.analyzer.classes.JBossEjbServiceVisitor
Visits the end of the annotation.
visitEnd() - Method in class com.bm.ejb3metadata.annotations.analyzer.JavaxAnnotationResourceVisitor
Visits the end of the annotation.
visitEnd() - Method in class com.bm.ejb3metadata.annotations.analyzer.JavaxEjbEJBVisitor
Visits the end of the annotation.
visitEnd() - Method in class com.bm.ejb3metadata.annotations.analyzer.JavaxEjbTransactionAttributeVisitor
Visits the end of the annotation.
visitEnd() - Method in class com.bm.ejb3metadata.annotations.analyzer.JavaxInterceptorInterceptorsVisitor
Visits the end of the annotation.
Creates the object and store it.
visitEnd() - Method in class com.bm.ejb3metadata.annotations.analyzer.JavaxPersistencePersistenceContextVisitor
Visits the end of the annotation.
Creates the object and store it.
visitEnd() - Method in class com.bm.ejb3metadata.annotations.analyzer.JavaxPersistencePersistenceUnitVisitor
Visits the end of the annotation.
Creates the object and store it.
visitEnd() - Method in class com.bm.ejb3metadata.annotations.analyzer.method.JavaxAnnotationPostConstructVisitor
Visits the end of the annotation.
Creates the object and store it.
visitEnd() - Method in class com.bm.ejb3metadata.annotations.analyzer.method.JavaxAnnotationPreDestroyVisitor
Visits the end of the annotation.
visitEnd() - Method in class com.bm.ejb3metadata.annotations.analyzer.method.JavaxEjbInitVisitor
Visits the end of the annotation.
Creates the object and store it.
visitEnd() - Method in class com.bm.ejb3metadata.annotations.analyzer.method.JavaxEjbPostActivateVisitor
Visits the end of the annotation.
visitEnd() - Method in class com.bm.ejb3metadata.annotations.analyzer.method.JavaxEjbPrePassivateVisitor
Visits the end of the annotation.
visitEnd() - Method in class com.bm.ejb3metadata.annotations.analyzer.method.JavaxEjbRemoveVisitor
Visits the end of the annotation.
Creates the object and store it.
visitEnd() - Method in class com.bm.ejb3metadata.annotations.analyzer.method.JavaxEjbTimeoutVisitor
Visits the end of the annotation.
Creates the object and store it.
visitEnd() - Method in class com.bm.ejb3metadata.annotations.analyzer.method.JavaxInterceptorAroundInvokeVisitor
Visits the end of the annotation.
Creates the object and store it.
visitEnd() - Method in class com.bm.ejb3metadata.annotations.analyzer.method.JavaxInterceptorExcludeClassInterceptorsVisitor
Visits the end of the annotation.
Creates the object and store it.
visitEnd() - Method in class com.bm.ejb3metadata.annotations.analyzer.ScanClassVisitor
Visits the end of the class.
visitEnd() - Method in class com.bm.ejb3metadata.annotations.analyzer.ScanFieldVisitor
Visits the end of the method.
visitEnd() - Method in class com.bm.ejb3metadata.annotations.analyzer.ScanMethodVisitor
Visits the end of the method.
visitEnum(String, String, String) - Method in class com.bm.ejb3metadata.annotations.analyzer.AbsAnnotationVisitor
Visits an enumeration value of the annotation.
visitEnum(String, String, String) - Method in class com.bm.ejb3metadata.annotations.analyzer.classes.JavaxEjbMessageDrivenVisitor
Visits an enumeration value of the annotation.
visitEnum(String, String, String) - Method in class com.bm.ejb3metadata.annotations.analyzer.EnumAnnotationVisitor
Visits an enumeration value of the annotation.
visitEnum(String, String, String) - Method in class com.bm.ejb3metadata.annotations.analyzer.JavaxAnnotationResourceVisitor
Visits an enumeration value of the annotation.
visitEnum(String, String, String) - Method in class com.bm.ejb3metadata.annotations.analyzer.JavaxPersistencePersistenceContextVisitor
Visits an enumeration value of the annotation.
visitField(int, String, String, String, Object) - Method in class com.bm.ejb3metadata.annotations.analyzer.ScanClassVisitor
Visits a field of the class.
visitMethod(int, String, String, String, String[]) - Method in class com.bm.ejb3metadata.annotations.analyzer.ScanClassVisitor
Visits a method of the class.
visitParameterAnnotation(int, String, boolean) - Method in class com.bm.ejb3metadata.annotations.analyzer.ScanMethodVisitor
Visits an annotation of a parameter this method (ignore it).

W

wasModified() - Method in class com.bm.ejb3metadata.annotations.metadata.ClassAnnotationMetadata
true if the class has been modified.
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.

Y

yybegin(int) - Method in class com.bm.utils.csv.CSVLexer
Enters a new lexical state
yycharat(int) - Method in class com.bm.utils.csv.CSVLexer
Returns the character at position pos from the matched text.
yyclose() - Method in class com.bm.utils.csv.CSVLexer
Closes the input stream.
YYEOF - Static variable in class com.bm.utils.csv.CSVLexer
This character denotes the end of file
YYINITIAL - Static variable in class com.bm.utils.csv.CSVLexer
 
yylength() - Method in class com.bm.utils.csv.CSVLexer
Returns the length of the matched text region.
yypushback(int) - Method in class com.bm.utils.csv.CSVLexer
Pushes the specified amount of characters back into the input stream.
yyreset(Reader) - Method in class com.bm.utils.csv.CSVLexer
Resets the scanner to read from a new input stream.
yystate() - Method in class com.bm.utils.csv.CSVLexer
Returns the current lexical state.
yytext() - Method in class com.bm.utils.csv.CSVLexer
Returns the text matched by the current regular expression.

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

Copyright © 2008. All Rights Reserved.