org.drools.grid.remote
Class KnowledgeBaseProviderRemoteClient

java.lang.Object
  extended by org.drools.grid.remote.KnowledgeBaseProviderRemoteClient
All Implemented Interfaces:
org.drools.KnowledgeBaseFactoryService, org.drools.Service

public class KnowledgeBaseProviderRemoteClient
extends Object
implements org.drools.KnowledgeBaseFactoryService


Constructor Summary
KnowledgeBaseProviderRemoteClient(Grid grid, GridServiceDescription gsd)
           
 
Method Summary
 org.drools.runtime.Environment newEnvironment()
           
 org.drools.KnowledgeBase newKnowledgeBase()
           
 org.drools.KnowledgeBase newKnowledgeBase(org.drools.KnowledgeBaseConfiguration conf)
           
 org.drools.KnowledgeBase newKnowledgeBase(String kbaseId)
           
 org.drools.KnowledgeBase newKnowledgeBase(String kbaseId, org.drools.KnowledgeBaseConfiguration conf)
           
 org.drools.KnowledgeBaseConfiguration newKnowledgeBaseConfiguration()
           
 org.drools.KnowledgeBaseConfiguration newKnowledgeBaseConfiguration(Properties properties, ClassLoader... classLoader)
           
 org.drools.runtime.KnowledgeSessionConfiguration newKnowledgeSessionConfiguration()
           
 org.drools.runtime.KnowledgeSessionConfiguration newKnowledgeSessionConfiguration(Properties properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KnowledgeBaseProviderRemoteClient

public KnowledgeBaseProviderRemoteClient(Grid grid,
                                         GridServiceDescription gsd)
Method Detail

newKnowledgeBaseConfiguration

public org.drools.KnowledgeBaseConfiguration newKnowledgeBaseConfiguration()
Specified by:
newKnowledgeBaseConfiguration in interface org.drools.KnowledgeBaseFactoryService

newKnowledgeBaseConfiguration

public org.drools.KnowledgeBaseConfiguration newKnowledgeBaseConfiguration(Properties properties,
                                                                           ClassLoader... classLoader)
Specified by:
newKnowledgeBaseConfiguration in interface org.drools.KnowledgeBaseFactoryService

newKnowledgeSessionConfiguration

public org.drools.runtime.KnowledgeSessionConfiguration newKnowledgeSessionConfiguration()
Specified by:
newKnowledgeSessionConfiguration in interface org.drools.KnowledgeBaseFactoryService

newKnowledgeSessionConfiguration

public org.drools.runtime.KnowledgeSessionConfiguration newKnowledgeSessionConfiguration(Properties properties)
Specified by:
newKnowledgeSessionConfiguration in interface org.drools.KnowledgeBaseFactoryService

newKnowledgeBase

public org.drools.KnowledgeBase newKnowledgeBase()
Specified by:
newKnowledgeBase in interface org.drools.KnowledgeBaseFactoryService

newKnowledgeBase

public org.drools.KnowledgeBase newKnowledgeBase(String kbaseId)
Specified by:
newKnowledgeBase in interface org.drools.KnowledgeBaseFactoryService

newKnowledgeBase

public org.drools.KnowledgeBase newKnowledgeBase(org.drools.KnowledgeBaseConfiguration conf)
Specified by:
newKnowledgeBase in interface org.drools.KnowledgeBaseFactoryService

newKnowledgeBase

public org.drools.KnowledgeBase newKnowledgeBase(String kbaseId,
                                                 org.drools.KnowledgeBaseConfiguration conf)
Specified by:
newKnowledgeBase in interface org.drools.KnowledgeBaseFactoryService

newEnvironment

public org.drools.runtime.Environment newEnvironment()
Specified by:
newEnvironment in interface org.drools.KnowledgeBaseFactoryService


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