org.jboss.beans.metadata.plugins.policy
Class MetaDataRepositoryInstaller

java.lang.Object
  extended by org.jboss.beans.metadata.plugins.policy.MetaDataRepositoryInstaller

public class MetaDataRepositoryInstaller
extends Object

POJO binding bean meta data to scoped repository. TODO - a lot more work (once we finalize scoped BeanMD deployment)

Author:
Ales Justin

Constructor Summary
MetaDataRepositoryInstaller()
           
 
Method Summary
 void setKernel(Kernel kernel)
           
 void setScopes(Set<org.jboss.metadata.spi.scope.Scope> scopes)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetaDataRepositoryInstaller

public MetaDataRepositoryInstaller()
Method Detail

setKernel

public void setKernel(Kernel kernel)

setScopes

public void setScopes(Set<org.jboss.metadata.spi.scope.Scope> scopes)

start

public void start()

stop

public void stop()


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