org.logicblaze.lingo
Class LingoInvocation

java.lang.Object
  extended by org.springframework.remoting.support.RemoteInvocation
      extended by 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

Constructor Summary
LingoInvocation(org.aopalliance.intercept.MethodInvocation methodInvocation, MethodMetadata metadata)
           
LingoInvocation(java.lang.String s, java.lang.Class[] classes, java.lang.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

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)
Method Detail

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 © 2010 LogicBlaze, Inc.. All Rights Reserved.