Package org.infinispan.rest.resources
Class LoggingResource
- java.lang.Object
-
- org.infinispan.rest.resources.LoggingResource
-
- All Implemented Interfaces:
ResourceHandler
public final class LoggingResource extends Object implements ResourceHandler
Logging configuration resource. This resource is log4j 2.x-specific- Since:
- 11.0
- Author:
- tristan@infinispan.org
-
-
Constructor Summary
Constructors Constructor Description LoggingResource(InvocationHelper invocationHelper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Invocations
getInvocations()
Return theInvocations
handled by this ResourceHandler.
-
-
-
Constructor Detail
-
LoggingResource
public LoggingResource(InvocationHelper invocationHelper)
-
-
Method Detail
-
getInvocations
public Invocations getInvocations()
Description copied from interface:ResourceHandler
Return theInvocations
handled by this ResourceHandler.- Specified by:
getInvocations
in interfaceResourceHandler
-
-