org.apache.geronimo.kernel.config
Interface SwitchablePersistentConfigurationList

All Superinterfaces:
PersistentConfigurationList

public interface SwitchablePersistentConfigurationList
extends PersistentConfigurationList

Version:
$Rev: 486815 $ $Date: 2006-12-14 06:45:10 +1100 (Thu, 14 Dec 2006) $

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-2013 The Apache Geronimo development community. All Rights Reserved.