Uses of Class
org.melati.poem.transaction.Transactioned

Packages that use Transactioned
org.melati.poem Persistent Object Engine for Melati. 
org.melati.poem.generated The POEM-generated support classes for org.melati.poem. 
org.melati.poem.transaction The transaction API for POEM. 
 

Uses of Transactioned in org.melati.poem
 

Subclasses of Transactioned in org.melati.poem
 class Capability
          The quality of being able to perform an action.
 class ColumnInfo
          All the data defining a Column; actually a Persistent from the ColumnInfoTable.
 class Group
          An authorisation grouping that a User can belong to.
 class GroupCapability
          A record of a Group's ability to perform an action.
 class GroupMembership
          A record of a User's belonging to a Group.
 class JdbcPersistent
          The object representing a single table row; this is the PO in POEM!
 class Setting
          A setting, analageous to a Property.
 class TableCategory
          A grouping into which a Table can be assigned, eg Data or System.
 class TableInfo
          All the data defining a Table; actually a Persistent from the TableInfoTable.
 class User
          A registered user.
 class ValueInfo
          Abstract persistent generated from Poem.dsd and extended to cover Setting and ColumnInfo.
 

Uses of Transactioned in org.melati.poem.generated
 

Subclasses of Transactioned in org.melati.poem.generated
 class CapabilityBase
          Melati POEM generated abstract base class for a Persistent Capability Object.
 class ColumnInfoBase
          Melati POEM generated abstract base class for a Persistent ColumnInfo Object.
 class GroupBase
          Melati POEM generated abstract base class for a Persistent Group Object.
 class GroupCapabilityBase
          Melati POEM generated abstract base class for a Persistent GroupCapability Object.
 class GroupMembershipBase
          Melati POEM generated abstract base class for a Persistent GroupMembership Object.
 class SettingBase
          Melati POEM generated abstract base class for a Persistent Setting Object.
 class TableCategoryBase
          Melati POEM generated abstract base class for a Persistent TableCategory Object.
 class TableInfoBase
          Melati POEM generated abstract base class for a Persistent TableInfo Object.
 class UserBase
          Melati POEM generated abstract base class for a Persistent User Object.
 class ValueInfoBase
          Melati POEM generated abstract base class for a Persistent ValueInfo Object.
 

Uses of Transactioned in org.melati.poem.transaction
 

Subclasses of Transactioned in org.melati.poem.transaction
 class TransactionedSerial
          A serial id of an object which is incremented each time that object is loaded or locked.
 

Fields in org.melati.poem.transaction declared as Transactioned
 Transactioned CrossTransactionCommitException.object
          The Transaction that has the problem.
 Transactioned WriteCommittedException.transactioned
          The committed Transaction.
 

Constructors in org.melati.poem.transaction with parameters of type Transactioned
CrossTransactionCommitException(Transactioned object)
          Constructor taking a Transactioned object.
WriteCommittedException(Transactioned transactioned)
          Constructor.
 



Copyright © 2000-2009 PanEris. All Rights Reserved.