Package org.distributeme.core.lifecycle
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 TypeMethodDescriptionlongReturns the timestamp of the service creation.longReturns the timestamp of the service last update.
-
Method Details
-
getCreationTimestamp
Returns the timestamp of the service creation.- Returns:
- a long.
- Throws:
RemoteException- if any.
-
getLastAccessTimestamp
Returns the timestamp of the service last update.- Returns:
- a long.
- Throws:
RemoteException- if any.
-