|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgroovy.lang.GroovyObjectSupport
gpars.actor.impl.RunnableBackedPooledActor.RunnableBackedPooledActorDelegate
class RunnableBackedPooledActor.RunnableBackedPooledActorDelegate extends groovy.lang.GroovyObjectSupport
| Constructor Summary | |
RunnableBackedPooledActor.RunnableBackedPooledActorDelegate(Object first, Object second)
|
|
| Method Summary | |
|---|---|
Object
|
getProperty(String propertyName)
|
Object
|
invokeMethod(String name, Object args)
|
void
|
setProperty(String propertyName, Object newValue)
|
| Methods inherited from class groovy.lang.GroovyObjectSupport | |
|---|---|
| setProperty, getProperty, getMetaClass, invokeMethod, setMetaClass, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Constructor Detail |
|---|
public RunnableBackedPooledActor.RunnableBackedPooledActorDelegate(Object first, Object second)
| Method Detail |
|---|
@Override public Object getProperty(String propertyName)
@Override public Object invokeMethod(String name, Object args)
@Override public void setProperty(String propertyName, Object newValue)
Groovy Documentation