|
From: Michal P. <mic...@us...> - 2002-09-10 10:54:01
|
Update of /cvsroot/javaprofiler/jpi/net/sourceforge/javaprofiler/jpi/connect
In directory usw-pr-cvs1:/tmp/cvs-serv22094/net/sourceforge/javaprofiler/jpi/connect
Modified Files:
package.html
Log Message:
Javadoc update.
Index: package.html
===================================================================
RCS file: /cvsroot/javaprofiler/jpi/net/sourceforge/javaprofiler/jpi/connect/package.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** package.html 9 Sep 2002 17:19:48 -0000 1.2
--- package.html 10 Sep 2002 10:53:57 -0000 1.3
***************
*** 1,3 ****
<body>
! Classes repesent the ways of connencting to profiled program.
! </body>
\ No newline at end of file
--- 1,17 ----
<body>
! This package contains JPI interfaces that are used during the process of acquiring the
! {@link net.sourceforge.javaprofiler.jpi.VirtualMachineRef} instance. The most important
! interfaces are {@link net.sourceforge.javaprofiler.jpi.connect.ConnectorManager} and
! {@link net.sourceforge.javaprofiler.jpi.connect.Connector}.
! <p>
! <code>ConnectorManager</code> instance is returned from
! {@link net.sourceforge.javaprofiler.jpi.Bootstrap#connectorManager} and is used to get
! different implementation of <code>Connector</code> instances deployed this machine.
! <p>
! The most important method of {@link net.sourceforge.javaprofiler.jpi.connect.Connector} interface is
! {@link net.sourceforge.javaprofiler.jpi.connect.Connector#connect} which
! returns the {@link net.sourceforge.javaprofiler.jpi.VirtualMachineRef} instance. It also has methods
! suitable for different kinds of UI ({@link net.sourceforge.javaprofiler.jpi.connect.Connector#label},
! {@link net.sourceforge.javaprofiler.jpi.connect.Connector#defaultArguments},
! {@link net.sourceforge.javaprofiler.jpi.connect.Connector#description},...).
! </body>
|