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