org.drools.grid.remote.command
Class GetWorkItemManagerCommand

java.lang.Object
  extended by org.drools.grid.remote.command.GetWorkItemManagerCommand
All Implemented Interfaces:
Serializable, org.drools.command.Command<org.drools.runtime.process.WorkItemManager>, org.drools.command.impl.GenericCommand<org.drools.runtime.process.WorkItemManager>

public class GetWorkItemManagerCommand
extends Object
implements org.drools.command.impl.GenericCommand<org.drools.runtime.process.WorkItemManager>

See Also:
Serialized Form

Constructor Summary
GetWorkItemManagerCommand()
           
 
Method Summary
 org.drools.runtime.process.WorkItemManager 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

GetWorkItemManagerCommand

public GetWorkItemManagerCommand()
Method Detail

execute

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


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