public class JmxEndpointMBeanFactory extends Object
Constructor and Description |
---|
JmxEndpointMBeanFactory(JmxOperationResponseMapper responseMapper)
Create a new
JmxEndpointMBeanFactory instance that will use the given
responseMapper to convert an operation's response to a JMX-friendly form. |
Modifier and Type | Method and Description |
---|---|
Collection<EndpointMBean> |
createMBeans(Collection<EndpointInfo<JmxOperation>> endpoints)
Creates MBeans for the given
endpoints . |
public JmxEndpointMBeanFactory(JmxOperationResponseMapper responseMapper)
JmxEndpointMBeanFactory
instance that will use the given
responseMapper
to convert an operation's response to a JMX-friendly form.responseMapper
- the response mapperpublic Collection<EndpointMBean> createMBeans(Collection<EndpointInfo<JmxOperation>> endpoints)
endpoints
.endpoints
- the endpointsCopyright © 2017 Pivotal Software, Inc.. All rights reserved.