org.drools.grid.remote.command
Class ApplyChangeSetRemoteCommand
java.lang.Object
org.drools.grid.remote.command.ApplyChangeSetRemoteCommand
- All Implemented Interfaces:
- Serializable, org.drools.command.Command<Void>, org.drools.command.impl.GenericCommand<Void>
public class ApplyChangeSetRemoteCommand
- extends Object
- implements org.drools.command.impl.GenericCommand<Void>
- See Also:
- Serialized Form
|
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 |
ApplyChangeSetRemoteCommand
public ApplyChangeSetRemoteCommand(String kbaseKagentId,
org.drools.ChangeSet cs)
ApplyChangeSetRemoteCommand
public ApplyChangeSetRemoteCommand(String kbaseKagentId,
org.drools.io.Resource res)
execute
public Void execute(org.drools.command.Context context)
- Specified by:
execute in interface org.drools.command.impl.GenericCommand<Void>
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.