com.hazelcast.config
Class InMemoryXmlConfig

java.lang.Object
  extended by com.hazelcast.config.Config
      extended by com.hazelcast.config.InMemoryXmlConfig
All Implemented Interfaces:
DataSerializable, Serializable

public class InMemoryXmlConfig
extends Config

See Also:
Serialized Form

Constructor Summary
InMemoryXmlConfig(String xml)
           
 
Method Summary
 
Methods inherited from class com.hazelcast.config.Config
addExecutorConfig, addListenerConfig, addMapConfig, addMergePolicyConfig, addMultiMapConfig, addQueueConfig, addSemaphoreConfig, addTopicConfig, addWanReplicationConfig, findMatchingMapConfig, findMatchingQueueConfig, findMatchingTopicConfig, getClassLoader, getConfigurationFile, getConfigurationUrl, getExecutorConfig, getExecutorConfig, getExecutorConfigMap, getExecutorConfigs, getGroupConfig, getInstanceName, getLicenseKey, getListenerConfigs, getManagedContext, getManagementCenterConfig, getMapConfig, getMapConfigs, getMergePolicyConfig, getMergePolicyConfigs, getMultiMapConfig, getMultiMapConfigs, getNetworkConfig, getPartitionGroupConfig, getPort, getProperties, getProperty, getQConfigs, getQueueConfig, getSecurityConfig, getSemaphoreConfig, getSemaphoreConfigMap, getSemaphoreConfigs, getTopicConfig, getTopicConfigs, getWanReplicationConfig, getWanReplicationConfigs, getXmlConfig, isCheckCompatibility, isCompatible, isLiteMember, isPortAutoIncrement, isReuseAddress, nameMatches, readData, setCheckCompatibility, setClassLoader, setConfigurationFile, setConfigurationUrl, setExecutorConfig, setExecutorConfigMap, setGroupConfig, setInstanceName, setLicenseKey, setListenerConfigs, setLiteMember, setManagedContext, setManagementCenterConfig, setMapConfigs, setMapQConfigs, setMergePolicyConfigs, setMultiMapConfigs, setNetworkConfig, setPartitionGroupConfig, setPort, setPortAutoIncrement, setProperties, setProperty, setQConfigs, setReuseAddress, setSecurityConfig, setSemaphoreConfigMap, setTopicConfigs, setWanReplicationConfigs, setXmlConfig, toString, writeData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InMemoryXmlConfig

public InMemoryXmlConfig(String xml)


Copyright © 2008-2012 Hazelcast, Inc. All Rights Reserved.