org.codehaus.wadi.servicespace
Class InvocationMetaData

java.lang.Object
  extended by org.codehaus.wadi.servicespace.InvocationMetaData
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable

public class InvocationMetaData
extends java.lang.Object
implements java.io.Externalizable

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

Constructor Summary
InvocationMetaData()
           
InvocationMetaData(InvocationMetaData prototype)
           
 
Method Summary
 InvocationResultCombiner getInvocationResultCombiner()
           
 ReplyRequiredAssessor getReplyAssessor()
           
 Peer[] getTargets()
           
 long getTimeout()
           
 boolean isClusterAggregation()
           
 boolean isClusterTargeted()
           
 boolean isIgnoreMessageExchangeExceptionOnSend()
           
 boolean isOneWay()
           
 void readExternal(java.io.ObjectInput in)
           
 void setClusterAggregation(boolean clusterAggregation)
           
 void setIgnoreMessageExchangeExceptionOnSend(boolean ignoreMessageExchangeExceptionOnSend)
           
 void setInvocationResultCombiner(InvocationResultCombiner invocationResultCombiner)
           
 void setOneWay(boolean oneWay)
           
 void setReplyAssessor(ReplyRequiredAssessor replyAssessor)
           
 void setTargets(Peer[] targets)
           
 void setTimeout(long timeout)
           
 void writeExternal(java.io.ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvocationMetaData

public InvocationMetaData()

InvocationMetaData

public InvocationMetaData(InvocationMetaData prototype)
Method Detail

isOneWay

public boolean isOneWay()

setOneWay

public void setOneWay(boolean oneWay)

getTimeout

public long getTimeout()

setTimeout

public void setTimeout(long timeout)

getInvocationResultCombiner

public InvocationResultCombiner getInvocationResultCombiner()

setInvocationResultCombiner

public void setInvocationResultCombiner(InvocationResultCombiner invocationResultCombiner)

getTargets

public Peer[] getTargets()

setTargets

public void setTargets(Peer[] targets)

isClusterTargeted

public boolean isClusterTargeted()

getReplyAssessor

public ReplyRequiredAssessor getReplyAssessor()

setReplyAssessor

public void setReplyAssessor(ReplyRequiredAssessor replyAssessor)

isIgnoreMessageExchangeExceptionOnSend

public boolean isIgnoreMessageExchangeExceptionOnSend()

setIgnoreMessageExchangeExceptionOnSend

public void setIgnoreMessageExchangeExceptionOnSend(boolean ignoreMessageExchangeExceptionOnSend)

isClusterAggregation

public boolean isClusterAggregation()

setClusterAggregation

public void setClusterAggregation(boolean clusterAggregation)

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Specified by:
readExternal in interface java.io.Externalizable
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Specified by:
writeExternal in interface java.io.Externalizable
Throws:
java.io.IOException


Copyright © 2011. All Rights Reserved.