public class QueueEntity extends Object
| Constructor and Description |
|---|
QueueEntity(Object anEntity,
boolean hasTimedOut)
Initialize the instance with the Entity (CAS) and the timeout.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getEntity()
Gets the entity.
|
boolean |
isTimedOut()
Checks if is timed out.
|
public QueueEntity(Object anEntity, boolean hasTimedOut)
anEntity - the an entityhasTimedOut - the has timed outpublic Object getEntity()
public boolean isTimedOut()
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.