A B C D E G I L O P S T 

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

Configuration - Interface in org.jboss.cdi.tck.api
The configuration of the TCK.
Contexts<T extends javax.enterprise.context.spi.Context> - Interface in org.jboss.cdi.tck.spi
This interface provides operations relating to Contexts.
createELContext(BeanManager) - Method in interface org.jboss.cdi.tck.spi.EL
 

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.
getContexts() - Method in interface org.jboss.cdi.tck.api.Configuration
The implementation of Contexts 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.
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. 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

isProxy(Object) - Method in interface org.jboss.cdi.tck.spi.Beans
Determines if the object instance is actually a proxy object.

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.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
 
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
 
A B C D E G I L O P S T 

Copyright © 2008-2015 Seam Framework. All Rights Reserved.