Uses of Interface
org.drools.grid.GridNode

Packages that use GridNode
org.drools.grid   
org.drools.grid.conf.impl   
org.drools.grid.helper   
org.drools.grid.impl   
org.drools.grid.local   
org.drools.grid.remote   
 

Uses of GridNode in org.drools.grid
 

Methods in org.drools.grid that return GridNode
 GridNode Grid.createGridNode(String id)
           
 GridNode GridNodeConnection.getGridNode()
           
 GridNode Grid.getGridNode(String id)
           
 

Uses of GridNode in org.drools.grid.conf.impl
 

Methods in org.drools.grid.conf.impl with parameters of type GridNode
 void GridNodeLocalConfiguration.setGnode(GridNode gnode)
           
 

Uses of GridNode in org.drools.grid.helper
 

Methods in org.drools.grid.helper that return GridNode
static GridNode GridHelper.getGridNode(String name)
           
 

Uses of GridNode in org.drools.grid.impl
 

Classes in org.drools.grid.impl that implement GridNode
 class GridNodeImpl
           
 

Methods in org.drools.grid.impl that return GridNode
 GridNode GridImpl.createGridNode(String id)
           
 GridNode GridImpl.getGridNode(String id)
           
 

Constructors in org.drools.grid.impl with parameters of type GridNode
GridNodeServer(GridNode gnode, NodeData data)
           
 

Uses of GridNode in org.drools.grid.local
 

Methods in org.drools.grid.local that return GridNode
 GridNode LocalGridNodeConnection.connect()
           
 

Constructors in org.drools.grid.local with parameters of type GridNode
LocalGridNodeConnection(GridNode gridNode)
           
 

Uses of GridNode in org.drools.grid.remote
 

Classes in org.drools.grid.remote that implement GridNode
 class GridNodeRemoteClient<T>
           
 

Methods in org.drools.grid.remote that return GridNode
 GridNode RemoteGridNodeConnection.connect()
           
 

Constructor parameters in org.drools.grid.remote with type arguments of type GridNode
InternalQueryResultsClient(String queryName, String instanceId, String localId, GridServiceDescription<GridNode> gsd, ConversationManager cm)
           
KnowledgeAgentRemoteClient(String id, GridServiceDescription<GridNode> gsd, ConversationManager cm)
           
QueryResultsRowRemoteClient(String rowId, String queryName, String localId, String instanceId, GridServiceDescription<GridNode> gsd, ConversationManager cm)
           
 



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