|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.soa.esb.listeners.message.ActionStatusBean
public class ActionStatusBean
ActionStatusBean is a bean which wraps the information necessary to update the ServiceMessageCounter MBean.
| Field Summary | |
|---|---|
static java.lang.String |
ACTION_FAILED
|
static java.lang.String |
ACTION_SENT
|
| Constructor Summary | |
|---|---|
ActionStatusBean(long procTime,
int f_procCount,
java.lang.String f_status)
Constructor |
|
| Method Summary | |
|---|---|
int |
getProcCount()
Process counter getter. |
long |
getProcTime()
Processing Time getter. |
java.lang.String |
getStatus()
Status getter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String ACTION_SENT
public static final java.lang.String ACTION_FAILED
| Constructor Detail |
|---|
public ActionStatusBean(long procTime,
int f_procCount,
java.lang.String f_status)
procTime - processing timef_procCount - counter that identifies the action processor in the ConfigTreef_status - status string| Method Detail |
|---|
public int getProcCount()
public java.lang.String getStatus()
public long getProcTime()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||