org.infinispan.cli.connection.jmx
Class AbstractJMXUrl
java.lang.Object
org.infinispan.cli.connection.jmx.AbstractJMXUrl
- All Implemented Interfaces:
- JMXUrl
- Direct Known Subclasses:
- JMXRemotingUrl, JMXRMIUrl
public abstract class AbstractJMXUrl
- extends Object
- implements JMXUrl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
hostname
protected String hostname
port
protected int port
username
protected String username
password
protected String password
container
protected String container
cache
protected String cache
AbstractJMXUrl
public AbstractJMXUrl()
getContainer
public String getContainer()
- Specified by:
getContainer
in interface JMXUrl
getCache
public String getCache()
- Specified by:
getCache
in interface JMXUrl
needsCredentials
public boolean needsCredentials()
- Specified by:
needsCredentials
in interface JMXUrl
getConnectionEnvironment
public Map<String,Object> getConnectionEnvironment(String credentials)
- Specified by:
getConnectionEnvironment
in interface JMXUrl
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.