Uses of Interface
org.openjdk.jmc.common.IWritableState
Packages that use IWritableState
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 IWritableState in org.openjdk.jmc.common
Methods in org.openjdk.jmc.common that return IWritableStateModifier and TypeMethodDescriptionIWritableState.createChild
(String type) Creates a new child node.Methods in org.openjdk.jmc.common with parameters of type IWritableStateModifier and TypeMethodDescriptionvoid
IStateful.saveTo
(IWritableState state) Saves the state for this object into a state object. -
Uses of IWritableState in org.openjdk.jmc.common.item
Methods in org.openjdk.jmc.common.item with parameters of type IWritableStateModifier and TypeMethodDescriptionprotected static void
PersistableItemFilter.putValueType
(IWritableState memento, ContentType<?> contentType) protected void
ItemFilters.AttributeFilter.saveArgs
(IWritableState memento) protected void
ItemFilters.AttributeValue.saveArgs
(IWritableState memento) protected void
ItemFilters.Composite.saveArgs
(IWritableState memento) protected void
ItemFilters.Not.saveArgs
(IWritableState memento) protected void
ItemFilters.Type.saveArgs
(IWritableState memento) protected void
ItemFilters.TypeMatches.saveArgs
(IWritableState memento) protected abstract void
PersistableItemFilter.saveArgs
(IWritableState memento) final void
PersistableItemFilter.saveTo
(IWritableState memento) -
Uses of IWritableState in org.openjdk.jmc.common.util
Methods in org.openjdk.jmc.common.util that return IWritableStateModifier and TypeMethodDescriptionstatic IWritableState
StateToolkit.createWriter
(String rootName) Create a new writable state.Methods in org.openjdk.jmc.common.util with parameters of type IWritableStateModifier and TypeMethodDescriptionvoid
StatefulState.saveTo
(IWritableState state) static void
StateToolkit.saveXMLDocumentTo
(Reader reader, IWritableState state) Read an XML document from a reader and write its structure to awritable state
.static void
StateToolkit.writeBoolean
(IWritableState state, String attribute, Boolean value) Write a boolean value to a state.static <T extends Enum<T>>
voidStateToolkit.writeEnum
(IWritableState state, String attribute, T value) Write an enum value to a state.static void
StateToolkit.writeFloat
(IWritableState state, String attribute, Float value) Write a float value to a state.static void
StateToolkit.writeInt
(IWritableState state, String attribute, Integer value) Write an integer value to a state.