org.drools.grid
Interface ConnectionFactoryService

All Known Implementing Classes:
ConnectionFactoryServiceImpl

public interface ConnectionFactoryService


Method Summary
<T> GridConnection<T>
createConnection(GridServiceDescription<T> gsd)
           
 boolean isLocalAllowed()
           
 void setLocalAllowed(boolean allow)
           
 

Method Detail

createConnection

<T> GridConnection<T> createConnection(GridServiceDescription<T> gsd)

isLocalAllowed

boolean isLocalAllowed()

setLocalAllowed

void setLocalAllowed(boolean allow)


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