org.apache.s4.core.window
Class DefaultAggregatingSlot.DefaultAggregatingSlotFactory<T>

java.lang.Object
  extended by org.apache.s4.core.window.DefaultAggregatingSlot.DefaultAggregatingSlotFactory<T>
All Implemented Interfaces:
SlotFactory<DefaultAggregatingSlot<T>>
Enclosing class:
DefaultAggregatingSlot<T>

public static class DefaultAggregatingSlot.DefaultAggregatingSlotFactory<T>
extends java.lang.Object
implements SlotFactory<DefaultAggregatingSlot<T>>


Constructor Summary
DefaultAggregatingSlot.DefaultAggregatingSlotFactory()
           
 
Method Summary
 DefaultAggregatingSlot<T> createSlot()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultAggregatingSlot.DefaultAggregatingSlotFactory

public DefaultAggregatingSlot.DefaultAggregatingSlotFactory()
Method Detail

createSlot

public DefaultAggregatingSlot<T> createSlot()
Specified by:
createSlot in interface SlotFactory<DefaultAggregatingSlot<T>>