org.apache.geronimo.naming.geronimo
Class GeronimoContextManager

java.lang.Object
  extended byorg.apache.geronimo.naming.geronimo.GeronimoContextManager

public class GeronimoContextManager
extends Object

Version:
$Revision: 1.3 $ $Date: 2004/03/10 09:59:08 $

Method Summary
static void bind(String name, Object value)
           
static void unbind(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

bind

public static void bind(String name,
                        Object value)
                 throws NamingException
Throws:
NamingException

unbind

public static void unbind(String name)
                   throws NamingException
Throws:
NamingException


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.