[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]

HasReinitialize

mixes in with Object

HasReinitialize



Operations

Get list of all operations

Copying
Finalize
Init
Reinitialize


Attributes

Get list of all attributes

Class HasReinitialize defines no new attributes.


Fields

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


Instance template

Class HasReinitialize cannot be instantiated.


Class definition


Define Class HasReinitialize;
    mixes in with Object;
    has no dispatcher hintdata;

    operation Reinitialize();
        // the system calls Reinitialize on instances after calling ReinitializeClass on classes

    overrides Init;
        // add to persistent clusters' lists of objects that need reinitialize calls

    overrides Copying;
        // add to persistent clusters' lists of objects that need reinitialize calls
    
    overrides Finalize;
        // remove from persisent clusters' lists of objects that need reinitialize calls
end class;