org.logicblaze.lingo
Class MethodMetadata

java.lang.Object
  extended byorg.logicblaze.lingo.MethodMetadata
All Implemented Interfaces:
Serializable

public class MethodMetadata
extends Object
implements Serializable

Represents the Message Exchange Pattern characteristics of a specific method invocation.

Version:
$Revision: 1.1 $
See Also:
Serialized Form

Constructor Summary
MethodMetadata(boolean oneWay)
           
MethodMetadata(boolean oneWay, boolean[] remoteParameters)
           
 
Method Summary
 boolean isOneWay()
           
 boolean isRemoteParameter(int i)
          Returns true if the parameter at the given index is remote method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodMetadata

public MethodMetadata(boolean oneWay)

MethodMetadata

public MethodMetadata(boolean oneWay,
                      boolean[] remoteParameters)
Method Detail

isOneWay

public boolean isOneWay()

isRemoteParameter

public boolean isRemoteParameter(int i)
Returns true if the parameter at the given index is remote method



Copyright © 2005 LogicBlaze, Inc.. All Rights Reserved.