A C D E F G I M O P S V 
All Classes All Packages

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
@Inject private Event<MyEvent> myEvent; public void listen(@Observes OtherEvent otherEvent) { // do something.. myEvent.fire(new MyEvent()); // 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(T) - Method in interface org.jboss.arquillian.core.api.Injector
 
Inject - Annotation Type in org.jboss.arquillian.core.api.annotation
Inject.
Injector - Interface in org.jboss.arquillian.core.api
@Inject private Instance<Injector> inst; public void listen(@Observes OtherEvent otherEvent) { // do something.. inst.get().inject(new MyInjectableObject()).performSomeOperation(); // do something.. }
Instance<T> - Interface in org.jboss.arquillian.core.api
An injectable instance.
InstanceProducer<T> - Interface in org.jboss.arquillian.core.api
An instance producer.

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

Observer - Annotation Type in org.jboss.arquillian.core.api.annotation
An annotation to specify one or more Arquillian observers (class that contains a method with annotation Observes) for test class - it will observe all events starting with org.jboss.arquillian.test.spi.event.suite.BeforeClass and ending with org.jboss.arquillian.test.spi.event.suite.AfterClass.
Observes - Annotation Type in org.jboss.arquillian.core.api.annotation
public void listen(@Observes SomeEvent event) { // do something.. }
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
 

P

precedence() - Method in annotation type org.jboss.arquillian.core.api.annotation.Observes
 

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.

V

value() - Method in annotation type org.jboss.arquillian.core.api.annotation.Observer
 
A C D E F G I M O P S V 
All Classes All Packages