}
public WorkingMemoryEntryPoint getWorkingMemoryEntryPoint(String name) {
String kresultsId = "kresults_" + this.gsd.getId();
CommandImpl cmd = new CommandImpl( "execute",
Arrays.asList( new Object[]{new KnowledgeContextResolveFromContextCommand( new GetWorkingMemoryEntryPointRemoteCommand( name ),
null,
null,
this.instanceId,
name,
kresultsId )} ) );