org.apache.geronimo.kernel.config
Class ConfigurationInfo

java.lang.Object
  extended by org.apache.geronimo.kernel.config.ConfigurationInfo
All Implemented Interfaces:
Serializable

public class ConfigurationInfo
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ConfigurationInfo(AbstractName storeName, Artifact configID, ConfigurationModuleType type, long created, Set ownedConfigurations, Set childConfigurations, File inPlaceLocation)
           
ConfigurationInfo(AbstractName storeName, Artifact configID, ConfigurationModuleType type, long created, Set ownedConfigurations, Set childConfigurations, File inPlaceLocation, State state)
           
ConfigurationInfo(AbstractName storeName, Artifact configID, ConfigurationModuleType type, long created, Set ownedConfigurations, Set childConfigurations, File inPlaceLocation, State state, Artifact parentID)
           
 
Method Summary
 Set getChildConfigurations()
           
 Artifact getConfigID()
           
 long getCreated()
           
 File getInPlaceLocation()
           
 Set getOwnedConfigurations()
           
 Artifact getParentID()
           
 State getState()
           
 AbstractName getStoreName()
           
 ConfigurationModuleType getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationInfo

public ConfigurationInfo(AbstractName storeName,
                         Artifact configID,
                         ConfigurationModuleType type,
                         long created,
                         Set ownedConfigurations,
                         Set childConfigurations,
                         File inPlaceLocation)

ConfigurationInfo

public ConfigurationInfo(AbstractName storeName,
                         Artifact configID,
                         ConfigurationModuleType type,
                         long created,
                         Set ownedConfigurations,
                         Set childConfigurations,
                         File inPlaceLocation,
                         State state)

ConfigurationInfo

public ConfigurationInfo(AbstractName storeName,
                         Artifact configID,
                         ConfigurationModuleType type,
                         long created,
                         Set ownedConfigurations,
                         Set childConfigurations,
                         File inPlaceLocation,
                         State state,
                         Artifact parentID)
Method Detail

getStoreName

public AbstractName getStoreName()

getConfigID

public Artifact getConfigID()

getType

public ConfigurationModuleType getType()

getCreated

public long getCreated()

getInPlaceLocation

public File getInPlaceLocation()

getOwnedConfigurations

public Set getOwnedConfigurations()

getChildConfigurations

public Set getChildConfigurations()

getState

public State getState()

getParentID

public Artifact getParentID()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.