|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Generated(value="org.jomc.tools.SourceFileProcessor 1.2", comments="See http://jomc.sourceforge.net/jomc/1.2/jomc-tools-1.2") public interface Invocation
Invocation of an object.
getObject(Invocation.class)
,
getObject(Invocation.class, "implementation name")
,
org.jomc.ObjectManagerFactory
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 |
Copyright © 2005-2012 The JOMC Project. All Rights Reserved. |