Skip navigation links

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

E26225-01


oracle.ocsb.app.rcc.mediation.pcp2rf.config.beans
Interface OpcodeTypeMBean

All Superinterfaces:
OpcodeTypeReadOnlyMBean
All Known Implementing Classes:
OpcodeType

public interface OpcodeTypeMBean
extends OpcodeTypeReadOnlyMBean

Method Summary
 boolean isSetId()
           
 boolean isSetTimeout()
           
 void setId(int value)
          Sets the value of the id property.
 void setTimeout(Long value)
          Sets the value of the timeout property.

 

Methods inherited from interface oracle.ocsb.app.rcc.mediation.pcp2rf.config.beans.OpcodeTypeReadOnlyMBean
getId, getTimeout

 

Method Detail

setId

void setId(int value)
Sets the value of the id property.

isSetId

boolean isSetId()

setTimeout

void setTimeout(Long value)
Sets the value of the timeout property.

isSetTimeout

boolean isSetTimeout()

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.