|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.shared.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownFactory
public class GracefulShutdownFactory
An ExtendedRequestFactory for creating cancel extended request response
pairs.
| Constructor Summary | |
|---|---|
GracefulShutdownFactory(LdapApiService codec)
|
|
| Method Summary | |
|---|---|
ExtendedRequestDecorator<GracefulShutdownRequest,GracefulShutdownResponse> |
decorate(ExtendedRequest<?> modelRequest)
|
ExtendedResponseDecorator<GracefulShutdownResponse> |
decorate(ExtendedResponse decoratedMessage)
|
String |
getOid()
|
GracefulShutdownRequest |
newRequest()
|
GracefulShutdownRequest |
newRequest(byte[] value)
|
GracefulShutdownResponse |
newResponse(byte[] encodedValue)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GracefulShutdownFactory(LdapApiService codec)
| Method Detail |
|---|
public String getOid()
getOid in interface ExtendedRequestFactory<GracefulShutdownRequest,GracefulShutdownResponse>public GracefulShutdownRequest newRequest()
newRequest in interface ExtendedRequestFactory<GracefulShutdownRequest,GracefulShutdownResponse>
public GracefulShutdownResponse newResponse(byte[] encodedValue)
throws DecoderException
newResponse in interface ExtendedRequestFactory<GracefulShutdownRequest,GracefulShutdownResponse>DecoderExceptionpublic GracefulShutdownRequest newRequest(byte[] value)
newRequest in interface ExtendedRequestFactory<GracefulShutdownRequest,GracefulShutdownResponse>public ExtendedRequestDecorator<GracefulShutdownRequest,GracefulShutdownResponse> decorate(ExtendedRequest<?> modelRequest)
decorate in interface ExtendedRequestFactory<GracefulShutdownRequest,GracefulShutdownResponse>public ExtendedResponseDecorator<GracefulShutdownResponse> decorate(ExtendedResponse decoratedMessage)
decorate in interface ExtendedRequestFactory<GracefulShutdownRequest,GracefulShutdownResponse>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||