org.drools.grid.remote
Class NewKnowledgeBaseRemoteCommand

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

public class NewKnowledgeBaseRemoteCommand
extends Object
implements org.drools.command.impl.GenericCommand<org.drools.KnowledgeBase>

See Also:
Serialized Form

Constructor Summary
NewKnowledgeBaseRemoteCommand()
           
NewKnowledgeBaseRemoteCommand(String kbaseConfId)
           
 
Method Summary
 org.drools.KnowledgeBase 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

NewKnowledgeBaseRemoteCommand

public NewKnowledgeBaseRemoteCommand()

NewKnowledgeBaseRemoteCommand

public NewKnowledgeBaseRemoteCommand(String kbaseConfId)
Method Detail

execute

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


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