public class LogoutResult
extends java.lang.Object
Constructor and Description |
---|
LogoutResult(java.util.concurrent.atomic.AtomicBoolean logoutLatchComplete,
java.util.concurrent.CountDownLatch closedLatch) |
Modifier and Type | Method and Description |
---|---|
boolean |
await(int time,
java.util.concurrent.TimeUnit unit) |
boolean |
awaitClosedLatchOnly(int time,
java.util.concurrent.TimeUnit unit) |
boolean |
closedLatchComplete() |
boolean |
logoutLatchComplete() |
public LogoutResult(java.util.concurrent.atomic.AtomicBoolean logoutLatchComplete, java.util.concurrent.CountDownLatch closedLatch)
public boolean logoutLatchComplete()
public boolean closedLatchComplete()
public boolean await(int time, java.util.concurrent.TimeUnit unit) throws java.lang.InterruptedException
java.lang.InterruptedException
public boolean awaitClosedLatchOnly(int time, java.util.concurrent.TimeUnit unit) throws java.lang.InterruptedException
java.lang.InterruptedException
Copyright © 2019. All Rights Reserved.