Update of /cvsroot/javaprofiler/jpi/net/sourceforge/javaprofiler/jpi In directory usw-pr-cvs1:/tmp/cvs-serv5985 Modified Files: AllocTraceRef.java AllocThreadTraceRef.java AllocThreadMethodRef.java AllocStatListener.java AllocStatEvent.java AllocStat.java Log Message: License added. Index: AllocTraceRef.java =================================================================== RCS file: /cvsroot/javaprofiler/jpi/net/sourceforge/javaprofiler/jpi/AllocTraceRef.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** AllocTraceRef.java 12 Jun 2002 21:59:53 -0000 1.3 --- AllocTraceRef.java 2 Jul 2002 20:18:29 -0000 1.4 *************** *** 1,2 **** --- 1,22 ---- + /* + * Sun Public License Notice + * + * The contents of this file are subject to the Sun Public License Version + * 1.0 (the "License"). You may not use this file except in compliance with + * the License. A copy of the License is available at http://www.sun.com/ + * + * The Original Code is the Java Profiler module. + * 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, + * Lukas Petru and Marek Przeczek. + */ package net.sourceforge.javaprofiler.jpi; *************** *** 4,16 **** public interface AllocTraceRef extends AllocStat, TraceRef { ! CPUTraceRef getSiblingCPU(); ! MonTraceRef getSiblingMon(); ! ! List getAllocThreadTraces(); ! AllocThreadTraceRef getAllocThreadTrace( ThreadRef peer); ! List getAllocTypeTraces(); ! AllocTypeTraceRef getAllocTypeTrace( TypeRef peer); ! ! void addChildrenListener( int type, ChildrenListener listener); ! void removeChildrenListener( int type, ChildrenListener listener); } --- 24,43 ---- public interface AllocTraceRef extends AllocStat, TraceRef { ! CPUTraceRef getSiblingCPU(); ! MonTraceRef getSiblingMon(); ! ! List getAllocThreadTraces(); ! AllocThreadTraceRef getAllocThreadTrace( ThreadRef peer); ! List getAllocTypeTraces(); ! AllocTypeTraceRef getAllocTypeTrace( TypeRef peer); ! ! void addChildrenListener( int type, ChildrenListener listener); ! void removeChildrenListener( int type, ChildrenListener listener); } + + /* + * $Log$ + * Revision 1.4 2002/07/02 20:18:29 stolis + * License added. + * + */ \ No newline at end of file Index: AllocThreadTraceRef.java =================================================================== RCS file: /cvsroot/javaprofiler/jpi/net/sourceforge/javaprofiler/jpi/AllocThreadTraceRef.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** AllocThreadTraceRef.java 12 Jun 2002 21:59:53 -0000 1.3 --- AllocThreadTraceRef.java 2 Jul 2002 20:18:29 -0000 1.4 *************** *** 1,2 **** --- 1,22 ---- + /* + * Sun Public License Notice + * + * The contents of this file are subject to the Sun Public License Version + * 1.0 (the "License"). You may not use this file except in compliance with + * the License. A copy of the License is available at http://www.sun.com/ + * + * The Original Code is the Java Profiler module. + * 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, + * Lukas Petru and Marek Przeczek. + */ package net.sourceforge.javaprofiler.jpi; *************** *** 4,18 **** public interface AllocThreadTraceRef extends AllocStat { ! CPUThreadTraceRef getSiblingCPU(); ! MonThreadTraceRef getSiblingMon(); ! ! List getAllocTypeThreadTraces(); ! AllocTypeThreadTraceRef getAllocTypeThreadTrace( TypeRef peer); ! ! AllocThreadMethodRef getAllocThreadMethod(); ! ThreadRef getThread(); ! AllocTraceRef getAllocTrace(); ! ! void addChildrenListener( int type, ChildrenListener listener); ! void removeChildrenListener( int type, ChildrenListener listener); } --- 24,45 ---- public interface AllocThreadTraceRef extends AllocStat { ! CPUThreadTraceRef getSiblingCPU(); ! MonThreadTraceRef getSiblingMon(); ! ! List getAllocTypeThreadTraces(); ! AllocTypeThreadTraceRef getAllocTypeThreadTrace( TypeRef peer); ! ! AllocThreadMethodRef getAllocThreadMethod(); ! ThreadRef getThread(); ! AllocTraceRef getAllocTrace(); ! ! void addChildrenListener( int type, ChildrenListener listener); ! void removeChildrenListener( int type, ChildrenListener listener); } + + /* + * $Log$ + * Revision 1.4 2002/07/02 20:18:29 stolis + * License added. + * + */ \ No newline at end of file Index: AllocThreadMethodRef.java =================================================================== RCS file: /cvsroot/javaprofiler/jpi/net/sourceforge/javaprofiler/jpi/AllocThreadMethodRef.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** AllocThreadMethodRef.java 12 Jun 2002 21:59:53 -0000 1.3 --- AllocThreadMethodRef.java 2 Jul 2002 20:18:29 -0000 1.4 *************** *** 1,2 **** --- 1,22 ---- + /* + * Sun Public License Notice + * + * The contents of this file are subject to the Sun Public License Version + * 1.0 (the "License"). You may not use this file except in compliance with + * the License. A copy of the License is available at http://www.sun.com/ + * + * The Original Code is the Java Profiler module. + * 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, + * Lukas Petru and Marek Przeczek. + */ package net.sourceforge.javaprofiler.jpi; *************** *** 4,18 **** public interface AllocThreadMethodRef extends AllocStat { ! CPUThreadMethodRef getSiblingCPU(); ! MonThreadMethodRef getSiblingMon(); ! ! List getAllocThreadTraces(); ! List getAllocTypeThreadMethods(); ! AllocTypeThreadMethodRef getAllocTypeThreadMethod( TypeRef peer); ! ! ThreadRef getThread(); ! MethodRef getMethod(); ! ! void addChildrenListener( int type, ChildrenListener listener); ! void removeChildrenListener( int type, ChildrenListener listener); } --- 24,45 ---- public interface AllocThreadMethodRef extends AllocStat { ! CPUThreadMethodRef getSiblingCPU(); ! MonThreadMethodRef getSiblingMon(); ! ! List getAllocThreadTraces(); ! List getAllocTypeThreadMethods(); ! AllocTypeThreadMethodRef getAllocTypeThreadMethod( TypeRef peer); ! ! ThreadRef getThread(); ! MethodRef getMethod(); ! ! void addChildrenListener( int type, ChildrenListener listener); ! void removeChildrenListener( int type, ChildrenListener listener); } + + /* + * $Log$ + * Revision 1.4 2002/07/02 20:18:29 stolis + * License added. + * + */ \ No newline at end of file Index: AllocStatListener.java =================================================================== RCS file: /cvsroot/javaprofiler/jpi/net/sourceforge/javaprofiler/jpi/AllocStatListener.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** AllocStatListener.java 30 May 2002 22:26:42 -0000 1.2 --- AllocStatListener.java 2 Jul 2002 20:18:29 -0000 1.3 *************** *** 1,5 **** package net.sourceforge.javaprofiler.jpi; public interface AllocStatListener { ! void AllocStatChanged( AllocStatEvent event); } --- 1,32 ---- + /* + * Sun Public License Notice + * + * The contents of this file are subject to the Sun Public License Version + * 1.0 (the "License"). You may not use this file except in compliance with + * the License. A copy of the License is available at http://www.sun.com/ + * + * The Original Code is the Java Profiler module. + * 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, + * Lukas Petru and Marek Przeczek. + */ package net.sourceforge.javaprofiler.jpi; public interface AllocStatListener { ! void AllocStatChanged( AllocStatEvent event); } + + /* + * $Log$ + * Revision 1.3 2002/07/02 20:18:29 stolis + * License added. + * + */ \ No newline at end of file Index: AllocStatEvent.java =================================================================== RCS file: /cvsroot/javaprofiler/jpi/net/sourceforge/javaprofiler/jpi/AllocStatEvent.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** AllocStatEvent.java 30 May 2002 22:26:42 -0000 1.2 --- AllocStatEvent.java 2 Jul 2002 20:18:29 -0000 1.3 *************** *** 1,7 **** package net.sourceforge.javaprofiler.jpi; public class AllocStatEvent extends java.util.EventObject { ! public AllocStatEvent( AllocStat source) { ! super( source); ! } } --- 1,34 ---- + /* + * Sun Public License Notice + * + * The contents of this file are subject to the Sun Public License Version + * 1.0 (the "License"). You may not use this file except in compliance with + * the License. A copy of the License is available at http://www.sun.com/ + * + * The Original Code is the Java Profiler module. + * 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, + * Lukas Petru and Marek Przeczek. + */ package net.sourceforge.javaprofiler.jpi; public class AllocStatEvent extends java.util.EventObject { ! public AllocStatEvent( AllocStat source) { ! super( source); ! } } + + /* + * $Log$ + * Revision 1.3 2002/07/02 20:18:29 stolis + * License added. + * + */ \ No newline at end of file Index: AllocStat.java =================================================================== RCS file: /cvsroot/javaprofiler/jpi/net/sourceforge/javaprofiler/jpi/AllocStat.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** AllocStat.java 30 May 2002 22:26:42 -0000 1.2 --- AllocStat.java 2 Jul 2002 20:18:29 -0000 1.3 *************** *** 1,11 **** package net.sourceforge.javaprofiler.jpi; public interface AllocStat { ! long getLiveInstancesCount(); ! long getTotalInstancesCount(); ! long getLiveInstancesSize(); ! long getTotalInstancesSize(); ! ! void addAllocStatListener( AllocStatListener listener); ! void removeAllocStatListener( AllocStatListener listener); } --- 1,38 ---- + /* + * Sun Public License Notice + * + * The contents of this file are subject to the Sun Public License Version + * 1.0 (the "License"). You may not use this file except in compliance with + * the License. A copy of the License is available at http://www.sun.com/ + * + * The Original Code is the Java Profiler module. + * 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, + * Lukas Petru and Marek Przeczek. + */ package net.sourceforge.javaprofiler.jpi; public interface AllocStat { ! long getLiveInstancesCount(); ! long getTotalInstancesCount(); ! long getLiveInstancesSize(); ! long getTotalInstancesSize(); ! ! void addAllocStatListener( AllocStatListener listener); ! void removeAllocStatListener( AllocStatListener listener); } + + /* + * $Log$ + * Revision 1.3 2002/07/02 20:18:29 stolis + * License added. + * + */ \ No newline at end of file |