Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.runtime.remoting.Server

Packages that use Server
org.nuxeo.runtime.config   
org.nuxeo.runtime.remoting   
 

Uses of Server in org.nuxeo.runtime.config
 

Methods in org.nuxeo.runtime.config with parameters of type Server
abstract  ServerConfiguration ConfigurationHandler.loadConfig(InvokerLocator locator, Server server)
          Loads the configuration of the given remote server.
static ServerConfiguration ConfigurationHandler.loadConfig(InvokerLocator locator, Server server, String version)
           
static ServerConfiguration ConfigurationHandler.loadConfig(InvokerLocator locator, Server server, Version version)
           
 

Uses of Server in org.nuxeo.runtime.remoting
 

Classes in org.nuxeo.runtime.remoting that implement Server
 class ServerImpl
           
 

Methods in org.nuxeo.runtime.remoting that return Server
static Server RemotingService.connect(String locatorURI)
           
static Server RemotingService.connect(String host, int port)
          Helper method to connect to a remote nuxeo runtime server.
 Server ServerDescriptor.getServer()
           
 Server RemotingService.getServer()
           
 

Methods in org.nuxeo.runtime.remoting with parameters of type Server
static void RemotingService.disconnect(Server server)
          Helper method to disconnect from a remote server.
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.