org.codehaus.wadi.servicespace
Class InvocationMetaData
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InvocationMetaData
public InvocationMetaData()
InvocationMetaData
public InvocationMetaData(InvocationMetaData prototype)
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 org.codehaus.wadi.group.Peer[] getTargets()
setTargets
public void setTargets(org.codehaus.wadi.group.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 © 2008. All Rights Reserved.