com.syrtsov.ir
Class IRFactory

java.lang.Object
  extended by com.syrtsov.ir.IRFactory
All Implemented Interfaces:
CachingFactory<java.lang.Object>, Factory<java.lang.Object>

public class IRFactory
extends java.lang.Object
implements CachingFactory<java.lang.Object>

Created-By: Pavel Syrtsov Date: Apr 10, 2008 Time: 6:00:17 PM


Constructor Summary
IRFactory()
           
 
Method Summary
 java.lang.Object create(ALinker aLinker, Context<java.lang.Object> ctx)
           
 java.lang.Object getCachedObject(Context<java.lang.Object> ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IRFactory

public IRFactory()
Method Detail

create

public java.lang.Object create(ALinker aLinker,
                               Context<java.lang.Object> ctx)
                        throws FactoryException
Specified by:
create in interface Factory<java.lang.Object>
Throws:
FactoryException

getCachedObject

public java.lang.Object getCachedObject(Context<java.lang.Object> ctx)
Specified by:
getCachedObject in interface CachingFactory<java.lang.Object>