getContextManagerWrapper(ContextManager contextManager) Creates a new instance of ContextManagerWrapper.
Parameters: contextManager - The context manager that this context manager wrapper shouldwrap; must not be null.
Creates a new instance of ContextManagerWrapper.
Parameters: contextManager - The context manager that this context manager wrapper shouldwrap; must not be null. a new instance of ContextManagerWrapper. Clientsshould not make assumptions about the concrete implementationoutside the contract of the interface. Guaranteed not to benull.