@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
Locators to prioritize this object. |
toStringpublic MBeanServer apply(MBeanServer mbs)
Decoratorproduct and returns the result,
leaving the given product unmodified.mbs - the product to decorate.public int getPriority()
LocatableServiceLocators to prioritize this object.
The implementation in the class LocatableService returns zero.
getPriority in class LocatableServiceCopyright © 2012–2016 Schlichtherle IT Services. All rights reserved.