org.globus.ogsa.base.multirft
Class RFTOptionsType
java.lang.Object
|
+--org.globus.ogsa.base.multirft.RFTOptionsType
- All Implemented Interfaces:
- java.io.Serializable
- public class RFTOptionsType
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
RFTOptionsType
public RFTOptionsType()
isBinary
public boolean isBinary()
setBinary
public void setBinary(boolean binary)
getBlockSize
public long getBlockSize()
setBlockSize
public void setBlockSize(long blockSize)
getTcpBufferSize
public int getTcpBufferSize()
setTcpBufferSize
public void setTcpBufferSize(int tcpBufferSize)
isNotpt
public boolean isNotpt()
setNotpt
public void setNotpt(boolean notpt)
getParallelStreams
public int getParallelStreams()
setParallelStreams
public void setParallelStreams(int parallelStreams)
isDcau
public boolean isDcau()
setDcau
public void setDcau(boolean dcau)
getSubjectName
public java.lang.String getSubjectName()
setSubjectName
public void setSubjectName(java.lang.String subjectName)
getDestinationSubjectName
public java.lang.String getDestinationSubjectName()
setDestinationSubjectName
public void setDestinationSubjectName(java.lang.String destinationSubjectName)
getSourceSubjectName
public java.lang.String getSourceSubjectName()
setSourceSubjectName
public void setSourceSubjectName(java.lang.String sourceSubjectName)
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
getTypeDesc
public static org.apache.axis.description.TypeDesc getTypeDesc()
- Return type metadata object
getSerializer
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
- Get Custom Serializer
getDeserializer
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
- Get Custom Deserializer