Interface ServiceAdapter


public interface ServiceAdapter
Interface that is implemented by the generated skeletons and that provide additional information about services.
Version:
$Id: $Id
Author:
lrosenberg
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Returns the timestamp of the service creation.
    long
    Returns the timestamp of the service last update.
  • Method Details

    • getCreationTimestamp

      long getCreationTimestamp() throws RemoteException
      Returns the timestamp of the service creation.
      Returns:
      a long.
      Throws:
      RemoteException - if any.
    • getLastAccessTimestamp

      long getLastAccessTimestamp() throws RemoteException
      Returns the timestamp of the service last update.
      Returns:
      a long.
      Throws:
      RemoteException - if any.