org.apache.geronimo.kernel.config
Class ConfigurationInfo

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

public class ConfigurationInfo
extends Object
implements Serializable

Version:
$Revision: 1.2 $ $Date: 2004/07/22 03:22:53 $
See Also:
Serialized Form

Constructor Summary
ConfigurationInfo(javax.management.ObjectName storeName, URI configID, State state, ConfigurationModuleType type)
           
 
Method Summary
 URI getConfigID()
           
 State getState()
           
 javax.management.ObjectName 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(javax.management.ObjectName storeName,
                         URI configID,
                         State state,
                         ConfigurationModuleType type)
Method Detail

getStoreName

public javax.management.ObjectName getStoreName()

getConfigID

public URI getConfigID()

getState

public State getState()

getType

public ConfigurationModuleType getType()


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