org.drools.command.runtime.rule
Class GetWorkingMemoryEntryPointCommand

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

public class GetWorkingMemoryEntryPointCommand
extends Object
implements GenericCommand<org.drools.runtime.rule.WorkingMemoryEntryPoint>

See Also:
Serialized Form

Constructor Summary
GetWorkingMemoryEntryPointCommand(String name)
           
 
Method Summary
 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

GetWorkingMemoryEntryPointCommand

public GetWorkingMemoryEntryPointCommand(String name)
Method Detail

execute

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

toString

public String toString()
Overrides:
toString in class Object


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