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

Version:
$Rev: 755494 $ $Date: 2009-03-18 15:07:17 +0800 (Wed, 18 Mar 2009) $

Field Summary
static GBeanInfo GBEAN_INFO
           
 
Constructor Summary
DefaultArtifactManager()
           
 
Method Summary
static GBeanInfo getGBeanInfo()
           
 SortedSet<Artifact> getLoadedArtifacts(Artifact query)
           
 void loadArtifacts(Artifact loader, Set<Artifact> 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<Artifact> artifacts)
Specified by:
loadArtifacts in interface ArtifactManager

unloadAllArtifacts

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

getLoadedArtifacts

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

getGBeanInfo

public static GBeanInfo getGBeanInfo()


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