| Package | Description |
|---|---|
| org.cyclopsgroup.jmxterm |
Public API exposed by jmxterm
|
| org.cyclopsgroup.jmxterm.cc |
Package for command center with the implementation of JMXTerm
|
| org.cyclopsgroup.jmxterm.jdk5 |
Classes to implement
JavaProcessManager in JDK5 specifi way |
| org.cyclopsgroup.jmxterm.jdk6 |
Classes to implement
JavaProcessManager in JDK6 specific way |
| org.cyclopsgroup.jmxterm.pm |
| Modifier and Type | Method and Description |
|---|---|
JavaProcessManager |
Session.getProcessManager() |
| Modifier and Type | Method and Description |
|---|---|
static JMXServiceURL |
SyntaxUtils.getUrl(String url,
JavaProcessManager jpm) |
| Constructor and Description |
|---|
Session(CommandOutput output,
CommandInput input,
JavaProcessManager processManager) |
| Modifier and Type | Method and Description |
|---|---|
JavaProcessManager |
CommandCenter.getProcessManager() |
| Modifier and Type | Class and Description |
|---|---|
class |
Jdk5JavaProcessManager
JDK5 specific implementation of
JavaProcessManager |
| Modifier and Type | Class and Description |
|---|---|
class |
Jdk6JavaProcessManager
JDK6 specific java process manager
|
| Modifier and Type | Class and Description |
|---|---|
class |
UnsupportedJavaProcessManager
Implementation with nothing but
UnsupportedOperationException |
Copyright © 2008–2019. All rights reserved.