Platform SDK Java 8.5 API Reference

com.genesyslab.platform.logging.configuration
Class Buffering

java.lang.Object
  extended by com.genesyslab.platform.logging.configuration.Buffering

public class Buffering
extends java.lang.Object


Field Summary
static Buffering None
           
static Buffering On
           
 
Constructor Summary
Buffering()
           
Buffering(boolean enabled)
           
Buffering(boolean enabled, boolean keepOnProtocolChange)
           
Buffering(boolean enabled, boolean keepOnProtocolChange, boolean keepOnReconfiguration, boolean keepOnVerboseChange)
           
 
Method Summary
 Buffering copy()
           
 boolean equals(java.lang.Object obj)
           
 boolean getEnabled()
          If set, buffering is enabled.
 boolean getKeepOnProtocolChange()
          If set, the buffer is stored when the carrying protocol is replaced.
 boolean getKeepOnReconfiguration()
          If set, the buffer is stored when the reconfiguration occurs.
 boolean getKeepOnVerboseChange()
          If set, the buffered messages will not be filtered due to Verbose level when reconfiguration occurs.
 int hashCode()
           
 void setEnabled(boolean enabled)
           
 void setKeepOnProtocolChange(boolean enabled)
           
 void setKeepOnReconfiguration(boolean enabled)
           
 void setKeepOnVerboseChange(boolean enabled)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

None

public static final Buffering None

On

public static final Buffering On
Constructor Detail

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)
Method Detail

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()

Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.