Package org.wildfly.clustering.web
Interface LocalContextFactory<L>
-
public interface LocalContextFactory<L>Create a local context. The local context is a mutable object that will *not* replicate to other nodes.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LcreateLocalContext()
-
-
-
Method Detail
-
createLocalContext
L createLocalContext()
-
-