org.apache.jetspeed.tools.pamanager
Interface PortletApplicationManagement


public interface PortletApplicationManagement

PortletApplicationManagement

Version:
$Id: PortletApplicationManagement.java 593180 2007-11-08 15:00:35Z weaver $
Author:
Ate Douma

Field Summary
static String LOCAL_PA_PREFIX
           
 
Method Summary
 boolean isStarted()
           
 void startInternalApplication(String contextName)
           
 void startLocalPortletApplication(String contextName, FileSystemHelper warStruct, ClassLoader paClassLoader)
           
 void startPortletApplication(String contextName, FileSystemHelper warStruct, ClassLoader paClassLoader)
           
 void startPortletApplication(String contextName, String contextPath, FileSystemHelper warStruct, ClassLoader paClassLoader)
          Allows deployment to override the default of using the contextName as the context path.
 void stopLocalPortletApplication(String contextName)
           
 void stopPortletApplication(String contextName)
           
 void unregisterPortletApplication(String paName)
           
 

Field Detail

LOCAL_PA_PREFIX

static final String LOCAL_PA_PREFIX
See Also:
Constant Field Values
Method Detail

isStarted

boolean isStarted()

startPortletApplication

void startPortletApplication(String contextName,
                             String contextPath,
                             FileSystemHelper warStruct,
                             ClassLoader paClassLoader)
                             throws RegistryException
Allows deployment to override the default of using the contextName as the context path.

Parameters:
contextName -
contextPath -
warStruct -
paClassLoader -
Throws:
RegistryException

startPortletApplication

void startPortletApplication(String contextName,
                             FileSystemHelper warStruct,
                             ClassLoader paClassLoader)
                             throws RegistryException
Throws:
RegistryException

stopPortletApplication

void stopPortletApplication(String contextName)
                            throws RegistryException
Throws:
RegistryException

startLocalPortletApplication

void startLocalPortletApplication(String contextName,
                                  FileSystemHelper warStruct,
                                  ClassLoader paClassLoader)
                                  throws RegistryException
Throws:
RegistryException

startInternalApplication

void startInternalApplication(String contextName)
                              throws RegistryException
Throws:
RegistryException

stopLocalPortletApplication

void stopLocalPortletApplication(String contextName)
                                 throws RegistryException
Throws:
RegistryException

unregisterPortletApplication

void unregisterPortletApplication(String paName)
                                  throws RegistryException
Throws:
RegistryException


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