Archived

This forum has been archived. Please start a new discussion on GitHub.

determinate last use time or age of an object?

Hi,

exist a build-in method in Ice for determinate the last use time ( or age ) of an Ice object ?

thanks

Comments

  • benoit
    benoit Rennes, France
    Hi,

    No, there's no built-in methods for this. However, this is something you can easily implement yourself with a default servant locator that keeps track of the last time an object was invoked.

    See this section in the Ice manual for more information on servant locators.

    Cheers,
    Benoit.