org.jboss.arquillian.core.spi
Interface Manager
- All Known Implementing Classes:
- ManagerImpl
public interface Manager
Manager
- Version:
- $Revision: $
- Author:
- Aslak Knutsen
fire
void fire(Object event)
fire
<T> void fire(T event,
NonManagedObserver<T> observer)
resolve
<T> T resolve(Class<T> type)
bind
<T> void bind(Class<? extends Annotation> scope,
Class<T> type,
T instance)
inject
void inject(Object obj)
getContext
<T> T getContext(Class<T> type)
start
void start()
shutdown
void shutdown()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.