jBPM distribution 6.2.0.Beta2

org.jbpm.shared.services.impl.commands
Class QueryLockStringCommand<T>

java.lang.Object
  extended by org.jbpm.shared.services.impl.commands.QueryLockStringCommand<T>
All Implemented Interfaces:
Serializable, org.drools.core.command.impl.GenericCommand<T>, Command<T>

public class QueryLockStringCommand<T>
extends Object
implements org.drools.core.command.impl.GenericCommand<T>

See Also:
Serialized Form

Constructor Summary
QueryLockStringCommand(String queryName, Map<String,Object> params, boolean singleResult)
           
 
Method Summary
 T 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
 

Constructor Detail

QueryLockStringCommand

public QueryLockStringCommand(String queryName,
                              Map<String,Object> params,
                              boolean singleResult)
Method Detail

execute

public T execute(org.kie.internal.command.Context context)
Specified by:
execute in interface org.drools.core.command.impl.GenericCommand<T>

jBPM distribution 6.2.0.Beta2

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