NamingException
Multithreaded access to an instance is only safe when client code locks the object first.
443444445446447448449
public void addNamingListener( String s, String s1, SearchControls searchControls, NamingListener namingListener ) throws NamingException { throw new ServiceUnavailableException( EXCEPTION_MSG ); }
450451452453454455456
public void addNamingListener( Name name, String s, Object[] objects, SearchControls searchControls, NamingListener namingListener ) throws NamingException { throw new ServiceUnavailableException( EXCEPTION_MSG ); }
457458459460461462463
public void addNamingListener( String s, String s1, Object[] objects, SearchControls searchControls, NamingListener namingListener ) throws NamingException { throw new ServiceUnavailableException( EXCEPTION_MSG ); }
463464465466467468469
} public void addNamingListener( Name name, int i, NamingListener namingListener ) throws NamingException { throw new ServiceUnavailableException( EXCEPTION_MSG ); }
469470471472473474475
} public void addNamingListener( String s, int i, NamingListener namingListener ) throws NamingException { throw new ServiceUnavailableException( EXCEPTION_MSG ); }
475476477478479480481
} public void removeNamingListener( NamingListener namingListener ) throws NamingException { throw new ServiceUnavailableException( EXCEPTION_MSG ); }
481482483484485486487
} public boolean targetMustExist() throws NamingException { throw new ServiceUnavailableException( EXCEPTION_MSG ); }
60616263646566
+ "invoked after directory service core provider has been shutdown"; public Control[] getConnectControls() throws NamingException { throw new ServiceUnavailableException( EXCEPTION_MSG ); }
66676869707172
} public Control[] getRequestControls() throws NamingException { throw new ServiceUnavailableException( EXCEPTION_MSG ); }
72737475767778
} public Control[] getResponseControls() throws NamingException { throw new ServiceUnavailableException( EXCEPTION_MSG ); }