org.jruby
Class RubyModule.SynchronizedCacheEntryFactory

java.lang.Object
  extended by org.jruby.RubyModule.CacheEntryFactory
      extended by org.jruby.RubyModule.WrapperCacheEntryFactory
          extended by org.jruby.RubyModule.SynchronizedCacheEntryFactory
Enclosing class:
RubyModule

protected static class RubyModule.SynchronizedCacheEntryFactory
extends RubyModule.WrapperCacheEntryFactory


Field Summary
 
Fields inherited from class org.jruby.RubyModule.WrapperCacheEntryFactory
previous
 
Constructor Summary
RubyModule.SynchronizedCacheEntryFactory(RubyModule.CacheEntryFactory previous)
           
 
Method Summary
 CacheEntry newCacheEntry(DynamicMethod method, int token)
           
 
Methods inherited from class org.jruby.RubyModule.WrapperCacheEntryFactory
getPrevious
 
Methods inherited from class org.jruby.RubyModule.CacheEntryFactory
hasCacheEntryFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RubyModule.SynchronizedCacheEntryFactory

public RubyModule.SynchronizedCacheEntryFactory(RubyModule.CacheEntryFactory previous)
Method Detail

newCacheEntry

public CacheEntry newCacheEntry(DynamicMethod method,
                                int token)
Specified by:
newCacheEntry in class RubyModule.CacheEntryFactory


Copyright © 2002-2009 JRuby Team. All Rights Reserved.