This is the server connector factory used for node JmxBuilder.connectorServer(). A call to this node returns an instance of JMXConnectorServer interface (rmi default).
Possible syntax:
JmxBuilder.connectorServer( protocol:"rmi", host:"...", port:1099, url:"...", properties:[ "authenticate":true|false, "passwordFile":"...", "accessFile":"...", "sslEnabled" : true | false ... ] )
Type Params | Return Type | Name and description |
---|---|---|
|
boolean |
isLeaf() |
|
Object |
newInstance(FactoryBuilderSupport builder, Object nodeName, Object nodeArgs, Map nodeAttribs) |
|
boolean |
onHandleNodeAttributes(FactoryBuilderSupport builder, Object node, Map nodeAttribs) |
|
void |
onNodeCompleted(FactoryBuilderSupport builder, Object parentNode, Object thisNode) |
Methods inherited from class | Name |
---|---|
class AbstractFactory |
setParent, isLeaf, onNodeChildren, onNodeCompleted, setChild, onFactoryRegistration, isHandlesNodeChildren, onHandleNodeAttributes, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll, newInstance |
class Object |
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |