|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.remoting.support.RemoteInvocation
org.logicblaze.lingo.LingoInvocation
public class LingoInvocation
Extends the Spring remote invocation bean to add the extra Lingo metadata
Constructor Summary | |
---|---|
LingoInvocation(org.aopalliance.intercept.MethodInvocation methodInvocation,
MethodMetadata metadata)
|
|
LingoInvocation(String s,
Class[] classes,
Object[] objects,
MethodMetadata metadata)
|
Method Summary | |
---|---|
MethodMetadata |
getMetadata()
Returns the metadata associated with this invocation, such as whether or not it should be considered a one-way invocation, which parameters should be considered remote (listeners) versus which objects should be passed by value etc. |
Methods inherited from class org.springframework.remoting.support.RemoteInvocation |
---|
addAttribute, getArguments, getAttribute, getAttributes, getMethodName, getParameterTypes, invoke, setArguments, setAttributes, setMethodName, setParameterTypes, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LingoInvocation(org.aopalliance.intercept.MethodInvocation methodInvocation, MethodMetadata metadata)
public LingoInvocation(String s, Class[] classes, Object[] objects, MethodMetadata metadata)
Method Detail |
---|
public MethodMetadata getMetadata()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |