org.drools.grid.remote.command
Class GetWorkingMemoryEntryPointRemoteCommand

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

public class GetWorkingMemoryEntryPointRemoteCommand
extends Object
implements org.drools.command.impl.GenericCommand<org.drools.runtime.rule.WorkingMemoryEntryPoint>

See Also:
Serialized Form

Constructor Summary
GetWorkingMemoryEntryPointRemoteCommand(String name)
           
 
Method Summary
 org.drools.runtime.rule.WorkingMemoryEntryPoint execute(org.drools.command.Context context)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetWorkingMemoryEntryPointRemoteCommand

public GetWorkingMemoryEntryPointRemoteCommand(String name)
Method Detail

execute

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

toString

public String toString()
Overrides:
toString in class Object


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