public class JvmResourceKey extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
JvmResourceKey.Type |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static JvmResourceKey |
fromConnectorAddress(String connectorAddress) |
static JvmResourceKey |
fromExplicitValue(String mainClassName,
String explicitValue) |
static JvmResourceKey |
fromJmxRemotingPort(String mainClassName,
int jmxRemotingPort) |
String |
getConnectorAddress() |
String |
getExplicitValue() |
Integer |
getJmxRemotingPort() |
String |
getMainClassName() |
JvmResourceKey.Type |
getType() |
int |
hashCode() |
String |
toString() |
static JvmResourceKey |
valueOf(String string) |
public static JvmResourceKey fromExplicitValue(String mainClassName, String explicitValue)
public static JvmResourceKey fromJmxRemotingPort(String mainClassName, int jmxRemotingPort)
public static JvmResourceKey fromConnectorAddress(String connectorAddress)
public static JvmResourceKey valueOf(String string)
public String getMainClassName()
public String getExplicitValue()
public Integer getJmxRemotingPort()
public String getConnectorAddress()
public JvmResourceKey.Type getType()
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.