Groovy Documentation

org.grails.plugin.platform.events.publisher
[Java] Class DefaultEventsPublisher.WrappedFuture

java.lang.Object
  org.grails.plugin.platform.events.EventReply
      org.grails.plugin.platform.events.publisher.DefaultEventsPublisher.WrappedFuture

private static class DefaultEventsPublisher.WrappedFuture
extends EventReply

Field Summary
private static long serialVersionUID

 
Fields inherited from class EventReply
futureReply, futureReplyLoaded, onError, receivers, serialVersionUID, value, values
 
Constructor Summary
DefaultEventsPublisher.WrappedFuture(java.util.concurrent.Future wrapped, int receivers)

 
Method Summary
protected void initValues(java.lang.Object val)

void setCallingError(java.lang.Throwable e)

 
Methods inherited from class EventReply
addValue, cancel, cancel, get, get, getErrors, getOnError, getValue, getValues, hasErrors, initValues, isCancelled, isDone, isSuccess, setOnError, setReceivers, size, throwError, waitFor, waitFor
 

Field Detail

serialVersionUID

private static final long serialVersionUID


 
Constructor Detail

DefaultEventsPublisher.WrappedFuture

public DefaultEventsPublisher.WrappedFuture(java.util.concurrent.Future wrapped, int receivers)


 
Method Detail

initValues

@java.lang.OverridesetReceivers(message.getInvoked());
protected void initValues(java.lang.Object val)


setCallingError

public void setCallingError(java.lang.Throwable e)


 

Groovy Documentation