From: Pavel V. <va...@us...> - 2002-09-12 19:48:03
|
Update of /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/connect In directory usw-pr-cvs1:/tmp/cvs-serv6073 Modified Files: ConnectorManagerImpl.java IntegerArgumentImpl.java LaunchConnector.java ShmemAttachConnector.java ShmemLaunchConnector.java ShmemListenConnector.java SocketAttachConnector.java SocketLaunchConnector.java SocketListenConnector.java Log Message: fixes javadoc, malformed links by michal Index: ConnectorManagerImpl.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/connect/ConnectorManagerImpl.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** ConnectorManagerImpl.java 12 Sep 2002 17:18:20 -0000 1.3 --- ConnectorManagerImpl.java 12 Sep 2002 19:47:59 -0000 1.4 *************** *** 9,24 **** * The Initial Developers of the Original Code are Jan Stola, Pavel Vacha, * Michal Pise, Petr Luner, Lukas Petru and Marek Przeczek. ! * Portions created by Jan Stola are Copyright (C) 2000-2001. All Rights ! Reserved. ! * Portions created by Pavel Vacha are Copyright (C) 2000-2001. All Rights ! Reserved. ! * Portions created by Michal Pise are Copyright (C) 2000-2001. All Rights ! Reserved. ! * Portions created by Petr Luner are Copyright (C) 2000-2001. All Rights ! Reserved. ! * Portions created by Lukas Petru are Copyright (C) 2000-2001. All Rights ! Reserved. ! * Portions created by Marek Przeczek are Copyright (C) 2000-2001. All Rights ! Reserved. * * Contributors: Jan Stola, Pavel Vacha, Michal Pise, Petr Luner, --- 9,18 ---- * The Initial Developers of the Original Code are Jan Stola, Pavel Vacha, * Michal Pise, Petr Luner, Lukas Petru and Marek Przeczek. ! * Portions created by Jan Stola are Copyright (C) 2000-2001. All Rights Reserved. ! * Portions created by Pavel Vacha are Copyright (C) 2000-2001. All Rights Reserved. ! * Portions created by Michal Pise are Copyright (C) 2000-2001. All Rights Reserved. ! * Portions created by Petr Luner are Copyright (C) 2000-2001. All Rights Reserved. ! * Portions created by Lukas Petru are Copyright (C) 2000-2001. All Rights Reserved. ! * Portions created by Marek Przeczek are Copyright (C) 2000-2001. All Rights Reserved. * * Contributors: Jan Stola, Pavel Vacha, Michal Pise, Petr Luner, *************** *** 74,95 **** /** ! * Lists all target VMs which are connected to the profiler. The list ! includes ! * {@link net.sourceforge.javaprofiler.jpi.VirtualMachineRef} instances for any ! ! target ! * VMs which initiated a connection and any target VMs to which this manager ! ! has ! * initiated a connection. A target VM will remain in this list until it is ! discarded ! * through {@link net.sourceforge.javaprofiler.jpi.VirtualMachineRef#disconnect()} ! ! or until * it stops, whichever happens first. * ! * @return a list of {@link net.sourceforge.javaprofiler.jpi.VirtualMachineRef} ! ! objects, * each mirroring a target VM. */ --- 68,79 ---- /** ! * Lists all target VMs which are connected to the profiler. The list includes ! * {@link net.sourceforge.javaprofiler.jpi.VirtualMachineRef} instances for any target ! * VMs which initiated a connection and any target VMs to which this manager has ! * initiated a connection. A target VM will remain in this list until it is discarded ! * through {@link net.sourceforge.javaprofiler.jpi.VirtualMachineRef#disconnect()} or until * it stops, whichever happens first. * ! * @return a list of {@link net.sourceforge.javaprofiler.jpi.VirtualMachineRef} objects, * each mirroring a target VM. */ *************** *** 104,109 **** * * @return the default launching connector ! * {@link ! net.sourceforge.javaprofiler.jpi.connect.Connector#LAUNCHING_CONNECTOR} */ public Connector defaultConnector() { --- 88,92 ---- * * @return the default launching connector ! * {@link net.sourceforge.javaprofiler.jpi.connect.Connector#LAUNCHING_CONNECTOR} */ public Connector defaultConnector() { *************** *** 115,120 **** /* * $Log$ ! * Revision 1.3 2002/09/12 17:18:20 vachis ! * changes in docs * * Revision 1.2 2002/09/09 16:28:17 vachis --- 98,104 ---- /* * $Log$ ! * Revision 1.4 2002/09/12 19:47:59 vachis ! * fixes javadoc, malformed links ! * by michal * * Revision 1.2 2002/09/09 16:28:17 vachis Index: IntegerArgumentImpl.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/connect/IntegerArgumentImpl.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** IntegerArgumentImpl.java 29 Sep 2001 21:01:33 -0000 1.2 --- IntegerArgumentImpl.java 12 Sep 2002 19:48:00 -0000 1.3 *************** *** 91,96 **** * Return the value of the argument as a int. Since the argument may * not have been set or may have an invalid value {@link #isValid(String)} ! * should be called on {@link Connector.Argument#value()} to check its ! * validity. If it is invalid the int returned by this method is undefined. * * @return the value of the argument as a int. --- 91,96 ---- * Return the value of the argument as a int. Since the argument may * not have been set or may have an invalid value {@link #isValid(String)} ! * should be called on {@link net.sourceforge.javaprofiler.jpi.connect.Connector.Argument#value()} ! * to check its validity. If it is invalid the int returned by this method is undefined. * * @return the value of the argument as a int. *************** *** 125,128 **** --- 125,132 ---- /* * $Log$ + * Revision 1.3 2002/09/12 19:48:00 vachis + * fixes javadoc, malformed links + * by michal + * * Revision 1.2 2001/09/29 21:01:33 stolis * Plural added in licenses. *************** *** 131,133 **** * First version of Connectors. * ! */ \ No newline at end of file --- 135,137 ---- * First version of Connectors. * ! */ Index: LaunchConnector.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/connect/LaunchConnector.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** LaunchConnector.java 10 Sep 2002 19:27:34 -0000 1.5 --- LaunchConnector.java 12 Sep 2002 19:48:00 -0000 1.6 *************** *** 38,43 **** * Returns the arguments accepted by this Connector and their default values. * The keys of the returned map are string argument names. The values are ! * {@link Connector.Argument} containing information about the argument ! * and its default value. * * @return the map associating argument names with argument information --- 38,43 ---- * Returns the arguments accepted by this Connector and their default values. * The keys of the returned map are string argument names. The values are ! * {@link net.sourceforge.javaprofiler.jpi.connect.Connector.Argument} containing ! * information about the argument and its default value. * * @return the map associating argument names with argument information *************** *** 81,84 **** --- 81,88 ---- /* * $Log$ + * Revision 1.6 2002/09/12 19:48:00 vachis + * fixes javadoc, malformed links + * by michal + * * Revision 1.5 2002/09/10 19:27:34 vachis * label implemeted through description *************** *** 96,98 **** * First version of Connectors. * ! */ \ No newline at end of file --- 100,102 ---- * First version of Connectors. * ! */ Index: ShmemAttachConnector.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/connect/ShmemAttachConnector.java,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** ShmemAttachConnector.java 12 Sep 2002 14:22:42 -0000 1.9 --- ShmemAttachConnector.java 12 Sep 2002 19:48:00 -0000 1.10 *************** *** 69,83 **** * connections with a target VM. * ! * @return the {@link Transport} used by this connector. */ public Transport transport() { return ShmemTransport.getDefault(); } ! /** * Returns the arguments accepted by this Connector and their default values. * The keys of the returned map are string argument names. The values are ! * {@link Connector.Argument} containing information about the argument ! * and its default value. * * @return the map associating argument names with argument information --- 69,84 ---- * connections with a target VM. * ! * @return the {@link net.sourceforge.javaprofiler.jpi.connect.Transport} used ! * by this connector. */ public Transport transport() { return ShmemTransport.getDefault(); } ! /** * Returns the arguments accepted by this Connector and their default values. * The keys of the returned map are string argument names. The values are ! * {@link net.sourceforge.javaprofiler.jpi.connect.Connector.Argument} containing ! * information about the argument and its default value. * * @return the map associating argument names with argument information *************** *** 134,137 **** --- 135,142 ---- /* * $Log$ + * Revision 1.10 2002/09/12 19:48:00 vachis + * fixes javadoc, malformed links + * by michal + * * Revision 1.9 2002/09/12 14:22:42 michalpise * Index: ShmemLaunchConnector.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/connect/ShmemLaunchConnector.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** ShmemLaunchConnector.java 12 Sep 2002 14:22:42 -0000 1.7 --- ShmemLaunchConnector.java 12 Sep 2002 19:48:00 -0000 1.8 *************** *** 121,126 **** * Returns the arguments accepted by this Connector and their default values. * The keys of the returned map are string argument names. The values are ! * {@link Connector.Argument} containing information about the argument ! * and its default value. * * @return the map associating argument names with argument information --- 121,126 ---- * Returns the arguments accepted by this Connector and their default values. * The keys of the returned map are string argument names. The values are ! * {@link net.sourceforge.javaprofiler.jpi.connect.Connector.Argument} containing ! * information about the argument and its default value. * * @return the map associating argument names with argument information *************** *** 135,145 **** args.put(arg.name(), arg); return args; ! } ! /** * Returns the transport mechanism used by this connector to establish * connections with a target VM. * ! * @return the {@link Transport} used by this connector. */ public Transport transport() { --- 135,146 ---- args.put(arg.name(), arg); return args; ! } ! /** * Returns the transport mechanism used by this connector to establish * connections with a target VM. * ! * @return the {@link net.sourceforge.javaprofiler.jpi.connect.Transport} used ! * by this connector. */ public Transport transport() { *************** *** 189,192 **** --- 190,197 ---- /* * $Log$ + * Revision 1.8 2002/09/12 19:48:00 vachis + * fixes javadoc, malformed links + * by michal + * * Revision 1.7 2002/09/12 14:22:42 michalpise * Index: ShmemListenConnector.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/connect/ShmemListenConnector.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** ShmemListenConnector.java 12 Sep 2002 14:22:42 -0000 1.6 --- ShmemListenConnector.java 12 Sep 2002 19:48:00 -0000 1.7 *************** *** 65,79 **** * connections with a target VM. * ! * @return the {@link Transport} used by this connector. */ public Transport transport() { return SocketTransport.getDefault(); } ! /** * Returns the arguments accepted by this Connector and their default values. * The keys of the returned map are string argument names. The values are ! * {@link Connector.Argument} containing information about the argument ! * and its default value. * * @return the map associating argument names with argument information --- 65,80 ---- * connections with a target VM. * ! * @return the {@link net.sourceforge.javaprofiler.jpi.connect.Transport} used ! * by this connector. */ public Transport transport() { return SocketTransport.getDefault(); } ! /** * Returns the arguments accepted by this Connector and their default values. * The keys of the returned map are string argument names. The values are ! * {@link net.sourceforge.javaprofiler.jpi.connect.Connector.Argument} containing ! * information about the argument and its default value. * * @return the map associating argument names with argument information *************** *** 132,135 **** --- 133,140 ---- /* * $Log$ + * Revision 1.7 2002/09/12 19:48:00 vachis + * fixes javadoc, malformed links + * by michal + * * Revision 1.6 2002/09/12 14:22:42 michalpise * Index: SocketAttachConnector.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/connect/SocketAttachConnector.java,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** SocketAttachConnector.java 12 Sep 2002 14:22:42 -0000 1.9 --- SocketAttachConnector.java 12 Sep 2002 19:48:00 -0000 1.10 *************** *** 76,80 **** * connections with a target VM. * ! * @return the {@link Transport} used by this connector. */ public Transport transport() { --- 76,81 ---- * connections with a target VM. * ! * @return the {@link net.sourceforge.javaprofiler.jpi.connect.Transport} used ! * by this connector. */ public Transport transport() { *************** *** 85,89 **** * Returns the arguments accepted by this Connector and their default values. * The keys of the returned map are string argument names. The values are ! * {@link Connector.Argument} containing information about the argument * and its default value. * --- 86,91 ---- * Returns the arguments accepted by this Connector and their default values. * The keys of the returned map are string argument names. The values are ! * {@link net.sourceforge.javaprofiler.jpi.connect.Connector.Argument} containing ! * information about the argument * and its default value. * *************** *** 147,150 **** --- 149,156 ---- /* * $Log$ + * Revision 1.10 2002/09/12 19:48:00 vachis + * fixes javadoc, malformed links + * by michal + * * Revision 1.9 2002/09/12 14:22:42 michalpise * Index: SocketLaunchConnector.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/connect/SocketLaunchConnector.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** SocketLaunchConnector.java 12 Sep 2002 14:22:42 -0000 1.7 --- SocketLaunchConnector.java 12 Sep 2002 19:48:00 -0000 1.8 *************** *** 45,50 **** * Returns the arguments accepted by this Connector and their default values. * The keys of the returned map are string argument names. The values are ! * {@link Connector.Argument} containing information about the argument ! * and its default value. * * @return the map associating argument names with argument information --- 45,50 ---- * Returns the arguments accepted by this Connector and their default values. * The keys of the returned map are string argument names. The values are ! * {@link net.sourceforge.javaprofiler.jpi.connect.Connector.Argument} containing ! * information about the argument and its default value. * * @return the map associating argument names with argument information *************** *** 190,193 **** --- 190,197 ---- /* * $Log$ + * Revision 1.8 2002/09/12 19:48:00 vachis + * fixes javadoc, malformed links + * by michal + * * Revision 1.7 2002/09/12 14:22:42 michalpise * Index: SocketListenConnector.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/connect/SocketListenConnector.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** SocketListenConnector.java 12 Sep 2002 14:22:42 -0000 1.7 --- SocketListenConnector.java 12 Sep 2002 19:48:00 -0000 1.8 *************** *** 58,83 **** IProf iprof=new IProf(new CommunSetupSocket(CommunSetupSocket.SERVER_MODE, "localhost", port)); try { ! iprof.run(); } catch (IProfException ipe) { throw new ConnectingException(bundle.getString("ERR_CONNECT")+ipe); ! } return new VirtualMachineImpl(iprof); } ! /** * Returns the transport mechanism used by this connector to establish * connections with a target VM. * ! * @return the {@link Transport} used by this connector. */ public Transport transport() { return SocketTransport.getDefault(); } ! /** * Returns the arguments accepted by this Connector and their default values. * The keys of the returned map are string argument names. The values are ! * {@link Connector.Argument} containing information about the argument ! * and its default value. * * @return the map associating argument names with argument information --- 58,84 ---- IProf iprof=new IProf(new CommunSetupSocket(CommunSetupSocket.SERVER_MODE, "localhost", port)); try { ! iprof.run(); } catch (IProfException ipe) { throw new ConnectingException(bundle.getString("ERR_CONNECT")+ipe); ! } return new VirtualMachineImpl(iprof); } ! /** * Returns the transport mechanism used by this connector to establish * connections with a target VM. * ! * @return the {@link net.sourceforge.javaprofiler.jpi.connect.Transport} used by ! * this connector. */ public Transport transport() { return SocketTransport.getDefault(); } ! /** * Returns the arguments accepted by this Connector and their default values. * The keys of the returned map are string argument names. The values are ! * {@link net.sourceforge.javaprofiler.jpi.connect.Connector.Argument} containing ! * information about the argument and its default value. * * @return the map associating argument names with argument information *************** *** 134,137 **** --- 135,142 ---- /* * $Log$ + * Revision 1.8 2002/09/12 19:48:00 vachis + * fixes javadoc, malformed links + * by michal + * * Revision 1.7 2002/09/12 14:22:42 michalpise * |