org.drools.grid.internal.commands
Class KnowledgeBaseConfigurationRemoteCommands.SetPropertyRemoteCommand

java.lang.Object
  extended by org.drools.grid.internal.commands.KnowledgeBaseConfigurationRemoteCommands.SetPropertyRemoteCommand
All Implemented Interfaces:
Serializable, org.drools.command.Command<Void>, org.drools.command.impl.GenericCommand<Void>
Enclosing class:
KnowledgeBaseConfigurationRemoteCommands

public static class KnowledgeBaseConfigurationRemoteCommands.SetPropertyRemoteCommand
extends Object
implements org.drools.command.impl.GenericCommand<Void>

See Also:
Serialized Form

Constructor Summary
KnowledgeBaseConfigurationRemoteCommands.SetPropertyRemoteCommand(String identifier, String propertyName, String propertyValue)
           
 
Method Summary
 Void 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

KnowledgeBaseConfigurationRemoteCommands.SetPropertyRemoteCommand

public KnowledgeBaseConfigurationRemoteCommands.SetPropertyRemoteCommand(String identifier,
                                                                         String propertyName,
                                                                         String propertyValue)
Method Detail

execute

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


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