org.jbpm.task.service.responsehandlers
Class BlockingGetContentResponseHandler

java.lang.Object
  extended by org.jbpm.task.service.responsehandlers.AbstractBaseResponseHandler
      extended by org.jbpm.task.service.responsehandlers.AbstractBlockingResponseHandler
          extended by org.jbpm.task.service.responsehandlers.BlockingGetContentResponseHandler
All Implemented Interfaces:
ResponseHandler, TaskClientHandler.GetContentResponseHandler

public class BlockingGetContentResponseHandler
extends AbstractBlockingResponseHandler
implements TaskClientHandler.GetContentResponseHandler


Constructor Summary
BlockingGetContentResponseHandler()
           
 
Method Summary
 void execute(Content content)
           
 Content getContent()
           
 
Methods inherited from class org.jbpm.task.service.responsehandlers.AbstractBlockingResponseHandler
waitTillDone
 
Methods inherited from class org.jbpm.task.service.responsehandlers.AbstractBaseResponseHandler
createSideException, getError, hasError, isDone, setDone, setError
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.drools.task.service.ResponseHandler
setError
 

Constructor Detail

BlockingGetContentResponseHandler

public BlockingGetContentResponseHandler()
Method Detail

execute

public void execute(Content content)
Specified by:
execute in interface TaskClientHandler.GetContentResponseHandler

getContent

public Content getContent()


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