Skip navigation links

Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


com.convergin.wcs.osgi.oe
Interface RequestStatusCodeMBean


public interface RequestStatusCodeMBean

Method Summary
 String getName()
          Gets the value of the name property.
 String getRequest()
          Gets the value of the request property.
 BigInteger getStatusCode()
          Gets the value of the statusCode property.
 void setName(String value)
          Sets the value of the name property.
 void setRequest(String value)
          Sets the value of the request property.
 void setStatusCode(BigInteger value)
          Sets the value of the statusCode property.

 

Method Detail

getName

String getName()
Gets the value of the name property.

setName

void setName(String value)
Sets the value of the name property.

getRequest

String getRequest()
Gets the value of the request property.

setRequest

void setRequest(String value)
Sets the value of the request property.

getStatusCode

BigInteger getStatusCode()
Gets the value of the statusCode property.

setStatusCode

void setStatusCode(BigInteger value)
Sets the value of the statusCode property.

Skip navigation links

Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


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