Searched refs:doUnbind (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapSchemaCtx.java145 final protected void doUnbind(Name name) throws NamingException { method in class:LdapSchemaCtx
158 super.doUnbind(name);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/naming/cosnaming/
H A DNamingContextImpl.java78 * by doResolve(), unbind() by doUnbind(). list(), new_context() and
379 * @see doUnbind
386 // doUnbind actually unbinds
388 doUnbind(impl,n);
762 public static void doUnbind(NamingContextDataStore impl, method in class:NamingContextImpl
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/daemon/
H A DCommunicatorServer.java861 doUnbind() ;
899 // If doBind() throws an exception, doUnbind() is not to be called
911 * called but <CODE>doUnbind()</CODE> is called then <CODE>run()</CODE>
920 * If it throws an exception, <CODE>doUnbind()</CODE> is called and
927 * <CODE>doUnbind()</CODE> is called whenever the connector goes
931 protected abstract void doUnbind() method in class:CommunicatorServer
H A DSnmpAdaptorServer.java1268 protected void doUnbind() method in class:SnmpAdaptorServer
1272 "doUnbind","Finally close the socket");
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/naming/pcosnaming/
H A DNamingContextImpl.java64 * by doResolve(), unbind() by doUnbind(). list(), new_context() and
377 * @see doUnbind
386 // doUnbind actually unbinds
388 doUnbind(impl,n);
714 public static void doUnbind(NamingContextDataStore impl, method in class:NamingContextImpl
981 * The doUnbind( ) method from superclass calls Unbind() to recursively
/openjdk7/jdk/src/share/classes/com/sun/jndi/toolkit/dir/
H A DHierMemDirCtx.java274 ctx.doUnbind(getLeafName(name));
278 protected void doUnbind(Name name) throws NamingException { method in class:HierMemDirCtx

Completed in 238 milliseconds