org.drools.grid.helper
Class GridHelper

java.lang.Object
  extended by org.drools.grid.helper.GridHelper

public class GridHelper
extends Object


Field Summary
static org.slf4j.Logger logger
           
 
Constructor Summary
GridHelper()
           
 
Method Summary
static Grid getGrid()
           
static GridNode getGridNode(String name)
           
static org.drools.agent.KnowledgeAgent getKnowledgeAgentRemoteClient(String nodeId, String sessionId)
           
static QueryResultsRemoteClient getQueryResultRemoteClient(String nodeId, String sessionId, String queryName, String remoteResultsId)
           
static org.drools.runtime.StatefulKnowledgeSession getStatefulKnowledgeSession(String nodeId, String sessionId)
           
static void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

public static org.slf4j.Logger logger
Constructor Detail

GridHelper

public GridHelper()
Method Detail

reset

public static void reset()

getGrid

public static Grid getGrid()

getGridNode

public static GridNode getGridNode(String name)

getQueryResultRemoteClient

public static QueryResultsRemoteClient getQueryResultRemoteClient(String nodeId,
                                                                  String sessionId,
                                                                  String queryName,
                                                                  String remoteResultsId)

getKnowledgeAgentRemoteClient

public static org.drools.agent.KnowledgeAgent getKnowledgeAgentRemoteClient(String nodeId,
                                                                            String sessionId)

getStatefulKnowledgeSession

public static org.drools.runtime.StatefulKnowledgeSession getStatefulKnowledgeSession(String nodeId,
                                                                                      String sessionId)


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