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, waitgetJMXServiceURLprotected String hostname
protected int port
protected String username
protected String password
protected String container
protected String cache
public String getContainer()
getContainer in interface JMXUrlpublic boolean needsCredentials()
needsCredentials in interface JMXUrlCopyright © 2024 JBoss, a division of Red Hat. All rights reserved.