Deprecated API


Contents
Deprecated Interfaces
de.root1.simon.SimonRemote
          Please use de.root1.simon.annotation.SimonRemote to mark your objects as SimonRemote 
 

Deprecated Fields
de.root1.simon.utils.Utils.DEBUG
          use JVM argument "java.util.logging.config.file=./log/mylogconfig.properties" 
 

Deprecated Methods
de.root1.simon.Simon.getDgcInterval()
          use Simon.getKeepAliveInterval() instead! 
de.root1.simon.Simon.getLocalPort(Object)
          use Simon.getLocalInetSocketAddress(proxyObject).getPort() instead! 
de.root1.simon.Simon.getRemoteInetAddress(Object)
          use Simon.getRemoteInetSocketAddress(Object).getAddress() instead! 
de.root1.simon.Simon.getRemotePort(Object)
          use Simon.getRemoteInetSocketAddress(proxyObject).getPort() instead! 
de.root1.simon.Simon.lookup(InetAddress, int, String)
          Use Simon#createNameLookup() instead ... 
de.root1.simon.Simon.lookup(SslContextFactory, SimonProxyConfig, InetAddress, int, String)
          Use Simon#createNameLookup() instead ... 
de.root1.simon.Simon.lookup(SslContextFactory, SimonProxyConfig, InetAddress, int, String, ClosedListener)
          Use Simon#createNameLookup() instead ... 
de.root1.simon.Simon.lookup(String, int, String)
          Use Simon#createNameLookup() instead ... 
de.root1.simon.Simon.release(Object)
          Use Simon#createNameLookup() and AbstractLookup#release() instead ... 
de.root1.simon.Simon.setDgcInterval(int)
          use Simon.setDefaultKeepAliveInterval(int) instead! 
de.root1.simon.Simon.shutdownRegistry(Registry)
          You should call stop() on the registry to shutdown the registry instead of using this method. 
 



Copyright © 2011. All Rights Reserved.