@Generated(value="org.jomc.tools.SourceFileProcessor 1.4", comments="See http://www.jomc.org/jomc/1.4/jomc-tools-1.4") public interface Invocation
getObject(Invocation.class)
,
getObject(Invocation.class, "implementation name")
,
org.jomc.ObjectManagerFactory
Modifier and Type | Method and Description |
---|---|
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.
|
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()
Copyright © 2005-2013 The JOMC Project. All Rights Reserved.