public class GracefulDisconnect extends GracefulAction
GracefulDisconnect ::= SEQUENCE
{
timeOffline INTEGER (0..720) DEFAULT 0,
delay [0] INTEGER (0..86400) DEFAULT 0,
replicatedContexts Referral OPTIONAL
}
delay, NOW, timeOffline, UNDETERMINEDparent| Constructor and Description |
|---|
GracefulDisconnect()
Default constructor.
|
GracefulDisconnect(int timeOffline,
int delay)
Create a GracefulDisconnect object, with a timeOffline and a delay
|
| Modifier and Type | Method and Description |
|---|---|
void |
addReplicatedContexts(LdapURL replicatedContext)
Add a new URL of a replicated server
|
int |
computeLength()
Compute the GracefulDisconnect length
0x30 L1
|
+--> [ 0x02 0x0(1-4) [0..720] ]
+--> [ 0x80 0x0(1-3) [0..86400] ]
+--> [ 0x30 L2
|
+--> (0x04 L3 value) + ]
|
ByteBuffer |
encode()
Encodes the gracefulDisconnect extended operation.
|
List<LdapURL> |
getReplicatedContexts()
Get the list of replicated servers
|
String |
toString()
Return a string representation of the graceful disconnect
|
getDelay, getTimeOffline, setDelay, setTimeOfflineaddLength, encode, getCurrentLength, getExpectedLength, getParent, getTlvId, setCurrentLength, setExpectedLength, setParentpublic GracefulDisconnect(int timeOffline,
int delay)
timeOffline - The time the server will be offlinedelay - The delay before the disconnectionpublic GracefulDisconnect()
public List<LdapURL> getReplicatedContexts()
public void addReplicatedContexts(LdapURL replicatedContext)
replicatedContext - The replictaed server to add.public int computeLength()
computeLength in interface Asn1ObjectcomputeLength in class AbstractAsn1Objectpublic ByteBuffer encode() throws EncoderException
EncoderException - If anything goes wrong.Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.