Arquillian Core API 1.1.2.Final-wildfly-1
A E F G I M O S 

A

ApplicationScoped - Annotation Type in org.jboss.arquillian.core.api.annotation
The application scope is provided by Arquillian Core and is always available.

E

Event<T> - Interface in org.jboss.arquillian.core.api
{@code @Inject private Event myEvent; public void listen(@Observes OtherEvent otherEvent) { // do something..

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
{@code 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
 

S

Scope - Annotation Type in org.jboss.arquillian.core.api.annotation
Scope
set(T) - Method in interface org.jboss.arquillian.core.api.InstanceProducer
 
A E F G I M O S 
Arquillian Core API 1.1.2.Final-wildfly-1

Copyright © 2014 JBoss by Red Hat. All Rights Reserved.