Skip navigation links

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

E38079-01


oracle.ocsb.app.rcc.feature.pcrf.core
Interface ExecutionBlockTypeMBean


public interface ExecutionBlockTypeMBean

Method Summary
 int getAppId()
          Gets the value of the appId property.
 String getClassName()
          Gets the value of the className property.
 String getCmdIds()
          Gets the value of the cmdIds property.
 int getPrecedence()
          Gets the value of the precedence property.
 int getRequestAnswerBit()
          Gets the value of the requestAnswerBit property.
 int getRequestType()
          Gets the value of the requestType property.
 boolean isActive()
          Gets the value of the active property.
 void setActive(boolean value)
          Sets the value of the active property.
 void setAppId(int value)
          Sets the value of the appId property.
 void setClassName(String value)
          Sets the value of the className property.
 void setCmdIds(String value)
          Sets the value of the cmdIds property.
 void setPrecedence(int value)
          Sets the value of the precedence property.
 void setRequestAnswerBit(int value)
          Sets the value of the requestAnswerBit property.
 void setRequestType(int value)
          Sets the value of the requestType property.

 

Method Detail

getAppId

int getAppId()
Gets the value of the appId property.

setAppId

void setAppId(int value)
Sets the value of the appId property.

getRequestType

int getRequestType()
Gets the value of the requestType property.

setRequestType

void setRequestType(int value)
Sets the value of the requestType property.

getRequestAnswerBit

int getRequestAnswerBit()
Gets the value of the requestAnswerBit property.

setRequestAnswerBit

void setRequestAnswerBit(int value)
Sets the value of the requestAnswerBit property.

getClassName

String getClassName()
Gets the value of the className property.

setClassName

void setClassName(String value)
Sets the value of the className property.

getCmdIds

String getCmdIds()
Gets the value of the cmdIds property.

setCmdIds

void setCmdIds(String value)
Sets the value of the cmdIds property.

getPrecedence

int getPrecedence()
Gets the value of the precedence property.

setPrecedence

void setPrecedence(int value)
Sets the value of the precedence property.

isActive

boolean isActive()
Gets the value of the active property.

setActive

void setActive(boolean value)
Sets the value of the active 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.