public class TimeProviderAgent extends Object implements ITimeService, IComponentStep<Void>
| Constructor and Description |
|---|
TimeProviderAgent() |
| Modifier and Type | Method and Description |
|---|---|
IFuture<Void> |
execute(IInternalAccess ia)
Due to annotation, called once after agent is initialized.
|
String |
getName()
Get the name of the platform, where the time service runs.
|
ISubscriptionIntermediateFuture<Date> |
subscribe()
Subscribe to the time service.
|
public IFuture<Void> execute(IInternalAccess ia)
execute in interface IComponentStep<Void>public String getName()
getName in interface ITimeServicepublic ISubscriptionIntermediateFuture<Date> subscribe()
subscribe in interface ITimeServiceCopyright © 2013. All Rights Reserved.