org.apache.geronimo.kernel.config
Class SerializedGBeanState
java.lang.Object
org.apache.geronimo.kernel.config.SerializedGBeanState
- All Implemented Interfaces:
- Serializable, GBeanState
public class SerializedGBeanState
- extends Object
- implements GBeanState, Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SerializedGBeanState
public SerializedGBeanState(Collection gbeans)
getGBeans
public List getGBeans(ClassLoader classLoader)
throws InvalidConfigException
- Specified by:
getGBeans
in interface GBeanState
- Throws:
InvalidConfigException
addGBean
public void addGBean(GBeanData gbeanData)
- Specified by:
addGBean
in interface GBeanState
addGBean
public GBeanData addGBean(String name,
GBeanInfo gbeanInfo,
Naming naming,
Environment environment)
- Specified by:
addGBean
in interface GBeanState
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.