|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface EOperation.Internal.InvocationDelegate
A pluggable, dynamic implementation of operation behavior.
| Nested Class Summary | |
|---|---|
static interface |
EOperation.Internal.InvocationDelegate.Factory
A factory for creating invocation delegates. |
| Method Summary | |
|---|---|
java.lang.Object |
dynamicInvoke(InternalEObject target,
EList<?> arguments)
Invokes the operation behaviour for the specified target object. |
| Method Detail |
|---|
java.lang.Object dynamicInvoke(InternalEObject target,
EList<?> arguments)
throws java.lang.reflect.InvocationTargetException
target - the object on which to invoke the operationarguments - the arguments for the operation parameters (an
empty list if the operation has no parameters)
null if it is
a void operation
java.lang.reflect.InvocationTargetException - in case of failure to execute the
operation behaviour, usually because of an exception
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||