KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > naming > OperationNotSupportedException > Top Examples

  • org.apache.jetspeed.om.security.ldap.BaseLDAPObject
    The Base LDAP Object extending DirContext. @author <a HREF="mailto:ender@kilicoglu.nom.tr">Ender Kilicoglu</a> @author <a HREF="mailto:taylor@apache.org">David Sean Taylor</a> @author <a HREF="mailto:sami.leino@netorek.fi">Sami Leino</a> @version $Id: BaseLDAP ...
  • org.apache.geronimo.interop.rmi.iiop.client.ClientNamingContext
  • gcc.rmi.iiop.client.ClientNamingContext
  • org.jboss.jms.p2p.naming.ContextImpl
    Simple {@link Context} implementation to enable using Pure P2P JMS/JBoss in a vendor neutral way. This uses {@link DistributedTree} to create a single namespace shared by all Pure P2P JMS JBoss clients defined in the same group. This is a minimal implementation only built to support the very bas ...
  • org.apache.naming.resources.WARDirContext
    WAR Directory Context implementation. @author Remy Maucherat @version $Revision: 1.7 $ $Date: 2004/09/16 23:19:54 $
  • org.jboss.test.security.ejb.project.support.HeirMemoryMap
    A simple in memory implementation of DirContext that uses a HashMap as the
  • org.apache.naming.core.BaseNaming
    Based on a merge of various catalina naming contexts Name is used - it provide better oportunities for reuse and optimizations This is the base class for our naming operations, for easy reading. <p>Creating a new context: <ul> <li>Create a new class, extending BaseContext or Bas ...
  • fr.dyade.aaa.jndi2.scn.scnURLContext
    Context implementation for the "scn:comp" namespace. Package must be named .../scn (See Initial Context) Most operations consist of retrieving the actual CompNamingContext and sending it the operation for processing.
  • org.apache.naming.core.BaseContext
    Based on a merge of various catalina naming contexts Name is used - it provide better oportunities for reuse and optimizations Base Context implementation. Use it if the source doesn't support attributes. Implements all JNDI methods with reasonable defaults or UnsuportedOperation. IMPORTANT: all ...
  • org.jnp.interfaces.NamingContext
    This class provides the jnp provider Context implementation. It is a Context interface wrapper for a RMI Naming instance that is obtained from either the local server instance or by locating the server given by the Context.PROVIDER_URL value. This class also serves as the jnp url resolution conte ...
  • org.apache.naming.NamingContext
    Catalina JNDI Context implementation. @author Remy Maucherat @version $Revision: 1.6 $ $Date: 2004/08/29 16:46:15 $
  • com.caucho.naming.ContextImpl
    Resin's implementation of the JNDI <code>Context</code>. The actual storage of the persistent data is in the <code>AbstractModel</code>. <p>The <code>ContextImpl</code> is just a Visitor around the <code>AbstractModel</code> which also encaps ...
Popular Tags