Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.runtime.config.v1
Class ServerConfiguration1

java.lang.Object
  extended by org.nuxeo.runtime.config.AbstractServerConfiguration
      extended by org.nuxeo.runtime.config.v1.ServerConfiguration1
All Implemented Interfaces:
Serializable, ServerConfiguration

public class ServerConfiguration1
extends AbstractServerConfiguration

Author:
Bogdan Stefanescu
See Also:
Serialized Form

Constructor Summary
ServerConfiguration1(InvokerLocator locator, String name, Version version)
           
 
Method Summary
 ServiceDescriptor[] getServiceBindingsCompat()
           
 ServiceHost[] getServiceHostsCompat()
           
 void install()
          Installs the given configuration on the running framework.
 void setServiceBindingsCompat(ServiceDescriptor[] bindings)
           
 void setServiceHostsCompat(ServiceHost[] hosts)
           
 
Methods inherited from class org.nuxeo.runtime.config.AbstractServerConfiguration
getJndiProperties, getLocator, getName, getPeers, getProductInfo, getProperties, getSecurityDomains, getServiceBindings, getStreamingLocator, getVersion, setJndiProperties, setPeers, setProperties, setSecurityDomains, setServiceBindings, setStreamingLocator
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerConfiguration1

public ServerConfiguration1(InvokerLocator locator,
                            String name,
                            Version version)
Method Detail

getServiceBindingsCompat

public ServiceDescriptor[] getServiceBindingsCompat()

setServiceBindingsCompat

public void setServiceBindingsCompat(ServiceDescriptor[] bindings)

getServiceHostsCompat

public ServiceHost[] getServiceHostsCompat()

setServiceHostsCompat

public void setServiceHostsCompat(ServiceHost[] hosts)

install

public void install()
             throws Exception
Description copied from interface: ServerConfiguration
Installs the given configuration on the running framework.

Specified by:
install in interface ServerConfiguration
Specified by:
install in class AbstractServerConfiguration
Throws:
Exception - if any exception occurs

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.