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

java.lang.Objectorg.jomc.ri.DefaultInvocation
@Generated(value="org.jomc.tools.JavaSources",
comments="See http://jomc.sourceforge.net/jomc/1.0-alpha-8/jomc-tools")
public class DefaultInvocationDefault invocation.
DefaultInvoker| Field Summary | |
|---|---|
static String |
ARGUMENTS_KEY
Constant for the context key of the Object[] arguments of this invocation. |
static String |
INSTANCE_KEY
Constant for the context key of the Instance corresponding to the object of this invocation. |
static String |
METHOD_KEY
Constant for the context key of the Method of this invocation. |
static String |
OBJECT_KEY
Constant for the context key of the Object of this invocation. |
static String |
RESULT_KEY
Constant for the context key of the result Object of this invocation. |
| Constructor Summary | |
|---|---|
DefaultInvocation()
Creates a new DefaultInvocation instance. |
|
DefaultInvocation(org.jomc.spi.Invocation invocation)
Creates a new DefaultInvocation instance taking an invocation to initialize the instance with. |
|
| Method Summary | |
|---|---|
Object[] |
getArguments()
|
Map |
getContext()
|
org.jomc.model.Instance |
getInstance()
Gets the instance of the object of this invocation from the context of this invocation. |
Method |
getMethod()
|
Object |
getObject()
|
Object |
getResult()
|
void |
setResult(Object value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String OBJECT_KEY
Object of this invocation.
public static final String METHOD_KEY
Method of this invocation.
public static final String ARGUMENTS_KEY
Object[] arguments of this invocation.
public static final String RESULT_KEY
Object of this invocation.
public static final String INSTANCE_KEY
Instance corresponding to the object of this invocation.
| Constructor Detail |
|---|
public DefaultInvocation(org.jomc.spi.Invocation invocation)
DefaultInvocation instance taking an invocation to initialize the instance with.
invocation - The invocation to initialize the instance with.
@Generated(value="org.jomc.tools.JavaSources",
comments="See http://jomc.sourceforge.net/jomc/1.0-alpha-8/jomc-tools")
public DefaultInvocation()
DefaultInvocation instance.
| Method Detail |
|---|
public Map getContext()
getContext in interface org.jomc.spi.Invocationpublic Object getObject()
getObject in interface org.jomc.spi.Invocationpublic Method getMethod()
getMethod in interface org.jomc.spi.Invocationpublic Object[] getArguments()
getArguments in interface org.jomc.spi.Invocationpublic Object getResult()
getResult in interface org.jomc.spi.Invocationpublic void setResult(Object value)
setResult in interface org.jomc.spi.Invocationpublic org.jomc.model.Instance getInstance()
null.INSTANCE_KEY
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||