|
org.codehaus.gpars | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgroovyx.gpars.actor.impl.SDAClosure
public abstract class SDAClosure
Creates a SDA closure to invoke appropriate actor's message handlers based on message compile-type type
| Constructor Summary | |
private SDAClosure()
|
|
| Method Summary | |
|---|---|
static groovy.lang.Closure
|
createSDAClosure(StaticDispatchActor dda)
Creates the closure for a given SDA |
| Methods inherited from class java.lang.Object | |
|---|---|
| java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
| Constructor Detail |
|---|
private SDAClosure()
| Method Detail |
|---|
public static groovy.lang.Closure createSDAClosure(StaticDispatchActor dda)
dda - The StaticDispatchActor to dispatch messages on
Copyright © 2008–2012 Václav Pech. All Rights Reserved.