com.genesyslab.platform.logging.configuration
Class Buffering
java.lang.Object
com.genesyslab.platform.logging.configuration.Buffering
public class Buffering
- extends java.lang.Object
Constructor Summary |
Buffering()
|
Buffering(boolean enabled)
|
Buffering(boolean enabled,
boolean keepOnProtocolChange)
|
Buffering(boolean enabled,
boolean keepOnProtocolChange,
boolean keepOnReconfiguration,
boolean keepOnVerboseChange)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
None
public static final Buffering None
On
public static final Buffering On
Buffering
public Buffering()
Buffering
public Buffering(boolean enabled)
Buffering
public Buffering(boolean enabled,
boolean keepOnProtocolChange)
Buffering
public Buffering(boolean enabled,
boolean keepOnProtocolChange,
boolean keepOnReconfiguration,
boolean keepOnVerboseChange)
getEnabled
public boolean getEnabled()
- If set, buffering is enabled.
setEnabled
public void setEnabled(boolean enabled)
getKeepOnProtocolChange
public boolean getKeepOnProtocolChange()
- If set, the buffer is stored when the carrying protocol is replaced. This
flag is taken into consideration if and only if the
On
flag is
set.
setKeepOnProtocolChange
public void setKeepOnProtocolChange(boolean enabled)
getKeepOnReconfiguration
public boolean getKeepOnReconfiguration()
- If set, the buffer is stored when the reconfiguration occurs. This flag
is taken into consideration if and only if the
On
flag is set.
setKeepOnReconfiguration
public void setKeepOnReconfiguration(boolean enabled)
getKeepOnVerboseChange
public boolean getKeepOnVerboseChange()
- If set, the buffered messages will not be filtered due to Verbose level
when reconfiguration occurs. This flag is taken into consideration if and
only if the
On
and KeepOnReconfiguration
flags are set.
setKeepOnVerboseChange
public void setKeepOnVerboseChange(boolean enabled)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
copy
public Buffering copy()
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.