this.readersByInt.put( PersisterEnums.BEHAVIOR_TIMER, new BehaviorJobContextTimerInputMarshaller() );
this.readersByInt.put( PersisterEnums.ACTIVATION_TIMER, new ActivationTimerInputMarshaller() );
this.readersByInt.put( PersisterEnums.EXPIRE_TIMER, new ExpireJobContextTimerInputMarshaller() );
this.handles = new HashMap<Integer, InternalFactHandle>();
this.rightTuples = new HashMap<RightTupleKey, RightTuple>();
this.terminalTupleMap = new HashMap<Integer, LeftTuple>();
this.entryPoints = new HashMap<String, EntryPoint>();