|
Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager 11g (11.1.1) E10689-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.wsm.common.sdk.InvocationStatus
public class InvocationStatus
This class contains information needed by the Coreman and Monitor to intrepret any measurement. This class is used for the purpose of sending the Step execution status to the monitor.
Field Summary | |
---|---|
static int |
FAILED Invocation failure flag |
static int |
FAILEDOVER Failed Over flag |
static int |
NA Not Available. |
static int |
PENDING Measurement or execution pending. |
static int |
SUCCEEDED Invocation Succeeded flag. |
Constructor Summary | |
---|---|
InvocationStatus() Default Constructor |
Method Summary | |
---|---|
int |
getAuthenticationStatus() Method to get the Authentication Status |
int |
getAuthorizationStatus() Method to get the Authorisation status |
int |
getConfidentialityStatus() Method to get the Confidentiality status |
String |
getCorrelationContext() Method to get the correlation. |
String |
getErrorMessage() Method to get the error message that comes with a failure. |
String |
getFlowID() Method to get the flow Id. |
int |
getIntegrityStatus() Method to get the Integrity status |
int |
getInvocationStatus() Method to get the Invocation Status |
int |
getLatency() Overall latency (Prime pipeline and service) |
String |
getMessageId() Method to get the messageId. |
String |
getMethod() Returns the Method on the service. |
int |
getServiceLatency() Service only latency |
String |
getServiceName() Method to get the Name of the service being invoked |
int |
getServiceStatus() Method to get the Service Status. |
int |
getSize() Method to get the Size. |
long |
getTime() Method to get the time. |
void |
reset() reset all fileds |
void |
setAuthenticationStatus(int s) Method to set the Authentication status. |
void |
setAuthorizationStatus(int s) Method to set the Authorisation status. |
void |
setConfidentialityStatus(int s) Method to set the Confidentiality status. |
void |
setCorrelationContext(String inCorrelationContext) Method to set the correlation |
void |
setErrorMessage(String m) Method to set the error message on failure. |
void |
setFlowID(String flowid) Method to set the flow id. |
void |
setIntegrityStatus(int s) Method to set the Integrity status. |
void |
setInvocationStatus(int s) Method to set the Invocation status. |
void |
setLatency(int l) Method to set the overall latency. |
void |
setMessageId(String inMessageId) Method to set the message id. |
void |
setMethod(String inMethod) Sets the method. |
void |
setServiceLatency(int l) Method to set the service latency. |
void |
setServiceName(String name) Method to set the service name. |
void |
setServiceStatus(int s) Method to set the Service Status |
void |
setSize(int s) Method to set the size. |
void |
setTime(long time) Method to set the time |
String |
toString() String representation of this object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int SUCCEEDED
public static final int FAILED
public static final int FAILEDOVER
public static final int PENDING
public static final int NA
Constructor Detail |
---|
public InvocationStatus()
Method Detail |
---|
public String getServiceName()
public void setServiceName(String name)
time
-public long getTime()
public void setTime(long time)
time
-public int getAuthenticationStatus()
public void setAuthenticationStatus(int s)
s
-public int getAuthorizationStatus()
public void setAuthorizationStatus(int s)
s
-public int getConfidentialityStatus()
public void setConfidentialityStatus(int s)
s
-public int getIntegrityStatus()
public void setIntegrityStatus(int s)
s
-public int getServiceStatus()
public void setServiceStatus(int s)
s
-public int getInvocationStatus()
public void setInvocationStatus(int s)
s
-public int getSize()
public void setSize(int s)
s
-public int getLatency()
public void setLatency(int l)
l
-public int getServiceLatency()
getLatency
public void setServiceLatency(int l)
public String getFlowID()
public void setFlowID(String flowid)
flowid
-public String getMethod()
public void setMethod(String inMethod)
inMethod
-public String getCorrelationContext()
public void setCorrelationContext(String inCorrelationContext)
inCorrelationContext
-public String getMessageId()
public void setMessageId(String inMessageId)
inMessageId
-public String getErrorMessage()
public void setErrorMessage(String m)
m
-public String toString()
toString
in class Object
public void reset()
|
Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager 11g (11.1.1) E10689-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |