org.jboss.system.server.profileservice.repository.clustered
Class ClusteredDeploymentRepositoryFactory

java.lang.Object
  extended by org.jboss.system.server.profileservice.repository.clustered.ClusteredDeploymentRepositoryFactory
All Implemented Interfaces:
org.jboss.profileservice.spi.DeploymentRepositoryFactory

public class ClusteredDeploymentRepositoryFactory
extends Object
implements org.jboss.profileservice.spi.DeploymentRepositoryFactory

Factory for clustered deployment repositories.

Author:
Brian Stansberry

Field Summary
static String IMMUTABLE_TYPE
          The immutable type.
static String MUTABLE_TYPE
          The mutable type.
 
Constructor Summary
ClusteredDeploymentRepositoryFactory()
           
 
Method Summary
 void addLocalContentManagerFactory(LocalContentManagerFactory<?> factory)
           
 void addRepositoryClusteringHandler(RepositoryClusteringHandler handler)
           
 org.jboss.profileservice.spi.DeploymentRepository createDeploymentRepository(org.jboss.profileservice.spi.ProfileKey key, org.jboss.profileservice.spi.metadata.ProfileSourceMetaData metaData)
           
 org.jboss.deployers.vfs.spi.structure.modified.StructureModificationChecker getChecker()
           
 String getDefaultPartitionName()
           
 org.jboss.virtual.VirtualFileFilter getDeploymentFilter()
           
 String[] getTypes()
           
 void removeLocalContentManagerFactory(LocalContentManagerFactory<?> factory)
           
 void removeRepositoryClusteringHandler(RepositoryClusteringHandler handler)
           
 void setChecker(org.jboss.deployers.vfs.spi.structure.modified.StructureModificationChecker checker)
           
 void setDefaultPartitionName(String defaultPartitionName)
           
 void setDeploymentFilter(org.jboss.virtual.VirtualFileFilter deploymentFilter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MUTABLE_TYPE

public static final String MUTABLE_TYPE
The mutable type.


IMMUTABLE_TYPE

public static final String IMMUTABLE_TYPE
The immutable type.

Constructor Detail

ClusteredDeploymentRepositoryFactory

public ClusteredDeploymentRepositoryFactory()
Method Detail

getDefaultPartitionName

public String getDefaultPartitionName()

setDefaultPartitionName

public void setDefaultPartitionName(String defaultPartitionName)

getDeploymentFilter

public org.jboss.virtual.VirtualFileFilter getDeploymentFilter()

setDeploymentFilter

public void setDeploymentFilter(org.jboss.virtual.VirtualFileFilter deploymentFilter)

getChecker

public org.jboss.deployers.vfs.spi.structure.modified.StructureModificationChecker getChecker()

setChecker

public void setChecker(org.jboss.deployers.vfs.spi.structure.modified.StructureModificationChecker checker)

addRepositoryClusteringHandler

public void addRepositoryClusteringHandler(RepositoryClusteringHandler handler)

removeRepositoryClusteringHandler

public void removeRepositoryClusteringHandler(RepositoryClusteringHandler handler)

addLocalContentManagerFactory

public void addLocalContentManagerFactory(LocalContentManagerFactory<?> factory)

removeLocalContentManagerFactory

public void removeLocalContentManagerFactory(LocalContentManagerFactory<?> factory)

createDeploymentRepository

public org.jboss.profileservice.spi.DeploymentRepository createDeploymentRepository(org.jboss.profileservice.spi.ProfileKey key,
                                                                                    org.jboss.profileservice.spi.metadata.ProfileSourceMetaData metaData)
                                                                             throws Exception
Specified by:
createDeploymentRepository in interface org.jboss.profileservice.spi.DeploymentRepositoryFactory
Throws:
Exception

getTypes

public String[] getTypes()
Specified by:
getTypes in interface org.jboss.profileservice.spi.DeploymentRepositoryFactory


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