listjvm.1


.\"  $Id: listjvm.1,v 1.5 2001/12/06 16:02:01 eric Exp $
.\"
.\"  Man page for ListJVM.
.\"
.\"
.\"  $Log: listjvm.1,v $
.\"  Revision 1.5  2001/12/06 16:02:01  eric
.\"  Added reference to instantiate(1)
.\"
.\"  Revision 1.4  2001/11/27 22:09:39  eric
.\"  Added reference to listobjects(1)
.\"
.\"  Revision 1.3  2001/11/04 05:28:05  eric
.\"  Added listmethods
.\"
.\"  Revision 1.2  2001/10/31 00:33:29  eric
.\"  Formatting Revisions
.\"
.\"
.TH listjvm 1 "October 23, 2001" "ListJVM"
.SH "NAME"
listjvm \- List all loaded JVMs registered by a PJVM Manager
.SH "SYNOPSIS"
.BI "listjvm [" options ]
.sp
Options:
.BI "[\-h " host ]
.BI "[\-s " service ]
.br
.SH DESCRIPTION
The program
.B listjvm
contacts a PJVM Manager which in turn responds with a list of running
JVMs available for use.  In addition, the host name and port number on
which that JVM's server resides is listed.
.P
Output is in the format:
.br
   JVM     Host                Port
.SH OPTIONS
.TP
.BI "\-h " host
The host on which a PJVM Manager
is running.  If this is a remote
server, specify a hostname.  Default is
.BR "localhost" .
.TP
.BI "\-s " service
The port number or service name at which a PJVM Manager
can be contacted on the
.B hostname
specified.  Default is
.BR "pjvmmanager" .
.SH "SEE ALSO"
.BR pjvms (1),
.BR manager (1),
.BR requestjvm (1),
.BR killjvm (1),
.BR loadclass (1),
.BR listclass (1),
.BR listconstructors (1),
.BR listmethods (1),
.BR listobjects (1),
.BR instantiate (1)