org.apache.geronimo.kernel.config
Interface SwitchablePersistentConfigurationList

All Superinterfaces:
PersistentConfigurationList
All Known Implementing Classes:
SwitchableLocalAttributeManager

public interface SwitchablePersistentConfigurationList
extends PersistentConfigurationList


Field Summary
 
Fields inherited from interface org.apache.geronimo.kernel.config.PersistentConfigurationList
PERSISTENT_CONFIGURATION_LIST
 
Method Summary
 boolean isOnline()
           
 void setOnline(boolean online)
           
 
Methods inherited from interface org.apache.geronimo.kernel.config.PersistentConfigurationList
addConfiguration, getListedConfigurations, hasGBeanAttributes, isKernelFullyStarted, migrateConfiguration, removeConfiguration, restore, save, setKernelFullyStarted, startConfiguration, stopConfiguration
 

Method Detail

isOnline

boolean isOnline()

setOnline

void setOnline(boolean online)


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