org.apache.jetspeed.portlets.rpad.portlet.deployer.impl
Class JetspeedPortletDeployer

java.lang.Object
  extended by org.apache.jetspeed.portlets.rpad.portlet.deployer.impl.JetspeedPortletDeployer
All Implemented Interfaces:
PortletDeployer

public class JetspeedPortletDeployer
extends Object
implements PortletDeployer


Nested Class Summary
 class JetspeedPortletDeployer.DeployerThread
           
 
Field Summary
private static org.apache.commons.logging.Log log
          Logger for this class
private  long startTime
           
private  int status
           
 
Fields inherited from interface org.apache.jetspeed.portlets.rpad.portlet.deployer.PortletDeployer
DEPLOYING, READY
 
Constructor Summary
JetspeedPortletDeployer()
           
 
Method Summary
 void deploy(PortletApplication portlet)
           
protected  void drain(InputStream in, OutputStream out)
           
protected  InputStream getInputStream(String path)
           
 int getStatus()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static final org.apache.commons.logging.Log log
Logger for this class


status

private int status

startTime

private long startTime
Constructor Detail

JetspeedPortletDeployer

public JetspeedPortletDeployer()
Method Detail

getStatus

public int getStatus()
Specified by:
getStatus in interface PortletDeployer

deploy

public void deploy(PortletApplication portlet)
Specified by:
deploy in interface PortletDeployer

drain

protected void drain(InputStream in,
                     OutputStream out)
              throws IOException
Throws:
IOException

getInputStream

protected InputStream getInputStream(String path)


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