@Taxonomy(stability=UNCOMMITTED) @AMXMBeanMetadata(singleton=true, globalSingleton=true, leaf=true) public interface Pathnames extends AMXProxy, Utility, Singleton
PathnameConstants
,
PathnameParser
Modifier and Type | Method and Description |
---|---|
ObjectName[] |
ancestors(ObjectName objectName)
An efficient way to get the list of MBeans from DomainRoot on down to the specified
MBean.
|
ObjectName[] |
ancestors(String path)
Resolves the path to an ObjectName, then calls ancestors(objectName).
|
String[] |
dump(String path) |
String[] |
getAllPathnames() |
ObjectName[] |
listObjectNames(String path,
boolean recursive)
List descendant ObjectNames.
|
String[] |
listPaths(String path,
boolean recursive)
List descendant paths.
|
ObjectName |
resolvePath(String path)
Resolve a path to an ObjectName.
|
ObjectName[] |
resolvePaths(String[] paths)
Paths that don't resolve result in a null entry
|
as, attributeNames, attributesMap, attributesMap, child, child, childrenMap, childrenMap, childrenMaps, childrenSet, extra, invokeOp, invokeOp, java, nameProp, objectName, parent, parentPath, path, type, valid
getChildren, getName, getParent
@ManagedOperation(impact=0) ObjectName resolvePath(String path)
@ManagedOperation(impact=0) ObjectName[] resolvePaths(String[] paths)
@ManagedOperation(impact=0) ObjectName[] ancestors(ObjectName objectName)
@ManagedOperation(impact=0) ObjectName[] ancestors(String path)
@ManagedOperation(impact=0) ObjectName[] listObjectNames(String path, boolean recursive)
@ManagedOperation(impact=0) String[] listPaths(String path, boolean recursive)
@ManagedAttribute String[] getAllPathnames()
@ManagedOperation(impact=0) String[] dump(String path)
Copyright © 2019. All rights reserved.