Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.api
Class DefaultJndiContextFactory

java.lang.Object
  extended by org.nuxeo.ecm.platform.api.DefaultJndiContextFactory
All Implemented Interfaces:
JndiContextFactory

Deprecated. use the new service API: ServiceManagement

@Deprecated
public class DefaultJndiContextFactory
extends Object
implements JndiContextFactory

Author:
Bogdan Stefanescu

Constructor Summary
DefaultJndiContextFactory()
          Deprecated.  
 
Method Summary
 InitialContext createJndiContext(String host, String port)
          Deprecated. Creates the JNDI initial context.
static DefaultJndiContextFactory getInstance()
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultJndiContextFactory

public DefaultJndiContextFactory()
Deprecated. 
Method Detail

getInstance

public static DefaultJndiContextFactory getInstance()
Deprecated. 

createJndiContext

public InitialContext createJndiContext(String host,
                                        String port)
                                 throws NamingException
Deprecated. 
Description copied from interface: JndiContextFactory
Creates the JNDI initial context.

Specified by:
createJndiContext in interface JndiContextFactory
Throws:
NamingException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.