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
-
writeObject
public 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
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeExternal
public 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
-
_destination
Destination _destination
-
_lock
java.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
-
_message
Message _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
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeExternal
public 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
-
readObject
public 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)
-
writeObject
public 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
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeExternal
public 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
-
writeObject
public 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
-
_stream
com.tibco.tibjms.TibjmsxStream _stream
-
-
Class com.tibco.tibjms.TibjmsConnectionFactory extends com.tibco.tibjms.TibjmsxCFImpl implements Serializable
- serialVersionUID:
- -4661688544277536262L
-
Serialization Methods
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeExternal
public 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
-
_address
java.lang.String _address
-
-
Class com.tibco.tibjms.TibjmsHTTPAuthenticationException extends com.tibco.tibjms.TibjmsHTTPException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_realm
java.lang.String _realm
-
-
Class com.tibco.tibjms.TibjmsHTTPException extends JMSException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_statusCode
int _statusCode
-
_statusString
java.lang.String _statusString
-
-
Class com.tibco.tibjms.TibjmsMapMessage extends com.tibco.tibjms.TibjmsMessage implements Serializable
- serialVersionUID:
- 5718548447690166261L
-
Serialized Fields
-
_extmode
boolean _extmode
-
_fields
java.util.HashMap _fields
-
-
Class com.tibco.tibjms.TibjmsMessage extends java.lang.Object implements Serializable
- serialVersionUID:
- -1496498797568484644L
-
Serialized Fields
-
_bodyLifted
boolean _bodyLifted
-
_bodyOffset
int _bodyOffset
-
_bodySize
int _bodySize
-
_cmid
int _cmid
-
_compressed
boolean _compressed
-
_deliveryCount
int _deliveryCount
-
_encoding
java.lang.String _encoding
-
_headersSize
int _headersSize
-
_JMSCorrelationID
java.lang.String _JMSCorrelationID
-
_JMSDeliveryMode
int _JMSDeliveryMode
-
_JMSDeliveryTime
long _JMSDeliveryTime
-
_JMSDestination
Destination _JMSDestination
-
_JMSExpiration
long _JMSExpiration
-
_JMSMessageID
java.lang.String _JMSMessageID
-
_JMSPriority
int _JMSPriority
-
_JMSRedelivered
boolean _JMSRedelivered
-
_JMSReplyTo
Destination _JMSReplyTo
-
_JMSTimestamp
long _JMSTimestamp
-
_JMSType
java.lang.String _JMSType
-
_linkType
int _linkType
-
_nbAsyncSendRequest
boolean _nbAsyncSendRequest
-
_props
java.util.HashMap _props
-
_propsLifted
boolean _propsLifted
-
_propsOffset
int _propsOffset
-
_propsSize
int _propsSize
-
_sequenceID
long _sequenceID
-
_totalSize
int _totalSize
-
_type
int _type
-
_userSetdeliveryTime
boolean _userSetdeliveryTime
-
_wire
byte[] _wire
-
-
Class com.tibco.tibjms.TibjmsObjectMessage extends com.tibco.tibjms.TibjmsMessage implements Serializable
- serialVersionUID:
- -4631903241458732988L
-
Serialized Fields
-
_bytes
byte[] _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
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeExternal
public 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
-
readObject
public 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)
-
writeObject
public 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
-
_elements
java.util.Vector _elements
-
_extmode
boolean _extmode
-
-
Class com.tibco.tibjms.TibjmsTextMessage extends com.tibco.tibjms.TibjmsMessage implements Serializable
- serialVersionUID:
- -5939984304396018622L
-
Serialized Fields
-
_text
java.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
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeExternal
public 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
-
readExternal
public void readExternal(java.io.ObjectInput arg0) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeExternal
public 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
-
readExternal
public void readExternal(java.io.ObjectInput arg0) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeExternal
public 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
-
readExternal
public void readExternal(java.io.ObjectInput arg0) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeExternal
public 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
-
readExternal
public void readExternal(java.io.ObjectInput arg0) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeExternal
public 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
-
readObject
public java.lang.Object readObject() throws java.io.EOFException, JMSException
- Throws:
java.io.EOFException
JMSException
-
writeObject
public void writeObject(java.lang.Object arg0, int arg1, boolean arg2) throws JMSException
- Throws:
JMSException
-
-
Serialized Fields
-
buffer
byte[] buffer
-
buflen
int buflen
-
curpos
int curpos
-
encoding
java.lang.String encoding
-
-
-
Package com.tibco.tibjms.admin
-
Class com.tibco.tibjms.admin.TibjmsAdminException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
root
java.lang.Exception root
-
status
int 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
-
readExternal
public void readExternal(java.io.ObjectInput arg0) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeExternal
public 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
-
contextName
javax.naming.CompoundName contextName
-
environment
java.util.Hashtable environment
-
-
Class com.tibco.tibjms.naming.TibjmsFederatedQueueConnectionFactory extends TibjmsQueueConnectionFactory implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
public void readExternal(java.io.ObjectInput arg0) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeExternal
public 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
-
contextName
javax.naming.CompoundName contextName
-
environment
java.util.Hashtable environment
-
-
Class com.tibco.tibjms.naming.TibjmsFederatedTopicConnectionFactory extends TibjmsTopicConnectionFactory implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
public void readExternal(java.io.ObjectInput arg0) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeExternal
public 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
-
readExternal
public void readExternal(java.io.ObjectInput arg0) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeExternal
public 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
-
readExternal
public void readExternal(java.io.ObjectInput arg0) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeExternal
public 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
-
readExternal
public void readExternal(java.io.ObjectInput arg0) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeExternal
public 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
-
_nanoseconds
int _nanoseconds
-
_seconds
long _seconds
-
-
-
Class com.tibco.tibrv.TibrvException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
error
int error
-
internal
java.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
-
errorCode
java.lang.String errorCode
Vendor-specific error code. -
linkedException
java.lang.Exception linkedException
Exception
reference.
-
-
Class javax.jms.JMSRuntimeException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -5204332229969809982L
-
Serialized Fields
-
errorCode
java.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
-