org.jboss.jsr299.tck.spi
Interface Managers
public interface Managers
This interface provides operations relating to a Manager.
The TCK porting package must provide an implementation of this interface
which is suitable for the target implementation.
Managers also allows the TCK to report the state of the Container back to the
TCK, by checking if a deployment problem has occurred,
- Author:
- Shane Bryzak
Method Summary |
javax.enterprise.inject.spi.BeanManager |
getManager()
Get a new Manager instance |
PROPERTY_NAME
static final String PROPERTY_NAME
getManager
javax.enterprise.inject.spi.BeanManager getManager()
- Get a new Manager instance
- Returns:
- the Manager
Copyright © 2008-2012 Seam Framework. All Rights Reserved.