openamf/src/java/org/openamf/invoker ServiceInvocationException.java,1.15,1.16 EJBServiceInvoker.java,1.6,1.7 ServiceInvoker.java,1.9,1.10 AccessDeniedException.java,1.3,1.4 WebServiceInvoker.java,1.22,1.23 JMXServiceInvoker.java,1.8,1.9 JavaServiceInvoker.java,1.22,1.23 PageableResultSetServiceInvoker.java,1.6,1.7 ServletLogger.java,1.4,1.5 RankedMethod.java,1.15,1.16 SessionControlInvoker.java,1.3,1.4
[email protected] Sat, 09 Aug 2003 09:59:25 -0700
| Newsgroups | gmane.comp.java.openamf.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/openamf/openamf/src/java/org/openamf/invoker In directory sc8-pr-cvs1:/tmp/cvs-serv690/src/java/org/openamf/invoker Modified Files: ServiceInvocationException.java EJBServiceInvoker.java ServiceInvoker.java AccessDeniedException.java WebServiceInvoker.java JMXServiceInvoker.java JavaServiceInvoker.java PageableResultSetServiceInvoker.java ServletLogger.java RankedMethod.java SessionControlInvoker.java Log Message: added license header to all source files Index: ServiceInvocationException.java =================================================================== RCS file: /cvsroot/openamf/openamf/src/java/org/openamf/invoker/ServiceInvocationException.java,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** ServiceInvocationException.java 8 Aug 2003 17:41:06 -0000 1.15 --- ServiceInvocationException.java 9 Aug 2003 16:59:22 -0000 1.16 *************** *** 1,2 **** --- 1,9 ---- + /* + * www.openamf.org + * + * Distributable under LGPL license. + * See terms of license at gnu.org. + */ + package org.openamf.invoker; Index: EJBServiceInvoker.java =================================================================== RCS file: /cvsroot/openamf/openamf/src/java/org/openamf/invoker/EJBServiceInvoker.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** EJBServiceInvoker.java 8 Aug 2003 17:41:06 -0000 1.6 --- EJBServiceInvoker.java 9 Aug 2003 16:59:22 -0000 1.7 *************** *** 1,2 **** --- 1,9 ---- + /* + * www.openamf.org + * + * Distributable under LGPL license. + * See terms of license at gnu.org. + */ + package org.openamf.invoker; Index: ServiceInvoker.java =================================================================== RCS file: /cvsroot/openamf/openamf/src/java/org/openamf/invoker/ServiceInvoker.java,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** ServiceInvoker.java 8 Aug 2003 17:41:06 -0000 1.9 --- ServiceInvoker.java 9 Aug 2003 16:59:22 -0000 1.10 *************** *** 1,2 **** --- 1,9 ---- + /* + * www.openamf.org + * + * Distributable under LGPL license. + * See terms of license at gnu.org. + */ + package org.openamf.invoker; Index: AccessDeniedException.java =================================================================== RCS file: /cvsroot/openamf/openamf/src/java/org/openamf/invoker/AccessDeniedException.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** AccessDeniedException.java 5 Aug 2003 19:04:25 -0000 1.3 --- AccessDeniedException.java 9 Aug 2003 16:59:22 -0000 1.4 *************** *** 1,2 **** --- 1,9 ---- + /* + * www.openamf.org + * + * Distributable under LGPL license. + * See terms of license at gnu.org. + */ + package org.openamf.invoker; Index: WebServiceInvoker.java =================================================================== RCS file: /cvsroot/openamf/openamf/src/java/org/openamf/invoker/WebServiceInvoker.java,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** WebServiceInvoker.java 8 Aug 2003 17:41:06 -0000 1.22 --- WebServiceInvoker.java 9 Aug 2003 16:59:22 -0000 1.23 *************** *** 1,2 **** --- 1,9 ---- + /* + * www.openamf.org + * + * Distributable under LGPL license. + * See terms of license at gnu.org. + */ + package org.openamf.invoker; Index: JMXServiceInvoker.java =================================================================== RCS file: /cvsroot/openamf/openamf/src/java/org/openamf/invoker/JMXServiceInvoker.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** JMXServiceInvoker.java 8 Aug 2003 17:41:06 -0000 1.8 --- JMXServiceInvoker.java 9 Aug 2003 16:59:22 -0000 1.9 *************** *** 1,2 **** --- 1,9 ---- + /* + * www.openamf.org + * + * Distributable under LGPL license. + * See terms of license at gnu.org. + */ + package org.openamf.invoker; Index: JavaServiceInvoker.java =================================================================== RCS file: /cvsroot/openamf/openamf/src/java/org/openamf/invoker/JavaServiceInvoker.java,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** JavaServiceInvoker.java 8 Aug 2003 17:41:06 -0000 1.22 --- JavaServiceInvoker.java 9 Aug 2003 16:59:22 -0000 1.23 *************** *** 1,2 **** --- 1,9 ---- + /* + * www.openamf.org + * + * Distributable under LGPL license. + * See terms of license at gnu.org. + */ + package org.openamf.invoker; Index: PageableResultSetServiceInvoker.java =================================================================== RCS file: /cvsroot/openamf/openamf/src/java/org/openamf/invoker/PageableResultSetServiceInvoker.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** PageableResultSetServiceInvoker.java 8 Aug 2003 17:41:06 -0000 1.6 --- PageableResultSetServiceInvoker.java 9 Aug 2003 16:59:22 -0000 1.7 *************** *** 1,2 **** --- 1,9 ---- + /* + * www.openamf.org + * + * Distributable under LGPL license. + * See terms of license at gnu.org. + */ + package org.openamf.invoker; Index: ServletLogger.java =================================================================== RCS file: /cvsroot/openamf/openamf/src/java/org/openamf/invoker/ServletLogger.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** ServletLogger.java 8 Aug 2003 17:41:06 -0000 1.4 --- ServletLogger.java 9 Aug 2003 16:59:22 -0000 1.5 *************** *** 1,2 **** --- 1,9 ---- + /* + * www.openamf.org + * + * Distributable under LGPL license. + * See terms of license at gnu.org. + */ + package org.openamf.invoker; Index: RankedMethod.java =================================================================== RCS file: /cvsroot/openamf/openamf/src/java/org/openamf/invoker/RankedMethod.java,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** RankedMethod.java 8 Aug 2003 17:41:06 -0000 1.15 --- RankedMethod.java 9 Aug 2003 16:59:22 -0000 1.16 *************** *** 1,2 **** --- 1,9 ---- + /* + * www.openamf.org + * + * Distributable under LGPL license. + * See terms of license at gnu.org. + */ + package org.openamf.invoker; Index: SessionControlInvoker.java =================================================================== RCS file: /cvsroot/openamf/openamf/src/java/org/openamf/invoker/SessionControlInvoker.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** SessionControlInvoker.java 8 Aug 2003 17:41:06 -0000 1.3 --- SessionControlInvoker.java 9 Aug 2003 16:59:22 -0000 1.4 *************** *** 1,2 **** --- 1,9 ---- + /* + * www.openamf.org + * + * Distributable under LGPL license. + * See terms of license at gnu.org. + */ + package org.openamf.invoker; ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01