Deprecated API


Contents
Deprecated Fields
org.eodisp.remote.util.NetworkConfigurator.ADHOC_NODE
          use the newXXX static factory method and the setXXX methods instead 
org.eodisp.remote.util.NetworkConfigurator.EDGE_NODE
          use the newXXX static factory method and the setXXX methods instead 
org.eodisp.remote.util.NetworkConfigurator.HTTP_SERVER
          use the newXXX static factory method and the setXXX methods instead 
org.eodisp.remote.util.NetworkConfigurator.IP_MULTICAST
          use the newXXX static factory method and the setXXX methods instead 
org.eodisp.remote.util.NetworkConfigurator.PROXY_NODE
          use the newXXX static factory method and the setXXX methods instead 
org.eodisp.remote.util.NetworkConfigurator.PROXY_SERVER
          use the newXXX static factory method and the setXXX methods instead 
org.eodisp.remote.util.NetworkConfigurator.RDV_AD_HOC
          use the newXXX static factory method and the setXXX methods instead 
org.eodisp.remote.util.NetworkConfigurator.RDV_CLIENT
          use the newXXX static factory method and the setXXX methods instead 
org.eodisp.remote.util.NetworkConfigurator.RDV_NODE
          use the newXXX static factory method and the setXXX methods instead 
org.eodisp.remote.util.NetworkConfigurator.RDV_RELAY_PROXY_NODE
          use the newXXX static factory method and the setXXX methods instead 
org.eodisp.remote.util.NetworkConfigurator.RDV_SERVER
          use the newXXX static factory method and the setXXX methods instead 
org.eodisp.remote.util.NetworkConfigurator.RELAY_CLIENT
          use the newXXX static factory method and the setXXX methods instead 
org.eodisp.remote.util.NetworkConfigurator.RELAY_NODE
          use the newXXX static factory method and the setXXX methods instead 
org.eodisp.remote.util.NetworkConfigurator.RELAY_OFF
          use the newXXX static factory method and the setXXX methods instead 
org.eodisp.remote.util.NetworkConfigurator.RELAY_SERVER
          use the newXXX static factory method and the setXXX methods instead 
org.eodisp.remote.util.NetworkConfigurator.TCP_CLIENT
          use the newXXX static factory method and the setXXX methods instead 
org.eodisp.remote.util.NetworkConfigurator.TCP_SERVER
          use the newXXX static factory method and the setXXX methods instead 
 

Deprecated Methods
org.eodisp.remote.registry.LocateJeriRegistry.createJxtaRegistry()
          use RemoteAppModule 
org.eodisp.remote.registry.LocateJeriRegistry.createTcpRegistry(int)
          use RemoteAppModule 
org.eodisp.remote.util.NetworkConfigurator.exists()
            
org.eodisp.remote.util.NetworkConfigurator.getMode()
          Use getter methods instead (e.g. NetworkConfigurator.isHttpEnabled()). 
org.eodisp.remote.util.NetworkConfigurator.load()
          Use the static method NetworkConfigurator.loadPlatformConfig(URI) instead 
org.eodisp.remote.util.NetworkConfigurator.load(ConfigParams)
          use static load methos #loadPlatfromConfig(ConfigParams) instead 
org.eodisp.remote.util.NetworkConfigurator.load(URI)
          use te static NetworkConfigurator.loadPlatformConfig(URI) instead 
org.eodisp.remote.util.NetworkConfigurator.save()
          use NetworkConfigurator.save(File) instead. 
org.eodisp.remote.util.NetworkConfigurator.setHome(File)
          use NetPeerGroupFactory.NetPeerGroupFactory(ConfigParams, URI) instead. 
org.eodisp.remote.util.NetworkConfigurator.setHttpPublicAddress(String, boolean)
          use NetworkConfigurator.setHttpPublicAddress(String) and NetworkConfigurator.setHttpPublicAddressExclusive(boolean) instead. 
org.eodisp.remote.util.NetworkConfigurator.setInfrastructureDescription(String)
            
org.eodisp.remote.util.NetworkConfigurator.setInfrastructureID(ID)
            
org.eodisp.remote.util.NetworkConfigurator.setInfrastructureID(String)
            
org.eodisp.remote.util.NetworkConfigurator.setInfrastructureName(String)
            
org.eodisp.remote.util.NetworkConfigurator.setMode(int)
          Use the setter methods instead. 
org.eodisp.remote.util.NetworkConfigurator.setTcpPublicAddress(String, boolean)
          use NetworkConfigurator.setTcpPublicAddress(String) and NetworkConfigurator.setTcpPublicAddressExclusive(boolean) instead. 
 

Deprecated Constructors
org.eodisp.remote.util.NetworkConfigurator()
          use NetworkConfigurator.newNetworkConfiguratorEdge() instead. 
org.eodisp.remote.util.NetworkConfigurator(int, URI)
          use the newXXX static factory methods instead