org.drools.core.command
Class NewKieSessionCommand
java.lang.Object
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
|
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 |
NewKieSessionCommand
public NewKieSessionCommand(org.kie.api.builder.ReleaseId releaseId,
String sessionId)
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>
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.