Uses of Interface
org.openjdk.jmc.common.IState
Packages that use IState
Package
Description
This package contains interfaces used in Mission Control to identify classes, methods, stack
traces etc.
This package contains the
IItem
data model.-
Uses of IState in org.openjdk.jmc.common
Methods in org.openjdk.jmc.common that return IStateModifier and TypeMethodDescriptionGets a child of the named type.IState[]
IState.getChildren()
Gets all child nodes.IState[]
IState.getChildren
(String type) Gets all child nodes of a named type. -
Uses of IState in org.openjdk.jmc.common.item
Methods in org.openjdk.jmc.common.item with parameters of type IState -
Uses of IState in org.openjdk.jmc.common.util
Classes in org.openjdk.jmc.common.util that implement IStateModifier and TypeClassDescriptionclass
Methods in org.openjdk.jmc.common.util that return IStateModifier and TypeMethodDescriptionstatic IState
StateToolkit.fromXMLFile
(File document) Read an XML document from a file and return its structure as astate
.static IState
StateToolkit.fromXMLString
(String document) Read an XML document from a string and return its structure as astate
.Methods in org.openjdk.jmc.common.util with parameters of type IStateModifier and TypeMethodDescriptionstatic Boolean
StateToolkit.readBoolean
(IState state, String attribute, Boolean defaultValue) Read a boolean value from a state.static <T extends Enum<T>>
TRead an enum value from a state.static Float
Read a float value from a state.static Integer
Read an integer value from a state.