Skip navigation links

Oracle Communications Service Broker Policy and Charging MBean Java API Reference
6.0

E26225-01


oracle.ocsb.app.rcc.feature.pcrf.engine.core.config.beans
Interface ExecutionBlockTypeMBean

All Superinterfaces:
ExecutionBlockTypeReadOnlyMBean
All Known Implementing Classes:
ExecutionBlockType

public interface ExecutionBlockTypeMBean
extends ExecutionBlockTypeReadOnlyMBean

Method Summary
 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.

 

Methods inherited from interface oracle.ocsb.app.rcc.feature.pcrf.engine.core.config.beans.ExecutionBlockTypeReadOnlyMBean
getAppId, getClassName, getCmdIds, getPrecedence, getRequestAnswerBit, getRequestType

 

Method Detail

setAppId

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

setRequestType

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

setRequestAnswerBit

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

setClassName

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

setCmdIds

void setCmdIds(String value)
Sets the value of the cmdIds 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 Policy and Charging MBean Java API Reference
6.0

E26225-01


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