Method Summary |
|
public synchronized void | addTotalExchangeTimeToClose(long timeToClose) Add the time to close a Message Exchange to the running total used to
compute the average. |
public synchronized void | decrementActiveExchanges() Decrement the current number of active message exchanges. |
public Long | getAcceptExchanges() Get the total number of Message Exchange accept operations since the last message
service startup. |
public Long | getAcceptTimeoutExchanges() Get the total number of Message Exchange accept timeout operations since the last message
service startup. |
public Double | getActiveExchangeRate() Get the current active message exchange rate per hour. |
public Integer | getActiveExchanges() Get the current number of active message exchanges. |
public Long | getExchangeMeanTimeToClose() Get the average time from the creation to the closing of a Message
Exchange. |
public Float | getExchangeSuccessRate() Get the success rate for Message Exchanges, as a percentage. |
public Long | getFailedExchanges() Get the total number of failed Message Exchanges since the last message
service startup. |
public Long | getFaultedExchanges() Get the total number of faulted Message Exchanges since the last message
service startup. |
public Long | getInOnlyExchanges() Get the total number of InOnly Message Exchanges created since the
last message service startup. |
public Long | getInOptionalOutExchanges() Get the total number of InOptionalOut Message Exchanges created since the
last message service startup. |
public Long | getInOutExchanges() Get the total number of InOut Message Exchanges created since the
last message service startup. |
public Date | getLastRestartTime() Get the time of the last restart of the associated entity. |
public Long | getRobustInOnlyExchanges() Get the total number of RobustInOnly Message Exchanges created since the
last message service startup. |
public Long | getSendExchanges() Get the total number of Message Exchange send operations since the last message
service startup. |
public Long | getSendSyncExchanges() Get the total number of Message Exchange sendSync operations since the last message
service startup. |
public long | getTotalExchangeTimeToClose() Get the total time from the creation to the closing of all Message
Exchanges. |
public Long | getTotalExchanges() Get the total number of Message Exchanges of all types created since the
last message service startup. |
public Long | getTransactedExchanges() Get the total number of transacted Message Exchanges since the last
message service startup. |
public synchronized void | incrementAcceptTimeouts() Increment the total number of Message Exchange accept timeout operations since the last
message service startup. |
public synchronized void | incrementAccepts() Increment the total number of Message Exchange accept operations since the last
message service startup. |
public synchronized void | incrementActiveExchanges() Increment the current number of active message exchanges. |
public synchronized void | incrementFailedExchanges() Increment the total number of failed Message Exchanges since the last
message service startup. |
public synchronized void | incrementFaults() Increment the total number of faulted Message Exchanges since the last
message service startup. |
public synchronized void | incrementInOnlyExchanges() Increment the total number of InOnly Message Exchanges created since the
last message service startup. |
public synchronized void | incrementInOptionalOutExchanges() Increment the total number of InOptionalOut Message Exchanges created
since the last message service startup. |
public synchronized void | incrementInOutExchanges() Increment the total number of InOut Message Exchanges created since the
last message service startup. |
public synchronized void | incrementRobustInOnlyExchanges() Increment the total number of RobustInOnly Message Exchanges created
since the last message service startup. |
public synchronized void | incrementSendSyncs() Increment the total number of Message Exchange sendSync operations since the last
message service startup. |
public synchronized void | incrementSends() Increment the total number of Message Exchange send operations since the last
message service startup. |
public synchronized void | incrementTransactedExchanges() Increment the total number of transacted Message Exchanges since the last
message service startup. |
public synchronized void | resetStatistics() Reset all statistics. |
public synchronized void | setLastRestartTime(Date restartTime) |
public CompositeData | toCompositeData() Convert this instance to a CompositeData type. |