org.apache.openejb.util
Class JndiTreeBrowser

java.lang.Object
  extended by org.apache.openejb.util.JndiTreeBrowser

public class JndiTreeBrowser
extends Object


Method Summary
static void log(Context ctx)
           
static void log(Context ctx, String foo)
           
static void runOnJndiTree(Context ctx, org.apache.openejb.util.JndiTreeBrowser.JndiNodeWorker worker)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

runOnJndiTree

public static void runOnJndiTree(Context ctx,
                                 org.apache.openejb.util.JndiTreeBrowser.JndiNodeWorker worker)
                          throws NamingException
Throws:
NamingException

log

public static void log(Context ctx)
                throws NamingException
Throws:
NamingException

log

public static void log(Context ctx,
                       String foo)
                throws NamingException
Throws:
NamingException


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