|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@AMXMBeanMetadata(leaf=true,
singleton=true)
@Deprecated
public interface ConfigTools
| Method Summary | |
|---|---|
void |
clearProperties(ObjectName objectName)
Deprecated. |
void |
clearSystemProperties(ObjectName objectName)
Deprecated. |
String[] |
getConfigNamedTypes()
Deprecated. |
String[] |
getConfigResourceTypes()
Deprecated. |
void |
setProperties(ObjectName parent,
List<Map<String,String>> props,
boolean clearAll)
Deprecated. Create Property sub-elements on the specified MBean, transactionally (all or none). |
void |
setSystemProperties(ObjectName parent,
List<Map<String,String>> props,
boolean clearAll)
Deprecated. Create SystemProperty sub-elements, transactionally (all or none). |
Object |
test()
Deprecated. |
| Methods inherited from interface org.glassfish.admin.amx.core.AMXProxy |
|---|
as, attributeNames, attributesMap, attributesMap, child, child, childrenMap, childrenMap, childrenMaps, childrenSet, extra, invokeOp, invokeOp, java, nameProp, objectName, parent, parentPath, path, type, valid |
| Methods inherited from interface org.glassfish.admin.amx.core.AMX_SPI |
|---|
getChildren, getName, getParent |
| Method Detail |
|---|
@ManagedOperation(impact=1)
@Description(value="Create Property sub-elements, transactionally (all or none)")
void setProperties(@Description(value="Parent MBean in which the new elements should reside")@Param(name="parent")
ObjectName parent,
@Description(value="List of Maps, each Map keying Name/Value/Description")@Param(name="props")
List<Map<String,String>> props,
@Description(value="List of Maps, each Map keying Name/Value/Description")@Param(name="clearAll")
boolean clearAll)
parent - Parent MBean in which the new elements should resideprops - List of Maps, each Map keying Name/Value/DescriptionclearAll - whether to remove all existing properties first@ManagedOperation(impact=1) @Description(value="transactionally remove all \'property\' children") void clearProperties(ObjectName objectName)
@ManagedOperation(impact=1)
@Description(value="Create SystemProperty sub-elements, transactionally (all or none)")
void setSystemProperties(@Description(value="Parent MBean in which the new elements should reside")@Param(name="parent")
ObjectName parent,
@Description(value="List of Maps, each Map keying Name/Value/Description")@Param(name="props")
List<Map<String,String>> props,
@Description(value="List of Maps, each Map keying Name/Value/Description")@Param(name="clearAll")
boolean clearAll)
parent - Parent MBean in which the new elements should resideprops - List of Maps, each Map keying Name/Value/DescriptionclearAll - whether to remove all existing properties first@ManagedOperation(impact=1) @Description(value="remove all \'system-property\' children") void clearSystemProperties(ObjectName objectName)
@ManagedAttribute @Description(value="return all element types that are Named") String[] getConfigNamedTypes()
@ManagedAttribute @Description(value="return all element types that are Resource") String[] getConfigResourceTypes()
@ManagedOperation(impact=1) Object test()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||