[jboss-cvs] JBossAS SVN: r109115 - in projects/ejb3/tags: jboss-ejb3-timerservice-spi-1.0.4 and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Nov 4 05:20:38 EDT 2010


Author: wolfc
Date: 2010-11-04 05:20:37 -0400 (Thu, 04 Nov 2010)
New Revision: 109115

Added:
   projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.4/
   projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.4/pom.xml
   projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.4/src/main/java/org/jboss/ejb3/timerservice/spi/TimerServiceFactory.java
   projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.4/src/main/java/org/jboss/ejb3/timerservice/spi/TimerServiceFactory_2.java
Removed:
   projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.4/pom.xml
   projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.4/src/main/java/org/jboss/ejb3/timerservice/spi/TimerServiceFactory.java
Log:
[maven-release-plugin]  copy for tag jboss-ejb3-timerservice-spi-1.0.4

Copied: projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.4 (from rev 108960, projects/ejb3/trunk/timerservice-spi)

Deleted: projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.4/pom.xml
===================================================================
--- projects/ejb3/trunk/timerservice-spi/pom.xml	2010-10-28 03:51:58 UTC (rev 108960)
+++ projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.4/pom.xml	2010-11-04 09:20:37 UTC (rev 109115)
@@ -1,38 +0,0 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
-  <parent>
-    <groupId>org.jboss.ejb3</groupId>
-    <artifactId>jboss-ejb3-build</artifactId>
-    <version>1.0.13</version>
-    <relativePath>../build/pom.xml</relativePath>
-  </parent>
-
-  <!-- Maven POM Model Version -->
-  <modelVersion>4.0.0</modelVersion>
-
-  <!-- Artifact Information -->
-  <artifactId>jboss-ejb3-timerservice-spi</artifactId>
-  <packaging>jar</packaging>
-  <version>1.0.4-SNAPSHOT</version>
-  <name>JBoss EJB 3.x TimerService SPI</name>
-  <description>JBoss EJB 3.x TimerService SPI</description>
-  <url>http://labs.jboss.com/jbossejb3/</url>
-
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.javaee</groupId>
-      <artifactId>jboss-ejb-api</artifactId>
-    </dependency>
-    
-    <dependency>
-        <groupId>org.jboss.ejb3.context</groupId>
-        <artifactId>jboss-ejb3-context-spi</artifactId>
-        <version>0.2.0</version>
-    </dependency>    
-  </dependencies>
-</project>

Copied: projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.4/pom.xml (from rev 109114, projects/ejb3/trunk/timerservice-spi/pom.xml)
===================================================================
--- projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.4/pom.xml	                        (rev 0)
+++ projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.4/pom.xml	2010-11-04 09:20:37 UTC (rev 109115)
@@ -0,0 +1,44 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+  <parent>
+    <groupId>org.jboss.ejb3</groupId>
+    <artifactId>jboss-ejb3-build</artifactId>
+    <version>1.0.13</version>
+    <relativePath>../build/pom.xml</relativePath>
+  </parent>
+
+  <!-- Maven POM Model Version -->
+  <modelVersion>4.0.0</modelVersion>
+
+  <!-- Artifact Information -->
+  <artifactId>jboss-ejb3-timerservice-spi</artifactId>
+  <packaging>jar</packaging>
+  <version>1.0.4</version>
+  <name>JBoss EJB 3.x TimerService SPI</name>
+  <description>JBoss EJB 3.x TimerService SPI</description>
+  <url>http://labs.jboss.com/jbossejb3/</url>
+
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.javaee</groupId>
+      <artifactId>jboss-ejb-api</artifactId>
+    </dependency>
+    
+    <dependency>
+        <groupId>org.jboss.ejb3.context</groupId>
+        <artifactId>jboss-ejb3-context-spi</artifactId>
+        <version>0.2.0</version>
+    </dependency>    
+  </dependencies>
+
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.4</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.4</developerConnection>
+    <url>http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.4</url>
+  </scm>
+</project>

Deleted: projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.4/src/main/java/org/jboss/ejb3/timerservice/spi/TimerServiceFactory.java
===================================================================
--- projects/ejb3/trunk/timerservice-spi/src/main/java/org/jboss/ejb3/timerservice/spi/TimerServiceFactory.java	2010-10-28 03:51:58 UTC (rev 108960)
+++ projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.4/src/main/java/org/jboss/ejb3/timerservice/spi/TimerServiceFactory.java	2010-11-04 09:20:37 UTC (rev 109115)
@@ -1,60 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * Copyright 2009, Red Hat Middleware LLC, and individual contributors
- * as indicated by the @author tags. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.ejb3.timerservice.spi;
-
-import javax.ejb.TimerService;
-
-/**
- * Creates an EJB TimerService for TimedObjectInvokers.
- *
- * @author <a href="mailto:carlo.dewolf at jboss.com">Carlo de Wolf</a>
- * @version $Revision: $
- */
-public interface TimerServiceFactory
-{
-   /**
-    * Create an EJB TimerService for the given TimedObjectInvoker.
-    * 
-    * @param invoker the TimerObjectInvoker for which a TimerService must be created
-    * @return the EJB TimerService for the TimerObjectInvoker
-    * @throws NullPointerException if invoker is null
-    */
-   TimerService createTimerService(TimedObjectInvoker invoker);
-   
-   /**
-    * Restores the timers held by the specified timer service.
-    * Once a TimerObjectInvoker is ready to receive callbacks, it should call this function.
-    * 
-    * @param timerService the timerService that should restore its timers
-    * @throws NullPointerException if timerService is null
-    */
-   void restoreTimerService(TimerService timerService);
-   
-   /**
-    * Suspends the timers held by the specified timer service.
-    * Note that after this method there should be reference anymore to the TimerObjectInvoker.
-    * 
-    * @param timerService
-    * @throws NullPointerException if timerService is null
-    */
-   void suspendTimerService(TimerService timerService);
-}

Copied: projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.4/src/main/java/org/jboss/ejb3/timerservice/spi/TimerServiceFactory.java (from rev 109113, projects/ejb3/trunk/timerservice-spi/src/main/java/org/jboss/ejb3/timerservice/spi/TimerServiceFactory.java)
===================================================================
--- projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.4/src/main/java/org/jboss/ejb3/timerservice/spi/TimerServiceFactory.java	                        (rev 0)
+++ projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.4/src/main/java/org/jboss/ejb3/timerservice/spi/TimerServiceFactory.java	2010-11-04 09:20:37 UTC (rev 109115)
@@ -0,0 +1,62 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2009, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.jboss.ejb3.timerservice.spi;
+
+import javax.ejb.TimerService;
+
+/**
+ * Creates an EJB TimerService for TimedObjectInvokers.
+ *
+ * @author <a href="mailto:carlo.dewolf at jboss.com">Carlo de Wolf</a>
+ * @version $Revision: $
+ */
+public interface TimerServiceFactory
+{
+   /**
+    * Create an EJB TimerService for the given TimedObjectInvoker.
+    * 
+    * @param invoker the TimerObjectInvoker for which a TimerService must be created
+    * @return the EJB TimerService for the TimerObjectInvoker
+    * @throws NullPointerException if invoker is null
+    */
+   TimerService createTimerService(TimedObjectInvoker invoker);
+   
+   /**
+    * Restores the timers held by the specified timer service.
+    * Once a TimerObjectInvoker is ready to receive callbacks, it should call this function.
+    * 
+    * @param timerService the timerService that should restore its timers
+    * @throws NullPointerException if timerService is null
+    * @deprecated
+    * @see TimerServiceFactory_2#restoreTimerService(javax.ejb.TimerService, ClassLoader) 
+    */
+   void restoreTimerService(TimerService timerService);
+   
+   /**
+    * Suspends the timers held by the specified timer service.
+    * Note that after this method there should be reference anymore to the TimerObjectInvoker.
+    * 
+    * @param timerService
+    * @throws NullPointerException if timerService is null
+    */
+   void suspendTimerService(TimerService timerService);
+}

Copied: projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.4/src/main/java/org/jboss/ejb3/timerservice/spi/TimerServiceFactory_2.java (from rev 109113, projects/ejb3/trunk/timerservice-spi/src/main/java/org/jboss/ejb3/timerservice/spi/TimerServiceFactory_2.java)
===================================================================
--- projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.4/src/main/java/org/jboss/ejb3/timerservice/spi/TimerServiceFactory_2.java	                        (rev 0)
+++ projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.4/src/main/java/org/jboss/ejb3/timerservice/spi/TimerServiceFactory_2.java	2010-11-04 09:20:37 UTC (rev 109115)
@@ -0,0 +1,40 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright (c) 2010, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.jboss.ejb3.timerservice.spi;
+
+import javax.ejb.TimerService;
+
+/**
+ * @author <a href="mailto:cdewolf at redhat.com">Carlo de Wolf</a>
+ */
+public interface TimerServiceFactory_2 extends TimerServiceFactory
+{
+   /**
+    * Restores the timers held by the specified timer service.
+    * Once a TimerObjectInvoker is ready to receive callbacks, it should call this function.
+    *
+    * @param timerService the timerService that should restore its timers
+    * @param loader the ClassLoader to load the timers with
+    * @throws NullPointerException if timerService is null
+    */
+   void restoreTimerService(TimerService timerService, ClassLoader loader);   
+}



More information about the jboss-cvs-commits mailing list