Uses of Class
de.root1.simon.Registry

Packages that use Registry
de.root1.simon Provides the core classes of SIMON 
 

Uses of Registry in de.root1.simon
 

Methods in de.root1.simon that return Registry
static Registry Simon.createRegistry(java.net.InetAddress address, int port)
          Creates a registry listening on a specific network interface, identified by the given InetAddress with the last known worker thread pool size set by Simon.setWorkerThreadPoolSize(int)
static Registry Simon.createRegistry(int port)
          Creates a registry listening on all interfaces with the last known worker thread pool size set by Simon.setWorkerThreadPoolSize(int)
static Registry Simon.createRegistry(SslContextFactory sslContextFactory, java.net.InetAddress address, int port)
          Creates a registry listening on a specific network interface, identified by the given InetAddress with the last known worker thread pool size set by Simon.setWorkerThreadPoolSize(int).
 

Methods in de.root1.simon with parameters of type Registry
static void Simon.shutdownRegistry(Registry registry)
          Deprecated. You should call stop() on the registry to shutdown the registry instead of using this method.
 



Copyright © 2011. All Rights Reserved.