Skip navigation links

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

E38079-01


oracle.axia.storage.fw
Interface KVMappingMBean


public interface KVMappingMBean

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
 String getDesc()
          Gets the value of the desc property.
 List<IndexingMBean> getIndexingMBean()
          Return the list of the Indexing element
 List<KeyMappingMBean> getKeyMappingMBean()
          Return the list of the KeyMapping element
 String getName()
          Gets the value of the name property.
 List<ValueMappingMBean> getValueMappingMBean()
          Return the list of the ValueMapping element
 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(String value)
          Sets the value of the desc property.
 void setName(String value)
          Sets the value of the name property.
 void setSequence(Boolean value)
          Sets the value of the sequence property.

 

Method Detail

getName

String getName()
Gets the value of the name property.

setName

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

getDesc

String getDesc()
Gets the value of the desc property.

setDesc

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

isSequence

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

setSequence

void setSequence(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

getKeyMappingMBean

List<KeyMappingMBean> getKeyMappingMBean()
Return the list of the KeyMapping element

getValueMappingMBean

List<ValueMappingMBean> getValueMappingMBean()
Return the list of the ValueMapping element

getIndexingMBean

List<IndexingMBean> getIndexingMBean()
Return the list of the Indexing 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.