org.ow2.petals.communication.jndi.agent
Interface JNDIAgentService

All Known Implementing Classes:
AbstractJNDIAgentServiceImpl, StandaloneJNDIAgentServiceImpl

public interface JNDIAgentService

The interface of the PEtALS JNDI agent.

Author:
rnaudin - eBMWebSourcing

Field Summary
static java.lang.String ENVIRONMENT_LOCAL_CONNECTION
           
static java.lang.String JNDI_PETALS_FACTORY
           
 
Method Summary
 java.lang.Object processRequest(RegistryRequest request)
          Process the given JNDI request.
 

Field Detail

JNDI_PETALS_FACTORY

static final java.lang.String JNDI_PETALS_FACTORY
See Also:
Constant Field Values

ENVIRONMENT_LOCAL_CONNECTION

static final java.lang.String ENVIRONMENT_LOCAL_CONNECTION
See Also:
Constant Field Values
Method Detail

processRequest

java.lang.Object processRequest(RegistryRequest request)
                                throws javax.naming.NamingException
Process the given JNDI request.

Parameters:
request - the request
Returns:
The response
Throws:
javax.naming.NamingException


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