Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.api
Interface JndiContextFactory

All Known Implementing Classes:
DefaultJndiContextFactory

Deprecated. use new service API ServiceManagement

@Deprecated
public interface JndiContextFactory

Author:
Bogdan Stefanescu

Method Summary
 javax.naming.InitialContext createJndiContext(java.lang.String host, java.lang.String port)
          Deprecated. Creates the JNDI initial context.
 

Method Detail

createJndiContext

javax.naming.InitialContext createJndiContext(java.lang.String host,
                                              java.lang.String port)
                                              throws javax.naming.NamingException
Deprecated. 
Creates the JNDI initial context.

Throws:
javax.naming.NamingException

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.