public class CommonExecuteInfoContainer extends Object
Constructor and Description |
---|
CommonExecuteInfoContainer() |
Modifier and Type | Method and Description |
---|---|
void |
addExecuteAfter(Event e) |
void |
addExecuteBefore(Event e) |
void |
addExecuteException(Event e,
Exception t) |
boolean |
contain(String eventId) |
Long |
getExceptionTimes() |
ExecuteTimeInfo |
getServiceExecuteTimeInfo(String serviceId) |
Long |
getSuccessTimes() |
Long |
getSucessTimes()
Deprecated.
|
Long |
getTotalTimes() |
void |
reset() |
public Long getTotalTimes()
@Deprecated public Long getSucessTimes()
public Long getSuccessTimes()
public Long getExceptionTimes()
public boolean contain(String eventId)
public void addExecuteBefore(Event e)
public void addExecuteAfter(Event e)
public void reset()
public ExecuteTimeInfo getServiceExecuteTimeInfo(String serviceId)
Copyright © 2006–2018 TinyGroup. All rights reserved.