Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.cli.connection.jmx
Class AbstractJMXUrl

java.lang.Object
  extended by org.infinispan.cli.connection.jmx.AbstractJMXUrl
All Implemented Interfaces:
JMXUrl
Direct Known Subclasses:
JMXRemotingUrl, JMXRMIUrl

public abstract class AbstractJMXUrl
extends Object
implements JMXUrl


Field Summary
protected  String cache
           
protected  String container
           
protected  String hostname
           
protected  String password
           
protected  int port
           
protected  String username
           
 
Constructor Summary
AbstractJMXUrl()
           
 
Method Summary
 String getCache()
           
 Map<String,Object> getConnectionEnvironment(String credentials)
           
 String getContainer()
           
 boolean needsCredentials()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.infinispan.cli.connection.jmx.JMXUrl
getJMXServiceURL
 

Field Detail

hostname

protected String hostname

port

protected int port

username

protected String username

password

protected String password

container

protected String container

cache

protected String cache
Constructor Detail

AbstractJMXUrl

public AbstractJMXUrl()
Method Detail

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

Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.