Skip navigation links
Serialized Form
errorCode
java.lang.String errorCode
- Vendor-specific error code.
linkedException
java.lang.Exception linkedException
Exception reference.
hostname
java.lang.String hostname
oracle_sid
java.lang.String oracle_sid
portno
int portno
jdbc_driver
java.lang.String jdbc_driver
jdbc_conn_str
java.lang.String jdbc_conn_str
user
java.lang.String user
passwd
java.lang.String passwd
classname
java.lang.String classname
jdbc_info
java.util.Properties jdbc_info
data_source
javax.sql.DataSource data_source
compliant
boolean compliant
type
int type
owner
java.lang.String owner
name
java.lang.String name
table
java.lang.String table
pload_type
int pload_type
p_data_type
java.lang.String p_data_type
property
AQjmsDestinationProperty property
dest_properties
java.util.Hashtable<K,V> dest_properties
trans_list
java.util.Hashtable<K,V> trans_list
secure
boolean secure
is_temp
boolean is_temp
temp_cons
int temp_cons
err_code
int err_code
m_xaDS
javax.sql.XADataSource m_xaDS
m_xaresFactory
oracle.jms.AQjmsXAResourceFactory m_xaresFactory
| Class oracle.jms.AQjmsXAException extends javax.transaction.xa.XAException implements Serializable |
m_xaDS
javax.sql.XADataSource m_xaDS
m_xaresFactory
oracle.jms.AQjmsXAResourceFactory m_xaresFactory
m_xaDS
javax.sql.XADataSource m_xaDS
m_xaresFactory
oracle.jms.AQjmsXAResourceFactory m_xaresFactory
| Class oracle.jms.ParseException extends java.lang.Exception implements Serializable |
specialConstructor
boolean specialConstructor
- This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
currentToken
oracle.jms.Token currentToken
- This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.
expectedTokenSequences
int[][] expectedTokenSequences
- Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.
tokenImage
java.lang.String[] tokenImage
- This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.
eol
java.lang.String eol
- The end of line string for this machine.
| Class oracle.jms.TokenMgrError extends java.lang.Error implements Serializable |
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have one of the above 4 values.
| Class oracle.jms.Tset extends java.lang.Object implements Serializable |
serialVersionUID: -2483619647567846128L
m_val
boolean m_val
Skip navigation links
Copyright © 2003, 2009, Oracle and/or its affiliates. All rights reserved.