47484950515253
"invoked after Eve provider has been shutdown"; public Control[] getConnectControls() throws NamingException { throw new LdapServiceUnavailableException( EXCEPTION_MSG, ResultCodeEnum.UNAVAILABLE ); }
53545556575859
} public Control[] getRequestControls() throws NamingException { throw new LdapServiceUnavailableException( EXCEPTION_MSG, ResultCodeEnum.UNAVAILABLE ); }
59606162636465
} public Control[] getResponseControls() throws NamingException { throw new LdapServiceUnavailableException( EXCEPTION_MSG, ResultCodeEnum.UNAVAILABLE ); }
65666768697071
} public void reconnect( Control[] connCtls ) throws NamingException { throw new LdapServiceUnavailableException( EXCEPTION_MSG, ResultCodeEnum.UNAVAILABLE ); }
71727374757677
} public void setRequestControls( Control[] requestControls ) throws NamingException { throw new LdapServiceUnavailableException( EXCEPTION_MSG, ResultCodeEnum.UNAVAILABLE ); }
77787980818283
} public ExtendedResponse extendedOperation( ExtendedRequest request ) throws NamingException { throw new LdapServiceUnavailableException( EXCEPTION_MSG, ResultCodeEnum.UNAVAILABLE ); }
83848586878889
} public LdapContext newInstance( Control[] requestControls ) throws NamingException { throw new LdapServiceUnavailableException( EXCEPTION_MSG, ResultCodeEnum.UNAVAILABLE ); }
89909192939495
} public Attributes getAttributes( String name ) throws NamingException { throw new LdapServiceUnavailableException( EXCEPTION_MSG, ResultCodeEnum.UNAVAILABLE ); }
9596979899100101
} public void modifyAttributes( String name, int mod_op, Attributes attrs ) throws NamingException { throw new LdapServiceUnavailableException( EXCEPTION_MSG, ResultCodeEnum.UNAVAILABLE ); }
101102103104105106107
} public Attributes getAttributes( Name name ) throws NamingException { throw new LdapServiceUnavailableException( EXCEPTION_MSG, ResultCodeEnum.UNAVAILABLE ); }