Skip navigation links

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

E38079-01


oracle.ocsb.app.rcc.mediation.ece2rf
Interface EceToRfMediatorConfigMBean


public interface EceToRfMediatorConfigMBean

Method Summary
 void addOperationMapping()
          Add a new element named operationMapping
 long getAcrTimeout()
          Gets the value of the acrTimeout property.
 String getEceSpecificationOverrideFile()
          Gets the value of the eceSpecificationOverrideFile property.
 List<OperationMappingTypeMBean> getOperationMappingMBean()
          Return the list of the OperationMappingType element
 ServiceTypesMBean getServiceTypesMBean()
          Return the value of the ServiceTypes element
 boolean isIncrementalMode()
          Gets the value of the incrementalMode property.
 boolean isSetAcrTimeout()
           
 boolean isSetEceSpecificationOverrideFile()
           
 boolean isSetIncrementalMode()
           
 boolean isSetOperationMapping()
           
 boolean isSetServiceTypes()
           
 void removeOperationMapping(int index)
          Remove an element named operationMapping by the index
 void setAcrTimeout(long value)
          Sets the value of the acrTimeout property.
 void setEceSpecificationOverrideFile(String value)
          Sets the value of the eceSpecificationOverrideFile property.
 void setIncrementalMode(boolean value)
          Sets the value of the incrementalMode property.
 void setServiceTypesMBean(ServiceTypesMBean val)
          Set the value of the ServiceTypes element
 void unsetOperationMapping()
           

 

Method Detail

getEceSpecificationOverrideFile

String getEceSpecificationOverrideFile()
Gets the value of the eceSpecificationOverrideFile property.

setEceSpecificationOverrideFile

void setEceSpecificationOverrideFile(String value)
Sets the value of the eceSpecificationOverrideFile property.

isSetEceSpecificationOverrideFile

boolean isSetEceSpecificationOverrideFile()

isSetServiceTypes

boolean isSetServiceTypes()

isIncrementalMode

boolean isIncrementalMode()
Gets the value of the incrementalMode property.

setIncrementalMode

void setIncrementalMode(boolean value)
Sets the value of the incrementalMode property.

isSetIncrementalMode

boolean isSetIncrementalMode()

getAcrTimeout

long getAcrTimeout()
Gets the value of the acrTimeout property.

setAcrTimeout

void setAcrTimeout(long value)
Sets the value of the acrTimeout property.

isSetAcrTimeout

boolean isSetAcrTimeout()

isSetOperationMapping

boolean isSetOperationMapping()

unsetOperationMapping

void unsetOperationMapping()

addOperationMapping

void addOperationMapping()
Add a new element named operationMapping

removeOperationMapping

void removeOperationMapping(int index)
Remove an element named operationMapping by the index

getServiceTypesMBean

ServiceTypesMBean getServiceTypesMBean()
Return the value of the ServiceTypes element

setServiceTypesMBean

void setServiceTypesMBean(ServiceTypesMBean val)
Set the value of the ServiceTypes element

getOperationMappingMBean

List<OperationMappingTypeMBean> getOperationMappingMBean()
Return the list of the OperationMappingType element

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.