org.drools.command
Interface SingleSessionCommandService

All Superinterfaces:
org.drools.runtime.CommandExecutor, CommandService
All Known Implementing Classes:
SingleSessionCommandService

public interface SingleSessionCommandService
extends CommandService


Method Summary
 void dispose()
           
 int getSessionId()
           
 
Methods inherited from interface org.drools.command.CommandService
getContext
 
Methods inherited from interface org.drools.runtime.CommandExecutor
execute
 

Method Detail

getSessionId

int getSessionId()

dispose

void dispose()


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.