FileDocCategorySizeDatePackage
DottedNames.javaAPI DocGlassfish v2 API3236Fri May 04 22:30:30 BST 2007com.sun.appserv.management.base

DottedNames

public interface DottedNames implements AMX
Programmatic access to dotted-names corresponding to asadmin CLI functionality.

Note that the set of dotted names is periodically refreshed; to force an update use {@link #refresh}.

see
DottedNames
see
AllDottedNames
see
com.sun.appserv.management.config.ConfigDottedNames
see
com.sun.appserv.management.monitor.MonitoringDottedNames

Fields Summary
Constructors Summary
Methods Summary
public java.lang.Object[]dottedNameGet(java.lang.String[] names)
Return an array of values corresponding to each dotted-name. Each slot in the array will contain either an Attribute or an Exception.

public java.lang.ObjectdottedNameGet(java.lang.String name)
Return a value for a dotted-name. If a name does not exist, then null is returned.

param
name

public java.lang.Object[]dottedNameList(java.lang.String[] names)
List all valid prefixes for dotted names

param
names

public java.lang.Object[]dottedNameSet(java.lang.String[] nameValuePairs)
Set values for dotted names; each entry must be of the form:
dotted-name=value

param
nameValuePairs

public voidrefresh()
Force a refresh of the list of dotted names.