Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.storage.persistence
Interface KVMappingMBean

All Superinterfaces:
KVMappingReadOnlyMBean
All Known Implementing Classes:
KVMapping

public interface KVMappingMBean
extends KVMappingReadOnlyMBean

Method Summary
 void addIndexing()
          Add a new element named indexing
 void addKeyMapping()
          Add a new element named keyMapping
 void addValueMapping()
          Add a new element named valueMapping
 boolean isSequence()
          Gets the value of the sequence property.
 void removeIndexing(int index)
          Remove an element named indexing by the index
 void removeKeyMapping(int index)
          Remove an element named keyMapping by the index
 void removeValueMapping(int index)
          Remove an element named valueMapping by the index
 void setDesc(java.lang.String value)
          Sets the value of the desc property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setSequence(java.lang.Boolean value)
          Sets the value of the sequence property.

 

Methods inherited from interface oracle.axia.config.beans.storage.persistence.KVMappingReadOnlyMBean
getDesc, getIndexingMBean, getKeyMappingMBean, getName, getValueMappingMBean

 

Method Detail

setName

void setName(java.lang.String value)
Sets the value of the name property.

setDesc

void setDesc(java.lang.String value)
Sets the value of the desc property.

isSequence

boolean isSequence()
Gets the value of the sequence property.

setSequence

void setSequence(java.lang.Boolean value)
Sets the value of the sequence property.

addKeyMapping

void addKeyMapping()
Add a new element named keyMapping

removeKeyMapping

void removeKeyMapping(int index)
Remove an element named keyMapping by the index

addValueMapping

void addValueMapping()
Add a new element named valueMapping

removeValueMapping

void removeValueMapping(int index)
Remove an element named valueMapping by the index

addIndexing

void addIndexing()
Add a new element named indexing

removeIndexing

void removeIndexing(int index)
Remove an element named indexing by the index

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.