Package | Description |
---|---|
com.liferay.portal.kernel.cluster | |
com.liferay.portal.kernel.management | |
com.liferay.portal.kernel.module.framework.service | |
com.liferay.portal.kernel.service.http | |
com.liferay.portal.kernel.util |
This package defines the kernel utility interfaces and classes.
|
Modifier and Type | Method and Description |
---|---|
static MethodHandler |
ClusterableInvokerUtil.createMethodHandler(Class<? extends ClusterInvokeAcceptor> clusterInvokeAcceptorClass,
Object targetObject,
Method method,
Object[] arguments) |
Modifier and Type | Method and Description |
---|---|
static <T> Future<T> |
ClusterMasterExecutorUtil.executeOnMaster(MethodHandler methodHandler) |
<T> NoticeableFuture<T> |
ClusterMasterExecutor.executeOnMaster(MethodHandler methodHandler) |
Modifier and Type | Method and Description |
---|---|
static MethodHandler |
PortalManagerUtil.createManageActionMethodHandler(ManageAction<?> manageAction) |
Modifier and Type | Method and Description |
---|---|
static MethodHandler |
IdentifiableOSGiServiceInvokerUtil.createMethodHandler(Object targetObject,
Method method,
Object[] args) |
Modifier and Type | Method and Description |
---|---|
static Object |
TunnelUtil.invoke(HttpPrincipal httpPrincipal,
MethodHandler methodHandler) |
Modifier and Type | Method and Description |
---|---|
Object |
ClassLoaderProxy.invoke(MethodHandler methodHandler) |