|
|||||||||
| 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,
Message f_message,
java.lang.String f_status,
java.lang.String objectName)
Constructor |
|
| Method Summary | |
|---|---|
long |
getBytesProcessed()
Processed bytes getter. |
int |
getProcCount()
Process counter getter. |
long |
getProcTime()
Action processing Time getter. |
long |
getServiceTime()
Service 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,
Message f_message,
java.lang.String f_status,
java.lang.String objectName)
procTime - processing timef_procCount - counter that identifies the action processor in the ConfigTreef_status - status stringobjectName - object name of the ServiceMessageCounter| Method Detail |
|---|
public long getBytesProcessed()
public int getProcCount()
public java.lang.String getStatus()
public long getProcTime()
public long getServiceTime()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||