org.infinispan.config
Interface CloneableConfigurationComponent

All Superinterfaces:
Cloneable, Serializable
All Known Implementing Classes:
AbstractCacheLoaderConfig, AbstractCacheStoreConfig, AbstractConfigurationBean, AbstractNamedCacheConfigurationBean, AsyncStoreConfig, BdbjeCacheStoreConfig, CacheLoaderManagerConfig, ClusterCacheLoaderConfig, Configuration, CustomInterceptorConfig, FileCacheStoreConfig, GlobalConfiguration, JdbcBinaryCacheStoreConfig, JdbcMixedCacheStoreConfig, JdbcStringBasedCacheStoreConfig, JdbmCacheStoreConfig, LockSupportCacheStoreConfig, PluggableConfigurationComponent, RuntimeConfig, S3CacheStoreConfig, SingletonStoreConfig

public interface CloneableConfigurationComponent
extends Serializable, Cloneable

Interface for all configurable components

Since:
4.0
Author:
Manik Surtani (manik@jboss.org)

Method Summary
 CloneableConfigurationComponent clone()
           
 

Method Detail

clone

CloneableConfigurationComponent clone()
                                      throws CloneNotSupportedException
Throws:
CloneNotSupportedException


Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.