scs.instrumentation.app
Class CallData
java.lang.Object
scs.instrumentation.app.CallData
public class CallData
- extends java.lang.Object
Classe que contem as informacoes de contexto de uma chamada de metodo
Usada pelo interceptor para salvar as informacoes em receive_request
e depois pegar novamente em send_reply
Constructor Summary |
CallData(system.SystemInformation.CPUUsageSnapshot start,
java.lang.String interfaceName)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CallData
public CallData(system.SystemInformation.CPUUsageSnapshot start,
java.lang.String interfaceName)
getStart
public system.SystemInformation.CPUUsageSnapshot getStart()
setStart
public void setStart(system.SystemInformation.CPUUsageSnapshot start)
getInterfaceName
public java.lang.String getInterfaceName()
setInterfaceName
public void setInterfaceName(java.lang.String interfaceName)