From portal-commits at lists.jboss.org Tue Mar 18 06:43:08 2008 Content-Type: multipart/mixed; boundary="===============9169598426826227989==" MIME-Version: 1.0 From: portal-commits at lists.jboss.org To: portal-commits at lists.jboss.org Subject: [portal-commits] JBoss Portal SVN: r10302 - in modules/portlet/trunk/portlet/src/main/java/org/jboss/portal/portlet: info and 1 other directory. Date: Tue, 18 Mar 2008 06:43:08 -0400 Message-ID: --===============9169598426826227989== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: thomas.heute(a)jboss.com Date: 2008-03-18 06:43:07 -0400 (Tue, 18 Mar 2008) New Revision: 10302 Removed: modules/portlet/trunk/portlet/src/main/java/org/jboss/portal/portlet/imp= l/info/ContainerSessionInfo.java modules/portlet/trunk/portlet/src/main/java/org/jboss/portal/portlet/inf= o/SessionInfo.java Log: Removed TransactionInfo, this is specific to JBoss Portal Deleted: modules/portlet/trunk/portlet/src/main/java/org/jboss/portal/portl= et/impl/info/ContainerSessionInfo.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- modules/portlet/trunk/portlet/src/main/java/org/jboss/portal/portlet/im= pl/info/ContainerSessionInfo.java 2008-03-18 10:19:53 UTC (rev 10301) +++ modules/portlet/trunk/portlet/src/main/java/org/jboss/portal/portlet/im= pl/info/ContainerSessionInfo.java 2008-03-18 10:43:07 UTC (rev 10302) @@ -1,52 +0,0 @@ -/*************************************************************************= ***** - * JBoss, a division of Red Hat = * - * Copyright 2006, Red Hat Middleware, LLC, 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. = * - *************************************************************************= *****/ -package org.jboss.portal.portlet.impl.info; - -import org.jboss.portal.portlet.info.SessionInfo; - -/** - * @author Julien Viet - * @version $Revision: 7226 $ - */ -public class ContainerSessionInfo implements SessionInfo -{ - - /** . */ - private boolean distributed; - - ContainerSessionInfo(Boolean distributed) - { - if (distributed =3D=3D null) - { - distributed =3D false; - } - - // - this.distributed =3D distributed; - } - - public Boolean getDistributed() - { - return distributed; - } -} \ No newline at end of file Deleted: modules/portlet/trunk/portlet/src/main/java/org/jboss/portal/portl= et/info/SessionInfo.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- modules/portlet/trunk/portlet/src/main/java/org/jboss/portal/portlet/in= fo/SessionInfo.java 2008-03-18 10:19:53 UTC (rev 10301) +++ modules/portlet/trunk/portlet/src/main/java/org/jboss/portal/portlet/in= fo/SessionInfo.java 2008-03-18 10:43:07 UTC (rev 10302) @@ -1,35 +0,0 @@ -/*************************************************************************= ***** - * JBoss, a division of Red Hat = * - * Copyright 2006, Red Hat Middleware, LLC, 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. = * - *************************************************************************= *****/ -package org.jboss.portal.portlet.info; - -/** - * @author Julien Viet - * @version $Revision: 5448 $ - */ -public interface SessionInfo -{ - /** - * @return true if the session should be distributed - */ - Boolean getDistributed(); -} --===============9169598426826227989==--