Uses of Interface
org.openjdk.jmc.common.IWritableState
-
Packages that use IWritableState Package Description org.openjdk.jmc.common This package contains interfaces used in Mission Control to identify classes, methods, stack traces etc.org.openjdk.jmc.common.item This package contains theIItemdata model.org.openjdk.jmc.common.util -
-
Uses of IWritableState in org.openjdk.jmc.common
Methods in org.openjdk.jmc.common that return IWritableState Modifier and Type Method Description IWritableStateIWritableState. createChild(java.lang.String type)Creates a new child node.Methods in org.openjdk.jmc.common with parameters of type IWritableState Modifier and Type Method Description voidIStateful. 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 IWritableState Modifier and Type Method Description protected static voidPersistableItemFilter. putValueType(IWritableState memento, ContentType<?> contentType)protected voidItemFilters.AttributeFilter. saveArgs(IWritableState memento)protected voidItemFilters.AttributeValue. saveArgs(IWritableState memento)protected voidItemFilters.Composite. saveArgs(IWritableState memento)protected voidItemFilters.Not. saveArgs(IWritableState memento)protected voidItemFilters.RangeMatches. saveArgs(IWritableState memento)protected voidItemFilters.Type. saveArgs(IWritableState memento)protected voidItemFilters.TypeMatches. saveArgs(IWritableState memento)protected abstract voidPersistableItemFilter. saveArgs(IWritableState memento)voidPersistableItemFilter. saveTo(IWritableState memento)(package private) static <M> voidPersistableItemFilter. writeValue(M value, IPersister<M> persister, IWritableState to)(package private) static <M> voidPersistableItemFilter. writeValue(M value, IPersister<M> persister, IWritableState to, java.lang.String key) -
Uses of IWritableState in org.openjdk.jmc.common.util
Classes in org.openjdk.jmc.common.util that implement IWritableState Modifier and Type Class Description (package private) classStateElementWriterA wrapper class used to write to an XML document using theIWritableStateinterface.private static classStatefulState.StatefulStateWriterStatefulState instances should be kept immutable, so the writer must not be exposed.Fields in org.openjdk.jmc.common.util declared as IWritableState Modifier and Type Field Description private IWritableStateStateToolkit.StateHandler. documentElementFields in org.openjdk.jmc.common.util with type parameters of type IWritableState Modifier and Type Field Description private java.util.Deque<IWritableState>StateToolkit.StateHandler. stateStackMethods in org.openjdk.jmc.common.util that return IWritableState Modifier and Type Method Description IWritableStateStateElementWriter. createChild(java.lang.String type)IWritableStateStatefulState.StatefulStateWriter. createChild(java.lang.String type)static IWritableStateStateToolkit. createWriter(java.lang.String rootName)Create a new writable state.Methods in org.openjdk.jmc.common.util with parameters of type IWritableState Modifier and Type Method Description voidStatefulState. saveTo(IWritableState state)static voidStateToolkit. saveXMLDocumentTo(java.io.Reader reader, IWritableState state)Read an XML document from a reader and write its structure to awritable state.static voidStateToolkit. writeBoolean(IWritableState state, java.lang.String attribute, java.lang.Boolean value)Write a boolean value to a state.static <T extends java.lang.Enum<T>>
voidStateToolkit. writeEnum(IWritableState state, java.lang.String attribute, T value)Write an enum value to a state.static voidStateToolkit. writeFloat(IWritableState state, java.lang.String attribute, java.lang.Float value)Write a float value to a state.static voidStateToolkit. writeInt(IWritableState state, java.lang.String attribute, java.lang.Integer value)Write an integer value to a state.Constructors in org.openjdk.jmc.common.util with parameters of type IWritableState Constructor Description StateHandler(IWritableState state)
-