You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by se...@apache.org on 2004/03/13 23:45:18 UTC

cvs commit: jakarta-jmeter/src/monitor/model/org/apache/jmeter/monitor/model Status.java Workers.java Worker.java Jvm.java ThreadInfo.java Memory.java ObjectFactory.java Connector.java RequestInfo.java

sebb        2004/03/13 14:45:18

  Modified:    src/monitor/components/org/apache/jmeter/visualizers
                        ServerPanel.java MonitorTabPane.java
                        MonitorGuiListener.java MonitorGraph.java
                        MonitorHealthPanel.java
                        MonitorHealthVisualizer.java MonitorStats.java
                        MonitorPerformancePanel.java MonitorAccumModel.java
                        MonitorModel.java MonitorListener.java
               src/monitor/model/org/apache/jmeter/monitor/parser
                        ParserImpl.java Parser.java MonitorHandler.java
               src/monitor/components/org/apache/jmeter/monitor/util
                        Stats.java
               src/monitor/model/org/apache/jmeter/monitor/model
                        Status.java Workers.java Worker.java Jvm.java
                        ThreadInfo.java Memory.java ObjectFactory.java
                        Connector.java RequestInfo.java
  Log:
  Adding/updating ASL V2
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-jmeter/src/monitor/components/org/apache/jmeter/visualizers/ServerPanel.java
  
  Index: ServerPanel.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/src/monitor/components/org/apache/jmeter/visualizers/ServerPanel.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ServerPanel.java	13 Mar 2004 05:58:31 -0000	1.1
  +++ ServerPanel.java	13 Mar 2004 22:45:15 -0000	1.2
  @@ -1,6 +1,6 @@
  -// $Header:
  +// $Header$
   /*
  - * Copyright 2001-2004 The Apache Software Foundation.
  + * Copyright 2004 The Apache Software Foundation.
    *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.2       +2 -2      jakarta-jmeter/src/monitor/components/org/apache/jmeter/visualizers/MonitorTabPane.java
  
  Index: MonitorTabPane.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/src/monitor/components/org/apache/jmeter/visualizers/MonitorTabPane.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- MonitorTabPane.java	13 Mar 2004 05:58:31 -0000	1.1
  +++ MonitorTabPane.java	13 Mar 2004 22:45:15 -0000	1.2
  @@ -1,6 +1,6 @@
  -// $Header:
  +// $Header$
   /*
  - * Copyright 2001-2004 The Apache Software Foundation.
  + * Copyright 2004 The Apache Software Foundation.
    *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.2       +2 -2      jakarta-jmeter/src/monitor/components/org/apache/jmeter/visualizers/MonitorGuiListener.java
  
  Index: MonitorGuiListener.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/src/monitor/components/org/apache/jmeter/visualizers/MonitorGuiListener.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- MonitorGuiListener.java	13 Mar 2004 05:58:31 -0000	1.1
  +++ MonitorGuiListener.java	13 Mar 2004 22:45:15 -0000	1.2
  @@ -1,6 +1,6 @@
  -// $Header:
  +// $Header$
   /*
  - * Copyright 2001-2004 The Apache Software Foundation.
  + * Copyright 2004 The Apache Software Foundation.
    *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.2       +13 -3     jakarta-jmeter/src/monitor/components/org/apache/jmeter/visualizers/MonitorGraph.java
  
  Index: MonitorGraph.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/src/monitor/components/org/apache/jmeter/visualizers/MonitorGraph.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- MonitorGraph.java	13 Mar 2004 05:58:31 -0000	1.1
  +++ MonitorGraph.java	13 Mar 2004 22:45:15 -0000	1.2
  @@ -1,8 +1,18 @@
  +// $Header$
   /*
  - * Created on Mar 9, 2004
  + * Copyright 2004 The Apache Software Foundation.
    *
  - * To change the template for this generated file go to
  - * Window>Preferences>Java>Code Generation>Code and Comments
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + *
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + *
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
    */
   package org.apache.jmeter.visualizers;
   
  
  
  
  1.2       +2 -2      jakarta-jmeter/src/monitor/components/org/apache/jmeter/visualizers/MonitorHealthPanel.java
  
  Index: MonitorHealthPanel.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/src/monitor/components/org/apache/jmeter/visualizers/MonitorHealthPanel.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- MonitorHealthPanel.java	13 Mar 2004 05:58:31 -0000	1.1
  +++ MonitorHealthPanel.java	13 Mar 2004 22:45:15 -0000	1.2
  @@ -1,6 +1,6 @@
  -// $Header:
  +// $Header$
   /*
  - * Copyright 2001-2004 The Apache Software Foundation.
  + * Copyright 2004 The Apache Software Foundation.
    *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.3       +2 -2      jakarta-jmeter/src/monitor/components/org/apache/jmeter/visualizers/MonitorHealthVisualizer.java
  
  Index: MonitorHealthVisualizer.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/src/monitor/components/org/apache/jmeter/visualizers/MonitorHealthVisualizer.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- MonitorHealthVisualizer.java	13 Mar 2004 20:41:37 -0000	1.2
  +++ MonitorHealthVisualizer.java	13 Mar 2004 22:45:15 -0000	1.3
  @@ -1,6 +1,6 @@
  -// $Header:
  +// $Header$
   /*
  - * Copyright 2001-2004 The Apache Software Foundation.
  + * Copyright 2004 The Apache Software Foundation.
    *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.2       +2 -2      jakarta-jmeter/src/monitor/components/org/apache/jmeter/visualizers/MonitorStats.java
  
  Index: MonitorStats.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/src/monitor/components/org/apache/jmeter/visualizers/MonitorStats.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- MonitorStats.java	13 Mar 2004 05:58:31 -0000	1.1
  +++ MonitorStats.java	13 Mar 2004 22:45:15 -0000	1.2
  @@ -1,6 +1,6 @@
  -// $Header:
  +// $Header$
   /*
  - * Copyright 2001-2004 The Apache Software Foundation.
  + * Copyright 2004 The Apache Software Foundation.
    *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.2       +13 -3     jakarta-jmeter/src/monitor/components/org/apache/jmeter/visualizers/MonitorPerformancePanel.java
  
  Index: MonitorPerformancePanel.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/src/monitor/components/org/apache/jmeter/visualizers/MonitorPerformancePanel.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- MonitorPerformancePanel.java	13 Mar 2004 05:58:31 -0000	1.1
  +++ MonitorPerformancePanel.java	13 Mar 2004 22:45:15 -0000	1.2
  @@ -1,8 +1,18 @@
  +// $Header$
   /*
  - * Created on Mar 8, 2004
  + * Copyright 2004 The Apache Software Foundation.
    *
  - * To change the template for this generated file go to
  - * Window>Preferences>Java>Code Generation>Code and Comments
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + *
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + *
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
    */
   package org.apache.jmeter.visualizers;
   
  
  
  
  1.2       +2 -2      jakarta-jmeter/src/monitor/components/org/apache/jmeter/visualizers/MonitorAccumModel.java
  
  Index: MonitorAccumModel.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/src/monitor/components/org/apache/jmeter/visualizers/MonitorAccumModel.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- MonitorAccumModel.java	13 Mar 2004 05:58:31 -0000	1.1
  +++ MonitorAccumModel.java	13 Mar 2004 22:45:15 -0000	1.2
  @@ -1,6 +1,6 @@
  -// $Header:
  +// $Header$
   /*
  - * Copyright 2001-2004 The Apache Software Foundation.
  + * Copyright 2004 The Apache Software Foundation.
    *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.2       +2 -2      jakarta-jmeter/src/monitor/components/org/apache/jmeter/visualizers/MonitorModel.java
  
  Index: MonitorModel.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/src/monitor/components/org/apache/jmeter/visualizers/MonitorModel.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- MonitorModel.java	13 Mar 2004 05:58:31 -0000	1.1
  +++ MonitorModel.java	13 Mar 2004 22:45:15 -0000	1.2
  @@ -1,6 +1,6 @@
  -// $Header:
  +// $Header$
   /*
  - * Copyright 2001-2004 The Apache Software Foundation.
  + * Copyright 2004 The Apache Software Foundation.
    *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.2       +2 -2      jakarta-jmeter/src/monitor/components/org/apache/jmeter/visualizers/MonitorListener.java
  
  Index: MonitorListener.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/src/monitor/components/org/apache/jmeter/visualizers/MonitorListener.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- MonitorListener.java	13 Mar 2004 05:58:31 -0000	1.1
  +++ MonitorListener.java	13 Mar 2004 22:45:15 -0000	1.2
  @@ -1,6 +1,6 @@
  -// $Header:
  +// $Header$
   /*
  - * Copyright 2001-2004 The Apache Software Foundation.
  + * Copyright 2004 The Apache Software Foundation.
    *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.2       +16 -0     jakarta-jmeter/src/monitor/model/org/apache/jmeter/monitor/parser/ParserImpl.java
  
  Index: ParserImpl.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/src/monitor/model/org/apache/jmeter/monitor/parser/ParserImpl.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ParserImpl.java	13 Mar 2004 06:01:32 -0000	1.1
  +++ ParserImpl.java	13 Mar 2004 22:45:16 -0000	1.2
  @@ -1,3 +1,19 @@
  +// $Header$
  +/*
  + * Copyright 2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + *
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + *
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
   package org.apache.jmeter.monitor.parser;
   
   import org.xml.sax.SAXException;
  
  
  
  1.2       +16 -0     jakarta-jmeter/src/monitor/model/org/apache/jmeter/monitor/parser/Parser.java
  
  Index: Parser.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/src/monitor/model/org/apache/jmeter/monitor/parser/Parser.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Parser.java	13 Mar 2004 06:01:32 -0000	1.1
  +++ Parser.java	13 Mar 2004 22:45:16 -0000	1.2
  @@ -1,3 +1,19 @@
  +// $Header$
  +/*
  + * Copyright 2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + *
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + *
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
   package org.apache.jmeter.monitor.parser;
   
   import org.apache.jmeter.monitor.model.Status;
  
  
  
  1.2       +16 -0     jakarta-jmeter/src/monitor/model/org/apache/jmeter/monitor/parser/MonitorHandler.java
  
  Index: MonitorHandler.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/src/monitor/model/org/apache/jmeter/monitor/parser/MonitorHandler.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- MonitorHandler.java	13 Mar 2004 06:01:32 -0000	1.1
  +++ MonitorHandler.java	13 Mar 2004 22:45:16 -0000	1.2
  @@ -1,3 +1,19 @@
  +// $Header$
  +/*
  + * Copyright 2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + *
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + *
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
   package org.apache.jmeter.monitor.parser;
   
   import org.xml.sax.Attributes;
  
  
  
  1.2       +2 -2      jakarta-jmeter/src/monitor/components/org/apache/jmeter/monitor/util/Stats.java
  
  Index: Stats.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/src/monitor/components/org/apache/jmeter/monitor/util/Stats.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Stats.java	13 Mar 2004 05:58:31 -0000	1.1
  +++ Stats.java	13 Mar 2004 22:45:16 -0000	1.2
  @@ -1,6 +1,6 @@
  -// $Header:
  +// $Header$
   /*
  - * Copyright 2001-2004 The Apache Software Foundation.
  + * Copyright 2004 The Apache Software Foundation.
    *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.2       +16 -0     jakarta-jmeter/src/monitor/model/org/apache/jmeter/monitor/model/Status.java
  
  Index: Status.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/src/monitor/model/org/apache/jmeter/monitor/model/Status.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Status.java	13 Mar 2004 06:01:31 -0000	1.1
  +++ Status.java	13 Mar 2004 22:45:17 -0000	1.2
  @@ -1,3 +1,19 @@
  +// $Header$
  +/*
  + * Copyright 2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + *
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + *
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
   package org.apache.jmeter.monitor.model;
   
   public interface Status
  
  
  
  1.2       +15 -9     jakarta-jmeter/src/monitor/model/org/apache/jmeter/monitor/model/Workers.java
  
  Index: Workers.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/src/monitor/model/org/apache/jmeter/monitor/model/Workers.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Workers.java	13 Mar 2004 06:01:31 -0000	1.1
  +++ Workers.java	13 Mar 2004 22:45:17 -0000	1.2
  @@ -1,18 +1,24 @@
  +// $Header$
   /*
  - * Created on Mar 12, 2004
  + * Copyright 2004 The Apache Software Foundation.
    *
  - * To change the template for this generated file go to
  - * Window>Preferences>Java>Code Generation>Code and Comments
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + *
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + *
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
    */
  +
   package org.apache.jmeter.monitor.model;
   
   /**
  - * @author pete<p>
  - * @version 0.1<p>
  - * 
  - * Description:<p>
  - * To change the template for this generated type comment go to
  - * Window>Preferences>Java>Code Generation>Code and Comments
  + * @version $Revision$ on $Date$
    */
   public interface Workers
   {
  
  
  
  1.2       +15 -9     jakarta-jmeter/src/monitor/model/org/apache/jmeter/monitor/model/Worker.java
  
  Index: Worker.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/src/monitor/model/org/apache/jmeter/monitor/model/Worker.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Worker.java	13 Mar 2004 06:01:31 -0000	1.1
  +++ Worker.java	13 Mar 2004 22:45:17 -0000	1.2
  @@ -1,18 +1,24 @@
  +// $Header$
   /*
  - * Created on Mar 12, 2004
  + * Copyright 2004 The Apache Software Foundation.
    *
  - * To change the template for this generated file go to
  - * Window>Preferences>Java>Code Generation>Code and Comments
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + *
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + *
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
    */
  +
   package org.apache.jmeter.monitor.model;
   
   /**
  - * @author pete<p>
  - * @version 0.1<p>
  - * 
  - * Description:<p>
  - * To change the template for this generated type comment go to
  - * Window>Preferences>Java>Code Generation>Code and Comments
  + * @version $Revision$ on $Date$
    */
   public interface Worker
   {
  
  
  
  1.2       +14 -3     jakarta-jmeter/src/monitor/model/org/apache/jmeter/monitor/model/Jvm.java
  
  Index: Jvm.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/src/monitor/model/org/apache/jmeter/monitor/model/Jvm.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Jvm.java	13 Mar 2004 06:01:31 -0000	1.1
  +++ Jvm.java	13 Mar 2004 22:45:17 -0000	1.2
  @@ -1,9 +1,20 @@
  +// $Header$
   /*
  - * Created on Mar 12, 2004
  + * Copyright 2004 The Apache Software Foundation.
    *
  - * To change the template for this generated file go to
  - * Window>Preferences>Java>Code Generation>Code and Comments
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + *
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + *
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
    */
  +
   package org.apache.jmeter.monitor.model;
   
   /**
  
  
  
  1.2       +15 -9     jakarta-jmeter/src/monitor/model/org/apache/jmeter/monitor/model/ThreadInfo.java
  
  Index: ThreadInfo.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/src/monitor/model/org/apache/jmeter/monitor/model/ThreadInfo.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ThreadInfo.java	13 Mar 2004 06:01:31 -0000	1.1
  +++ ThreadInfo.java	13 Mar 2004 22:45:17 -0000	1.2
  @@ -1,18 +1,24 @@
  +// $Header$
   /*
  - * Created on Mar 12, 2004
  + * Copyright 2004 The Apache Software Foundation.
    *
  - * To change the template for this generated file go to
  - * Window>Preferences>Java>Code Generation>Code and Comments
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + *
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + *
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
    */
  +
   package org.apache.jmeter.monitor.model;
   
   /**
  - * @author pete<p>
  - * @version 0.1<p>
  - * 
  - * Description:<p>
  - * To change the template for this generated type comment go to
  - * Window>Preferences>Java>Code Generation>Code and Comments
  + * @version $Revision$ on $Date$
    */
   public interface ThreadInfo
   {
  
  
  
  1.2       +17 -9     jakarta-jmeter/src/monitor/model/org/apache/jmeter/monitor/model/Memory.java
  
  Index: Memory.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/src/monitor/model/org/apache/jmeter/monitor/model/Memory.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Memory.java	13 Mar 2004 06:01:31 -0000	1.1
  +++ Memory.java	13 Mar 2004 22:45:17 -0000	1.2
  @@ -1,18 +1,26 @@
  +// $Header$
   /*
  - * Created on Mar 12, 2004
  + * Copyright 2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + *
  + *   http://www.apache.org/licenses/LICENSE-2.0
    *
  - * To change the template for this generated file go to
  - * Window>Preferences>Java>Code Generation>Code and Comments
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  +/*
  + * Created on Mar 12, 2004
    */
   package org.apache.jmeter.monitor.model;
   
   /**
  - * @author pete<p>
  - * @version 0.1<p>
  - * 
  - * Description:<p>
  - * To change the template for this generated type comment go to
  - * Window>Preferences>Java>Code Generation>Code and Comments
  + * @version $Revision$ on $Date4
    */
   public interface Memory
   {
  
  
  
  1.2       +16 -0     jakarta-jmeter/src/monitor/model/org/apache/jmeter/monitor/model/ObjectFactory.java
  
  Index: ObjectFactory.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/src/monitor/model/org/apache/jmeter/monitor/model/ObjectFactory.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ObjectFactory.java	13 Mar 2004 06:01:31 -0000	1.1
  +++ ObjectFactory.java	13 Mar 2004 22:45:17 -0000	1.2
  @@ -1,3 +1,19 @@
  +// $Header$
  +/*
  + * Copyright 2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + *
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + *
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
   package org.apache.jmeter.monitor.model;
   
   import org.apache.jmeter.monitor.parser.Parser;
  
  
  
  1.2       +16 -0     jakarta-jmeter/src/monitor/model/org/apache/jmeter/monitor/model/Connector.java
  
  Index: Connector.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/src/monitor/model/org/apache/jmeter/monitor/model/Connector.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Connector.java	13 Mar 2004 06:01:31 -0000	1.1
  +++ Connector.java	13 Mar 2004 22:45:17 -0000	1.2
  @@ -1,3 +1,19 @@
  +// $Header$
  +/*
  + * Copyright 2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + *
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + *
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
   package org.apache.jmeter.monitor.model;
   
   public interface Connector
  
  
  
  1.2       +15 -9     jakarta-jmeter/src/monitor/model/org/apache/jmeter/monitor/model/RequestInfo.java
  
  Index: RequestInfo.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/src/monitor/model/org/apache/jmeter/monitor/model/RequestInfo.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- RequestInfo.java	13 Mar 2004 06:01:31 -0000	1.1
  +++ RequestInfo.java	13 Mar 2004 22:45:17 -0000	1.2
  @@ -1,18 +1,24 @@
  +// $Header$
   /*
  - * Created on Mar 12, 2004
  + * Copyright 2004 The Apache Software Foundation.
    *
  - * To change the template for this generated file go to
  - * Window>Preferences>Java>Code Generation>Code and Comments
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + *
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + *
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
    */
  +
   package org.apache.jmeter.monitor.model;
   
   /**
  - * @author pete<p>
  - * @version 0.1<p>
  - * 
  - * Description:<p>
  - * To change the template for this generated type comment go to
  - * Window>Preferences>Java>Code Generation>Code and Comments
  + * @version $Revision$ on $Date$
    */
   public interface RequestInfo
   {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org