|
Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee 6.1 E38079-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
String getName()
void setName(String value)
String getDesc()
void setDesc(String value)
boolean isSequence()
void setSequence(Boolean value)
void addKeyMapping()
void removeKeyMapping(int index)
void addValueMapping()
void removeValueMapping(int index)
void addIndexing()
void removeIndexing(int index)
List<KeyMappingMBean> getKeyMappingMBean()
List<ValueMappingMBean> getValueMappingMBean()
List<IndexingMBean> getIndexingMBean()
|
Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee 6.1 E38079-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |