groovy.jmx.builder
[Groovy] Class JmxClientConnectorFactory
java.lang.Object
groovy.util.AbstractFactory
groovy.jmx.builder.JmxClientConnectorFactory
class JmxClientConnectorFactory
extends AbstractFactory
This is the factory for node JmxBuilder.connectorClient.
A call to this node returns an insatnce of the JMXConnector interface.
JmxBuilder.clientConnector (
protocol:"rmi",
host:"...",
port:1099,
url:"...",
)
- Authors:
- Vladimir Vivien
- See Also:
Methods inherited from class AbstractFactory
|
isLeaf, onFactoryRegistration, isHandlesNodeChildren, onNodeChildren, onHandleNodeAttributes, onNodeCompleted, setChild, setParent, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll, newInstance |
newInstance
Object newInstance(FactoryBuilderSupport builder, Object nodeName, Object nodeArgs, Map nodeAttribs)
-
Copyright © 2003-2013 The Codehaus. All rights reserved.