public class InvocationInstance extends Object
| Constructor and Description |
|---|
InvocationInstance(UUID messageId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCalledClass() |
Method |
getCalledMethod() |
String |
getCalledMethodName() |
long |
getDuration() |
long |
getEndNano() |
UUID |
getMessageId() |
long |
getStartNano() |
void |
setCalledMethod(Method calledMethod) |
void |
start()
start timer
|
void |
stop()
stop timer
|
String |
toString() |
public InvocationInstance(UUID messageId)
messageId - the message idpublic void start()
public void stop()
public long getStartNano()
public long getEndNano()
public Method getCalledMethod()
public void setCalledMethod(Method calledMethod)
calledMethod - the calledMethod to setpublic long getDuration()
public UUID getMessageId()
public String getCalledClass()
public String getCalledMethodName()
Copyright © 2013-2014 Taimos GmbH. All Rights Reserved.