org.ow2.petals.communication.jndi.client.naming
Interface NamingConnection

All Known Implementing Classes:
JNDIConnection, JNDILocalConnection

public interface NamingConnection

An interface to interact with JNDI server. The implementation must be able to send a registry request to the JNDI server.

Author:
Christophe HAMERLING - eBMWebSourcing

Method Summary
 java.lang.Object send(RegistryRequest request)
          Send a request to the registry.
 

Method Detail

send

java.lang.Object send(RegistryRequest request)
                      throws javax.naming.NamingException
Send a request to the registry.

Parameters:
request -
Returns:
Throws:
javax.naming.NamingException


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.