org.apache.jetspeed.portlets.palm
Class PortletApplicationStatusBean

java.lang.Object
  extended by org.apache.jetspeed.portlets.palm.PortletApplicationStatusBean
All Implemented Interfaces:
java.io.Serializable

public class PortletApplicationStatusBean
extends java.lang.Object
implements java.io.Serializable

PortletApplicationStatusBean

Version:
$Id: PortletApplicationStatusBean.java 348264 2005-11-22 22:06:45Z taylor $
Author:
Ate Douma
See Also:
Serialized Form

Constructor Summary
PortletApplicationStatusBean(MutablePortletApplication pa, boolean running)
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getPath()
           
 java.lang.String getVersion()
           
 boolean isLocal()
           
 boolean isRunning()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletApplicationStatusBean

public PortletApplicationStatusBean(MutablePortletApplication pa,
                                    boolean running)
Method Detail

getPath

public java.lang.String getPath()

isLocal

public boolean isLocal()

getName

public java.lang.String getName()

isRunning

public boolean isRunning()

getVersion

public java.lang.String getVersion()


Copyright © 1999-2009 Apache Software Foundation. All Rights Reserved.