public class ThreadStateInfoBean extends Object implements net.anotheria.util.sorter.IComparable<ThreadStateInfoBean>
| Constructor and Description |
|---|
ThreadStateInfoBean(String aState)
Creates a new ThreadStateInfoBean.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(net.anotheria.util.sorter.IComparable anotherObject,
int method) |
int |
getCount() |
String |
getState() |
void |
increaseCount()
Increases the count for this state by one.
|
public ThreadStateInfoBean(String aState)
aState - name of the associated state.public void increaseCount()
public int getCount()
public int compareTo(net.anotheria.util.sorter.IComparable anotherObject,
int method)
compareTo in interface net.anotheria.util.sorter.IComparable<ThreadStateInfoBean>public String getState()
Copyright © 2010-2015 anotheria.net. All Rights Reserved.