Class Activator.ScrExtension

  • Enclosing class:
    Activator

    protected class Activator.ScrExtension
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.osgi.framework.Bundle bundle  
      private java.util.concurrent.locks.Lock stateLock  
    • Constructor Summary

      Constructors 
      Constructor Description
      ScrExtension​(org.osgi.framework.Bundle bundle)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void destroy()  
      void start()  
      • Methods inherited from class java.lang.Object

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

      • bundle

        private final org.osgi.framework.Bundle bundle
      • stateLock

        private final java.util.concurrent.locks.Lock stateLock
    • Constructor Detail

      • ScrExtension

        public ScrExtension​(org.osgi.framework.Bundle bundle)
    • Method Detail

      • start

        public void start()
      • destroy

        public void destroy()