public class Call extends ParentNode
TraceNode.Status
Constructor and Description |
---|
Call() |
Modifier and Type | Method and Description |
---|---|
String |
getComponent()
This method returns the name of the component
(or service) that is being called.
|
String |
getFault()
This method returns the name of the optional fault
that is being returned.
|
String |
getInterface()
This method returns the interface
that is being called.
|
String |
getOperation()
This method returns the name of the operation
that is being called.
|
String |
getPrincipal()
This method returns the principal.
|
String |
getRequest()
This method returns the request content.
|
long |
getRequestLatency()
This method returns the request latency.
|
String |
getResponse()
This method returns the response content.
|
long |
getResponseLatency()
This method returns the response latency.
|
void |
setComponent(String component)
This method sets the name of the component
(or service) that is being called.
|
void |
setFault(String fault)
This method sets the name of the optional fault
that is being returned.
|
void |
setInterface(String intf)
This method sets the interface
that is being called.
|
void |
setOperation(String operation)
This method sets the name of the operation
that is being called.
|
void |
setPrincipal(String principal)
This method sets the principal.
|
void |
setRequest(String request)
This method sets the request content.
|
void |
setRequestLatency(long request)
This method sets the request latency.
|
void |
setResponse(String response)
This method sets the response content.
|
void |
setResponseLatency(long response)
This method sets the response latency.
|
getTasks, setTasks
getDuration, getPercentage, getProperties, getStatus, setDuration, setPercentage, setProperties, setStatus
public String getInterface()
public void setInterface(String intf)
intf
- The interfacepublic String getOperation()
public void setOperation(String operation)
operation
- The operationpublic String getFault()
public void setFault(String fault)
fault
- The faultpublic String getComponent()
public void setComponent(String component)
component
- The componentpublic String getRequest()
public void setRequest(String request)
request
- The requestpublic String getResponse()
public void setResponse(String response)
response
- The responsepublic String getPrincipal()
public void setPrincipal(String principal)
principal
- The principalpublic long getRequestLatency()
public void setRequestLatency(long request)
request
- The request latencypublic long getResponseLatency()
public void setResponseLatency(long response)
response
- The response latencyCopyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.