Drools Spring Legacy5 6.1.0.Beta1

org.drools.grid.impl
Class GridImpl

java.lang.Object
  extended by org.drools.grid.impl.GridImpl
All Implemented Interfaces:
Grid

public class GridImpl
extends Object
implements Grid


Constructor Summary
GridImpl()
           
GridImpl(Map<String,Object> services)
           
 
Method Summary
 void addService(Class cls, Object service)
           
 void addService(String id, Object service)
           
 GridNode createGridNode(String id)
           
<T> T
get(Class<T> serviceClass)
           
 Object get(String str)
           
 GridNode getGridNode(String id)
           
 void removeGridNode(String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridImpl

public GridImpl()

GridImpl

public GridImpl(Map<String,Object> services)
Method Detail

get

public Object get(String str)

get

public <T> T get(Class<T> serviceClass)
Specified by:
get in interface Grid

addService

public void addService(Class cls,
                       Object service)

addService

public void addService(String id,
                       Object service)

createGridNode

public GridNode createGridNode(String id)
Specified by:
createGridNode in interface Grid

removeGridNode

public void removeGridNode(String id)
Specified by:
removeGridNode in interface Grid

getGridNode

public GridNode getGridNode(String id)
Specified by:
getGridNode in interface Grid

Drools Spring Legacy5 6.1.0.Beta1

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