org.drools.command.runtime.rule
Class GetWorkingMemoryEntryPointsCommand

java.lang.Object
  extended by org.drools.command.runtime.rule.GetWorkingMemoryEntryPointsCommand
All Implemented Interfaces:
Serializable, org.drools.command.Command<Collection<? extends org.drools.runtime.rule.WorkingMemoryEntryPoint>>, GenericCommand<Collection<? extends org.drools.runtime.rule.WorkingMemoryEntryPoint>>

public class GetWorkingMemoryEntryPointsCommand
extends Object
implements GenericCommand<Collection<? extends org.drools.runtime.rule.WorkingMemoryEntryPoint>>

See Also:
Serialized Form

Constructor Summary
GetWorkingMemoryEntryPointsCommand()
           
 
Method Summary
 Collection<? extends org.drools.runtime.rule.WorkingMemoryEntryPoint> execute(Context context)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetWorkingMemoryEntryPointsCommand

public GetWorkingMemoryEntryPointsCommand()
Method Detail

execute

public Collection<? extends org.drools.runtime.rule.WorkingMemoryEntryPoint> execute(Context context)
Specified by:
execute in interface GenericCommand<Collection<? extends org.drools.runtime.rule.WorkingMemoryEntryPoint>>

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.