org.apache.jetspeed.portlets.palm
Class PortletApplicationStatusBean

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

public class PortletApplicationStatusBean
extends Object
implements Serializable

PortletApplicationStatusBean

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

Field Summary
private  boolean local
           
private  String name
           
private  String path
           
private  boolean running
           
private  String version
           
 
Constructor Summary
PortletApplicationStatusBean(org.apache.jetspeed.om.common.portlet.MutablePortletApplication pa, boolean running)
           
 
Method Summary
 String getName()
           
 String getPath()
           
 String getVersion()
           
 boolean isLocal()
           
 boolean isRunning()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

private String name

path

private String path

version

private String version

local

private boolean local

running

private boolean running
Constructor Detail

PortletApplicationStatusBean

public PortletApplicationStatusBean(org.apache.jetspeed.om.common.portlet.MutablePortletApplication pa,
                                    boolean running)
Method Detail

getPath

public String getPath()

isLocal

public boolean isLocal()

getName

public String getName()

isRunning

public boolean isRunning()

getVersion

public String getVersion()


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