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
Class CdrReplayType

java.lang.Object
  extended by oracle.ocsb.app.rcc.service.dmode.config.beans.CdrReplayType

All Implemented Interfaces:
Serializable, CdrReplayTypeMBean, CdrReplayTypeReadOnlyMBean

public class CdrReplayType
extends Object
implements Serializable, CdrReplayTypeMBean

Java class for cdrReplayType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="cdrReplayType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="in_order" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="batch_size" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="rate" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="worker_actor_count" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="replay_trigger_interval" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="replay_failure_threshold" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="max_result_size" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="delete_cdr_after_replay_success" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Field Summary
protected  int batchSize
           
protected  boolean deleteCdrAfterReplaySuccess
           
protected  boolean inOrder
           
protected  int maxResultSize
           
protected  long rate
           
protected  int replayFailureThreshold
           
protected  int replayTriggerInterval
           
protected  int workerActorCount
           

 

Constructor Summary
CdrReplayType()
          Default Constructor
CdrReplayType(boolean inOrder, int batchSize, long rate, int workerActorCount, int replayTriggerInterval, int replayFailureThreshold, int maxResultSize, boolean deleteCdrAfterReplaySuccess)
           

 

Method Summary
 int getBatchSize()
          Gets the value of the batchSize property.
 int getMaxResultSize()
          Gets the value of the maxResultSize property.
 long getRate()
          Gets the value of the rate property.
 int getReplayFailureThreshold()
          Gets the value of the replayFailureThreshold property.
 int getReplayTriggerInterval()
          Gets the value of the replayTriggerInterval property.
 int getWorkerActorCount()
          Gets the value of the workerActorCount property.
 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 class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

inOrder

protected boolean inOrder

batchSize

protected int batchSize

rate

protected long rate

workerActorCount

protected int workerActorCount

replayTriggerInterval

protected int replayTriggerInterval

replayFailureThreshold

protected int replayFailureThreshold

maxResultSize

protected int maxResultSize

deleteCdrAfterReplaySuccess

protected boolean deleteCdrAfterReplaySuccess

Constructor Detail

CdrReplayType

public CdrReplayType()
Default Constructor

CdrReplayType

public CdrReplayType(boolean inOrder,
                     int batchSize,
                     long rate,
                     int workerActorCount,
                     int replayTriggerInterval,
                     int replayFailureThreshold,
                     int maxResultSize,
                     boolean deleteCdrAfterReplaySuccess)

Method Detail

isInOrder

public boolean isInOrder()
Gets the value of the inOrder property.
Specified by:
isInOrder in interface CdrReplayTypeMBean

setInOrder

public void setInOrder(boolean value)
Sets the value of the inOrder property.
Specified by:
setInOrder in interface CdrReplayTypeMBean

isSetInOrder

public boolean isSetInOrder()
Specified by:
isSetInOrder in interface CdrReplayTypeMBean

getBatchSize

public int getBatchSize()
Gets the value of the batchSize property.
Specified by:
getBatchSize in interface CdrReplayTypeReadOnlyMBean

setBatchSize

public void setBatchSize(int value)
Sets the value of the batchSize property.
Specified by:
setBatchSize in interface CdrReplayTypeMBean

isSetBatchSize

public boolean isSetBatchSize()
Specified by:
isSetBatchSize in interface CdrReplayTypeMBean

getRate

public long getRate()
Gets the value of the rate property.
Specified by:
getRate in interface CdrReplayTypeReadOnlyMBean

setRate

public void setRate(long value)
Sets the value of the rate property.
Specified by:
setRate in interface CdrReplayTypeMBean

isSetRate

public boolean isSetRate()
Specified by:
isSetRate in interface CdrReplayTypeMBean

getWorkerActorCount

public int getWorkerActorCount()
Gets the value of the workerActorCount property.
Specified by:
getWorkerActorCount in interface CdrReplayTypeReadOnlyMBean

setWorkerActorCount

public void setWorkerActorCount(int value)
Sets the value of the workerActorCount property.
Specified by:
setWorkerActorCount in interface CdrReplayTypeMBean

isSetWorkerActorCount

public boolean isSetWorkerActorCount()
Specified by:
isSetWorkerActorCount in interface CdrReplayTypeMBean

getReplayTriggerInterval

public int getReplayTriggerInterval()
Gets the value of the replayTriggerInterval property.
Specified by:
getReplayTriggerInterval in interface CdrReplayTypeReadOnlyMBean

setReplayTriggerInterval

public void setReplayTriggerInterval(int value)
Sets the value of the replayTriggerInterval property.
Specified by:
setReplayTriggerInterval in interface CdrReplayTypeMBean

isSetReplayTriggerInterval

public boolean isSetReplayTriggerInterval()
Specified by:
isSetReplayTriggerInterval in interface CdrReplayTypeMBean

getReplayFailureThreshold

public int getReplayFailureThreshold()
Gets the value of the replayFailureThreshold property.
Specified by:
getReplayFailureThreshold in interface CdrReplayTypeReadOnlyMBean

setReplayFailureThreshold

public void setReplayFailureThreshold(int value)
Sets the value of the replayFailureThreshold property.
Specified by:
setReplayFailureThreshold in interface CdrReplayTypeMBean

isSetReplayFailureThreshold

public boolean isSetReplayFailureThreshold()
Specified by:
isSetReplayFailureThreshold in interface CdrReplayTypeMBean

getMaxResultSize

public int getMaxResultSize()
Gets the value of the maxResultSize property.
Specified by:
getMaxResultSize in interface CdrReplayTypeReadOnlyMBean

setMaxResultSize

public void setMaxResultSize(int value)
Sets the value of the maxResultSize property.
Specified by:
setMaxResultSize in interface CdrReplayTypeMBean

isSetMaxResultSize

public boolean isSetMaxResultSize()
Specified by:
isSetMaxResultSize in interface CdrReplayTypeMBean

isDeleteCdrAfterReplaySuccess

public boolean isDeleteCdrAfterReplaySuccess()
Gets the value of the deleteCdrAfterReplaySuccess property.
Specified by:
isDeleteCdrAfterReplaySuccess in interface CdrReplayTypeMBean

setDeleteCdrAfterReplaySuccess

public void setDeleteCdrAfterReplaySuccess(boolean value)
Sets the value of the deleteCdrAfterReplaySuccess property.
Specified by:
setDeleteCdrAfterReplaySuccess in interface CdrReplayTypeMBean

isSetDeleteCdrAfterReplaySuccess

public boolean isSetDeleteCdrAfterReplaySuccess()
Specified by:
isSetDeleteCdrAfterReplaySuccess in interface CdrReplayTypeMBean

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.