org.omg.CosPersistentState
Interface TransactionalSession

All Superinterfaces:
CatalogBase, CatalogBaseOperations, org.omg.CORBA.portable.IDLEntity, org.omg.CORBA.Object, java.io.Serializable, Session, SessionOperations, TransactionalSessionOperations
All Known Implementing Classes:
TransactionalDatabaseSession, TransactionalFileSession, TransactionalMemorySession

public interface TransactionalSession
extends TransactionalSessionOperations, Session, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity

Interface definition: TransactionalSession.

Author:
OpenORB Compiler

Field Summary
static short ACTIVE
          Constant value
static short ENDING
          Constant value
static short NO_ASSOCIATION
          Constant value
static short SUSPENDED
          Constant value
 
Method Summary
 
Methods inherited from interface org.omg.CosPersistentState.TransactionalSessionOperations
default_isolation_level, end, get_association_status, start, suspend, transaction
 
Methods inherited from interface org.omg.CosPersistentState.CatalogBaseOperations
access_mode, close, find_by_pid, find_storage_home, flush, free_all, refresh
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Field Detail

NO_ASSOCIATION

static final short NO_ASSOCIATION
Constant value

See Also:
Constant Field Values

ACTIVE

static final short ACTIVE
Constant value

See Also:
Constant Field Values

SUSPENDED

static final short SUSPENDED
Constant value

See Also:
Constant Field Values

ENDING

static final short ENDING
Constant value

See Also:
Constant Field Values