Serialized Form


Package tyrex.corba

Class tyrex.corba.ClientInterceptor implements Serializable

Serialized Fields

info

org.omg.PortableInterceptor.ORBInitInfo info

t_slot

int t_slot

Class tyrex.corba.Current implements Serializable

Serialized Fields

_tfactory

org.omg.CosTransactions.TransactionFactory _tfactory
Reference to the transaction factory

_time_out

int _time_out
Transaction time out

_info

org.omg.PortableInterceptor.ORBInitInfo _info
OpenORB Initializer Info

t_slot

int t_slot
Transactional slot ID

Class tyrex.corba.Initializer implements Serializable

Serialized Fields

t_slot

int t_slot
Transactional slot id

Class tyrex.corba.PseudoControl implements Serializable

Serialized Fields

_coord

org.omg.CosTransactions.Coordinator _coord
Reference to the coordinator

_term

org.omg.CosTransactions.Terminator _term
Reference to the terminator

Class tyrex.corba.ServerInterceptor implements Serializable

Serialized Fields

info

org.omg.PortableInterceptor.ORBInitInfo info

t_slot

int t_slot


Package tyrex.naming

Class tyrex.naming.EnvContext implements Serializable

Serialized Fields

_env

java.util.Hashtable _env
The environment attributes used to construct this context. Will be passed on to all contexts constructed by this context.

_path

java.lang.String _path
The path of this context. Required in order to reassociate with a binding when de-serialized.

Class tyrex.naming.ReferenceRefAddr implements Serializable

Serialized Fields

_reference

javax.naming.Reference _reference
The reference

_environment

java.util.Hashtable _environment
The environment used to recreate the referenceable object from the underlying #_reference


Package tyrex.naming.java

Class tyrex.naming.java.JavaContext implements Serializable

Serialized Fields

_env

java.util.Hashtable _env
The environment variables of this ENC. Generally ignored.


Package tyrex.resource

Class tyrex.resource.ResourceException implements Serializable


Package tyrex.resource.javamail

Class tyrex.resource.javamail.Property implements Serializable

Serialized Fields

_key

java.lang.String _key

_value

java.lang.String _value


Package tyrex.resource.jca

Class tyrex.resource.jca.ConnectionPool implements Serializable

Serialized Fields

_name

java.lang.String _name
The connector name.

_pool

PoolEntry[] _pool
The pool hash table. This table lists both available and used connections.

_limits

PoolLimits _limits
The pool limits.

_txManager

TyrexTransactionManager _txManager
The transaction manager used for enlisting connections.

_loader

ConnectorLoader _loader
The connector loader.

_category

org.apache.log4j.Category _category
The category used for writing log information.

_logWriter

java.io.PrintWriter _logWriter
The log writer to use, if trace is enabled.

_xaResource

javax.transaction.xa.XAResource _xaResource
This XA resource is used for recovery.

_factory

java.lang.Object _factory
The client connection factory.

_nextExpiration

long _nextExpiration
The next time we expect to expire a connection.

_destroyed

boolean _destroyed
True if this pool has been destroyed.


Package tyrex.resource.jdbc.xa

Class tyrex.resource.jdbc.xa.EnabledDataSource implements Serializable

Serialized Fields

_loginTimeout

int _loginTimeout
Holds the timeout for opening a new connection, specified in seconds. The default is obtained from the JDBC driver.

_user

java.lang.String _user
Holds the user's account name.

_password

java.lang.String _password
Holds the database password.

_description

java.lang.String _description
Description of this datasource.

_driverName

java.lang.String _driverName
The name of the Driver which this data source should use. The driver name is of the form jdbc:subprotocol:subname. The initial "jdbc:" is optional so that subprocol:subname is also valid.

_driverClassName

java.lang.String _driverClassName
The name of the Driver class which must be loaded in order to access the driver.

Class tyrex.resource.jdbc.xa.XADataSourceImpl implements Serializable

Serialized Fields

_txTimeout

int _txTimeout
The default timeout for all new transactions.

_pruneFactor

float _pruneFactor
The prune factor for reducing the size of pooled connections.

_isolationLevel

int _isolationLevel
The default isolation level

_ignoreIsolationLevel

boolean _ignoreIsolationLevel
True if the isolation level is to be ignored. This is useful for those JDBC 1.1 drivers that do not support isolation levels at all.


Package tyrex.security.container

Class tyrex.security.container.RealmPrincipal implements Serializable

Serialized Fields

_name

java.lang.String _name
The principal's name.

_realm

java.lang.String _realm
The principal's realm.


Package tyrex.security.container.helper

Class tyrex.security.container.helper.EmailPrincipal implements Serializable

Serialized Fields

_email

java.lang.String _email
The email address.


Package tyrex.security.ldap

Class tyrex.security.ldap.CommonNamePrincipal implements Serializable

Serialized Fields

_name

java.lang.String _name


Package tyrex.services

Class tyrex.services.UUID.InvalidIDException implements Serializable


Package tyrex.tm

Class tyrex.tm.DomainConfigurationException implements Serializable

Class tyrex.tm.RecoveryException implements Serializable

Serialized Fields

_next

RecoveryException _next
Reference to the next recovery exception.

Class tyrex.tm.TransactionTimeoutException implements Serializable


Package tyrex.tm.impl

Class tyrex.tm.impl.ControlImpl implements Serializable

Serialized Fields

_tx

TransactionImpl _tx
The underlying transaction to which this control serves as an interface.

_parents

org.omg.CosTransactions.TransIdentity[] _parents
The list of parents of this transaction, the immediate parent at index 0 and the top level parent at index n-1. If this transaction is a top level, this variable is null.

_pgContext

org.omg.CosTransactions.PropagationContext _pgContext
The propagation context created from this control. Set when the propagation context is first requested and held for subsequent requests.

_terminator

org.omg.CosTransactions.Terminator _terminator
CORBA Reference to the terminator interface

_coordinator

org.omg.CosTransactions.Coordinator _coordinator
CORBA Reference to the coordinator interface

Class tyrex.tm.impl.CoordinatorImpl implements Serializable

Serialized Fields

_tx

TransactionImpl _tx
The underlying transaction to which this coordinator serves as an interface.

_parents

org.omg.CosTransactions.TransIdentity[] _parents
The list of parents of this transaction, the immediate parent at index 0 and the top level parent at index n-1. If this transaction is a top level, this variable is null.

_control

ControlImpl _control
The control that returned this coordinator.

Class tyrex.tm.impl.NestedSystemException implements Serializable

Serialized Fields

_except

java.lang.Throwable _except
The underlying exception.

Class tyrex.tm.impl.ResourceImpl implements Serializable

Serialized Fields

_tx

TransactionImpl _tx
This is the local transaction that we wish to expose as an OTS resource.

Class tyrex.tm.impl.TerminatorImpl implements Serializable

Serialized Fields

_control

ControlImpl _control
The control that returned this terminator.

Class tyrex.tm.impl.TransactionFactoryImpl implements Serializable

Serialized Fields

_txDomain

TransactionDomainImpl _txDomain
The transaction domain to which this factory belongs.


Package tyrex.tm.xid

Class tyrex.tm.xid.InvalidXidException implements Serializable


Package tyrex.util

Class tyrex.util.NestedException implements Serializable

Serialized Fields

_except

java.lang.Exception _except
The underlying exception.

Class tyrex.util.WrappedException implements Serializable

Serialized Fields

_except

java.lang.Throwable _except



Intalio Inc. (C) 1999-2001. All rights reserved.