org.apache.jetspeed.tools.pamanager
Interface PortletApplicationManagement


public interface PortletApplicationManagement

PortletApplicationManagement

Version:
$Id: PortletApplicationManagement.java 188417 2005-03-23 22:18:42Z ate $
Author:
Ate Douma

Field Summary
static String LOCAL_PA_PREFIX
           
 
Method Summary
 void startLocalPortletApplication(String contextName, FileSystemHelper warStruct, ClassLoader paClassLoader)
           
 void startPortletApplication(String contextName, FileSystemHelper warStruct, ClassLoader paClassLoader)
           
 void stopLocalPortletApplication(String contextName)
           
 void stopPortletApplication(String contextName)
           
 void unregisterPortletApplication(String paName)
           
 

Field Detail

LOCAL_PA_PREFIX

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

startPortletApplication

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

stopPortletApplication

public void stopPortletApplication(String contextName)
                            throws RegistryException
Throws:
RegistryException

startLocalPortletApplication

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

stopLocalPortletApplication

public void stopLocalPortletApplication(String contextName)
                                 throws RegistryException
Throws:
RegistryException

unregisterPortletApplication

public void unregisterPortletApplication(String paName)
                                  throws RegistryException
Throws:
RegistryException


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