org.jboss.arquillian.container.impl.context
Class DeploymentContextImpl

java.lang.Object
  extended by org.jboss.arquillian.core.spi.context.AbstractContext<Deployment>
      extended by org.jboss.arquillian.container.impl.context.DeploymentContextImpl
All Implemented Interfaces:
DeploymentContext, Context, IdBoundContext<Deployment>

public class DeploymentContextImpl
extends AbstractContext<Deployment>
implements DeploymentContext

ContainerContext

Version:
$Revision: $
Author:
Aslak Knutsen

Constructor Summary
DeploymentContextImpl()
           
 
Method Summary
protected  ObjectStore createNewObjectStore()
           
 Class<? extends Annotation> getScope()
           
 
Methods inherited from class org.jboss.arquillian.core.spi.context.AbstractContext
activate, clearAll, deactivate, deactivateAll, destroy, getActiveId, getObjectStore, isActive
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.arquillian.core.spi.context.IdBoundContext
activate, deactivate, destroy, getActiveId
 
Methods inherited from interface org.jboss.arquillian.core.spi.context.Context
clearAll, getObjectStore, isActive
 

Constructor Detail

DeploymentContextImpl

public DeploymentContextImpl()
Method Detail

getScope

public Class<? extends Annotation> getScope()
Specified by:
getScope in interface Context

createNewObjectStore

protected ObjectStore createNewObjectStore()
Specified by:
createNewObjectStore in class AbstractContext<Deployment>


Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.