Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


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

All Known Subinterfaces:
KVMappingMBean
All Known Implementing Classes:
KVMapping

public interface KVMappingReadOnlyMBean

Method Summary
 java.lang.String getDesc()
          Gets the value of the desc property.
 java.util.List<IndexingMBean> getIndexingMBean()
          Return the list of the Indexing element
 java.util.List<KeyMappingMBean> getKeyMappingMBean()
          Return the list of the KeyMapping element
 java.lang.String getName()
          Gets the value of the name property.
 java.util.List<ValueMappingMBean> getValueMappingMBean()
          Return the list of the ValueMapping element

 

Method Detail

getName

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

getDesc

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

getKeyMappingMBean

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

getValueMappingMBean

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

getIndexingMBean

java.util.List<IndexingMBean> getIndexingMBean()
Return the list of the Indexing element

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.