Class NamedEntryPointsManager

  • All Implemented Interfaces:
    org.drools.core.EntryPointsManager

    public class NamedEntryPointsManager
    extends Object
    implements org.drools.core.EntryPointsManager
    • Constructor Detail

      • NamedEntryPointsManager

        public NamedEntryPointsManager​(org.drools.core.common.ReteEvaluator reteEvaluator)
    • Method Detail

      • getDefaultEntryPoint

        public org.drools.core.common.InternalWorkingMemoryEntryPoint getDefaultEntryPoint()
        Specified by:
        getDefaultEntryPoint in interface org.drools.core.EntryPointsManager
      • getEntryPoint

        public org.drools.core.WorkingMemoryEntryPoint getEntryPoint​(String name)
        Specified by:
        getEntryPoint in interface org.drools.core.EntryPointsManager
      • getEntryPoints

        public Collection<org.drools.core.WorkingMemoryEntryPoint> getEntryPoints()
        Specified by:
        getEntryPoints in interface org.drools.core.EntryPointsManager
      • updateEntryPointsCache

        public void updateEntryPointsCache()
      • reset

        public void reset()