org.jboss.weld.tck
Class ManagersImpl

java.lang.Object
  extended by org.jboss.weld.tck.ManagersImpl
All Implemented Interfaces:
org.jboss.jsr299.tck.spi.Managers

public class ManagersImpl
extends Object
implements org.jboss.jsr299.tck.spi.Managers


Field Summary
 
Fields inherited from interface org.jboss.jsr299.tck.spi.Managers
PROPERTY_NAME
 
Constructor Summary
ManagersImpl()
           
 
Method Summary
 javax.enterprise.inject.spi.BeanManager getManager()
           
 boolean isDefinitionError(org.jboss.testharness.api.DeploymentException deploymentException)
           
 boolean isDeploymentException(Throwable t)
           
 boolean isDeploymentProblem(org.jboss.testharness.api.DeploymentException deploymentException)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagersImpl

public ManagersImpl()
Method Detail

getManager

public javax.enterprise.inject.spi.BeanManager getManager()
Specified by:
getManager in interface org.jboss.jsr299.tck.spi.Managers

isDefinitionError

public boolean isDefinitionError(org.jboss.testharness.api.DeploymentException deploymentException)

isDeploymentProblem

public boolean isDeploymentProblem(org.jboss.testharness.api.DeploymentException deploymentException)

isDeploymentException

public boolean isDeploymentException(Throwable t)


Copyright © 2008-2011 JBoss by Red Hat. All Rights Reserved.