Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


com.tangosol.run.xml
Interface XmlConfigurable

All Known Subinterfaces:
BackingMapManagerContext
All Known Implementing Classes:
AbstractEncryptionFilter, AsymmetricEncryptionFilter, BerkeleyDBBinaryStoreManager, ClusterEncryptionFilter, CompressionFilter, ConfigurableAddressProviderFactory, ConfigurablePofContext, ConfigurableSerializerFactory, NullImplementation.NullBackingMapManagerContext, PasswordBasedEncryptionFilter, PortalCacheProvider, SafeConfigurablePofContext, SocketOptions, SymmetricEncryptionFilter

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 12.1.2.0.3

E26043-02


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