org.drools.grid.impl
Class ConnectionFactoryServiceImpl

java.lang.Object
  extended by org.drools.grid.impl.ConnectionFactoryServiceImpl
All Implemented Interfaces:
ConnectionFactoryService

public class ConnectionFactoryServiceImpl
extends Object
implements ConnectionFactoryService


Constructor Summary
ConnectionFactoryServiceImpl(Grid grid)
           
 
Method Summary
<T> GridConnection<T>
createConnection(GridServiceDescription<T> gsd)
           
 boolean isLocalAllowed()
           
 void setLocalAllowed(boolean localAllowed)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionFactoryServiceImpl

public ConnectionFactoryServiceImpl(Grid grid)
Method Detail

createConnection

public <T> GridConnection<T> createConnection(GridServiceDescription<T> gsd)
Specified by:
createConnection in interface ConnectionFactoryService

isLocalAllowed

public boolean isLocalAllowed()

setLocalAllowed

public void setLocalAllowed(boolean localAllowed)


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