org.jboss.portal.portlet.impl.container
Class PortletFilterLifeCycle

java.lang.Object
  extended by org.jboss.portal.portlet.impl.container.LifeCycle
      extended by org.jboss.portal.portlet.impl.container.PortletFilterLifeCycle
All Implemented Interfaces:
ManagedObject, ManagedPortletFilter

public class PortletFilterLifeCycle
extends LifeCycle
implements ManagedPortletFilter

Version:
$Revision: 630 $
Author:
Julien Viet

Method Summary
 java.lang.String getId()
           
protected  ManagedObjectRegistryEventListener getListener()
           
 PortletApplicationLifeCycle getManagedPortletApplication()
           
 PortletFilter getPortletFilter()
           
protected  void invokeStart()
           
protected  void invokeStop()
           
protected  void startDependents()
           
protected  void stopDependents()
           
 java.lang.String toString()
           
 
Methods inherited from class org.jboss.portal.portlet.impl.container.LifeCycle
getStatus, managedStart, managedStop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jboss.portal.portlet.container.managed.ManagedObject
getStatus, managedStart, managedStop
 

Method Detail

invokeStart

protected void invokeStart()
                    throws java.lang.Exception
Specified by:
invokeStart in class LifeCycle
Throws:
java.lang.Exception

startDependents

protected void startDependents()
Overrides:
startDependents in class LifeCycle

stopDependents

protected void stopDependents()
Overrides:
stopDependents in class LifeCycle

invokeStop

protected void invokeStop()
Specified by:
invokeStop in class LifeCycle

getId

public java.lang.String getId()
Specified by:
getId in interface ManagedPortletFilter

getManagedPortletApplication

public PortletApplicationLifeCycle getManagedPortletApplication()
Specified by:
getManagedPortletApplication in interface ManagedPortletFilter

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getPortletFilter

public PortletFilter getPortletFilter()

getListener

protected ManagedObjectRegistryEventListener getListener()
Specified by:
getListener in class LifeCycle


Copyright © 2008. All Rights Reserved.