com.hazelcast.config
Class ClasspathXmlConfig

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

public class ClasspathXmlConfig
extends Config

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.hazelcast.config.Config
DEFAULT_PORT
 
Constructor Summary
ClasspathXmlConfig(ClassLoader classLoader, String resource)
           
ClasspathXmlConfig(String resource)
           
 
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, isSuperClient, 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, setSuperClient, setTopicConfigs, setWanReplicationConfigs, setXmlConfig, toString, writeData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClasspathXmlConfig

public ClasspathXmlConfig(String resource)

ClasspathXmlConfig

public ClasspathXmlConfig(ClassLoader classLoader,
                          String resource)


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