Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.runtime.config.v1
Class ConfigurationFactory1

java.lang.Object
  extended by org.nuxeo.runtime.config.ConfigurationFactory
      extended by org.nuxeo.runtime.config.v1.ConfigurationFactory1

public class ConfigurationFactory1
extends ConfigurationFactory

Author:
Bogdan Stefanescu

Field Summary
static Version VERSION
           
 
Constructor Summary
ConfigurationFactory1()
           
 
Method Summary
 ServerConfiguration createConfiguration(InvokerLocator locator, Version version)
          Loads the configuration of the given remote server.
static Properties getJNDIProperties()
           
static Properties getProperties()
           
static SecurityDomain[] getSecurityDomains()
           
static ServiceDescriptor[] getServiceBindings()
           
static ServiceHost[] getServiceHosts(String host)
           
 Version getVersion()
           
 
Methods inherited from class org.nuxeo.runtime.config.ConfigurationFactory
accept, getFactory, registerFactory
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION

public static final Version VERSION
Constructor Detail

ConfigurationFactory1

public ConfigurationFactory1()
Method Detail

getVersion

public Version getVersion()
Specified by:
getVersion in class ConfigurationFactory

createConfiguration

public ServerConfiguration createConfiguration(InvokerLocator locator,
                                               Version version)
                                        throws ConfigurationException
Description copied from class: ConfigurationFactory
Loads the configuration of the given remote server.

Specified by:
createConfiguration in class ConfigurationFactory
Parameters:
locator - the server locator
Returns:
the configuration
Throws:
ConfigurationException

getServiceBindings

public static ServiceDescriptor[] getServiceBindings()

getServiceHosts

public static ServiceHost[] getServiceHosts(String host)

getSecurityDomains

public static SecurityDomain[] getSecurityDomains()

getProperties

public static Properties getProperties()

getJNDIProperties

public static Properties getJNDIProperties()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.