Product Information > JADE Encyclopaedia of Classes – Volume 1 > Chapter 1 - System Classes > lastSharedTransientInstance

lastSharedTransientInstance

lastSharedTransientInstance(): InstanceType;

The lastSharedTransientInstance method of the Class class returns a reference to the last shared transient instance of the class that was created with the sharedTransient qualifier; that is, a transient object that can be shared between processes.

See also "Caveat When Handling Shared Transient Class Instances", earlier in this section.