org.drools.command
Class KnowledgeContextResolveFromContextCommand

java.lang.Object
  extended by org.drools.command.KnowledgeContextResolveFromContextCommand
All Implemented Interfaces:
Serializable, org.drools.command.Command, GenericCommand

public class KnowledgeContextResolveFromContextCommand
extends Object
implements GenericCommand

See Also:
Serialized Form

Constructor Summary
KnowledgeContextResolveFromContextCommand(org.drools.command.Command command, String kbuilderIdentifier, String kbaseIdentifier, String statefulKsessionName, String kresults)
           
KnowledgeContextResolveFromContextCommand(org.drools.command.Command command, String kbuilderIdentifier, String kbaseIdentifier, String statefulKsessionName, String workingMemoryEntryPointName, String kresults)
           
 
Method Summary
 Object execute(Context context)
           
 org.drools.command.Command getCommand()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KnowledgeContextResolveFromContextCommand

public KnowledgeContextResolveFromContextCommand(org.drools.command.Command command,
                                                 String kbuilderIdentifier,
                                                 String kbaseIdentifier,
                                                 String statefulKsessionName,
                                                 String kresults)

KnowledgeContextResolveFromContextCommand

public KnowledgeContextResolveFromContextCommand(org.drools.command.Command command,
                                                 String kbuilderIdentifier,
                                                 String kbaseIdentifier,
                                                 String statefulKsessionName,
                                                 String workingMemoryEntryPointName,
                                                 String kresults)
Method Detail

execute

public Object execute(Context context)
Specified by:
execute in interface GenericCommand

getCommand

public org.drools.command.Command getCommand()


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.