org.logicblaze.lingo
Class LingoInvocation
java.lang.Object
org.springframework.remoting.support.RemoteInvocation
org.logicblaze.lingo.LingoInvocation
- All Implemented Interfaces:
- java.io.Serializable
public class LingoInvocation
- extends org.springframework.remoting.support.RemoteInvocation
Extends the Spring remote invocation bean to add the extra Lingo metadata
- Version:
- $Revision: 44 $
- See Also:
- Serialized Form
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 |
LingoInvocation
public LingoInvocation(org.aopalliance.intercept.MethodInvocation methodInvocation,
MethodMetadata metadata)
LingoInvocation
public LingoInvocation(java.lang.String s,
java.lang.Class[] classes,
java.lang.Object[] objects,
MethodMetadata metadata)
getMetadata
public 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.
- Returns:
Copyright © 2009 LogicBlaze, Inc.. All Rights Reserved.