|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgroovy.lang.GroovyObjectSupport
groovy.lang.Closure
groovyx.gpars.actor.DefaultActorClosure
public final class DefaultActorClosure
Represents the DDA closure to invoke appropriate message handlers based on message runtime type
| Field Summary | |
|---|---|
private DefaultActor |
myActor
|
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 | |
|---|---|
DefaultActorClosure(DefaultActor actor)
|
|
| 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 |
|---|
private final DefaultActor myActor
private static final long serialVersionUID
| Constructor Detail |
|---|
DefaultActorClosure(DefaultActor actor)
| Method Detail |
|---|
public java.lang.Object call(java.lang.Object arguments)
call in class groovy.lang.Closure
|
Copyright © 2008–2010 Václav Pech. All Rights Reserved. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||