com.hazelcast.config
Class FileSystemXmlConfig

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

public class FileSystemXmlConfig
extends Config

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.hazelcast.config.Config
DEFAULT_PORT
 
Constructor Summary
FileSystemXmlConfig(File configFile)
           
FileSystemXmlConfig(String configFilename)
           
 
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

FileSystemXmlConfig

public FileSystemXmlConfig(String configFilename)
                    throws FileNotFoundException
Throws:
FileNotFoundException

FileSystemXmlConfig

public FileSystemXmlConfig(File configFile)
                    throws FileNotFoundException
Throws:
FileNotFoundException


Copyright © 2008-2012 Hazel Ltd. All Rights Reserved.