Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


oracle.wsm.common.sdk
Class InvocationStatus

java.lang.Object
  extended by oracle.wsm.common.sdk.InvocationStatus

All Implemented Interfaces:
Serializable

public class InvocationStatus
extends Object
implements Serializable

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.

See Also:
Serialized Form

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

SUCCEEDED

public static final int SUCCEEDED
Invocation Succeeded flag.
See Also:
Constant Field Values

FAILED

public static final int FAILED
Invocation failure flag
See Also:
Constant Field Values

FAILEDOVER

public static final int FAILEDOVER
Failed Over flag
See Also:
Constant Field Values

PENDING

public static final int PENDING
Measurement or execution pending.
See Also:
Constant Field Values

NA

public static final int NA
Not Available.
See Also:
Constant Field Values

Constructor Detail

InvocationStatus

public InvocationStatus()
Default Constructor

Method Detail

getServiceName

public String getServiceName()
Method to get the Name of the service being invoked
Returns:

setServiceName

public void setServiceName(String name)
Method to set the service name.
Parameters:
time -

getTime

public long getTime()
Method to get the time.
Returns:

setTime

public void setTime(long time)
Method to set the time
Parameters:
time -

getAuthenticationStatus

public int getAuthenticationStatus()
Method to get the Authentication Status
Returns:

setAuthenticationStatus

public void setAuthenticationStatus(int s)
Method to set the Authentication status.
Parameters:
s -

getAuthorizationStatus

public int getAuthorizationStatus()
Method to get the Authorisation status
Returns:

setAuthorizationStatus

public void setAuthorizationStatus(int s)
Method to set the Authorisation status.
Parameters:
s -

getConfidentialityStatus

public int getConfidentialityStatus()
Method to get the Confidentiality status
Returns:

setConfidentialityStatus

public void setConfidentialityStatus(int s)
Method to set the Confidentiality status.
Parameters:
s -

getIntegrityStatus

public int getIntegrityStatus()
Method to get the Integrity status
Returns:

setIntegrityStatus

public void setIntegrityStatus(int s)
Method to set the Integrity status.
Parameters:
s -

getServiceStatus

public int getServiceStatus()
Method to get the Service Status.
Returns:

setServiceStatus

public void setServiceStatus(int s)
Method to set the Service Status
Parameters:
s -

getInvocationStatus

public int getInvocationStatus()
Method to get the Invocation Status
Returns:

setInvocationStatus

public void setInvocationStatus(int s)
Method to set the Invocation status.
Parameters:
s -

getSize

public int getSize()
Method to get the Size.
Returns:

setSize

public void setSize(int s)
Method to set the size.
Parameters:
s -

getLatency

public int getLatency()
Overall latency (Prime pipeline and service)
Returns:

setLatency

public void setLatency(int l)
Method to set the overall latency.
Parameters:
l -

getServiceLatency

public int getServiceLatency()
Service only latency
Returns:
Returns the service latency.
See Also:
getLatency

setServiceLatency

public void setServiceLatency(int l)
Method to set the service latency.

getFlowID

public String getFlowID()
Method to get the flow Id.
Returns:

setFlowID

public void setFlowID(String flowid)
Method to set the flow id.
Parameters:
flowid -

getMethod

public String getMethod()
Returns the Method on the service.
Returns:

setMethod

public void setMethod(String inMethod)
Sets the method.
Parameters:
inMethod -

getCorrelationContext

public String getCorrelationContext()
Method to get the correlation.
Returns:

setCorrelationContext

public void setCorrelationContext(String inCorrelationContext)
Method to set the correlation
Parameters:
inCorrelationContext -

getMessageId

public String getMessageId()
Method to get the messageId.
Returns:

setMessageId

public void setMessageId(String inMessageId)
Method to set the message id.
Parameters:
inMessageId -

getErrorMessage

public String getErrorMessage()
Method to get the error message that comes with a failure.
Returns:

setErrorMessage

public void setErrorMessage(String m)
Method to set the error message on failure.
Parameters:
m -

toString

public String toString()
String representation of this object.
Overrides:
toString in class Object
Returns:

reset

public void reset()
reset all fileds

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.