public abstract class AbstractJMXUrl extends Object implements JMXUrl
Modifier and Type | Field and Description |
---|---|
protected String |
cache |
protected String |
container |
protected String |
hostname |
protected String |
password |
protected int |
port |
protected String |
username |
Constructor and Description |
---|
AbstractJMXUrl() |
Modifier and Type | Method and Description |
---|---|
String |
getCache() |
Map<String,Object> |
getConnectionEnvironment(String credentials) |
String |
getContainer() |
boolean |
needsCredentials() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getJMXServiceURL
protected String hostname
protected int port
protected String username
protected String password
protected String container
protected String cache
public String getContainer()
getContainer
in interface JMXUrl
public boolean needsCredentials()
needsCredentials
in interface JMXUrl
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.