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
LOCAL_PA_PREFIX
static final String LOCAL_PA_PREFIX
- See Also:
- Constant Field Values
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.