Skip navigation links
Arquillian Core API 1.1.11.Final
A C D E F G I M O S 

A

activate() - Method in interface org.jboss.arquillian.core.api.threading.ContextSnapshot
Activate all previously active Contexts.
ApplicationScoped - Annotation Type in org.jboss.arquillian.core.api.annotation
The application scope is provided by Arquillian Core and is always available.

C

ContextSnapshot - Interface in org.jboss.arquillian.core.api.threading
Holds the contextual state from a previous call.
createSnapshotContext() - Method in interface org.jboss.arquillian.core.api.threading.ExecutorService
Create a snapshot of the current active Contexts.

D

deactivate() - Method in interface org.jboss.arquillian.core.api.threading.ContextSnapshot
Deactivate all previously active Contexts.

E

Event<T> - Interface in org.jboss.arquillian.core.api
{@code @Inject private Event myEvent; public void listen(@Observes OtherEvent otherEvent) { // do something..
ExecutorService - Interface in org.jboss.arquillian.core.api.threading
Simple ExecutorService for executing background tasks within callers original context.

F

fire(T) - Method in interface org.jboss.arquillian.core.api.Event
 

G

get() - Method in interface org.jboss.arquillian.core.api.Instance
 

I

Inject - Annotation Type in org.jboss.arquillian.core.api.annotation
Inject
inject(T) - Method in interface org.jboss.arquillian.core.api.Injector
 
Injector - Interface in org.jboss.arquillian.core.api
{@code @Inject private Instance inst; public void listen(@Observes OtherEvent otherEvent) { // do something..
Instance<T> - Interface in org.jboss.arquillian.core.api
{@code @Inject private Instance myObjectInst; public void listen(@Observes OtherEvent otherEvent) { // do something..
InstanceProducer<T> - Interface in org.jboss.arquillian.core.api
{@code @Inject @ApplicationScoped private InstanceProducer myObjectInst; public void listen(@Observes OtherEvent otherEvent) { // do something..

M

ManagerStarted - Class in org.jboss.arquillian.core.api.event
The event fired during Manager startup
ManagerStarted() - Constructor for class org.jboss.arquillian.core.api.event.ManagerStarted
 
ManagerStopping - Class in org.jboss.arquillian.core.api.event
The event fired during Manager shutdown
ManagerStopping() - Constructor for class org.jboss.arquillian.core.api.event.ManagerStopping
 

O

Observes - Annotation Type in org.jboss.arquillian.core.api.annotation
public void listen(@Observes SomeEvent event) { // do something.. } In case more observers observe the same event, they are ordered as they appear on classpath.
org.jboss.arquillian.core.api - package org.jboss.arquillian.core.api
 
org.jboss.arquillian.core.api.annotation - package org.jboss.arquillian.core.api.annotation
 
org.jboss.arquillian.core.api.event - package org.jboss.arquillian.core.api.event
 
org.jboss.arquillian.core.api.threading - package org.jboss.arquillian.core.api.threading
 

S

Scope - Annotation Type in org.jboss.arquillian.core.api.annotation
Scope
set(T) - Method in interface org.jboss.arquillian.core.api.InstanceProducer
 
submit(Callable<T>) - Method in interface org.jboss.arquillian.core.api.threading.ExecutorService
Submits a value-returning task for execution and returns a Future representing the pending results of the task.
A C D E F G I M O S 
Skip navigation links
Arquillian Core API 1.1.11.Final

Copyright © 2016 JBoss by Red Hat. All rights reserved.