A B C D E G I L O P S T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
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_LITE_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
Beans
in use. - getCdiLiteMode() - Method in interface org.jboss.cdi.tck.api.Configuration
-
The CDI Lite mode setting.
- getContexts() - Method in interface org.jboss.cdi.tck.api.Configuration
-
The implementation of
Contexts
in use. - getContextuals() - Method in interface org.jboss.cdi.tck.api.Configuration
-
The implementation of
Contextuals
in use. - getCreationalContextPassedToCreate() - Method in interface org.jboss.cdi.tck.spi.Contextuals.Inspectable
-
Returns the
CreationalContext
passed toContextual.create(CreationalContext)
. - getCreationalContextPassedToDestroy() - Method in interface org.jboss.cdi.tck.spi.Contextuals.Inspectable
-
Returns the
CreationalContext
passed toContextual.destroy(Object, CreationalContext)
. - getCreationalContexts() - Method in interface org.jboss.cdi.tck.api.Configuration
-
The implementation of
CreationalContexts
in 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
EL
in 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
push
was 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 Java 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.
I
- InSequence - Annotation Type 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
- setCdiLiteMode(Boolean) - 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
- 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() - Method in annotation type org.jboss.cdi.tck.api.InSequence
All Classes All Packages