com.servingxml.components.content.dynamic
Class DynamicChangeableFactory

java.lang.Object
  extended by com.servingxml.components.content.dynamic.DynamicChangeableFactory
All Implemented Interfaces:
ExpirableFactory

public abstract class DynamicChangeableFactory
extends java.lang.Object
implements ExpirableFactory


Constructor Summary
DynamicChangeableFactory(DynamicChangeable dynamicExpirable, RecordMetaData recordMetaData)
           
 
Method Summary
 Expirable createExpirable(ServiceContext context, Flow flow)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DynamicChangeableFactory

public DynamicChangeableFactory(DynamicChangeable dynamicExpirable,
                                RecordMetaData recordMetaData)
Method Detail

createExpirable

public Expirable createExpirable(ServiceContext context,
                                 Flow flow)
Specified by:
createExpirable in interface ExpirableFactory