org.apache.avalon.excalibur.naming
Interface NamingProvider

All Known Subinterfaces:
RMINamingProvider
All Known Implementing Classes:
RMINamingProviderImpl

Deprecated. Toolkit deprecated and replaced by http://spice.sourceforge.net/jndikit/

public interface NamingProvider

The underlying communication interface for remote contexts.

Version:
$Revision: 1.1 $
Author:
Peter Donald

Method Summary
 void bind(Name name, String className, Object object)
          Deprecated.  
 Context createSubcontext(Name name)
          Deprecated.  
 void destroySubcontext(Name name)
          Deprecated.  
 NameParser getNameParser()
          Deprecated.  
 NameClassPair[] list(Name name)
          Deprecated.  
 Binding[] listBindings(Name name)
          Deprecated.  
 Object lookup(Name name)
          Deprecated.  
 void rebind(Name name, String className, Object object)
          Deprecated.  
 void unbind(Name name)
          Deprecated.  
 

Method Detail

getNameParser

public NameParser getNameParser()
                         throws NamingException,
                                Exception
Deprecated. 
NamingException
Exception

bind

public void bind(Name name,
                 String className,
                 Object object)
          throws NamingException,
                 Exception
Deprecated. 
NamingException
Exception

rebind

public void rebind(Name name,
                   String className,
                   Object object)
            throws NamingException,
                   Exception
Deprecated. 
NamingException
Exception

createSubcontext

public Context createSubcontext(Name name)
                         throws NamingException,
                                Exception
Deprecated. 
NamingException
Exception

destroySubcontext

public void destroySubcontext(Name name)
                       throws NamingException,
                              Exception
Deprecated. 
NamingException
Exception

list

public NameClassPair[] list(Name name)
                     throws NamingException,
                            Exception
Deprecated. 
NamingException
Exception

listBindings

public Binding[] listBindings(Name name)
                       throws NamingException,
                              Exception
Deprecated. 
NamingException
Exception

lookup

public Object lookup(Name name)
              throws NamingException,
                     Exception
Deprecated. 
NamingException
Exception

unbind

public void unbind(Name name)
            throws NamingException,
                   Exception
Deprecated. 
NamingException
Exception


Copyright © 2000-2003 Apache Jakarta Project. All Rights Reserved.