jlaskowski    2005/06/16 18:29:56

  Modified:    modules/webadmin/src/java/org/openejb/webadmin/httpd
                        DefaultHttpBean.java HttpRequestImpl.java
                        HttpResponseImpl.java HttpServer.java
                        WebSession.java WebSessionBean.java
                        WebSessionHome.java
  Log:

  Fix for #OPENEJB-26: Remove references to sf.net in text and help files
  
  Revision  Changes    Path
  1.2       +3 -3      
openejb1/modules/webadmin/src/java/org/openejb/webadmin/httpd/DefaultHttpBean.java
  
  Index: DefaultHttpBean.java
  ===================================================================
  RCS file: 
/home/projects/openejb/scm/openejb1/modules/webadmin/src/java/org/openejb/webadmin/httpd/DefaultHttpBean.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DefaultHttpBean.java      26 Mar 2004 21:44:01 -0000      1.1
  +++ DefaultHttpBean.java      16 Jun 2005 22:29:56 -0000      1.2
  @@ -15,7 +15,7 @@
    * 3. The name "OpenEJB" must not be used to endorse or promote
    *    products derived from this Software without prior written
    *    permission of The OpenEJB Group.  For written permission,
  - *    please contact [EMAIL PROTECTED]
  + *    please contact [EMAIL PROTECTED]
    *
    * 4. Products derived from this Software may not be called "OpenEJB"
    *    nor may "OpenEJB" appear in their names without prior written
  @@ -23,7 +23,7 @@
    *    trademark of The OpenEJB Group.
    *
    * 5. Due credit should be given to the OpenEJB Project
  - *    (http://openejb.sf.net/).
  + *    (http://www.openejb.org/).
    *
    * THIS SOFTWARE IS PROVIDED BY THE OPENEJB GROUP AND CONTRIBUTORS
    * ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT
  
  
  
  1.3       +3 -3      
openejb1/modules/webadmin/src/java/org/openejb/webadmin/httpd/HttpRequestImpl.java
  
  Index: HttpRequestImpl.java
  ===================================================================
  RCS file: 
/home/projects/openejb/scm/openejb1/modules/webadmin/src/java/org/openejb/webadmin/httpd/HttpRequestImpl.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- HttpRequestImpl.java      8 May 2004 21:57:35 -0000       1.2
  +++ HttpRequestImpl.java      16 Jun 2005 22:29:56 -0000      1.3
  @@ -15,7 +15,7 @@
    * 3. The name "OpenEJB" must not be used to endorse or promote
    *    products derived from this Software without prior written
    *    permission of The OpenEJB Group.  For written permission,
  - *    please contact [EMAIL PROTECTED]
  + *    please contact [EMAIL PROTECTED]
    *
    * 4. Products derived from this Software may not be called "OpenEJB"
    *    nor may "OpenEJB" appear in their names without prior written
  @@ -23,7 +23,7 @@
    *    trademark of The OpenEJB Group.
    *
    * 5. Due credit should be given to the OpenEJB Project
  - *    (http://openejb.sf.net/).
  + *    (http://www.openejb.org/).
    *
    * THIS SOFTWARE IS PROVIDED BY THE OPENEJB GROUP AND CONTRIBUTORS
    * ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT
  
  
  
  1.3       +3 -3      
openejb1/modules/webadmin/src/java/org/openejb/webadmin/httpd/HttpResponseImpl.java
  
  Index: HttpResponseImpl.java
  ===================================================================
  RCS file: 
/home/projects/openejb/scm/openejb1/modules/webadmin/src/java/org/openejb/webadmin/httpd/HttpResponseImpl.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- HttpResponseImpl.java     8 May 2004 21:57:35 -0000       1.2
  +++ HttpResponseImpl.java     16 Jun 2005 22:29:56 -0000      1.3
  @@ -15,7 +15,7 @@
    * 3. The name "OpenEJB" must not be used to endorse or promote
    *    products derived from this Software without prior written
    *    permission of The OpenEJB Group.  For written permission,
  - *    please contact [EMAIL PROTECTED]
  + *    please contact [EMAIL PROTECTED]
    *
    * 4. Products derived from this Software may not be called "OpenEJB"
    *    nor may "OpenEJB" appear in their names without prior written
  @@ -23,7 +23,7 @@
    *    trademark of The OpenEJB Group.
    *
    * 5. Due credit should be given to the OpenEJB Project
  - *    (http://openejb.sf.net/).
  + *    (http://www.openejb.org/).
    *
    * THIS SOFTWARE IS PROVIDED BY THE OPENEJB GROUP AND CONTRIBUTORS
    * ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT
  
  
  
  1.3       +3 -3      
openejb1/modules/webadmin/src/java/org/openejb/webadmin/httpd/HttpServer.java
  
  Index: HttpServer.java
  ===================================================================
  RCS file: 
/home/projects/openejb/scm/openejb1/modules/webadmin/src/java/org/openejb/webadmin/httpd/HttpServer.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- HttpServer.java   8 May 2004 21:57:35 -0000       1.2
  +++ HttpServer.java   16 Jun 2005 22:29:56 -0000      1.3
  @@ -15,7 +15,7 @@
    * 3. The name "OpenEJB" must not be used to endorse or promote
    *    products derived from this Software without prior written
    *    permission of The OpenEJB Group.  For written permission,
  - *    please contact [EMAIL PROTECTED]
  + *    please contact [EMAIL PROTECTED]
    *
    * 4. Products derived from this Software may not be called "OpenEJB"
    *    nor may "OpenEJB" appear in their names without prior written
  @@ -23,7 +23,7 @@
    *    trademark of The OpenEJB Group.
    *
    * 5. Due credit should be given to the OpenEJB Project
  - *    (http://openejb.sf.net/).
  + *    (http://www.openejb.org/).
    *
    * THIS SOFTWARE IS PROVIDED BY THE OPENEJB GROUP AND CONTRIBUTORS
    * ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT
  
  
  
  1.2       +56 -56    
openejb1/modules/webadmin/src/java/org/openejb/webadmin/httpd/WebSession.java
  
  Index: WebSession.java
  ===================================================================
  RCS file: 
/home/projects/openejb/scm/openejb1/modules/webadmin/src/java/org/openejb/webadmin/httpd/WebSession.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- WebSession.java   26 Mar 2004 21:44:03 -0000      1.1
  +++ WebSession.java   16 Jun 2005 22:29:56 -0000      1.2
  @@ -1,56 +1,56 @@
  -/**

  - * Redistribution and use of this software and associated documentation

  - * ("Software"), with or without modification, are permitted provided

  - * that the following conditions are met:

  - *

  - * 1. Redistributions of source code must retain copyright

  - *    statements and notices.  Redistributions must also contain a

  - *    copy of this document.

  - *

  - * 2. Redistributions in binary form must reproduce the

  - *    above copyright notice, this list of conditions and the

  - *    following disclaimer in the documentation and/or other

  - *    materials provided with the distribution.

  - *

  - * 3. The name "OpenEJB" must not be used to endorse or promote

  - *    products derived from this Software without prior written

  - *    permission of The OpenEJB Group.  For written permission,

  - *    please contact [EMAIL PROTECTED]

  - *

  - * 4. Products derived from this Software may not be called "OpenEJB"

  - *    nor may "OpenEJB" appear in their names without prior written

  - *    permission of The OpenEJB Group. OpenEJB is a registered

  - *    trademark of The OpenEJB Group.

  - *

  - * 5. Due credit should be given to the OpenEJB Project

  - *    (http://openejb.sf.net/).

  - *

  - * THIS SOFTWARE IS PROVIDED BY THE OPENEJB GROUP AND CONTRIBUTORS

  - * ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT

  - * NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND

  - * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL

  - * THE OPENEJB GROUP OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,

  - * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES

  - * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR

  - * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

  - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

  - * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

  - * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

  - * OF THE POSSIBILITY OF SUCH DAMAGE.

  - *

  - * Copyright 2001 (C) The OpenEJB Group. All Rights Reserved.

  - *

  - * $Id$

  - */

  -package org.openejb.webadmin.httpd;

  -

  -import javax.ejb.EJBObject;

  -

  -import org.openejb.webadmin.HttpSession;

  -

  -/**

  - * @author <a href="mailto:[EMAIL PROTECTED]">David Blevins</a>

  - */

  -public interface WebSession extends EJBObject, HttpSession {

  -

  -}

  +/**
  + * Redistribution and use of this software and associated documentation
  + * ("Software"), with or without modification, are permitted provided
  + * that the following conditions are met:
  + *
  + * 1. Redistributions of source code must retain copyright
  + *    statements and notices.  Redistributions must also contain a
  + *    copy of this document.
  + *
  + * 2. Redistributions in binary form must reproduce the
  + *    above copyright notice, this list of conditions and the
  + *    following disclaimer in the documentation and/or other
  + *    materials provided with the distribution.
  + *
  + * 3. The name "OpenEJB" must not be used to endorse or promote
  + *    products derived from this Software without prior written
  + *    permission of The OpenEJB Group.  For written permission,
  + *    please contact [EMAIL PROTECTED]
  + *
  + * 4. Products derived from this Software may not be called "OpenEJB"
  + *    nor may "OpenEJB" appear in their names without prior written
  + *    permission of The OpenEJB Group. OpenEJB is a registered
  + *    trademark of The OpenEJB Group.
  + *
  + * 5. Due credit should be given to the OpenEJB Project
  + *    (http://www.openejb.org/).
  + *
  + * THIS SOFTWARE IS PROVIDED BY THE OPENEJB GROUP AND CONTRIBUTORS
  + * ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT
  + * NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
  + * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL
  + * THE OPENEJB GROUP OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
  + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  + * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  + * OF THE POSSIBILITY OF SUCH DAMAGE.
  + *
  + * Copyright 2001 (C) The OpenEJB Group. All Rights Reserved.
  + *
  + * $Id$
  + */
  +package org.openejb.webadmin.httpd;
  +
  +import javax.ejb.EJBObject;
  +
  +import org.openejb.webadmin.HttpSession;
  +
  +/**
  + * @author <a href="mailto:[EMAIL PROTECTED]">David Blevins</a>
  + */
  +public interface WebSession extends EJBObject, HttpSession {
  +
  +}
  
  
  
  1.2       +101 -101  
openejb1/modules/webadmin/src/java/org/openejb/webadmin/httpd/WebSessionBean.java
  
  Index: WebSessionBean.java
  ===================================================================
  RCS file: 
/home/projects/openejb/scm/openejb1/modules/webadmin/src/java/org/openejb/webadmin/httpd/WebSessionBean.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- WebSessionBean.java       26 Mar 2004 21:44:03 -0000      1.1
  +++ WebSessionBean.java       16 Jun 2005 22:29:56 -0000      1.2
  @@ -1,101 +1,101 @@
  -/**

  - * Redistribution and use of this software and associated documentation

  - * ("Software"), with or without modification, are permitted provided

  - * that the following conditions are met:

  - *

  - * 1. Redistributions of source code must retain copyright

  - *    statements and notices.  Redistributions must also contain a

  - *    copy of this document.

  - *

  - * 2. Redistributions in binary form must reproduce the

  - *    above copyright notice, this list of conditions and the

  - *    following disclaimer in the documentation and/or other

  - *    materials provided with the distribution.

  - *

  - * 3. The name "OpenEJB" must not be used to endorse or promote

  - *    products derived from this Software without prior written

  - *    permission of The OpenEJB Group.  For written permission,

  - *    please contact [EMAIL PROTECTED]

  - *

  - * 4. Products derived from this Software may not be called "OpenEJB"

  - *    nor may "OpenEJB" appear in their names without prior written

  - *    permission of The OpenEJB Group. OpenEJB is a registered

  - *    trademark of The OpenEJB Group.

  - *

  - * 5. Due credit should be given to the OpenEJB Project

  - *    (http://openejb.sf.net/).

  - *

  - * THIS SOFTWARE IS PROVIDED BY THE OPENEJB GROUP AND CONTRIBUTORS

  - * ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT

  - * NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND

  - * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL

  - * THE OPENEJB GROUP OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,

  - * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES

  - * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR

  - * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

  - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

  - * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

  - * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

  - * OF THE POSSIBILITY OF SUCH DAMAGE.

  - *

  - * Copyright 2001 (C) The OpenEJB Group. All Rights Reserved.

  - *

  - * $Id$

  - */

  -package org.openejb.webadmin.httpd;

  -

  -import java.util.HashMap;

  -

  -import javax.ejb.CreateException;

  -import javax.ejb.SessionBean;

  -import javax.ejb.SessionContext;

  -

  -import org.openejb.core.stateful.StatefulEjbObjectHandler;

  -import org.openejb.util.proxy.ProxyManager;

  -

  -/**

  - * @author <a href="mailto:[EMAIL PROTECTED]">David Blevins</a>

  - */

  -public class WebSessionBean implements SessionBean {

  -

  -    private SessionContext ctx;

  -    private HashMap attributes;

  -

  -    public void ejbCreate() throws CreateException {

  -        attributes = new HashMap();

  -    }

  -

  -    public String getId() {

  -        Object obj = ProxyManager.getInvocationHandler(ctx.getEJBObject());

  -        StatefulEjbObjectHandler handler = (StatefulEjbObjectHandler) obj;

  -        return handler.getRegistryId() + "";

  -    }

  -

  -    public Object getAttribute(String name) {

  -        return attributes.get(name);

  -    }

  -

  -    public void setAttribute(String name, Object value) {

  -        attributes.put(name, value);

  -    }

  -

  -    public void removeAttribute(String name) {

  -        attributes.remove(name);

  -    }

  -

  -    public void ejbActivate() {

  -

  -    }

  -

  -    public void ejbPassivate() {

  -

  -    }

  -

  -    public void ejbRemove() {

  -

  -    }

  -

  -    public void setSessionContext(SessionContext ctx) {

  -        this.ctx = ctx;

  -    }

  -}

  +/**
  + * Redistribution and use of this software and associated documentation
  + * ("Software"), with or without modification, are permitted provided
  + * that the following conditions are met:
  + *
  + * 1. Redistributions of source code must retain copyright
  + *    statements and notices.  Redistributions must also contain a
  + *    copy of this document.
  + *
  + * 2. Redistributions in binary form must reproduce the
  + *    above copyright notice, this list of conditions and the
  + *    following disclaimer in the documentation and/or other
  + *    materials provided with the distribution.
  + *
  + * 3. The name "OpenEJB" must not be used to endorse or promote
  + *    products derived from this Software without prior written
  + *    permission of The OpenEJB Group.  For written permission,
  + *    please contact [EMAIL PROTECTED]
  + *
  + * 4. Products derived from this Software may not be called "OpenEJB"
  + *    nor may "OpenEJB" appear in their names without prior written
  + *    permission of The OpenEJB Group. OpenEJB is a registered
  + *    trademark of The OpenEJB Group.
  + *
  + * 5. Due credit should be given to the OpenEJB Project
  + *    (http://www.openejb.org/).
  + *
  + * THIS SOFTWARE IS PROVIDED BY THE OPENEJB GROUP AND CONTRIBUTORS
  + * ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT
  + * NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
  + * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL
  + * THE OPENEJB GROUP OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
  + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  + * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  + * OF THE POSSIBILITY OF SUCH DAMAGE.
  + *
  + * Copyright 2001 (C) The OpenEJB Group. All Rights Reserved.
  + *
  + * $Id$
  + */
  +package org.openejb.webadmin.httpd;
  +
  +import java.util.HashMap;
  +
  +import javax.ejb.CreateException;
  +import javax.ejb.SessionBean;
  +import javax.ejb.SessionContext;
  +
  +import org.openejb.core.stateful.StatefulEjbObjectHandler;
  +import org.openejb.util.proxy.ProxyManager;
  +
  +/**
  + * @author <a href="mailto:[EMAIL PROTECTED]">David Blevins</a>
  + */
  +public class WebSessionBean implements SessionBean {
  +
  +    private SessionContext ctx;
  +    private HashMap attributes;
  +
  +    public void ejbCreate() throws CreateException {
  +        attributes = new HashMap();
  +    }
  +
  +    public String getId() {
  +        Object obj = ProxyManager.getInvocationHandler(ctx.getEJBObject());
  +        StatefulEjbObjectHandler handler = (StatefulEjbObjectHandler) obj;
  +        return handler.getRegistryId() + "";
  +    }
  +
  +    public Object getAttribute(String name) {
  +        return attributes.get(name);
  +    }
  +
  +    public void setAttribute(String name, Object value) {
  +        attributes.put(name, value);
  +    }
  +
  +    public void removeAttribute(String name) {
  +        attributes.remove(name);
  +    }
  +
  +    public void ejbActivate() {
  +
  +    }
  +
  +    public void ejbPassivate() {
  +
  +    }
  +
  +    public void ejbRemove() {
  +
  +    }
  +
  +    public void setSessionContext(SessionContext ctx) {
  +        this.ctx = ctx;
  +    }
  +}
  
  
  
  1.2       +58 -58    
openejb1/modules/webadmin/src/java/org/openejb/webadmin/httpd/WebSessionHome.java
  
  Index: WebSessionHome.java
  ===================================================================
  RCS file: 
/home/projects/openejb/scm/openejb1/modules/webadmin/src/java/org/openejb/webadmin/httpd/WebSessionHome.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- WebSessionHome.java       26 Mar 2004 21:44:03 -0000      1.1
  +++ WebSessionHome.java       16 Jun 2005 22:29:56 -0000      1.2
  @@ -1,58 +1,58 @@
  -/**

  - * Redistribution and use of this software and associated documentation

  - * ("Software"), with or without modification, are permitted provided

  - * that the following conditions are met:

  - *

  - * 1. Redistributions of source code must retain copyright

  - *    statements and notices.  Redistributions must also contain a

  - *    copy of this document.

  - *

  - * 2. Redistributions in binary form must reproduce the

  - *    above copyright notice, this list of conditions and the

  - *    following disclaimer in the documentation and/or other

  - *    materials provided with the distribution.

  - *

  - * 3. The name "OpenEJB" must not be used to endorse or promote

  - *    products derived from this Software without prior written

  - *    permission of The OpenEJB Group.  For written permission,

  - *    please contact [EMAIL PROTECTED]

  - *

  - * 4. Products derived from this Software may not be called "OpenEJB"

  - *    nor may "OpenEJB" appear in their names without prior written

  - *    permission of The OpenEJB Group. OpenEJB is a registered

  - *    trademark of The OpenEJB Group.

  - *

  - * 5. Due credit should be given to the OpenEJB Project

  - *    (http://openejb.sf.net/).

  - *

  - * THIS SOFTWARE IS PROVIDED BY THE OPENEJB GROUP AND CONTRIBUTORS

  - * ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT

  - * NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND

  - * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL

  - * THE OPENEJB GROUP OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,

  - * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES

  - * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR

  - * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

  - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

  - * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

  - * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

  - * OF THE POSSIBILITY OF SUCH DAMAGE.

  - *

  - * Copyright 2001 (C) The OpenEJB Group. All Rights Reserved.

  - *

  - * $Id$

  - */

  -package org.openejb.webadmin.httpd;

  -

  -import java.rmi.RemoteException;

  -

  -import javax.ejb.EJBHome;

  -

  -/**

  - * @author <a href="mailto:[EMAIL PROTECTED]">David Blevins</a>

  - */

  -public interface WebSessionHome extends EJBHome {

  -

  -    public WebSession create() throws RemoteException;

  -    

  -}

  +/**
  + * Redistribution and use of this software and associated documentation
  + * ("Software"), with or without modification, are permitted provided
  + * that the following conditions are met:
  + *
  + * 1. Redistributions of source code must retain copyright
  + *    statements and notices.  Redistributions must also contain a
  + *    copy of this document.
  + *
  + * 2. Redistributions in binary form must reproduce the
  + *    above copyright notice, this list of conditions and the
  + *    following disclaimer in the documentation and/or other
  + *    materials provided with the distribution.
  + *
  + * 3. The name "OpenEJB" must not be used to endorse or promote
  + *    products derived from this Software without prior written
  + *    permission of The OpenEJB Group.  For written permission,
  + *    please contact [EMAIL PROTECTED]
  + *
  + * 4. Products derived from this Software may not be called "OpenEJB"
  + *    nor may "OpenEJB" appear in their names without prior written
  + *    permission of The OpenEJB Group. OpenEJB is a registered
  + *    trademark of The OpenEJB Group.
  + *
  + * 5. Due credit should be given to the OpenEJB Project
  + *    (http://www.openejb.org/).
  + *
  + * THIS SOFTWARE IS PROVIDED BY THE OPENEJB GROUP AND CONTRIBUTORS
  + * ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT
  + * NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
  + * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL
  + * THE OPENEJB GROUP OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
  + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  + * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  + * OF THE POSSIBILITY OF SUCH DAMAGE.
  + *
  + * Copyright 2001 (C) The OpenEJB Group. All Rights Reserved.
  + *
  + * $Id$
  + */
  +package org.openejb.webadmin.httpd;
  +
  +import java.rmi.RemoteException;
  +
  +import javax.ejb.EJBHome;
  +
  +/**
  + * @author <a href="mailto:[EMAIL PROTECTED]">David Blevins</a>
  + */
  +public interface WebSessionHome extends EJBHome {
  +
  +    public WebSession create() throws RemoteException;
  +    
  +}
  
  
  

Reply via email to