Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-01


com.tangosol.run.xml
Interface XmlConfigurable

All Known Subinterfaces:
BackingMapManagerContext, ConfigurableCacheFactory
All Known Implementing Classes:
AbstractEncryptionFilter, AbstractJournalRM, AsymmetricEncryptionFilter, BerkeleyDBBinaryStoreManager, ClusterEncryptionFilter, CompressionFilter, ConfigurablePofContext, ConfigurableSerializerFactory, DefaultConfigurableCacheFactory, FlashJournalRM, NullImplementation.NullBackingMapManagerContext, PasswordBasedEncryptionFilter, PortalCacheProvider, RamJournalRM, SafeConfigurablePofContext, SocketOptions, SocketProviderFactory, SymmetricEncryptionFilter, TcpSocketProvider, WrapperSocketProvider

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:
java.lang.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

Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-01


Copyright © 2000, 2011, Oracle and/or its affiliates. All rights reserved.