org.jboss.deployers.structure.spi.scope
Interface ScopeBuilder

All Known Implementing Classes:
DefaultScopeBuilder

public interface ScopeBuilder

ScopeBuilder.

Version:
$Revision: 1.1 $
Author:
Adrian Brock

Method Summary
 org.jboss.metadata.spi.scope.ScopeKey getComponentScope(DeploymentContext context)
          Get the scope for a component
 org.jboss.metadata.spi.scope.ScopeKey getDeploymentScope(DeploymentContext context)
          Get the scope for a deployment
 org.jboss.metadata.spi.scope.ScopeKey getMutableComponentScope(DeploymentContext context)
          Get the mutable scope for a component
 org.jboss.metadata.spi.scope.ScopeKey getMutableDeploymentScope(DeploymentContext context)
          Get the mutable scope for a deployment
 void initMetaDataRetrieval(org.jboss.metadata.spi.repository.MutableMetaDataRepository repository, DeploymentContext context)
          Initialise the metadata retrievals for a deployment context
 void initMutableMetaDataRetrieval(org.jboss.metadata.spi.repository.MutableMetaDataRepository repository, DeploymentContext context)
          Initialise the mutable metadata retrieval for a deployment context
 

Method Detail

getDeploymentScope

org.jboss.metadata.spi.scope.ScopeKey getDeploymentScope(DeploymentContext context)
Get the scope for a deployment

Parameters:
context - the context
Returns:
the key

getMutableDeploymentScope

org.jboss.metadata.spi.scope.ScopeKey getMutableDeploymentScope(DeploymentContext context)
Get the mutable scope for a deployment

Parameters:
context - the context
Returns:
the key

getComponentScope

org.jboss.metadata.spi.scope.ScopeKey getComponentScope(DeploymentContext context)
Get the scope for a component

Parameters:
context - the context
Returns:
the key

getMutableComponentScope

org.jboss.metadata.spi.scope.ScopeKey getMutableComponentScope(DeploymentContext context)
Get the mutable scope for a component

Parameters:
context - the context
Returns:
the key

initMetaDataRetrieval

void initMetaDataRetrieval(org.jboss.metadata.spi.repository.MutableMetaDataRepository repository,
                           DeploymentContext context)
Initialise the metadata retrievals for a deployment context

Parameters:
repository - the repository
context - the context

initMutableMetaDataRetrieval

void initMutableMetaDataRetrieval(org.jboss.metadata.spi.repository.MutableMetaDataRepository repository,
                                  DeploymentContext context)
Initialise the mutable metadata retrieval for a deployment context

Parameters:
repository - the repository
context - the context


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