ch.qos.logback.core.util
Class InvocationGate
java.lang.Object
ch.qos.logback.core.util.InvocationGate
public class InvocationGate
- extends Object
This class serves as a gateway for invocations of a "costly" operation on a critical execution path.
- Author:
- Ceki Gülcü
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InvocationGate
public InvocationGate()
skipFurtherWork
public boolean skipFurtherWork()
updateMaskIfNecessary
public void updateMaskIfNecessary(long now)
Copyright © 2005-2013 QOS.ch. All Rights Reserved.