@Service
@RunLevel(mode=0,
value=10)
public class MbeanService
extends Object
| Constructor and Description |
|---|
MbeanService() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAllInstances() |
String |
getHost(String instance) |
static MbeanService |
getInstance() |
List<String> |
getInstances(String name) |
String |
getJMXPort(String instance) |
boolean |
isDas() |
boolean |
isInstance(String name) |
boolean |
isSecureJMX(String instance)
Returns if the SystemJMXConnector is secure or not
|
boolean |
isValidServer(String name) |
public static MbeanService getInstance()
public String getHost(String instance) throws InstanceNotFoundException
InstanceNotFoundExceptionpublic String getJMXPort(String instance) throws InstanceNotFoundException
InstanceNotFoundExceptionpublic boolean isDas()
public boolean isValidServer(String name)
public boolean isInstance(String name)
public boolean isSecureJMX(String instance)
instance - Copyright © 2019. All rights reserved.