Uses of Interface
com.caplin.management.jmx.encoder.ObjectNameEncoder
-
Uses of ObjectNameEncoder in com.caplin.management.jmx.encoder
Modifier and TypeClassDescriptionstatic class
StandardObjectNameEncoder
that will be used if theObjectNameEncoderAccessor.OBJECT_NAME_ENCODER_CLASS_PROPERTY_NAME
system property is not set, or if there is a problem with the specified class.Modifier and TypeMethodDescriptionstatic ObjectNameEncoder
ObjectNameEncoderAccessor.getObjectNameEncoder()
Gets theObjectNameEncoder
the should be used to encode and decodeObjectName
values.