Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.api
Class Server

java.lang.Object
  extended by org.nuxeo.ecm.platform.api.Server

Deprecated. use new service API ServiceManagement

@Deprecated
public class Server
extends java.lang.Object

Author:
Bogdan Stefanescu

Constructor Summary
Server(Platform platform, ServerDescriptor descriptor)
          Deprecated.  
 
Method Summary
 javax.naming.InitialContext getJndiContext()
          Deprecated.  
 java.lang.String getName()
          Deprecated.  
 RepositoryDescriptor getRepositoryDescriptor(java.lang.String className)
          Deprecated.  
 java.lang.Object getService(ServiceDescriptor sd)
          Deprecated.  
 ServiceDescriptor getServiceDescriptor(java.lang.String className)
          Deprecated.  
 java.lang.Object lookup(java.lang.String jndiName)
          Deprecated.  
 CoreSession openRepository(RepositoryDescriptor rd, java.util.Map<java.lang.String,java.io.Serializable> ctx)
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Server

public Server(Platform platform,
              ServerDescriptor descriptor)
       throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception
Method Detail

getName

public java.lang.String getName()
Deprecated. 

getServiceDescriptor

public ServiceDescriptor getServiceDescriptor(java.lang.String className)
Deprecated. 

getRepositoryDescriptor

public RepositoryDescriptor getRepositoryDescriptor(java.lang.String className)
Deprecated. 

getJndiContext

public final javax.naming.InitialContext getJndiContext()
Deprecated. 

lookup

public java.lang.Object lookup(java.lang.String jndiName)
                        throws javax.naming.NamingException
Deprecated. 
Throws:
javax.naming.NamingException

getService

public java.lang.Object getService(ServiceDescriptor sd)
                            throws javax.naming.NamingException
Deprecated. 
Throws:
javax.naming.NamingException

openRepository

public CoreSession openRepository(RepositoryDescriptor rd,
                                  java.util.Map<java.lang.String,java.io.Serializable> ctx)
                           throws javax.naming.NamingException,
                                  ClientException
Deprecated. 
Throws:
javax.naming.NamingException
ClientException

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.