Serialized Form


Package tyrex.corba

Class tyrex.corba.ClientInterceptor extends org.omg.CORBA.LocalObject implements Serializable

Serialized Fields

info

org.omg.PortableInterceptor.ORBInitInfo info

t_slot

int t_slot

Class tyrex.corba.Current extends org.omg.CORBA.LocalObject 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 extends org.omg.CORBA.LocalObject implements Serializable

Serialized Fields

t_slot

int t_slot
Transactional slot id

Class tyrex.corba.PseudoControl extends org.omg.CORBA.LocalObject 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 extends org.omg.CORBA.LocalObject implements Serializable

Serialized Fields

info

org.omg.PortableInterceptor.ORBInitInfo info

t_slot

int t_slot


Package tyrex.naming

Class tyrex.naming.EnvContext extends java.lang.Object 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.


Package tyrex.naming.java

Class tyrex.naming.java.JavaContext extends java.lang.Object implements Serializable

Serialized Fields

_env

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


Package tyrex.resource

Class tyrex.resource.ResourceException extends NestedException implements Serializable


Package tyrex.resource.javamail

Class tyrex.resource.javamail.Property extends java.lang.Object implements Serializable

Serialized Fields

_key

java.lang.String _key

_value

java.lang.String _value


Package tyrex.resource.jdbc.xa

Class tyrex.resource.jdbc.xa.EnabledDataSource extends XADataSourceImpl 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 extends java.lang.Object 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 extends java.lang.Object 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 extends java.lang.Object implements Serializable

Serialized Fields

_email

java.lang.String _email
The email address.


Package tyrex.security.ldap

Class tyrex.security.ldap.CommonNamePrincipal extends java.lang.Object implements Serializable

Serialized Fields

_name

java.lang.String _name


Package tyrex.services

Class tyrex.services.UUID.InvalidIDException extends java.lang.Exception implements Serializable


Package tyrex.tm

Class tyrex.tm.DomainConfigurationException extends NestedException implements Serializable

Class tyrex.tm.RecoveryException extends NestedException implements Serializable

Serialized Fields

_next

RecoveryException _next
Reference to the next recovery exception.

Class tyrex.tm.TransactionTimeoutException extends java.lang.RuntimeException implements Serializable


Package tyrex.tm.impl

Class tyrex.tm.impl.NestedSystemException extends javax.transaction.SystemException implements Serializable

Serialized Fields

_except

java.lang.Throwable _except
The underlying exception.

Class tyrex.tm.impl.ResourceImpl extends org.omg.CosTransactions._ResourceImplBase 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.TransactionFactoryImpl extends org.omg.CosTransactions._TransactionFactoryImplBase implements Serializable

Serialized Fields

_txDomain

TransactionDomainImpl _txDomain
The transaction domain to which this factory belongs.


Package tyrex.tm.xid

Class tyrex.tm.xid.InvalidXidException extends java.lang.Exception implements Serializable


Package tyrex.util

Class tyrex.util.NestedException extends java.lang.Exception implements Serializable

Serialized Fields

_except

java.lang.Exception _except
The underlying exception.

Class tyrex.util.WrappedException extends java.lang.Exception implements Serializable

Serialized Fields

_except

java.lang.Throwable _except



Original code is Copyright (c) 1999-2001, Intalio, Inc. All Rights Reserved. Contributions by MetaBoss team are Copyright (c) 2003-2005, Softaris Pty. Ltd. All Rights Reserved.