com.hazelcast.config
Class UrlXmlConfig

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

public class UrlXmlConfig
extends Config

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.hazelcast.config.Config
DEFAULT_PORT
 
Constructor Summary
UrlXmlConfig(String url)
           
UrlXmlConfig(URL url)
           
 
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

UrlXmlConfig

public UrlXmlConfig(String url)
             throws MalformedURLException,
                    IOException
Throws:
MalformedURLException
IOException

UrlXmlConfig

public UrlXmlConfig(URL url)
             throws IOException
Throws:
IOException


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