Package org.infinispan.jboss.marshalling
Class JbossMarshallingModule
java.lang.Object
org.infinispan.jboss.marshalling.JbossMarshallingModule
- All Implemented Interfaces:
ModuleLifecycle
JBoss Marshalling module lifecycle callbacks
Registers a JBoss Marshalling encoder and transcoder.
- Since:
- 11.0
- Author:
- Dan Berindei
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheManagerStarting
(GlobalComponentRegistry gcr, GlobalConfiguration globalConfiguration) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.infinispan.lifecycle.ModuleLifecycle
cacheManagerStarted, cacheManagerStopped, cacheManagerStopping, cacheStarted, cacheStarting, cacheStopped, cacheStopping
-
Constructor Details
-
JbossMarshallingModule
public JbossMarshallingModule()
-
-
Method Details
-
cacheManagerStarting
public void cacheManagerStarting(GlobalComponentRegistry gcr, GlobalConfiguration globalConfiguration) - Specified by:
cacheManagerStarting
in interfaceModuleLifecycle
-