Nuxeo ECM Projects 5.4.3-SNAPSHOT

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 Object

Author:
Bogdan Stefanescu

Constructor Summary
Server(Platform platform, ServerDescriptor descriptor)
          Deprecated.  
 
Method Summary
 InitialContext getJndiContext()
          Deprecated.  
 String getName()
          Deprecated.  
 RepositoryDescriptor getRepositoryDescriptor(String className)
          Deprecated.  
 Object getService(ServiceDescriptor sd)
          Deprecated.  
 ServiceDescriptor getServiceDescriptor(String className)
          Deprecated.  
 Object lookup(String jndiName)
          Deprecated.  
 CoreSession openRepository(RepositoryDescriptor rd, Map<String,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 Exception
Deprecated. 
Throws:
Exception
Method Detail

getName

public String getName()
Deprecated. 

getServiceDescriptor

public ServiceDescriptor getServiceDescriptor(String className)
Deprecated. 

getRepositoryDescriptor

public RepositoryDescriptor getRepositoryDescriptor(String className)
Deprecated. 

getJndiContext

public final InitialContext getJndiContext()
Deprecated. 

lookup

public Object lookup(String jndiName)
              throws NamingException
Deprecated. 
Throws:
NamingException

getService

public Object getService(ServiceDescriptor sd)
                  throws NamingException
Deprecated. 
Throws:
NamingException

openRepository

public CoreSession openRepository(RepositoryDescriptor rd,
                                  Map<String,Serializable> ctx)
                           throws NamingException,
                                  ClientException
Deprecated. 
Throws:
NamingException
ClientException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.