Skip navigation links

Oracle Secure Enterprise Search Java API Reference
11g Release 2 (11.2.2.2.0)

E35072-02


oracle.search.query.webservice.wssclient
Class Status

java.lang.Object
  extended by oracle.search.query.webservice.wssclient.Status

All Implemented Interfaces:
Serializable

public class Status
extends Object
implements Serializable

Status encapsulates the status of a request.

See Also:
Serialized Form

Constructor Summary
Status()
           

 

Method Summary
 String getMessage()
          Returns the status message for the request.
 String getStatus()
          Returns the status code for the request.
 void setMessage(String message)
          Sets the status message for the request.
 void setStatus(String status)
          Sets the status code for the request.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

Status

public Status()

Method Detail

getStatus

public String getStatus()
Returns the status code for the request. Status code can be either "successful" or "failed"

setStatus

public void setStatus(String status)
Sets the status code for the request.
Parameters:
status - status code for the request

getMessage

public String getMessage()
Returns the status message for the request. Returns null if the status code is "successful" or an error message if status code is "failed"

setMessage

public void setMessage(String message)
Sets the status message for the request.
Parameters:
message - status message for the request

Skip navigation links

Oracle Secure Enterprise Search Java API Reference
11g Release 2 (11.2.2.2.0)

E35072-02


Copyright © 2006, 2016, Oracle and/or its affiliates. All rights reserved.