public class org.ehcache.impl.internal.events.DisabledCacheEventNotificationService<K, V> implements org.ehcache.core.events.CacheEventDispatcher<K, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.ehcache.impl.internal.events.DisabledCacheEventNotificationService
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.ehcache.impl.internal.events.DisabledCacheEventNotificationService this
         0: .line 35
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.ehcache.impl.internal.events.DisabledCacheEventNotificationService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/impl/internal/events/DisabledCacheEventNotificationService<TK;TV;>;

  public void registerCacheEventListener(org.ehcache.event.CacheEventListener<? super K, ? super V>, org.ehcache.event.EventOrdering, org.ehcache.event.EventFiring, java.util.EnumSet<org.ehcache.event.EventType>);
    descriptor: (Lorg/ehcache/event/CacheEventListener;Lorg/ehcache/event/EventOrdering;Lorg/ehcache/event/EventFiring;Ljava/util/EnumSet;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=5, args_size=5
        start local 0 // org.ehcache.impl.internal.events.DisabledCacheEventNotificationService this
        start local 1 // org.ehcache.event.CacheEventListener listener
        start local 2 // org.ehcache.event.EventOrdering ordering
        start local 3 // org.ehcache.event.EventFiring firing
        start local 4 // java.util.EnumSet eventTypes
         0: .line 39
            return
        end local 4 // java.util.EnumSet eventTypes
        end local 3 // org.ehcache.event.EventFiring firing
        end local 2 // org.ehcache.event.EventOrdering ordering
        end local 1 // org.ehcache.event.CacheEventListener listener
        end local 0 // org.ehcache.impl.internal.events.DisabledCacheEventNotificationService this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/ehcache/impl/internal/events/DisabledCacheEventNotificationService<TK;TV;>;
            0    1     1    listener  Lorg/ehcache/event/CacheEventListener<-TK;-TV;>;
            0    1     2    ordering  Lorg/ehcache/event/EventOrdering;
            0    1     3      firing  Lorg/ehcache/event/EventFiring;
            0    1     4  eventTypes  Ljava/util/EnumSet<Lorg/ehcache/event/EventType;>;
    Signature: (Lorg/ehcache/event/CacheEventListener<-TK;-TV;>;Lorg/ehcache/event/EventOrdering;Lorg/ehcache/event/EventFiring;Ljava/util/EnumSet<Lorg/ehcache/event/EventType;>;)V
    MethodParameters:
            Name  Flags
      listener    
      ordering    
      firing      
      eventTypes  

  public void deregisterCacheEventListener(org.ehcache.event.CacheEventListener<? super K, ? super V>);
    descriptor: (Lorg/ehcache/event/CacheEventListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.ehcache.impl.internal.events.DisabledCacheEventNotificationService this
        start local 1 // org.ehcache.event.CacheEventListener listener
         0: .line 43
            return
        end local 1 // org.ehcache.event.CacheEventListener listener
        end local 0 // org.ehcache.impl.internal.events.DisabledCacheEventNotificationService this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/ehcache/impl/internal/events/DisabledCacheEventNotificationService<TK;TV;>;
            0    1     1  listener  Lorg/ehcache/event/CacheEventListener<-TK;-TV;>;
    Signature: (Lorg/ehcache/event/CacheEventListener<-TK;-TV;>;)V
    MethodParameters:
          Name  Flags
      listener  

  public void shutdown();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.ehcache.impl.internal.events.DisabledCacheEventNotificationService this
         0: .line 47
            return
        end local 0 // org.ehcache.impl.internal.events.DisabledCacheEventNotificationService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/impl/internal/events/DisabledCacheEventNotificationService<TK;TV;>;

  public void setListenerSource(org.ehcache.Cache<K, V>);
    descriptor: (Lorg/ehcache/Cache;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.ehcache.impl.internal.events.DisabledCacheEventNotificationService this
        start local 1 // org.ehcache.Cache source
         0: .line 51
            return
        end local 1 // org.ehcache.Cache source
        end local 0 // org.ehcache.impl.internal.events.DisabledCacheEventNotificationService this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/ehcache/impl/internal/events/DisabledCacheEventNotificationService<TK;TV;>;
            0    1     1  source  Lorg/ehcache/Cache<TK;TV;>;
    Signature: (Lorg/ehcache/Cache<TK;TV;>;)V
    MethodParameters:
        Name  Flags
      source  

  public java.util.List<org.ehcache.core.CacheConfigurationChangeListener> getConfigurationChangeListeners();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.ehcache.impl.internal.events.DisabledCacheEventNotificationService this
         0: .line 55
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            areturn
        end local 0 // org.ehcache.impl.internal.events.DisabledCacheEventNotificationService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/impl/internal/events/DisabledCacheEventNotificationService<TK;TV;>;
    Signature: ()Ljava/util/List<Lorg/ehcache/core/CacheConfigurationChangeListener;>;

  public void setStoreEventSource(org.ehcache.core.spi.store.events.StoreEventSource<K, V>);
    descriptor: (Lorg/ehcache/core/spi/store/events/StoreEventSource;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.ehcache.impl.internal.events.DisabledCacheEventNotificationService this
        start local 1 // org.ehcache.core.spi.store.events.StoreEventSource eventSource
         0: .line 60
            return
        end local 1 // org.ehcache.core.spi.store.events.StoreEventSource eventSource
        end local 0 // org.ehcache.impl.internal.events.DisabledCacheEventNotificationService this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/ehcache/impl/internal/events/DisabledCacheEventNotificationService<TK;TV;>;
            0    1     1  eventSource  Lorg/ehcache/core/spi/store/events/StoreEventSource<TK;TV;>;
    Signature: (Lorg/ehcache/core/spi/store/events/StoreEventSource<TK;TV;>;)V
    MethodParameters:
             Name  Flags
      eventSource  
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;Lorg/ehcache/core/events/CacheEventDispatcher<TK;TV;>;
SourceFile: "DisabledCacheEventNotificationService.java"