|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DottedNames
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 refresh()
.
DottedNames
,
AllDottedNames
,
ConfigDottedNames
,
MonitoringDottedNames
Field Summary |
---|
Fields inherited from interface com.sun.appserv.management.base.AMX |
---|
FULL_TYPE_DELIM, GROUP_CONFIGURATION, GROUP_JSR77, GROUP_MONITORING, GROUP_OTHER, GROUP_UTILITY, J2EE_TYPE_KEY, JMX_DOMAIN, NAME_KEY, NO_NAME, NOTIFICATION_PREFIX, NULL_NAME |
Method Summary | |
---|---|
Object |
dottedNameGet(String name)
Return a value for a dotted-name. |
Object[] |
dottedNameGet(String[] names)
Return an array of values corresponding to each dotted-name. |
Object[] |
dottedNameList(String[] names)
List all valid prefixes for dotted names |
Object[] |
dottedNameSet(String[] nameValuePairs)
Set values for dotted names; each entry must be of the form: dotted-name=value |
void |
refresh()
Force a refresh of the list of dotted names. |
Methods inherited from interface com.sun.appserv.management.base.AMX |
---|
getContainer, getDomainRoot, getFullType, getGroup, getJ2EEType, getName, isDAS |
Methods inherited from interface javax.management.NotificationEmitter |
---|
removeNotificationListener |
Methods inherited from interface javax.management.NotificationBroadcaster |
---|
addNotificationListener, getNotificationInfo, removeNotificationListener |
Methods inherited from interface com.sun.appserv.management.base.AMXMBeanLogging |
---|
getMBeanLoggerName, getMBeanLogLevel, setMBeanLogLevel |
Method Detail |
---|
Object[] dottedNameGet(String[] names)
Object dottedNameGet(String name)
name
- Object[] dottedNameList(String[] names)
names
- Object[] dottedNameSet(String[] nameValuePairs)
dotted-name=value
nameValuePairs
- void refresh()
|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2006 Sun Microsystems, Inc. All rights reserved.