Class ContextManagerProviderRegistration


  • public class ContextManagerProviderRegistration
    extends java.lang.Object

    This class gives the container that registered a ContextManagerProvider exclusive control over unregistering it.

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void unregister()
      Unregister the ContextManagerProvider that is represented by this ContextManagerProviderRegistration instance.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • unregister

        public void unregister()
        Unregister the ContextManagerProvider that is represented by this ContextManagerProviderRegistration instance.