CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation

com.tangosol.run.xml
Interface XmlConfigurable

All Known Subinterfaces:
BackingMapManagerContext, ConfigurableCacheFactory
All Known Implementing Classes:
AbstractEncryptionFilter, AbstractHttpSessionCollection, AsymmetricEncryptionFilter, BerkeleyDBBinaryStoreManager, ClusterEncryptionFilter, CompressionFilter, ConfigurablePofContext, DefaultConfigurableCacheFactory, MonolithicHttpSessionCollection, PasswordBasedEncryptionFilter, PortalCacheProvider, SafeConfigurablePofContext, SplitHttpSessionCollection, SymmetricEncryptionFilter, TraditionalHttpSessionCollection

public interface XmlConfigurable

An interface for XML configuration.

Author:
cp 2002.08.20

Method Summary
 XmlElement getConfig()
          Determine the current configuration of the object.
 void setConfig(XmlElement xml)
          Specify the configuration for the object.
 

Method Detail

getConfig

XmlElement getConfig()
Determine the current configuration of the object.

Returns:
the XML configuration or null

setConfig

void setConfig(XmlElement xml)
Specify the configuration for the object.

Parameters:
xml - the XML configuration for the object
Throws:
IllegalStateException - if the object is not in a state that allows the configuration to be set; for example, if the object has already been configured and cannot be reconfigured

CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation