public final class ProcessorFactory extends Object
| Constructor and Description |
|---|
ProcessorFactory() |
| Modifier and Type | Method and Description |
|---|---|
static TypeProcessor |
getTypeProcessor(Object processibleObject)
Returns a
TypeProcessor that is best able to process an MBean attribute. |
public static TypeProcessor getTypeProcessor(Object processibleObject)
TypeProcessor that is best able to process an MBean attribute.
The processibleObject argument should be an MBean attribute.processibleObject - The Object to get the TypeProcessor for.TypeProcessor for the processibleObject given.Copyright © 2017. All rights reserved.