org.drools.grid.helper
Class GridHelper
java.lang.Object
org.drools.grid.helper.GridHelper
public class GridHelper
- extends Object
|
Field Summary |
static org.slf4j.Logger |
logger
|
|
Method Summary |
GridNode |
getGridNode(String name,
Grid grid,
boolean forceRemote)
|
static GridHelper |
getInstance()
|
org.drools.agent.KnowledgeAgent |
getKnowledgeAgentRemoteClient(Grid grid,
String nodeId,
String sessionId)
|
QueryResultsRemoteClient |
getQueryResultRemoteClient(Grid grid,
String nodeId,
String sessionId,
String queryName,
String remoteResultsId)
|
org.drools.runtime.StatefulKnowledgeSession |
getStatefulKnowledgeSession(Grid grid,
String nodeId,
String sessionId,
boolean forceRemote)
|
static void |
notifyDestruction(GridNode node)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
public static org.slf4j.Logger logger
getInstance
public static GridHelper getInstance()
notifyDestruction
public static void notifyDestruction(GridNode node)
getGridNode
public GridNode getGridNode(String name,
Grid grid,
boolean forceRemote)
getQueryResultRemoteClient
public QueryResultsRemoteClient getQueryResultRemoteClient(Grid grid,
String nodeId,
String sessionId,
String queryName,
String remoteResultsId)
getKnowledgeAgentRemoteClient
public org.drools.agent.KnowledgeAgent getKnowledgeAgentRemoteClient(Grid grid,
String nodeId,
String sessionId)
getStatefulKnowledgeSession
public org.drools.runtime.StatefulKnowledgeSession getStatefulKnowledgeSession(Grid grid,
String nodeId,
String sessionId,
boolean forceRemote)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.