org.logicblaze.lingo
Class MethodMetadata
java.lang.Object
org.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
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 |
MethodMetadata
public MethodMetadata(boolean oneWay)
MethodMetadata
public MethodMetadata(boolean oneWay,
boolean[] remoteParameters)
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.