org.drools.grid.remote
Class KnowledgeSessionConfigurationRemoteClient
java.lang.Object
org.drools.grid.remote.KnowledgeSessionConfigurationRemoteClient
- All Implemented Interfaces:
- Serializable, org.drools.PropertiesConfiguration, org.drools.runtime.conf.KnowledgeSessionOptionsConfiguration, org.drools.runtime.KnowledgeSessionConfiguration
public class KnowledgeSessionConfigurationRemoteClient
- extends Object
- implements org.drools.runtime.KnowledgeSessionConfiguration, Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROPERTY_MESSAGE_TIMEOUT
public static final String PROPERTY_MESSAGE_TIMEOUT
- See Also:
- Constant Field Values
PROPERTY_MESSAGE_MINIMUM_WAIT_TIME
public static final String PROPERTY_MESSAGE_MINIMUM_WAIT_TIME
- See Also:
- Constant Field Values
setProperty
public void setProperty(String name,
String value)
- Specified by:
setProperty in interface org.drools.PropertiesConfiguration
getProperty
public String getProperty(String name)
- Specified by:
getProperty in interface org.drools.PropertiesConfiguration
getId
public String getId()
setId
public void setId(String instanceId)
setOption
public <T extends org.drools.runtime.conf.KnowledgeSessionOption> void setOption(T option)
- Specified by:
setOption in interface org.drools.runtime.conf.KnowledgeSessionOptionsConfiguration
getOption
public <T extends org.drools.runtime.conf.SingleValueKnowledgeSessionOption> T getOption(Class<T> option)
- Specified by:
getOption in interface org.drools.runtime.conf.KnowledgeSessionOptionsConfiguration
getOption
public <T extends org.drools.runtime.conf.MultiValueKnowledgeSessionOption> T getOption(Class<T> option,
String key)
- Specified by:
getOption in interface org.drools.runtime.conf.KnowledgeSessionOptionsConfiguration
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.