org.jboss.webbeans.tck
Class ManagersImpl
java.lang.Object
org.jboss.webbeans.tck.ManagersImpl
- All Implemented Interfaces:
- org.jboss.jsr299.tck.spi.Managers
public class ManagersImpl
- extends java.lang.Object
- implements org.jboss.jsr299.tck.spi.Managers
| Fields inherited from interface org.jboss.jsr299.tck.spi.Managers |
PROPERTY_NAME |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ManagersImpl
public ManagersImpl()
getManager
public BeanManager getManager()
- Specified by:
getManager in interface org.jboss.jsr299.tck.spi.Managers
setEnabledDeploymentTypes
public void setEnabledDeploymentTypes(java.util.List<java.lang.Class<? extends java.lang.annotation.Annotation>> enabledDeploymentTypes)
getEnabledDeploymentTypes
public java.util.List<java.lang.Class<? extends java.lang.annotation.Annotation>> getEnabledDeploymentTypes()
- Specified by:
getEnabledDeploymentTypes in interface org.jboss.jsr299.tck.spi.Managers
isDefinitionError
public boolean isDefinitionError(org.jboss.testharness.api.DeploymentException deploymentException)
- Specified by:
isDefinitionError in interface org.jboss.jsr299.tck.spi.Managers
isDeploymentError
public boolean isDeploymentError(org.jboss.testharness.api.DeploymentException deploymentException)
- Specified by:
isDeploymentError in interface org.jboss.jsr299.tck.spi.Managers
isDeploymentException
public boolean isDeploymentException(java.lang.Throwable t)
Copyright © 2008-2009. All Rights Reserved.