[operations] [attributes] [fields] [template] [definition]
[implementation] [documentation]
To use the search tool you need to use a browser which supports JAVA (c)

[next] [prev] [superclass] [next peer] [prev peer] [subclass] [index] [hierarchy]

CommitCallsList

inherits from ObjectList
inherits from PrivateHandlesGenerationsItself

Object <- FixedList <- ObjectList <- CommitCallsList



Operations

Get list of all operations

Class CommitCallsList defines no new operations.


Attributes

Get list of all attributes

Class CommitCallsList defines no new attributes.


Fields

No fields are defined by CommitCallsList or any of its superclasses.


Instance template

instance CommitCallsList tag;
end instance;

Class definition

Define Class CommitCallsList;
// used by persistent clusters to keep track of objects that need committing
// and aborting calls
    inherits from ObjectList;
    inherits from PrivateHandlesGenerationsItself;
end class;