Class ModuleFrameworkUtil
Object
com.liferay.portal.module.framework.ModuleFrameworkUtil
This class is a simple wrapper in order to make the framework module running
under its own class loader.
- Author:
- Miguel Pastor, Raymond Augé
- See Also:
-
ModuleFrameworkClassLoader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.osgi.framework.launch.Framework
static org.osgi.framework.launch.Framework
static void
static void
registerContext
(Object context) static void
static void
stopFramework
(long timeout) static void
unregisterContext
(Object context)
-
Constructor Details
-
ModuleFrameworkUtil
public ModuleFrameworkUtil()
-
-
Method Details