1 /*2 * JBoss, the OpenSource J2EE webOS3 *4 * Distributable under LGPL license.5 * See terms of license at gnu.org.6 */7 8 package org.jboss.ha.httpsession.beanimpl.interfaces;9 10 /**11 * Local interface for clustered HTTP sessions.12 *13 * @see org.jboss.ha.httpsession.beanimpl.interfaces.ClusteredHTTPSessionBusiness14 *15 * @author <a HREF="mailto:sacha.labourey@cogito-info.ch">Sacha Labourey</a>.16 * @version $Revision: 1.2 $17 * 18 * <p><b>Revisions:</b>19 *20 * <p><b>20020105 Sacha Labourey:</b>21 * <ul>22 * <li> First implementation </li> 23 * </ul>24 */25 26 public interface LocalClusteredHTTPSession extends ClusteredHTTPSessionBusiness, javax.ejb.EJBLocalObject 27 {28 29 }30