class org.ehcache.jsr107.Eh107CacheManager
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.ehcache.jsr107.Eh107CacheManager
  super_class: java.lang.Object
{
  private static final org.slf4j.Logger LOG;
    descriptor: Lorg/slf4j/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final javax.management.MBeanServer MBEAN_SERVER;
    descriptor: Ljavax/management/MBeanServer;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final java.lang.Object cachesLock;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.concurrent.ConcurrentMap<java.lang.String, org.ehcache.jsr107.Eh107Cache<?, ?>> caches;
    descriptor: Ljava/util/concurrent/ConcurrentMap;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/concurrent/ConcurrentMap<Ljava/lang/String;Lorg/ehcache/jsr107/Eh107Cache<**>;>;

  private final org.ehcache.CacheManager ehCacheManager;
    descriptor: Lorg/ehcache/CacheManager;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.ehcache.jsr107.EhcacheCachingProvider cachingProvider;
    descriptor: Lorg/ehcache/jsr107/EhcacheCachingProvider;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.ClassLoader classLoader;
    descriptor: Ljava/lang/ClassLoader;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.net.URI uri;
    descriptor: Ljava/net/URI;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.Properties props;
    descriptor: Ljava/util/Properties;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.ehcache.jsr107.ConfigurationMerger configurationMerger;
    descriptor: Lorg/ehcache/jsr107/ConfigurationMerger;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.ehcache.core.spi.service.StatisticsService statisticsService;
    descriptor: Lorg/ehcache/core/spi/service/StatisticsService;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(org.ehcache.jsr107.EhcacheCachingProvider, org.ehcache.CacheManager, org.ehcache.jsr107.Jsr107Service, java.util.Properties, java.lang.ClassLoader, java.net.URI, org.ehcache.jsr107.ConfigurationMerger);
    descriptor: (Lorg/ehcache/jsr107/EhcacheCachingProvider;Lorg/ehcache/CacheManager;Lorg/ehcache/jsr107/Jsr107Service;Ljava/util/Properties;Ljava/lang/ClassLoader;Ljava/net/URI;Lorg/ehcache/jsr107/ConfigurationMerger;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=8, args_size=8
        start local 0 // org.ehcache.jsr107.Eh107CacheManager this
         0: .line 42
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.cache cannot be resolved\n\tThe import javax.cache cannot be resolved\n\tThe import javax.cache cannot be resolved\n\tThe import javax.cache cannot be resolved\n\tThe import javax.cache cannot be resolved\n\tCacheManager cannot be resolved to a type\n\tThe method getConfiguration(Class<C>) in the type Eh107Cache<capture#11-of ?,capture#12-of ?> is not applicable for the arguments (Class<Eh107Configuration>)\n\tCachingProvider cannot be resolved to a type\n\tThe method getCachingProvider() of type Eh107CacheManager must override or implement a supertype method\n\tThe method getURI() of type Eh107CacheManager must override or implement a supertype method\n\tThe method getClassLoader() of type Eh107CacheManager must override or implement a supertype method\n\tThe method getProperties() of type Eh107CacheManager must override or implement a supertype method\n\tConfiguration cannot be resolved to a type\n\tCache cannot be resolved to a type\n\tThe method createCache(String, C) of type Eh107CacheManager must override or implement a supertype method\n\tIncompatible conditional operand types C and Eh107Configuration.Eh107ConfigurationWrapper\n\tCannot cast from C to Eh107Configuration.Eh107ConfigurationWrapper<K,V>\n\tCacheException cannot be resolved to a type\n\tThe method getConfiguration(Class<C>) in the type Eh107Cache<K,V> is not applicable for the arguments (Class<Eh107Configuration>)\n\tThe method mergeConfigurations(String, Configuration<K,V>) from the type ConfigurationMerger refers to the missing type Configuration\n\tCacheException cannot be resolved to a type\n\tCacheException cannot be resolved to a type\n\tThe method getListenerResources() from the type CacheResources<K,V> refers to the missing type CacheEntryListenerConfiguration\n\tCannot infer type arguments for Eh107CompleteConfiguration<>\n\tCacheException cannot be resolved to a type\n\tCacheException cannot be resolved to a type\n\tCache cannot be resolved to a type\n\tThe method getCache(String, Class<K>, Class<V>) of type Eh107CacheManager must override or implement a supertype method\n\tThe method getConfiguration(Class<C>) in the type Eh107Cache<K,V> is not applicable for the arguments (Class<Configuration>)\n\tConfiguration cannot be resolved to a type\n\tThe method getConfiguration(Class<C>) in the type Eh107Cache<K,V> is not applicable for the arguments (Class<Configuration>)\n\tConfiguration cannot be resolved to a type\n\tCache cannot be resolved to a type\n\tThe method getCache(String) of type Eh107CacheManager must override or implement a supertype method\n\tType mismatch: cannot convert from Eh107Cache<Object,Object> to Cache<K,V>\n\tThe method getCacheNames() of type Eh107CacheManager must override or implement a supertype method\n\tThe method destroyCache(String) of type Eh107CacheManager must override or implement a supertype method\n\tCacheException cannot be resolved to a type\n\tThe method enableManagement(String, boolean) of type Eh107CacheManager must override or implement a supertype method\n\tCacheException cannot be resolved to a type\n\tCacheException cannot be resolved to a type\n\tThe method enableStatistics(String, boolean) of type Eh107CacheManager must override or implement a supertype method\n\tThe method isClosed() of type Eh107CacheManager must override or implement a supertype method\n\tThe method unwrap(Class<T>) of type Eh107CacheManager must override or implement a supertype method\n\tThe method close() of type Eh107CacheManager must override or implement a supertype method\n\tCacheException cannot be resolved to a type\n\tCacheException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107CacheManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107CacheManager;
    MethodParameters:
                     Name  Flags
      cachingProvider      
      ehCacheManager       
      jsr107Service        
      props                
      classLoader          
      uri                  
      configurationMerger  

  private void refreshAllCaches();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.jsr107.Eh107CacheManager this
         0: .line 96
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getConfiguration(Class<C>) in the type Eh107Cache<capture#11-of ?,capture#12-of ?> is not applicable for the arguments (Class<Eh107Configuration>)\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107CacheManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107CacheManager;

  private <K, V> org.ehcache.jsr107.Eh107Cache<K, V> wrapEhcacheCache(java.lang.String, org.ehcache.config.CacheConfiguration<K, V>);
    descriptor: (Ljava/lang/String;Lorg/ehcache/config/CacheConfiguration;)Lorg/ehcache/jsr107/Eh107Cache;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.ehcache.jsr107.Eh107CacheManager this
         0: .line 107
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107CacheManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107CacheManager;
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(Ljava/lang/String;Lorg/ehcache/config/CacheConfiguration<TK;TV;>;)Lorg/ehcache/jsr107/Eh107Cache<TK;TV;>;
    MethodParameters:
          Name  Flags
      alias     
      ehConfig  

  private <K, V> org.ehcache.jsr107.Eh107Cache<K, V> wrapEhcacheCache(java.lang.String, org.ehcache.core.InternalCache<K, V>);
    descriptor: (Ljava/lang/String;Lorg/ehcache/core/InternalCache;)Lorg/ehcache/jsr107/Eh107Cache;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.ehcache.jsr107.Eh107CacheManager this
         0: .line 112
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107CacheManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107CacheManager;
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(Ljava/lang/String;Lorg/ehcache/core/InternalCache<TK;TV;>;)Lorg/ehcache/jsr107/Eh107Cache<TK;TV;>;
    MethodParameters:
       Name  Flags
      alias  
      cache  

  private <K, V> org.ehcache.jsr107.internal.Jsr107CacheLoaderWriter<K, V> wrapCacheLoaderWriter(org.ehcache.spi.loaderwriter.CacheLoaderWriter<K, V>);
    descriptor: (Lorg/ehcache/spi/loaderwriter/CacheLoaderWriter;)Lorg/ehcache/jsr107/internal/Jsr107CacheLoaderWriter;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.ehcache.jsr107.Eh107CacheManager this
         0: .line 131
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107CacheManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107CacheManager;
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(Lorg/ehcache/spi/loaderwriter/CacheLoaderWriter<TK;TV;>;)Lorg/ehcache/jsr107/internal/Jsr107CacheLoaderWriter<TK;TV;>;
    MethodParameters:
                   Name  Flags
      cacheLoaderWriter  

  public CachingProvider getCachingProvider();
    descriptor: ()LCachingProvider;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.jsr107.Eh107CacheManager this
         0: .line 136
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tCachingProvider cannot be resolved to a type\n\tThe method getCachingProvider() of type Eh107CacheManager must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107CacheManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107CacheManager;

  public java.net.URI getURI();
    descriptor: ()Ljava/net/URI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.jsr107.Eh107CacheManager this
         0: .line 141
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getURI() of type Eh107CacheManager must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107CacheManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107CacheManager;

  public java.lang.ClassLoader getClassLoader();
    descriptor: ()Ljava/lang/ClassLoader;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.jsr107.Eh107CacheManager this
         0: .line 146
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getClassLoader() of type Eh107CacheManager must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107CacheManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107CacheManager;

  public java.util.Properties getProperties();
    descriptor: ()Ljava/util/Properties;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.jsr107.Eh107CacheManager this
         0: .line 151
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getProperties() of type Eh107CacheManager must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107CacheManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107CacheManager;

  public <K, V, C extends Configuration<K, V>> Cache<K, V> createCache(java.lang.String, C);
    descriptor: (Ljava/lang/String;LConfiguration;)LCache;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.ehcache.jsr107.Eh107CacheManager this
         0: .line 156
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tConfiguration cannot be resolved to a type\n\tCache cannot be resolved to a type\n\tThe method createCache(String, C) of type Eh107CacheManager must override or implement a supertype method\n\tIncompatible conditional operand types C and Eh107Configuration.Eh107ConfigurationWrapper\n\tCannot cast from C to Eh107Configuration.Eh107ConfigurationWrapper<K,V>\n\tCacheException cannot be resolved to a type\n\tThe method getConfiguration(Class<C>) in the type Eh107Cache<K,V> is not applicable for the arguments (Class<Eh107Configuration>)\n\tThe method mergeConfigurations(String, Configuration<K,V>) from the type ConfigurationMerger refers to the missing type Configuration\n\tCacheException cannot be resolved to a type\n\tCacheException cannot be resolved to a type\n\tThe method getListenerResources() from the type CacheResources<K,V> refers to the missing type CacheEntryListenerConfiguration\n\tCannot infer type arguments for Eh107CompleteConfiguration<>\n\tCacheException cannot be resolved to a type\n\tCacheException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107CacheManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107CacheManager;
    Exceptions:
      throws java.lang.IllegalArgumentException
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;C:LConfiguration<TK;TV;>;>(Ljava/lang/String;TC;)LCache<TK;TV;>;
    MethodParameters:
           Name  Flags
      cacheName  
      config     

  private void checkClosed();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.jsr107.Eh107CacheManager this
         0: .line 238
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107CacheManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107CacheManager;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.jsr107.Eh107CacheManager this
         0: .line 245
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107CacheManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107CacheManager;

  public <K, V> Cache<K, V> getCache(java.lang.String, java.lang.Class<K>, java.lang.Class<V>);
    descriptor: (Ljava/lang/String;Ljava/lang/Class;Ljava/lang/Class;)LCache;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.ehcache.jsr107.Eh107CacheManager this
         0: .line 251
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tCache cannot be resolved to a type\n\tThe method getCache(String, Class<K>, Class<V>) of type Eh107CacheManager must override or implement a supertype method\n\tThe method getConfiguration(Class<C>) in the type Eh107Cache<K,V> is not applicable for the arguments (Class<Configuration>)\n\tConfiguration cannot be resolved to a type\n\tThe method getConfiguration(Class<C>) in the type Eh107Cache<K,V> is not applicable for the arguments (Class<Configuration>)\n\tConfiguration cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107CacheManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107CacheManager;
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(Ljava/lang/String;Ljava/lang/Class<TK;>;Ljava/lang/Class<TV;>;)LCache<TK;TV;>;
    MethodParameters:
           Name  Flags
      cacheName  
      keyType    
      valueType  

  public <K, V> Cache<K, V> getCache(java.lang.String);
    descriptor: (Ljava/lang/String;)LCache;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.ehcache.jsr107.Eh107CacheManager this
         0: .line 281
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tCache cannot be resolved to a type\n\tThe method getCache(String) of type Eh107CacheManager must override or implement a supertype method\n\tType mismatch: cannot convert from Eh107Cache<Object,Object> to Cache<K,V>\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107CacheManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107CacheManager;
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(Ljava/lang/String;)LCache<TK;TV;>;
    MethodParameters:
           Name  Flags
      cacheName  

  private <K, V> org.ehcache.jsr107.Eh107Cache<K, V> safeCacheRetrieval(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/ehcache/jsr107/Eh107Cache;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.ehcache.jsr107.Eh107CacheManager this
         0: .line 292
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107CacheManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107CacheManager;
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(Ljava/lang/String;)Lorg/ehcache/jsr107/Eh107Cache<TK;TV;>;
    MethodParameters:
           Name  Flags
      cacheName  final

  public java.lang.Iterable<java.lang.String> getCacheNames();
    descriptor: ()Ljava/lang/Iterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.jsr107.Eh107CacheManager this
         0: .line 301
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getCacheNames() of type Eh107CacheManager must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107CacheManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107CacheManager;
    Signature: ()Ljava/lang/Iterable<Ljava/lang/String;>;

  public void destroyCache(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.ehcache.jsr107.Eh107CacheManager this
         0: .line 308
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method destroyCache(String) of type Eh107CacheManager must override or implement a supertype method\n\tCacheException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107CacheManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107CacheManager;
    MethodParameters:
           Name  Flags
      cacheName  

  public void enableManagement(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.ehcache.jsr107.Eh107CacheManager this
         0: .line 337
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method enableManagement(String, boolean) of type Eh107CacheManager must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107CacheManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107CacheManager;
    MethodParameters:
           Name  Flags
      cacheName  
      enabled    

  private void enableManagement(org.ehcache.jsr107.Eh107Cache<?, ?>, );
    descriptor: (Lorg/ehcache/jsr107/Eh107Cache;Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.ehcache.jsr107.Eh107CacheManager this
         0: .line 352
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107CacheManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107CacheManager;
    Signature: (Lorg/ehcache/jsr107/Eh107Cache<**>;Z)V
    MethodParameters:
         Name  Flags
      cache    
      enabled  

  private void unregisterObject(org.ehcache.jsr107.Eh107MXBean);
    descriptor: (Lorg/ehcache/jsr107/Eh107MXBean;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.ehcache.jsr107.Eh107CacheManager this
         0: .line 372
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tCacheException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107CacheManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107CacheManager;
    MethodParameters:
      Name  Flags
      bean  

  private void registerObject(org.ehcache.jsr107.Eh107MXBean);
    descriptor: (Lorg/ehcache/jsr107/Eh107MXBean;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.ehcache.jsr107.Eh107CacheManager this
         0: .line 383
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tCacheException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107CacheManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107CacheManager;
    MethodParameters:
      Name  Flags
      bean  

  public void enableStatistics(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.ehcache.jsr107.Eh107CacheManager this
         0: .line 388
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method enableStatistics(String, boolean) of type Eh107CacheManager must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107CacheManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107CacheManager;
    MethodParameters:
           Name  Flags
      cacheName  
      enabled    

  private void enableStatistics(org.ehcache.jsr107.Eh107Cache<?, ?>, );
    descriptor: (Lorg/ehcache/jsr107/Eh107Cache;Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.ehcache.jsr107.Eh107CacheManager this
         0: .line 403
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107CacheManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107CacheManager;
    Signature: (Lorg/ehcache/jsr107/Eh107Cache<**>;Z)V
    MethodParameters:
         Name  Flags
      cache    
      enabled  

  public boolean isClosed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.jsr107.Eh107CacheManager this
         0: .line 418
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method isClosed() of type Eh107CacheManager must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107CacheManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107CacheManager;

  public <T> T unwrap(java.lang.Class<T>);
    descriptor: (Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.ehcache.jsr107.Eh107CacheManager this
         0: .line 423
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method unwrap(Class<T>) of type Eh107CacheManager must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107CacheManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107CacheManager;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;)TT;
    MethodParameters:
       Name  Flags
      clazz  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.jsr107.Eh107CacheManager this
         0: .line 428
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method close() of type Eh107CacheManager must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107CacheManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107CacheManager;

  void closeInternal();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.jsr107.Eh107CacheManager this
         0: .line 437
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tCacheException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107CacheManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107CacheManager;

  void close(org.ehcache.jsr107.Eh107Cache<?, ?>);
    descriptor: (Lorg/ehcache/jsr107/Eh107Cache;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.ehcache.jsr107.Eh107CacheManager this
         0: .line 451
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tCacheException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107CacheManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107CacheManager;
    Signature: (Lorg/ehcache/jsr107/Eh107Cache<**>;)V
    MethodParameters:
       Name  Flags
      cache  
}
SourceFile: "Eh107CacheManager.java"