Serialized Form
- 
Package com.tibco.tibems.ufo- 
Class com.tibco.tibems.ufo.TibjmsUFOBytesMessage extends com.tibco.tibems.ufo.TibjmsUFOMessage implements Serializable- serialVersionUID:
- -3484454283261654351L
 - 
Serialization Methods- 
writeObjectpublic void writeObject(java.lang.Object arg0) throws JMSException- Throws:
- JMSException- if the Jakarta Messaging provider fails to write the message due to some internal error.
- MessageFormatException- if the object is of an invalid type.
- MessageNotWriteableException- if the message is in read-only mode.
 
 
- 
 
- 
Class com.tibco.tibems.ufo.TibjmsUFOConnectionFactory extends com.tibco.tibems.ufo.TibjmsUFOxCF implements Serializable- serialVersionUID:
- 8341915923997921807L
 - 
Serialization Methods- 
readExternalpublic void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
- java.io.IOException
- java.lang.ClassNotFoundException
 
- 
writeExternalpublic void writeExternal(java.io.ObjectOutput out) throws java.io.IOException- Throws:
- java.io.IOException
 
 
- 
 
- 
Class com.tibco.tibems.ufo.TibjmsUFOConnectionFailureException extends JMSException implements Serializable- serialVersionUID:
- -4661688544277537722L
 
- 
Class com.tibco.tibems.ufo.TibjmsUFODestination extends java.lang.Object implements Serializable- serialVersionUID:
- 1273203283483008721L
 - 
Serialized Fields- 
_destinationDestination _destination 
- 
_lockjava.lang.Object _lock 
 
- 
 
- 
Class com.tibco.tibems.ufo.TibjmsUFOMapMessage extends com.tibco.tibems.ufo.TibjmsUFOMessage implements Serializable- serialVersionUID:
- 8795585569450140040L
 
- 
Class com.tibco.tibems.ufo.TibjmsUFOMessage extends java.lang.Object implements Serializable- serialVersionUID:
- -5418095275917254395L
 - 
Serialized Fields- 
_messageMessage _message 
 
- 
 
- 
Class com.tibco.tibems.ufo.TibjmsUFOObjectMessage extends com.tibco.tibems.ufo.TibjmsUFOMessage implements Serializable- serialVersionUID:
- 7545051010162401998L
 
- 
Class com.tibco.tibems.ufo.TibjmsUFOQueue extends com.tibco.tibems.ufo.TibjmsUFODestination implements Serializable- serialVersionUID:
- -6673022074432058563L
 
- 
Class com.tibco.tibems.ufo.TibjmsUFOQueueConnectionFactory extends TibjmsUFOConnectionFactory implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readExternalpublic void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
- java.io.IOException
- java.lang.ClassNotFoundException
 
- 
writeExternalpublic void writeExternal(java.io.ObjectOutput out) throws java.io.IOException- Throws:
- java.io.IOException
 
 
- 
 
- 
Class com.tibco.tibems.ufo.TibjmsUFOStreamMessage extends com.tibco.tibems.ufo.TibjmsUFOMessage implements Serializable- serialVersionUID:
- 2598458490637767418L
 - 
Serialization Methods- 
readObjectpublic java.lang.Object readObject() throws JMSException- Throws:
- JMSException- if the Jakarta Messaging provider fails to read the message due to some internal error.
- MessageEOFException- if unexpected end of message stream has been reached.
- MessageFormatException- if this type conversion is invalid.
- MessageNotReadableException- if the message is in write-only mode.
- See Also:
- StreamMessage.readBytes(byte[] value)
 
- 
writeObjectpublic void writeObject(java.lang.Object arg0) throws JMSException- Throws:
- JMSException- if the Jakarta Messaging provider fails to write the message due to some internal error.
- MessageFormatException- if the object is invalid.
- MessageNotWriteableException- if the message is in read-only mode.
 
 
- 
 
- 
Class com.tibco.tibems.ufo.TibjmsUFOTextMessage extends com.tibco.tibems.ufo.TibjmsUFOMessage implements Serializable- serialVersionUID:
- 3760992066922258210L
 
- 
Class com.tibco.tibems.ufo.TibjmsUFOTopic extends com.tibco.tibems.ufo.TibjmsUFODestination implements Serializable- serialVersionUID:
- 8963701607780989422L
 
- 
Class com.tibco.tibems.ufo.TibjmsUFOTopicConnectionFactory extends TibjmsUFOConnectionFactory implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readExternalpublic void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
- java.io.IOException
- java.lang.ClassNotFoundException
 
- 
writeExternalpublic void writeExternal(java.io.ObjectOutput out) throws java.io.IOException- Throws:
- java.io.IOException
 
 
- 
 
 
- 
- 
Package com.tibco.tibjms- 
Class com.tibco.tibjms.TibjmsBytesMessage extends com.tibco.tibjms.TibjmsMessage implements Serializable- serialVersionUID:
- -8522940922962349119L
 - 
Serialization Methods- 
writeObjectpublic void writeObject(java.lang.Object arg0) throws JMSException- Throws:
- JMSException- if the Jakarta Messaging provider fails to write the message due to some internal error.
- MessageFormatException- if the object is of an invalid type.
- MessageNotWriteableException- if the message is in read-only mode.
 
 
- 
- 
Serialized Fields- 
_streamcom.tibco.tibjms.TibjmsxStream _stream 
 
- 
 
- 
Class com.tibco.tibjms.TibjmsConnectionFactory extends com.tibco.tibjms.TibjmsxCFImpl implements Serializable- serialVersionUID:
- -4661688544277536262L
 - 
Serialization Methods- 
readExternalpublic void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
- java.io.IOException
- java.lang.ClassNotFoundException
 
- 
writeExternalpublic void writeExternal(java.io.ObjectOutput out) throws java.io.IOException- Throws:
- java.io.IOException
 
 
- 
 
- 
Class com.tibco.tibjms.TibjmsDestination extends java.lang.Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_addressjava.lang.String _address 
 
- 
 
- 
Class com.tibco.tibjms.TibjmsHTTPAuthenticationException extends com.tibco.tibjms.TibjmsHTTPException implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_realmjava.lang.String _realm 
 
- 
 
- 
Class com.tibco.tibjms.TibjmsHTTPException extends JMSException implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
_statusCodeint _statusCode 
- 
_statusStringjava.lang.String _statusString 
 
- 
 
- 
Class com.tibco.tibjms.TibjmsMapMessage extends com.tibco.tibjms.TibjmsMessage implements Serializable- serialVersionUID:
- 5718548447690166261L
 - 
Serialized Fields- 
_extmodeboolean _extmode 
- 
_fieldsjava.util.HashMap _fields 
 
- 
 
- 
Class com.tibco.tibjms.TibjmsMessage extends java.lang.Object implements Serializable- serialVersionUID:
- -1496498797568484644L
 - 
Serialized Fields- 
_bodyLiftedboolean _bodyLifted 
- 
_bodyOffsetint _bodyOffset 
- 
_bodySizeint _bodySize 
- 
_cmidint _cmid 
- 
_compressedboolean _compressed 
- 
_deliveryCountint _deliveryCount 
- 
_encodingjava.lang.String _encoding 
- 
_headersSizeint _headersSize 
- 
_JMSCorrelationIDjava.lang.String _JMSCorrelationID 
- 
_JMSDeliveryModeint _JMSDeliveryMode 
- 
_JMSDeliveryTimelong _JMSDeliveryTime 
- 
_JMSDestinationDestination _JMSDestination 
- 
_JMSExpirationlong _JMSExpiration 
- 
_JMSMessageIDjava.lang.String _JMSMessageID 
- 
_JMSPriorityint _JMSPriority 
- 
_JMSRedeliveredboolean _JMSRedelivered 
- 
_JMSReplyToDestination _JMSReplyTo 
- 
_JMSTimestamplong _JMSTimestamp 
- 
_JMSTypejava.lang.String _JMSType 
- 
_linkTypeint _linkType 
- 
_nbAsyncSendRequestboolean _nbAsyncSendRequest 
- 
_propsjava.util.HashMap _props 
- 
_propsLiftedboolean _propsLifted 
- 
_propsOffsetint _propsOffset 
- 
_propsSizeint _propsSize 
- 
_sequenceIDlong _sequenceID 
- 
_totalSizeint _totalSize 
- 
_typeint _type 
- 
_userSetdeliveryTimeboolean _userSetdeliveryTime 
- 
_wirebyte[] _wire 
 
- 
 
- 
Class com.tibco.tibjms.TibjmsObjectMessage extends com.tibco.tibjms.TibjmsMessage implements Serializable- serialVersionUID:
- -4631903241458732988L
 - 
Serialized Fields- 
_bytesbyte[] _bytes 
 
- 
 
- 
Class com.tibco.tibjms.TibjmsQueue extends com.tibco.tibjms.TibjmsDestination implements Serializable- serialVersionUID:
- 1L
 
- 
Class com.tibco.tibjms.TibjmsQueueConnectionFactory extends TibjmsConnectionFactory implements Serializable- serialVersionUID:
- 7564720648769698761L
 - 
Serialization Methods- 
readExternalpublic void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
- java.io.IOException
- java.lang.ClassNotFoundException
 
- 
writeExternalpublic void writeExternal(java.io.ObjectOutput out) throws java.io.IOException- Throws:
- java.io.IOException
 
 
- 
 
- 
Class com.tibco.tibjms.TibjmsStreamMessage extends com.tibco.tibjms.TibjmsMessage implements Serializable- serialVersionUID:
- 7017371183043433845L
 - 
Serialization Methods- 
readObjectpublic java.lang.Object readObject() throws JMSException- Throws:
- JMSException- if the Jakarta Messaging provider fails to read the message due to some internal error.
- MessageEOFException- if unexpected end of message stream has been reached.
- MessageFormatException- if this type conversion is invalid.
- MessageNotReadableException- if the message is in write-only mode.
- See Also:
- StreamMessage.readBytes(byte[] value)
 
- 
writeObjectpublic void writeObject(java.lang.Object arg0) throws JMSException- Throws:
- JMSException- if the Jakarta Messaging provider fails to write the message due to some internal error.
- MessageFormatException- if the object is invalid.
- MessageNotWriteableException- if the message is in read-only mode.
 
 
- 
- 
Serialized Fields- 
_elementsjava.util.Vector _elements 
- 
_extmodeboolean _extmode 
 
- 
 
- 
Class com.tibco.tibjms.TibjmsTextMessage extends com.tibco.tibjms.TibjmsMessage implements Serializable- serialVersionUID:
- -5939984304396018622L
 - 
Serialized Fields- 
_textjava.lang.String _text 
 
- 
 
- 
Class com.tibco.tibjms.TibjmsTopic extends com.tibco.tibjms.TibjmsDestination implements Serializable- serialVersionUID:
- 1L
 
- 
Class com.tibco.tibjms.TibjmsTopicConnectionFactory extends TibjmsConnectionFactory implements Serializable- serialVersionUID:
- -5757922748209888507L
 - 
Serialization Methods- 
readExternalpublic void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
- java.io.IOException
- java.lang.ClassNotFoundException
 
- 
writeExternalpublic void writeExternal(java.io.ObjectOutput out) throws java.io.IOException- Throws:
- java.io.IOException
 
 
- 
 
- 
Class com.tibco.tibjms.TibjmsXAConnectionFactory extends com.tibco.tibjms.TibjmsxCFImpl implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readExternalpublic void readExternal(java.io.ObjectInput arg0) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
- java.io.IOException
- java.lang.ClassNotFoundException
 
- 
writeExternalpublic void writeExternal(java.io.ObjectOutput arg0) throws java.io.IOException- Throws:
- java.io.IOException
 
 
- 
 
- 
Class com.tibco.tibjms.TibjmsXAQueueConnectionFactory extends TibjmsXAConnectionFactory implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readExternalpublic void readExternal(java.io.ObjectInput arg0) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
- java.io.IOException
- java.lang.ClassNotFoundException
 
- 
writeExternalpublic void writeExternal(java.io.ObjectOutput arg0) throws java.io.IOException- Throws:
- java.io.IOException
 
 
- 
 
- 
Class com.tibco.tibjms.TibjmsXATopicConnectionFactory extends TibjmsXAConnectionFactory implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readExternalpublic void readExternal(java.io.ObjectInput arg0) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
- java.io.IOException
- java.lang.ClassNotFoundException
 
- 
writeExternalpublic void writeExternal(java.io.ObjectOutput arg0) throws java.io.IOException- Throws:
- java.io.IOException
 
 
- 
 
- 
Class com.tibco.tibjms.TibjmsxCFImpl extends java.lang.Object implements Serializable- 
Serialization Methods- 
readExternalpublic void readExternal(java.io.ObjectInput arg0) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
- java.io.IOException
- java.lang.ClassNotFoundException
 
- 
writeExternalpublic void writeExternal(java.io.ObjectOutput arg0) throws java.io.IOException- Throws:
- java.io.IOException
 
 
- 
 
- 
- 
Class com.tibco.tibjms.TibjmsxStream extends java.lang.Object implements Serializable- serialVersionUID:
- -8253400451981113126L
 - 
Serialization Methods- 
readObjectpublic java.lang.Object readObject() throws java.io.EOFException, JMSException- Throws:
- java.io.EOFException
- JMSException
 
- 
writeObjectpublic void writeObject(java.lang.Object arg0, int arg1, boolean arg2) throws JMSException- Throws:
- JMSException
 
 
- 
- 
Serialized Fields- 
bufferbyte[] buffer 
- 
buflenint buflen 
- 
curposint curpos 
- 
encodingjava.lang.String encoding 
 
- 
 
 
- 
- 
Package com.tibco.tibjms.admin- 
Class com.tibco.tibjms.admin.TibjmsAdminException extends java.lang.Exception implements Serializable- 
Serialized Fields- 
rootjava.lang.Exception root 
- 
statusint status 
 
- 
 
- 
- 
Class com.tibco.tibjms.admin.TibjmsAdminInvalidNameException extends TibjmsAdminException implements Serializable
- 
Class com.tibco.tibjms.admin.TibjmsAdminJsonFileModifiedException extends TibjmsAdminException implements Serializable
- 
Class com.tibco.tibjms.admin.TibjmsAdminNameExistsException extends TibjmsAdminException implements Serializable
- 
Class com.tibco.tibjms.admin.TibjmsAdminSecurityException extends TibjmsAdminException implements Serializable
 
- 
- 
Package com.tibco.tibjms.naming- 
Class com.tibco.tibjms.naming.TibjmsFederatedConnectionFactory extends TibjmsConnectionFactory implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readExternalpublic void readExternal(java.io.ObjectInput arg0) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
- java.io.IOException
- java.lang.ClassNotFoundException
 
- 
writeExternalpublic void writeExternal(java.io.ObjectOutput arg0) throws java.io.IOException- Throws:
- java.io.IOException
 
 
- 
 
- 
Class com.tibco.tibjms.naming.TibjmsFederatedQueue extends TibjmsQueue implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
contextNamejavax.naming.CompoundName contextName 
- 
environmentjava.util.Hashtable environment 
 
- 
 
- 
Class com.tibco.tibjms.naming.TibjmsFederatedQueueConnectionFactory extends TibjmsQueueConnectionFactory implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readExternalpublic void readExternal(java.io.ObjectInput arg0) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
- java.io.IOException
- java.lang.ClassNotFoundException
 
- 
writeExternalpublic void writeExternal(java.io.ObjectOutput arg0) throws java.io.IOException- Throws:
- java.io.IOException
 
 
- 
 
- 
Class com.tibco.tibjms.naming.TibjmsFederatedTopic extends TibjmsTopic implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
contextNamejavax.naming.CompoundName contextName 
- 
environmentjava.util.Hashtable environment 
 
- 
 
- 
Class com.tibco.tibjms.naming.TibjmsFederatedTopicConnectionFactory extends TibjmsTopicConnectionFactory implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readExternalpublic void readExternal(java.io.ObjectInput arg0) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
- java.io.IOException
- java.lang.ClassNotFoundException
 
- 
writeExternalpublic void writeExternal(java.io.ObjectOutput arg0) throws java.io.IOException- Throws:
- java.io.IOException
 
 
- 
 
- 
Class com.tibco.tibjms.naming.TibjmsFederatedXAConnectionFactory extends TibjmsXAConnectionFactory implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readExternalpublic void readExternal(java.io.ObjectInput arg0) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
- java.io.IOException
- java.lang.ClassNotFoundException
 
- 
writeExternalpublic void writeExternal(java.io.ObjectOutput arg0) throws java.io.IOException- Throws:
- java.io.IOException
 
 
- 
 
- 
Class com.tibco.tibjms.naming.TibjmsFederatedXAQueueConnectionFactory extends TibjmsXAQueueConnectionFactory implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readExternalpublic void readExternal(java.io.ObjectInput arg0) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
- java.io.IOException
- java.lang.ClassNotFoundException
 
- 
writeExternalpublic void writeExternal(java.io.ObjectOutput arg0) throws java.io.IOException- Throws:
- java.io.IOException
 
 
- 
 
- 
Class com.tibco.tibjms.naming.TibjmsFederatedXATopicConnectionFactory extends TibjmsXATopicConnectionFactory implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readExternalpublic void readExternal(java.io.ObjectInput arg0) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
- java.io.IOException
- java.lang.ClassNotFoundException
 
- 
writeExternalpublic void writeExternal(java.io.ObjectOutput arg0) throws java.io.IOException- Throws:
- java.io.IOException
 
 
- 
 
 
- 
- 
Package com.tibco.tibrv- 
Class com.tibco.tibrv.TibrvDate extends java.util.Date implements Serializable- 
Serialized Fields- 
_nanosecondsint _nanoseconds 
- 
_secondslong _seconds 
 
- 
 
- 
- 
Class com.tibco.tibrv.TibrvException extends java.lang.Exception implements Serializable- 
Serialized Fields- 
errorint error 
- 
internaljava.lang.Throwable internal 
 
- 
 
- 
 
- 
- 
Package javax.jms- 
Class javax.jms.IllegalStateException extends JMSException implements Serializable- serialVersionUID:
- -6850763061112244487L
 
- 
Class javax.jms.IllegalStateRuntimeException extends JMSRuntimeException implements Serializable- serialVersionUID:
- 6838714637432837899L
 
- 
Class javax.jms.InvalidClientIDException extends JMSException implements Serializable- serialVersionUID:
- 2410181719763491702L
 
- 
Class javax.jms.InvalidClientIDRuntimeException extends JMSRuntimeException implements Serializable- serialVersionUID:
- -1997236208457896631L
 
- 
Class javax.jms.InvalidDestinationException extends JMSException implements Serializable- serialVersionUID:
- -8588063794606036755L
 
- 
Class javax.jms.InvalidDestinationRuntimeException extends JMSRuntimeException implements Serializable- serialVersionUID:
- 2765276997130843763L
 
- 
Class javax.jms.InvalidSelectorException extends JMSException implements Serializable- serialVersionUID:
- 6223038613086963841L
 
- 
Class javax.jms.InvalidSelectorRuntimeException extends JMSRuntimeException implements Serializable- serialVersionUID:
- 1974783946275023548L
 
- 
Class javax.jms.JMSException extends java.lang.Exception implements Serializable- serialVersionUID:
- 8951994251593378324L
 - 
Serialized Fields- 
errorCodejava.lang.String errorCode Vendor-specific error code.
- 
linkedExceptionjava.lang.Exception linkedException Exceptionreference.
 
- 
 
- 
Class javax.jms.JMSRuntimeException extends java.lang.RuntimeException implements Serializable- serialVersionUID:
- -5204332229969809982L
 - 
Serialized Fields- 
errorCodejava.lang.String errorCode Provider-specific error code.
 
- 
 
- 
Class javax.jms.JMSSecurityException extends JMSException implements Serializable- serialVersionUID:
- -7512859695190450217L
 
- 
Class javax.jms.JMSSecurityRuntimeException extends JMSRuntimeException implements Serializable- serialVersionUID:
- 1020149469192845616L
 
- 
Class javax.jms.MessageEOFException extends JMSException implements Serializable- serialVersionUID:
- -4829621000056590895L
 
- 
Class javax.jms.MessageFormatException extends JMSException implements Serializable- serialVersionUID:
- -3642297253594750138L
 
- 
Class javax.jms.MessageFormatRuntimeException extends JMSRuntimeException implements Serializable- serialVersionUID:
- 416918643772467720L
 
- 
Class javax.jms.MessageNotReadableException extends JMSException implements Serializable- serialVersionUID:
- 8044835867550650748L
 
- 
Class javax.jms.MessageNotWriteableException extends JMSException implements Serializable- serialVersionUID:
- -4241931174711518830L
 
- 
Class javax.jms.MessageNotWriteableRuntimeException extends JMSRuntimeException implements Serializable- serialVersionUID:
- 6075922984499850209L
 
- 
Class javax.jms.ResourceAllocationException extends JMSException implements Serializable- serialVersionUID:
- -1172695755360706776L
 
- 
Class javax.jms.ResourceAllocationRuntimeException extends JMSRuntimeException implements Serializable- serialVersionUID:
- -1306897975610715374L
 
- 
Class javax.jms.TransactionInProgressException extends JMSException implements Serializable- serialVersionUID:
- -5611340150426335231L
 
- 
Class javax.jms.TransactionInProgressRuntimeException extends JMSRuntimeException implements Serializable- serialVersionUID:
- -916492460069513065L
 
- 
Class javax.jms.TransactionRolledBackException extends JMSException implements Serializable- serialVersionUID:
- 9157976009672865857L
 
- 
Class javax.jms.TransactionRolledBackRuntimeException extends JMSRuntimeException implements Serializable- serialVersionUID:
- 2157965166257651703L
 
 
-