org.apache.tomee.loader.service.helper
Interface JndiHelper

All Known Implementing Classes:
JndiHelperImpl

public interface JndiHelper


Method Summary
 Context getContext(String user, String password)
           
 Map<String,Object> getJndi()
           
 List<Method> getJndiMethods(String path)
           
 Object invokeJndiMethod(Context context, String path, String methodName, TypeAndValueEntry... params)
           
 

Method Detail

getJndi

Map<String,Object> getJndi()

getJndiMethods

List<Method> getJndiMethods(String path)

getContext

Context getContext(String user,
                   String password)

invokeJndiMethod

Object invokeJndiMethod(Context context,
                        String path,
                        String methodName,
                        TypeAndValueEntry... params)


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.