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

Packages that use Transactioned
org.melati.example.contacts A very simple Contacts Management System. 
org.melati.example.contacts.generated The POEM-generated support classes for org.melati.example.contacts. 
org.melati.example.odmg A proof of concept example of ODMG compliance. 
org.melati.example.odmg.generated The POEM-generated support classes for org.melati.example.odmg. 
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.example.contacts
 

Subclasses of Transactioned in org.melati.example.contacts
 class Category
          Melati POEM generated, programmer modifiable stub for a Persistent Category object.
 class Contact
          A Contact object, embellished from the original, Melati POEM generated, programmer modifiable stub.
 class ContactCategory
          Melati POEM generated, programmer modifiable stub for a Persistent ContactCategory object.
 

Uses of Transactioned in org.melati.example.contacts.generated
 

Subclasses of Transactioned in org.melati.example.contacts.generated
 class CategoryBase
          Melati POEM generated abstract base class for a Persistent Category Object.
 class ContactBase
          Melati POEM generated abstract base class for a Persistent Contact Object.
 class ContactCategoryBase
          Melati POEM generated abstract base class for a Persistent ContactCategory Object.
 

Uses of Transactioned in org.melati.example.odmg
 

Subclasses of Transactioned in org.melati.example.odmg
 class Child
          Melati POEM generated, programmer modifiable stub for a Persistent Child object.
 class Parent
          Melati POEM generated, programmer modifiable stub for a Persistent Parent object.
 

Uses of Transactioned in org.melati.example.odmg.generated
 

Subclasses of Transactioned in org.melati.example.odmg.generated
 class ChildBase
          Melati POEM generated abstract base class for a Persistent Child Object.
 class ParentBase
          Melati POEM generated abstract base class for a Persistent Parent Object.
 

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-2010 PanEris. All Rights Reserved.