Skip navigation links

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

E26225-01


oracle.ocsb.app.rcc.service.dmode.config.beans
Interface CdrReplayTypeMBean

All Superinterfaces:
CdrReplayTypeReadOnlyMBean
All Known Implementing Classes:
CdrReplayType

public interface CdrReplayTypeMBean
extends CdrReplayTypeReadOnlyMBean

Method Summary
 boolean isDeleteCdrAfterReplaySuccess()
          Gets the value of the deleteCdrAfterReplaySuccess property.
 boolean isInOrder()
          Gets the value of the inOrder property.
 boolean isSetBatchSize()
           
 boolean isSetDeleteCdrAfterReplaySuccess()
           
 boolean isSetInOrder()
           
 boolean isSetMaxResultSize()
           
 boolean isSetRate()
           
 boolean isSetReplayFailureThreshold()
           
 boolean isSetReplayTriggerInterval()
           
 boolean isSetWorkerActorCount()
           
 void setBatchSize(int value)
          Sets the value of the batchSize property.
 void setDeleteCdrAfterReplaySuccess(boolean value)
          Sets the value of the deleteCdrAfterReplaySuccess property.
 void setInOrder(boolean value)
          Sets the value of the inOrder property.
 void setMaxResultSize(int value)
          Sets the value of the maxResultSize property.
 void setRate(long value)
          Sets the value of the rate property.
 void setReplayFailureThreshold(int value)
          Sets the value of the replayFailureThreshold property.
 void setReplayTriggerInterval(int value)
          Sets the value of the replayTriggerInterval property.
 void setWorkerActorCount(int value)
          Sets the value of the workerActorCount property.

 

Methods inherited from interface oracle.ocsb.app.rcc.service.dmode.config.beans.CdrReplayTypeReadOnlyMBean
getBatchSize, getMaxResultSize, getRate, getReplayFailureThreshold, getReplayTriggerInterval, getWorkerActorCount

 

Method Detail

isInOrder

boolean isInOrder()
Gets the value of the inOrder property.

setInOrder

void setInOrder(boolean value)
Sets the value of the inOrder property.

isSetInOrder

boolean isSetInOrder()

setBatchSize

void setBatchSize(int value)
Sets the value of the batchSize property.

isSetBatchSize

boolean isSetBatchSize()

setRate

void setRate(long value)
Sets the value of the rate property.

isSetRate

boolean isSetRate()

setWorkerActorCount

void setWorkerActorCount(int value)
Sets the value of the workerActorCount property.

isSetWorkerActorCount

boolean isSetWorkerActorCount()

setReplayTriggerInterval

void setReplayTriggerInterval(int value)
Sets the value of the replayTriggerInterval property.

isSetReplayTriggerInterval

boolean isSetReplayTriggerInterval()

setReplayFailureThreshold

void setReplayFailureThreshold(int value)
Sets the value of the replayFailureThreshold property.

isSetReplayFailureThreshold

boolean isSetReplayFailureThreshold()

setMaxResultSize

void setMaxResultSize(int value)
Sets the value of the maxResultSize property.

isSetMaxResultSize

boolean isSetMaxResultSize()

isDeleteCdrAfterReplaySuccess

boolean isDeleteCdrAfterReplaySuccess()
Gets the value of the deleteCdrAfterReplaySuccess property.

setDeleteCdrAfterReplaySuccess

void setDeleteCdrAfterReplaySuccess(boolean value)
Sets the value of the deleteCdrAfterReplaySuccess property.

isSetDeleteCdrAfterReplaySuccess

boolean isSetDeleteCdrAfterReplaySuccess()

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.