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