[jboss-remoting-commits] JBoss Remoting SVN: r4372 - in remoting3/trunk/api/src/main/java/org/jboss/cx/remoting/spi: remote and 1 other directory.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Sat Jul 12 11:08:39 EDT 2008


Author: david.lloyd at jboss.com
Date: 2008-07-12 11:08:39 -0400 (Sat, 12 Jul 2008)
New Revision: 4372

Added:
   remoting3/trunk/api/src/main/java/org/jboss/cx/remoting/spi/package-info.java
   remoting3/trunk/api/src/main/java/org/jboss/cx/remoting/spi/remote/package-info.java
Log:
Some API javadoc

Added: remoting3/trunk/api/src/main/java/org/jboss/cx/remoting/spi/package-info.java
===================================================================
--- remoting3/trunk/api/src/main/java/org/jboss/cx/remoting/spi/package-info.java	                        (rev 0)
+++ remoting3/trunk/api/src/main/java/org/jboss/cx/remoting/spi/package-info.java	2008-07-12 15:08:39 UTC (rev 4372)
@@ -0,0 +1,27 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2008, 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.
+ */
+
+/**
+ * Service provider classes and interfaces.  The classes are basic utility classes as well as abstract base classes
+ * to ease implementation.
+ */
+package org.jboss.cx.remoting.spi;

Added: remoting3/trunk/api/src/main/java/org/jboss/cx/remoting/spi/remote/package-info.java
===================================================================
--- remoting3/trunk/api/src/main/java/org/jboss/cx/remoting/spi/remote/package-info.java	                        (rev 0)
+++ remoting3/trunk/api/src/main/java/org/jboss/cx/remoting/spi/remote/package-info.java	2008-07-12 15:08:39 UTC (rev 4372)
@@ -0,0 +1,26 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2008, 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.
+ */
+
+/**
+ * Interfaces that provide the basic building blocks of remote access.
+ */
+package org.jboss.cx.remoting.spi.remote;




More information about the jboss-remoting-commits mailing list