Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.api
Class ServerDescriptor

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

Deprecated. use new service API ServiceManagement

@Deprecated
public class ServerDescriptor
extends java.lang.Object
implements java.io.Serializable

Author:
Bogdan Stefanescu
See Also:
Serialized Form

Field Summary
 java.lang.String host
          Deprecated.  
 java.lang.Class jndiContextFactory
          Deprecated.  
 java.lang.String jndiPrefix
          Deprecated.  
 java.lang.String jndiSuffix
          Deprecated.  
 java.lang.String name
          Deprecated.  
 java.lang.String port
          Deprecated.  
 java.util.Map<java.lang.String,RepositoryDescriptor> repositories
          Deprecated.  
 java.lang.Class repositoryConnector
          Deprecated.  
 java.lang.Class serviceConnector
          Deprecated.  
 java.util.Map<java.lang.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 java.lang.String name
Deprecated. 

host

public java.lang.String host
Deprecated. 

port

public java.lang.String port
Deprecated. 

jndiContextFactory

public java.lang.Class jndiContextFactory
Deprecated. 

serviceConnector

public java.lang.Class serviceConnector
Deprecated. 

repositoryConnector

public java.lang.Class repositoryConnector
Deprecated. 

jndiPrefix

public java.lang.String jndiPrefix
Deprecated. 

jndiSuffix

public java.lang.String jndiSuffix
Deprecated. 

services

public java.util.Map<java.lang.String,ServiceDescriptor> services
Deprecated. 

repositories

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

ServerDescriptor

public ServerDescriptor()
Deprecated. 

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.