Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.api
Class ServerDescriptor

java.lang.Object
  extended by org.nuxeo.ecm.platform.api.ServerDescriptor
All Implemented Interfaces:
Serializable

Deprecated. use new service API ServiceManagement

@Deprecated
public class ServerDescriptor
extends Object
implements Serializable

Author:
Bogdan Stefanescu
See Also:
Serialized Form

Field Summary
 String host
          Deprecated.  
 Class jndiContextFactory
          Deprecated.  
 String jndiPrefix
          Deprecated.  
 String jndiSuffix
          Deprecated.  
 String name
          Deprecated.  
 String port
          Deprecated.  
 Map<String,RepositoryDescriptor> repositories
          Deprecated.  
 Class repositoryConnector
          Deprecated.  
 Class serviceConnector
          Deprecated.  
 Map<String,ServiceDescriptor> services
          Deprecated.  
 
Constructor Summary
ServerDescriptor()
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name
Deprecated. 

host

public String host
Deprecated. 

port

public String port
Deprecated. 

jndiContextFactory

public Class jndiContextFactory
Deprecated. 

serviceConnector

public Class serviceConnector
Deprecated. 

repositoryConnector

public Class repositoryConnector
Deprecated. 

jndiPrefix

public String jndiPrefix
Deprecated. 

jndiSuffix

public String jndiSuffix
Deprecated. 

services

public Map<String,ServiceDescriptor> services
Deprecated. 

repositories

public Map<String,RepositoryDescriptor> repositories
Deprecated. 
Constructor Detail

ServerDescriptor

public ServerDescriptor()
Deprecated. 

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.