org.drools.grid.remote.command
Class NewStatefulKnowledgeSessionFromKAgentRemoteCommand

java.lang.Object
  extended by org.drools.grid.remote.command.NewStatefulKnowledgeSessionFromKAgentRemoteCommand
All Implemented Interfaces:
Serializable, org.drools.command.Command<org.drools.runtime.StatefulKnowledgeSession>, org.drools.command.impl.GenericCommand<org.drools.runtime.StatefulKnowledgeSession>

public class NewStatefulKnowledgeSessionFromKAgentRemoteCommand
extends Object
implements org.drools.command.impl.GenericCommand<org.drools.runtime.StatefulKnowledgeSession>

See Also:
Serialized Form

Constructor Summary
NewStatefulKnowledgeSessionFromKAgentRemoteCommand(String ksessionConfId)
           
NewStatefulKnowledgeSessionFromKAgentRemoteCommand(String ksessionConfId, org.drools.runtime.Environment env, String kbaseKagentId)
           
 
Method Summary
 org.drools.runtime.StatefulKnowledgeSession execute(org.drools.command.Context context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewStatefulKnowledgeSessionFromKAgentRemoteCommand

public NewStatefulKnowledgeSessionFromKAgentRemoteCommand(String ksessionConfId)

NewStatefulKnowledgeSessionFromKAgentRemoteCommand

public NewStatefulKnowledgeSessionFromKAgentRemoteCommand(String ksessionConfId,
                                                          org.drools.runtime.Environment env,
                                                          String kbaseKagentId)
Method Detail

execute

public org.drools.runtime.StatefulKnowledgeSession execute(org.drools.command.Context context)
Specified by:
execute in interface org.drools.command.impl.GenericCommand<org.drools.runtime.StatefulKnowledgeSession>


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