public class RemoteThreadsMonitor
extends java.lang.Object
RemoteThreadsClient is intended
to be used.| Constructor and Description |
|---|
RemoteThreadsMonitor(java.lang.String[] args)
Creates a new RemoteThreadsMonitor with the given command line args
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the connection of the internal
RemoteThreadsClient
instance. |
RemoteThreadsMBean |
getMBean()
Returns the
RemoteThreadsMBean retreived by the internal
RemoteThreadsClient instance. |
static void |
main(java.lang.String[] args)
Starts the application
|
static void |
usage()
Prints the usage.
|
public RemoteThreadsMonitor(java.lang.String[] args)
args - The command line arguments.public static void main(java.lang.String[] args)
public static void usage()
public RemoteThreadsMBean getMBean()
RemoteThreadsMBean retreived by the internal
RemoteThreadsClient instance.RemoteThreadsMBean retreived by the
internal RemoteThreadsClient instance.public void close()
RemoteThreadsClient
instance.