org.apache.s4.core.window
Class OHCLSlot.OHCLSlotFactory

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

public static class OHCLSlot.OHCLSlotFactory
extends java.lang.Object
implements SlotFactory<OHCLSlot>


Constructor Summary
OHCLSlot.OHCLSlotFactory()
           
 
Method Summary
 OHCLSlot createSlot()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OHCLSlot.OHCLSlotFactory

public OHCLSlot.OHCLSlotFactory()
Method Detail

createSlot

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