|
||||||||||
| 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(javax.management.ObjectName objectName)
Deprecated. |
void |
clearSystemProperties(javax.management.ObjectName objectName)
Deprecated. |
java.lang.String[] |
getConfigNamedTypes()
Deprecated. |
java.lang.String[] |
getConfigResourceTypes()
Deprecated. |
void |
setProperties(javax.management.ObjectName parent,
java.util.List<java.util.Map<java.lang.String,java.lang.String>> props,
boolean clearAll)
Deprecated. Create Property sub-elements on the specified MBean, transactionally (all or none). |
void |
setSystemProperties(javax.management.ObjectName parent,
java.util.List<java.util.Map<java.lang.String,java.lang.String>> props,
boolean clearAll)
Deprecated. Create SystemProperty sub-elements, transactionally (all or none). |
java.lang.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")
javax.management.ObjectName parent,
@Description(value="List of Maps, each Map keying Name/Value/Description")@Param(name="props")
java.util.List<java.util.Map<java.lang.String,java.lang.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(javax.management.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")
javax.management.ObjectName parent,
@Description(value="List of Maps, each Map keying Name/Value/Description")@Param(name="props")
java.util.List<java.util.Map<java.lang.String,java.lang.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(javax.management.ObjectName objectName)
@ManagedAttribute @Description(value="return all element types that are Named") java.lang.String[] getConfigNamedTypes()
@ManagedAttribute @Description(value="return all element types that are Resource") java.lang.String[] getConfigResourceTypes()
@ManagedOperation(impact=1) java.lang.Object test()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||