@Immutable @ServiceImplementation public final class MultiplexingMBeanServerDecorator extends MBeanServerDecorator
MultiplexingMBeanServer
if
and only if this class is not defined by the system class loader.Constructor and Description |
---|
MultiplexingMBeanServerDecorator() |
Modifier and Type | Method and Description |
---|---|
MBeanServer |
apply(MBeanServer mbs)
Possibly decorates the given
product and returns the result,
leaving the given product unmodified. |
int |
getPriority()
Returns a priority to help
Locator s to prioritize this object. |
toString
public MBeanServer apply(MBeanServer mbs)
Decorator
product
and returns the result,
leaving the given product unmodified.mbs
- the product to decorate.public int getPriority()
LocatableService
Locator
s to prioritize this object.
The implementation in the class LocatableService
returns zero.
getPriority
in class LocatableService
Copyright © 2012–2016 Schlichtherle IT Services. All rights reserved.