public interface ModuleFramework
| Modifier and Type | Method and Description |
|---|---|
long |
addBundle(java.lang.String location) |
long |
addBundle(java.lang.String location,
java.io.InputStream inputStream) |
java.lang.Object |
getFramework() |
java.lang.String |
getState(long bundleId) |
void |
initFramework() |
void |
registerContext(java.lang.Object context) |
void |
setBundleStartLevel(long bundleId,
int startLevel) |
void |
startBundle(long bundleId) |
void |
startBundle(long bundleId,
int options) |
void |
startFramework() |
void |
startRuntime() |
void |
stopBundle(long bundleId) |
void |
stopBundle(long bundleId,
int options) |
void |
stopFramework(long timeout) |
void |
stopRuntime() |
void |
uninstallBundle(long bundleId) |
void |
updateBundle(long bundleId) |
void |
updateBundle(long bundleId,
java.io.InputStream inputStream) |
long addBundle(java.lang.String location)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionlong addBundle(java.lang.String location,
java.io.InputStream inputStream)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.lang.Object getFramework()
java.lang.String getState(long bundleId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionvoid initFramework()
throws java.lang.Exception
java.lang.Exceptionvoid registerContext(java.lang.Object context)
void setBundleStartLevel(long bundleId,
int startLevel)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionvoid startBundle(long bundleId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionvoid startBundle(long bundleId,
int options)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionvoid startFramework()
throws java.lang.Exception
java.lang.Exceptionvoid startRuntime()
throws java.lang.Exception
java.lang.Exceptionvoid stopBundle(long bundleId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionvoid stopBundle(long bundleId,
int options)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionvoid stopFramework(long timeout)
throws java.lang.Exception
java.lang.Exceptionvoid stopRuntime()
throws java.lang.Exception
java.lang.Exceptionvoid uninstallBundle(long bundleId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionvoid updateBundle(long bundleId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionvoid updateBundle(long bundleId,
java.io.InputStream inputStream)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException