groovyx.gpars.agent
Class AgentBase.AwaitClosure

java.lang.Object
  extended by groovy.lang.GroovyObjectSupport
      extended by groovy.lang.Closure
          extended by groovyx.gpars.agent.AgentBase.AwaitClosure
All Implemented Interfaces:
groovy.lang.GroovyObject, java.io.Serializable, java.lang.Cloneable, java.lang.Runnable
Enclosing class:
AgentBase<T>

private static class AgentBase.AwaitClosure
extends groovy.lang.Closure

Returns the current value of the Agent's state


Field Summary
private static long serialVersionUID
           
 
Fields inherited from class groovy.lang.Closure
DELEGATE_FIRST, DELEGATE_ONLY, DONE, maximumNumberOfParameters, OWNER_FIRST, OWNER_ONLY, parameterTypes, SKIP, TO_SELF
 
Constructor Summary
private AgentBase.AwaitClosure()
           
 
Method Summary
 java.lang.Object call(java.lang.Object arguments)
           
 
Methods inherited from class groovy.lang.Closure
asWritable, call, call, clone, curry, getDelegate, getDirective, getMaximumNumberOfParameters, getOwner, getParameterTypes, getProperty, getResolveStrategy, getThisObject, isCase, ncurry, rcurry, run, setDelegate, setDirective, setProperty, setResolveStrategy, throwRuntimeException
 
Methods inherited from class groovy.lang.GroovyObjectSupport
getMetaClass, invokeMethod, setMetaClass
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

AgentBase.AwaitClosure

private AgentBase.AwaitClosure()
Method Detail

call

public java.lang.Object call(java.lang.Object arguments)
Overrides:
call in class groovy.lang.Closure

Copyright © 2008–2010 Václav Pech. All Rights Reserved.