|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

@Generated(value="org.jomc.tools.JavaSources",
comments="See http://jomc.sourceforge.net/jomc/1.0-alpha-8/jomc-tools")
public interface InvocationInvocation of an object.
This specification declares a multiplicity of One.
An application assembler is required to provide no more than one implementation of this specification (including none).
Use of class ObjectManager is supported for getting that implementation.
Invocation object = (Invocation) ObjectManagerFactory.getObjectManager( getClassLoader() ).getObject( Invocation.class );
This specification does not apply to any scope. A new object is returned whenever requested.
| Method Summary | |
|---|---|
Object[] |
getArguments()
Gets the arguments of this invocation. |
Map |
getContext()
Gets the context of this invocation. |
Method |
getMethod()
Gets the method of this invocation. |
Object |
getObject()
Gets the object of this invocation. |
Object |
getResult()
Gets the result of this invocation. |
void |
setResult(Object value)
Sets the result of this invocation. |
| Method Detail |
|---|
Map getContext()
Object getObject()
Method getMethod()
Object[] getArguments()
null.Object getResult()
null.setResult(java.lang.Object)void setResult(Object value)
value - The new result of this invocation or null.getResult()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||