Searched refs:clearAll (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/common/amx-config-impl/src/main/java/org/glassfish/admin/amx/impl/config/
H A DConfigToolsImpl.java125 AnyPropsSetter(List<Map<String, String>> newProps, final boolean clearAll) argument
128 mClearAll = clearAll;
162 public PropsSetter(List<Map<String, String>> newProps, final boolean clearAll) argument
164 super(newProps, clearAll);
223 public SystemPropsSetter(List<Map<String, String>> newProps, final boolean clearAll) argument
225 super(newProps, clearAll);
355 final boolean clearAll)
374 final PropsSetter propsSetter = new PropsSetter(props, clearAll);
403 final boolean clearAll)
422 final SystemPropsSetter propsSetter = new SystemPropsSetter(props, clearAll);
352 setProperties( final ObjectName parent, final List<Map<String, String>> props, final boolean clearAll) argument
400 setSystemProperties( final ObjectName parent, final List<Map<String, String>> props, final boolean clearAll) argument
[all...]
/glassfish-3.1.2/common/amx-config/src/main/java/org/glassfish/admin/amx/intf/config/
H A DConfigTools.java70 * @param clearAll whether to remove all existing properties first
84 @Param(name = "clearAll")
85 final boolean clearAll);
99 * @param clearAll whether to remove all existing properties first
113 @Param(name = "clearAll")
114 final boolean clearAll);
74 setProperties( @escription�) @aramname = �) final ObjectName parent, @Description(�) @Param(name = �) final List<Map<String, String>> props, @Description(�) @Param(name = �) final boolean clearAll) argument
103 setSystemProperties( @escription�) @aramname = �) final ObjectName parent, @Description(�) @Param(name = �) final List<Map<String, String>> props, @Description(�) @Param(name = �) final boolean clearAll) argument

Completed in 38 milliseconds