@Immutable public abstract class AbstractObjectNameModifier extends Object implements ObjectNameModifier
| Constructor and Description |
|---|
AbstractObjectNameModifier() |
| Modifier and Type | Method and Description |
|---|---|
ObjectInstance |
apply(ObjectInstance instance)
Encodes the object name in the given object instance.
|
ObjectInstance |
unapply(ObjectInstance instance)
Decodes the object name in the given object instance.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapply, unapplypublic ObjectInstance apply(ObjectInstance instance)
The implementation in the class AbstractObjectNameModifier uses
ObjectNameModifier.apply(javax.management.ObjectName) to modify the given object
instance.
apply in interface ObjectNameModifierinstance - the object instance with the object name to encode.public ObjectInstance unapply(ObjectInstance instance)
The implementation in the class AbstractObjectNameModifier uses
ObjectNameModifier.unapply(javax.management.ObjectName) to modify the given object
instance.
unapply in interface ObjectNameModifierinstance - the object instance with the object name to decode.Copyright © 2012–2016 Schlichtherle IT Services. All rights reserved.