public final class SessionQueue extends Object
| Constructor and Description |
|---|
SessionQueue() |
| Modifier and Type | Method and Description |
|---|---|
void |
remove(Session session) |
void |
requeue(Session session,
boolean addIfNotExists) |
void |
shutdown() |
Session |
take() |
public Session take() throws InterruptedException
InterruptedExceptionpublic void remove(Session session)
public void requeue(Session session, boolean addIfNotExists)
public void shutdown()
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.