Class RemotePersistentCacheService


  • public class RemotePersistentCacheService
    extends java.lang.Object
    • Constructor Detail

      • RemotePersistentCacheService

        public RemotePersistentCacheService()
    • Method Detail

      • activate

        public void activate​(org.osgi.service.component.ComponentContext context,
                             Configuration config)
                      throws java.io.IOException
        Throws:
        java.io.IOException
      • deactivate

        public void deactivate()
                        throws java.io.IOException
        Throws:
        java.io.IOException
      • registerCloseable

        protected void registerCloseable​(Registration registration)
      • registerMBean

        protected <T> Registration registerMBean​(java.lang.Class<T> clazz,
                                                 T bean,
                                                 java.lang.String type,
                                                 java.lang.String name)