public class ProcessThreadInfo extends Object
Constructor and Description |
---|
ProcessThreadInfo()
Create a new info.
|
ProcessThreadInfo(String id,
String activity,
String pool,
String lane)
Create a new history info.
|
ProcessThreadInfo(String id,
String activity,
String pool,
String lane,
String exception,
boolean waiting,
String data)
Create a new process info.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Test if two objects are equal.
|
String |
getActivity()
Get the activity.
|
String |
getData()
Get the data.
|
void |
getData(String data)
Set the data.
|
String |
getException()
Get the exception.
|
String |
getLane()
Get the lane.
|
String |
getPool()
Get the pool.
|
String |
getThreadId()
Get the thread id.
|
int |
hashCode()
Get the hashcode
|
boolean |
isWaiting()
Get the waiting flag.
|
void |
setActivity(String activity)
Set the activity.
|
void |
setException(String exception)
Set the exception.
|
void |
setLane(String lane)
Set the lane.
|
void |
setPool(String pool)
Set the pool.
|
void |
setThreadId(String id)
Set the thread id.
|
void |
setWaiting(boolean waiting)
Set the waiting flag.
|
String |
toString()
Get the string representation.
|
public ProcessThreadInfo()
public ProcessThreadInfo(String id, String activity, String pool, String lane)
public String getThreadId()
public void setThreadId(String id)
id
- The thread id.public String getActivity()
public void setActivity(String activity)
activity
- The activity.public String getPool()
public void setPool(String pool)
pool
- The pool.public String getLane()
public void setLane(String lane)
lane
- The lane.public String getException()
public void setException(String exception)
exception
- The exception.public boolean isWaiting()
public void setWaiting(boolean waiting)
waiting
- The waiting flag.public String getData()
public void getData(String data)
data
- The data.public String toString()
public boolean equals(Object obj)
Copyright © 2012. All Rights Reserved.