Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- activate(byte[]) - Method in interface org.jboss.cdi.tck.spi.Beans
-
Activates a bean instance from the given serialized bytes.
B
- Beans - Interface in org.jboss.cdi.tck.spi
-
Provides Bean related operations.
C
- CDI_CORE_MODE - Static variable in interface org.jboss.cdi.tck.api.Configuration
- Configuration - Interface in org.jboss.cdi.tck.api
-
The configuration of the TCK.
- Contexts<T extends jakarta.enterprise.context.spi.Context> - Interface in org.jboss.cdi.tck.spi
-
This interface provides operations relating to Contexts.
- Contextuals - Interface in org.jboss.cdi.tck.spi
-
Provides Contextual related operations.
- Contextuals.Inspectable<T> - Interface in org.jboss.cdi.tck.spi
-
A Contextual that can be inspected.
- create(Contextual<T>) - Method in interface org.jboss.cdi.tck.spi.CreationalContexts
-
Creates an inspectable CreationalContext for given Contextual.
- create(T, Context) - Method in interface org.jboss.cdi.tck.spi.Contextuals
-
Creates a dummy inspectable Contextual that will be used with given Context.
- createELContext(BeanManager) - Method in interface org.jboss.cdi.tck.spi.EL
- CreationalContexts - Interface in org.jboss.cdi.tck.spi
-
Provides CreationalContext related operations.
- CreationalContexts.Inspectable<T> - Interface in org.jboss.cdi.tck.spi
-
A CreationalContext that can be inspected.
D
- destroyContext(T) - Method in interface org.jboss.cdi.tck.spi.Contexts
-
Destroy the context.
E
- EL - Interface in org.jboss.cdi.tck.spi
-
This interface provides operations relating to EL.
- evaluateMethodExpression(BeanManager, String, Class<T>, Class<?>[], Object[]) - Method in interface org.jboss.cdi.tck.spi.EL
- evaluateValueExpression(BeanManager, String, Class<T>) - Method in interface org.jboss.cdi.tck.spi.EL
G
- getBeans() - Method in interface org.jboss.cdi.tck.api.Configuration
-
The implementation of
Beansin use. - getContexts() - Method in interface org.jboss.cdi.tck.api.Configuration
-
The implementation of
Contextsin use. - getContextuals() - Method in interface org.jboss.cdi.tck.api.Configuration
-
The implementation of
Contextualsin use. - getCoreMode() - Method in interface org.jboss.cdi.tck.api.Configuration
-
The CDI Lite mode setting.
- getCreationalContextPassedToCreate() - Method in interface org.jboss.cdi.tck.spi.Contextuals.Inspectable
-
Returns the
CreationalContextpassed toContextual.create(CreationalContext). - getCreationalContextPassedToDestroy() - Method in interface org.jboss.cdi.tck.spi.Contextuals.Inspectable
-
Returns the
CreationalContextpassed toContextual.destroy(Object, CreationalContext). - getCreationalContexts() - Method in interface org.jboss.cdi.tck.api.Configuration
-
The implementation of
CreationalContextsin use. - getDependentContext() - Method in interface org.jboss.cdi.tck.spi.Contexts
-
Returns the dependent context, regardless of whether it is active or not
- getEl() - Method in interface org.jboss.cdi.tck.api.Configuration
-
The implementation of
ELin use. - getInstancePassedToDestroy() - Method in interface org.jboss.cdi.tck.spi.Contextuals.Inspectable
-
Returns the instance passed to
Contextual.destroy(Object, CreationalContext). - getLastBeanPushed() - Method in interface org.jboss.cdi.tck.spi.CreationalContexts.Inspectable
-
If
pushwas called on this CreationalContext, returns the pushed object. - getLibraryDirectory() - Method in interface org.jboss.cdi.tck.api.Configuration
-
The TCK allows additional libraries to be put in the deployed test artifacts (for example the porting package for the implementation).
- getRequestContext() - Method in interface org.jboss.cdi.tck.spi.Contexts
-
Get the request context, regardless of whether it is active or not
- getTestDataSource() - Method in interface org.jboss.cdi.tck.api.Configuration
-
Few TCK tests need to work with Jakarta EE services related to persistence (JPA, JTA) - test datasource must be provided.
- getTestJmsConnectionFactory() - Method in interface org.jboss.cdi.tck.api.Configuration
- getTestJmsQueue() - Method in interface org.jboss.cdi.tck.api.Configuration
- getTestJmsTopic() - Method in interface org.jboss.cdi.tck.api.Configuration
- getTestTimeoutFactor() - Method in interface org.jboss.cdi.tck.api.Configuration
-
All tests using some timeout technique (e.g. wait for async processing) should use this value to adjust the final timeout so that it's possible to configure timeouts according to the testing runtime performance and throughput.
I
- InSequence - Annotation Interface in org.jboss.cdi.tck.api
- isProxy(Object) - Method in interface org.jboss.cdi.tck.spi.Beans
-
Determines if the object instance is actually a proxy object.
- isPushCalled() - Method in interface org.jboss.cdi.tck.spi.CreationalContexts.Inspectable
-
Returns whether
CreationalContext.push(Object)was called on this CreationalContext. - isReleaseCalled() - Method in interface org.jboss.cdi.tck.spi.CreationalContexts.Inspectable
-
Returns whether
CreationalContext.release()was called on this CreationalContext.
L
- LIBRARY_DIRECTORY_PROPERTY_NAME - Static variable in interface org.jboss.cdi.tck.api.Configuration
O
- org.jboss.cdi.tck.api - package org.jboss.cdi.tck.api
- org.jboss.cdi.tck.spi - package org.jboss.cdi.tck.spi
P
- passivate(Object) - Method in interface org.jboss.cdi.tck.spi.Beans
-
Passivates the object tree starting with the bean instance provided.
- PROPERTY_NAME - Static variable in interface org.jboss.cdi.tck.spi.Beans
- PROPERTY_NAME - Static variable in interface org.jboss.cdi.tck.spi.Contexts
- PROPERTY_NAME - Static variable in interface org.jboss.cdi.tck.spi.Contextuals
- PROPERTY_NAME - Static variable in interface org.jboss.cdi.tck.spi.CreationalContexts
- PROPERTY_NAME - Static variable in interface org.jboss.cdi.tck.spi.EL
S
- setActive(T) - Method in interface org.jboss.cdi.tck.spi.Contexts
-
Sets the specified context as active.
- setBeans(Beans) - Method in interface org.jboss.cdi.tck.api.Configuration
- setContexts(Contexts<T>) - Method in interface org.jboss.cdi.tck.api.Configuration
- setContextuals(Contextuals) - Method in interface org.jboss.cdi.tck.api.Configuration
- setCoreMode(Boolean) - Method in interface org.jboss.cdi.tck.api.Configuration
- setCreationalContexts(CreationalContexts) - Method in interface org.jboss.cdi.tck.api.Configuration
- setEl(EL) - Method in interface org.jboss.cdi.tck.api.Configuration
- setInactive(T) - Method in interface org.jboss.cdi.tck.spi.Contexts
-
Sets the specified context as inactive.
- setLibraryDirectory(String) - Method in interface org.jboss.cdi.tck.api.Configuration
- setTestDataSource(String) - Method in interface org.jboss.cdi.tck.api.Configuration
- setTestJmsConnectionFactory(String) - Method in interface org.jboss.cdi.tck.api.Configuration
- setTestJmsQueue(String) - Method in interface org.jboss.cdi.tck.api.Configuration
- setTestJmsTopic(String) - Method in interface org.jboss.cdi.tck.api.Configuration
- setTestTimeoutFactor(int) - Method in interface org.jboss.cdi.tck.api.Configuration
T
- TEST_DATASOURCE_PROPERTY_NAME - Static variable in interface org.jboss.cdi.tck.api.Configuration
- TEST_JMS_CONNECTION_FACTORY - Static variable in interface org.jboss.cdi.tck.api.Configuration
- TEST_JMS_QUEUE - Static variable in interface org.jboss.cdi.tck.api.Configuration
- TEST_JMS_TOPIC - Static variable in interface org.jboss.cdi.tck.api.Configuration
- TEST_TIMEOUT_FACTOR - Static variable in interface org.jboss.cdi.tck.api.Configuration
- TEST_TIMEOUT_FACTOR_DEFAULT_VALUE - Static variable in interface org.jboss.cdi.tck.api.Configuration
V
- value() - Element in annotation interface org.jboss.cdi.tck.api.InSequence
All Classes and Interfaces|All Packages|Constant Field Values