|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.logicblaze.lingo.MethodMetadata
public class MethodMetadata
Represents the Message Exchange Pattern characteristics of a specific method invocation.
Constructor Summary | |
---|---|
MethodMetadata(boolean oneWay)
|
|
MethodMetadata(boolean oneWay,
boolean[] remoteParameters)
|
|
MethodMetadata(boolean oneWay,
boolean[] remoteParameters,
boolean stateful,
boolean endSession)
|
Method Summary | |
---|---|
boolean |
isEndSession()
Returns whether or not this method ends the session if used on a callback object. |
boolean |
isOneWay()
|
boolean |
isRemoteParameter(int i)
Returns true if the parameter at the given index is remote method |
boolean |
isStateful()
Should sticky load balancing be used to refer to a remote stateful service |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MethodMetadata(boolean oneWay)
public MethodMetadata(boolean oneWay, boolean[] remoteParameters)
public MethodMetadata(boolean oneWay, boolean[] remoteParameters, boolean stateful, boolean endSession)
Method Detail |
---|
public boolean isOneWay()
public boolean isRemoteParameter(int i)
public boolean isStateful()
public boolean isEndSession()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |