org.apache.jetspeed.tools.pamanager
Interface PortletApplicationManagement


public interface PortletApplicationManagement

PortletApplicationManagement

Version:
$Id: PortletApplicationManagement.java 545987 2007-06-11 01:46:18Z taylor $
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 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,
                             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.