Drools :: Core 6.0.0.Beta5

org.drools.core.command
Class NewKieSessionCommand

java.lang.Object
  extended by org.drools.core.command.NewKieSessionCommand
All Implemented Interfaces:
Serializable, GenericCommand<org.kie.api.runtime.KieSession>, org.kie.api.command.Command<org.kie.api.runtime.KieSession>

public class NewKieSessionCommand
extends Object
implements GenericCommand<org.kie.api.runtime.KieSession>

See Also:
Serialized Form

Constructor Summary
NewKieSessionCommand(org.kie.api.builder.ReleaseId releaseId, String sessionId)
           
 
Method Summary
 org.kie.api.runtime.KieSession execute(org.kie.internal.command.Context context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewKieSessionCommand

public NewKieSessionCommand(org.kie.api.builder.ReleaseId releaseId,
                            String sessionId)
Method Detail

execute

public org.kie.api.runtime.KieSession execute(org.kie.internal.command.Context context)
Specified by:
execute in interface GenericCommand<org.kie.api.runtime.KieSession>

Drools :: Core 6.0.0.Beta5

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