Uses of Interface
org.openjdk.jmc.agent.TransformRegistry
-
Packages that use TransformRegistry Package Description org.openjdk.jmc.agent org.openjdk.jmc.agent.impl org.openjdk.jmc.agent.jmx -
-
Uses of TransformRegistry in org.openjdk.jmc.agent
Fields in org.openjdk.jmc.agent declared as TransformRegistry Modifier and Type Field Description private TransformRegistry
Transformer. registry
Constructors in org.openjdk.jmc.agent with parameters of type TransformRegistry Constructor Description Transformer(TransformRegistry registry)
-
Uses of TransformRegistry in org.openjdk.jmc.agent.impl
Classes in org.openjdk.jmc.agent.impl that implement TransformRegistry Modifier and Type Class Description class
DefaultTransformRegistry
Methods in org.openjdk.jmc.agent.impl that return TransformRegistry Modifier and Type Method Description static TransformRegistry
DefaultTransformRegistry. empty()
static TransformRegistry
DefaultTransformRegistry. from(java.io.InputStream in)
-
Uses of TransformRegistry in org.openjdk.jmc.agent.jmx
Fields in org.openjdk.jmc.agent.jmx declared as TransformRegistry Modifier and Type Field Description private TransformRegistry
AgentController. registry
Methods in org.openjdk.jmc.agent.jmx with parameters of type TransformRegistry Modifier and Type Method Description static void
AgentManagementFactory. createAndRegisterAgentControllerMBean(java.lang.instrument.Instrumentation instrumentation, TransformRegistry registry)
Constructors in org.openjdk.jmc.agent.jmx with parameters of type TransformRegistry Constructor Description AgentController(java.lang.instrument.Instrumentation instrumentation, TransformRegistry registry)
-