[jboss-cvs] JBossAS SVN: r106158 - in projects/ejb3/tags: jboss-ejb3-timerservice-spi-1.0.2 and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jun 18 08:41:28 EDT 2010


Author: jaikiran
Date: 2010-06-18 08:41:26 -0400 (Fri, 18 Jun 2010)
New Revision: 106158

Added:
   projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.2/
   projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.2/pom.xml
   projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.2/src/main/java/org/jboss/ejb3/timerservice/spi/MultiTimeoutMethodTimedObjectInvoker.java
Removed:
   projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.2/pom.xml
   projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.2/src/main/java/org/jboss/ejb3/timerservice/spi/MultiTimeoutMethodTimedObjectInvoker.java
Modified:
   projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.2/.classpath
   projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.2/.settings/org.eclipse.jdt.core.prefs
Log:
[maven-release-plugin]  copy for tag jboss-ejb3-timerservice-spi-1.0.2

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

Modified: projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.2/.classpath
===================================================================
--- projects/ejb3/trunk/timerservice-spi/.classpath	2010-06-14 06:35:03 UTC (rev 106024)
+++ projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.2/.classpath	2010-06-18 12:41:26 UTC (rev 106158)
@@ -1,6 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-  <classpathentry kind="src" path="src/main/java"/>
-  <classpathentry kind="output" path="eclipse-target/classes"/>
-  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-  <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
-</classpath>
\ No newline at end of file
+	<classpathentry kind="src" output="target/classes" path="src/main/java"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
+	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+	<classpathentry kind="output" path="target/classes"/>
+</classpath>

Modified: projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.2/.settings/org.eclipse.jdt.core.prefs
===================================================================
--- projects/ejb3/trunk/timerservice-spi/.settings/org.eclipse.jdt.core.prefs	2010-06-14 06:35:03 UTC (rev 106024)
+++ projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.2/.settings/org.eclipse.jdt.core.prefs	2010-06-18 12:41:26 UTC (rev 106158)
@@ -1,5 +1,6 @@
-#Tue Jan 27 12:43:19 CET 2009
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
+#Thu Jun 17 20:12:14 IST 2010
 eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.source=1.5
-org.eclipse.jdt.core.compiler.compliance=1.5
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
+org.eclipse.jdt.core.compiler.compliance=1.6
+org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
+org.eclipse.jdt.core.compiler.source=1.6

Deleted: projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.2/pom.xml
===================================================================
--- projects/ejb3/trunk/timerservice-spi/pom.xml	2010-06-14 06:35:03 UTC (rev 106024)
+++ projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.2/pom.xml	2010-06-18 12:41:26 UTC (rev 106158)
@@ -1,32 +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.2-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>    
-  </dependencies>
-</project>

Copied: projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.2/pom.xml (from rev 106157, projects/ejb3/trunk/timerservice-spi/pom.xml)
===================================================================
--- projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.2/pom.xml	                        (rev 0)
+++ projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.2/pom.xml	2010-06-18 12:41:26 UTC (rev 106158)
@@ -0,0 +1,38 @@
+<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.2</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>    
+  </dependencies>
+
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.2</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.2</developerConnection>
+    <url>http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.2</url>
+  </scm>
+</project>

Deleted: projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.2/src/main/java/org/jboss/ejb3/timerservice/spi/MultiTimeoutMethodTimedObjectInvoker.java
===================================================================
--- projects/ejb3/trunk/timerservice-spi/src/main/java/org/jboss/ejb3/timerservice/spi/MultiTimeoutMethodTimedObjectInvoker.java	2010-06-14 06:35:03 UTC (rev 106024)
+++ projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.2/src/main/java/org/jboss/ejb3/timerservice/spi/MultiTimeoutMethodTimedObjectInvoker.java	2010-06-18 12:41:26 UTC (rev 106158)
@@ -1,56 +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.Timer;
-
-/**
- * A {@link MultiTimeoutMethodTimedObjectInvoker} can handle multiple timeout methods. 
- * <p>
- * This is unlike the {@link TimedObjectInvoker} which knows that there exists just one timeout method
- * on the target timed object
- * </p>
- * <p>
- * The timer service implementation is responsible for passing the correct method name and method parameters of the timeout method
- * to the {@link #callTimeout(Timer, String, String[])}. The method name and method parameters of the timeout method
- * depend on {@link Timer} for which the timeout occurred. 
- * </p>
- * @author Jaikiran Pai
- * @version $Revision: $
- */
-public interface MultiTimeoutMethodTimedObjectInvoker extends TimedObjectInvoker
-{
-
-   /**
-    * Responsible for invoking the timeout method represented by the passed <code>timeoutMethodName</code>
-    * and <code>timeoutMethodParams</code>, on the target object. 
-    * 
-    * <p>
-    *   The timerservice implementation invokes this method as a callback when a timeout occurs for the passed
-    *   <code>timer</code>. The timerservice implementation will be responsible for passing the correct 
-    *   timeout method name and method params corresponding to the <code>timer</code> on which the timeout has occurred.
-    * </p>
-    *
-    * @param timer the Timer that is passed to ejbTimeout
-    */
-   void callTimeout(Timer timer, String timeoutMethodName, String[] timeoutMethodParams) throws Exception;
-}

Copied: projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.2/src/main/java/org/jboss/ejb3/timerservice/spi/MultiTimeoutMethodTimedObjectInvoker.java (from rev 106150, projects/ejb3/trunk/timerservice-spi/src/main/java/org/jboss/ejb3/timerservice/spi/MultiTimeoutMethodTimedObjectInvoker.java)
===================================================================
--- projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.2/src/main/java/org/jboss/ejb3/timerservice/spi/MultiTimeoutMethodTimedObjectInvoker.java	                        (rev 0)
+++ projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.2/src/main/java/org/jboss/ejb3/timerservice/spi/MultiTimeoutMethodTimedObjectInvoker.java	2010-06-18 12:41:26 UTC (rev 106158)
@@ -0,0 +1,58 @@
+/*
+ * 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 java.lang.reflect.Method;
+
+import javax.ejb.Timer;
+
+/**
+ * A {@link MultiTimeoutMethodTimedObjectInvoker} can handle multiple timeout methods. 
+ * <p>
+ * This is unlike the {@link TimedObjectInvoker} which knows that there exists just one timeout method
+ * on the target timed object
+ * </p>
+ * <p>
+ * The timer service implementation is responsible for passing the correct timeout method
+ * to the {@link #callTimeout(Timer, Method)}. The timeout method depends on the {@link Timer} 
+ * for which the timeout occurred. 
+ * </p>
+ * @author Jaikiran Pai
+ * @version $Revision: $
+ */
+public interface MultiTimeoutMethodTimedObjectInvoker extends TimedObjectInvoker
+{
+
+   /**
+    * Responsible for invoking the timeout method on the target object. 
+    * 
+    * <p>
+    *   The timerservice implementation invokes this method as a callback when a timeout occurs for the passed
+    *   <code>timer</code>. The timerservice implementation will be responsible for passing the correct 
+    *   timeout method corresponding to the <code>timer</code> on which the timeout has occurred.
+    * </p>
+    *
+    * @param timer the Timer that is passed to ejbTimeout
+    * @param timeoutMethod The timeout method
+    */
+   void callTimeout(Timer timer, Method timeoutMethod) throws Exception;
+}



More information about the jboss-cvs-commits mailing list