public class InvocationDefinition extends Object implements Externalizable
Constructor and Description |
---|
InvocationDefinition()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getFault()
This method gets the optional fault.
|
List<InvocationMetric> |
getHistory()
This method returns the historic list of invocation
metrics merged into the current invocation definition.
|
String |
getInterface()
This method gets the interface.
|
InvocationMetric |
getMetrics()
This method returns the metrics for the invocation
definition.
|
String |
getOperation()
This method gets the operation.
|
String |
getServiceType()
This method gets the optional service type.
|
void |
merge(InvocationDefinition id)
This method merges the supplied invocation
definition.
|
void |
readExternal(ObjectInput in) |
void |
setFault(String fault)
This method sets the optional fault.
|
void |
setInterface(String intf)
This method sets the interface.
|
protected void |
setMetrics(InvocationMetric im)
This method sets the invocation metric information.
|
void |
setOperation(String operation)
This method sets the operation.
|
void |
setServiceType(String stype)
This method sets the optional service type.
|
protected InvocationDefinition |
shallowCopy()
This method creates a shallow copy.
|
void |
writeExternal(ObjectOutput out) |
protected InvocationDefinition shallowCopy()
public void setInterface(String intf)
intf
- The interfacepublic String getInterface()
public void setServiceType(String stype)
stype
- The service typepublic String getServiceType()
public void setOperation(String operation)
operation
- The operationpublic String getOperation()
public void setFault(String fault)
fault
- The faultpublic String getFault()
public InvocationMetric getMetrics()
protected void setMetrics(InvocationMetric im)
im
- The invocation metricpublic void merge(InvocationDefinition id)
id
- The invocation definition to mergepublic List<InvocationMetric> getHistory()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.