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

Field Summary
static String PROPERTY_NAME
           
 
Method Summary
 javax.enterprise.inject.spi.BeanManager getManager()
          Get a new Manager instance
 

Field Detail

PROPERTY_NAME

static final String PROPERTY_NAME
Method Detail

getManager

javax.enterprise.inject.spi.BeanManager getManager()
Get a new Manager instance

Returns:
the Manager


Copyright © 2008-2012 Seam Framework. All Rights Reserved.