|
||||||||||
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.SourceFileProcessor 1.2.2", comments="See http://jomc.sourceforge.net/jomc/1.2/jomc-tools-1.2.2") public class DefaultInvocation
Default Invocation
implementation.
Field Summary | |
---|---|
static String |
ARGUMENTS_KEY
Constant for the context key of the Object[] arguments of this invocation. |
static String |
CLASSLOADER_KEY
Constant for the context key of the ClassLoader corresponding to the modules 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 |
MODULES_KEY
Constant for the context key of the Modules corresponding to the object 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(Invocation invocation)
Creates a new DefaultInvocation instance taking an invocation to initialize the instance with. |
Method Summary | |
---|---|
Object[] |
getArguments()
|
ClassLoader |
getClassLoader()
Gets the class loader corresponding to the modules of this invocation from the context of this invocation. |
Map |
getContext()
|
Instance |
getInstance()
Gets the instance of the object of this invocation from the context of this invocation. |
Method |
getMethod()
|
Modules |
getModules()
Gets the modules corresponding to the object of this invocation from the context of this invocation. |
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.
public static final String MODULES_KEY
Modules
corresponding to the object of this invocation.
public static final String CLASSLOADER_KEY
ClassLoader
corresponding to the modules of this invocation.
Constructor Detail |
---|
public DefaultInvocation(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.SourceFileProcessor 1.2.2", comments="See http://jomc.sourceforge.net/jomc/1.2/jomc-tools-1.2.2") public DefaultInvocation()
DefaultInvocation
instance.
Method Detail |
---|
public Map getContext()
getContext
in interface Invocation
public Object getObject()
getObject
in interface Invocation
public Method getMethod()
getMethod
in interface Invocation
public Object[] getArguments()
getArguments
in interface Invocation
public Object getResult()
getResult
in interface Invocation
public void setResult(Object value)
setResult
in interface Invocation
public Instance getInstance()
null
.INSTANCE_KEY
public Modules getModules()
null
.MODULES_KEY
public ClassLoader getClassLoader()
null
.CLASSLOADER_KEY
|
||||||||||
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. |