org.apache.geronimo.kernel.repository
Class DefaultArtifactManager

java.lang.Object
  extended by org.apache.geronimo.kernel.repository.DefaultArtifactManager
All Implemented Interfaces:
ArtifactManager

public class DefaultArtifactManager
extends Object
implements ArtifactManager


Field Summary
static GBeanInfo GBEAN_INFO
           
 
Constructor Summary
DefaultArtifactManager()
           
 
Method Summary
static GBeanInfo getGBeanInfo()
           
 SortedSet getLoadedArtifacts(Artifact query)
           
 void loadArtifacts(Artifact loader, Set artifacts)
           
 void unloadAllArtifacts(Artifact loader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GBEAN_INFO

public static final GBeanInfo GBEAN_INFO
Constructor Detail

DefaultArtifactManager

public DefaultArtifactManager()
Method Detail

loadArtifacts

public void loadArtifacts(Artifact loader,
                          Set artifacts)
Specified by:
loadArtifacts in interface ArtifactManager

unloadAllArtifacts

public void unloadAllArtifacts(Artifact loader)
Specified by:
unloadAllArtifacts in interface ArtifactManager

getLoadedArtifacts

public SortedSet getLoadedArtifacts(Artifact query)
Specified by:
getLoadedArtifacts in interface ArtifactManager

getGBeanInfo

public static GBeanInfo getGBeanInfo()


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.