public class AllocatedWork extends Object
Constructor and Description |
---|
AllocatedWork(long duration) |
Modifier and Type | Method and Description |
---|---|
long |
getAllocatedTime() |
long |
getDuration() |
long |
getWaitTime() |
boolean |
isAllocated() |
void |
merge(AllocatedWork allocate) |
void |
setAllocatedTime(long allocatedTime) |
void |
setDuration(long duration) |
void |
setWaitTime(long waitTime) |
public long getAllocatedTime()
public void setAllocatedTime(long allocatedTime)
public long getWaitTime()
public void setWaitTime(long waitTime)
public long getDuration()
public void setDuration(long duration)
public boolean isAllocated()
public void merge(AllocatedWork allocate)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.