User: oberg
Date: 00/12/07 07:45:24
Modified: src/main/org/jboss/util/timeout Timeout.java
TimeoutFactory.java TimeoutTarget.java
Log:
Changed configuration scheme (lots of changes to jboss.conf, jboss.jcml,
org.jboss.Main)
Added ServiceControl
Changed jBoss -> JBoss
Changed GPL -> LGPL
Added jaxp/parser
Updated services to have default constructors
Revision Changes Path
1.2 +3 -3 jboss/src/main/org/jboss/util/timeout/Timeout.java
Index: Timeout.java
===================================================================
RCS file: /products/cvs/ejboss/jboss/src/main/org/jboss/util/timeout/Timeout.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Timeout.java 2000/09/08 02:32:47 1.1
+++ Timeout.java 2000/12/07 15:45:23 1.2
@@ -1,7 +1,7 @@
/*
-* jBoss, the OpenSource EJB server
+* JBoss, the OpenSource EJB server
*
-* Distributable under GPL license.
+* Distributable under LGPL license.
* See terms of license at gnu.org.
*/
package org.jboss.util.timeout;
@@ -11,7 +11,7 @@
* The public interface of timeouts.
*
* @author <a href="[EMAIL PROTECTED]">Ole Husgaard</a>
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
*/
public interface Timeout {
/**
1.5 +3 -3 jboss/src/main/org/jboss/util/timeout/TimeoutFactory.java
Index: TimeoutFactory.java
===================================================================
RCS file:
/products/cvs/ejboss/jboss/src/main/org/jboss/util/timeout/TimeoutFactory.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- TimeoutFactory.java 2000/11/05 23:33:02 1.4
+++ TimeoutFactory.java 2000/12/07 15:45:24 1.5
@@ -1,7 +1,7 @@
/*
-* jBoss, the OpenSource EJB server
+* JBoss, the OpenSource EJB server
*
-* Distributable under GPL license.
+* Distributable under LGPL license.
* See terms of license at gnu.org.
*/
package org.jboss.util.timeout;
@@ -22,7 +22,7 @@
* allocating anything on the heap.
*
* @author <a href="[EMAIL PROTECTED]">Ole Husgaard</a>
- * @version $Revision: 1.4 $
+ * @version $Revision: 1.5 $
*/
public class TimeoutFactory {
1.2 +3 -3 jboss/src/main/org/jboss/util/timeout/TimeoutTarget.java
Index: TimeoutTarget.java
===================================================================
RCS file:
/products/cvs/ejboss/jboss/src/main/org/jboss/util/timeout/TimeoutTarget.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- TimeoutTarget.java 2000/09/08 02:32:46 1.1
+++ TimeoutTarget.java 2000/12/07 15:45:24 1.2
@@ -1,7 +1,7 @@
/*
-* jBoss, the OpenSource EJB server
+* JBoss, the OpenSource EJB server
*
-* Distributable under GPL license.
+* Distributable under LGPL license.
* See terms of license at gnu.org.
*/
package org.jboss.util.timeout;
@@ -11,7 +11,7 @@
* The interface of objects that can receive timeouts.
*
* @author <a href="[EMAIL PROTECTED]">Ole Husgaard</a>
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
*/
public interface TimeoutTarget {
/**