org.objectweb.dream.time
Class TimeStampImpl
java.lang.Object
org.objectweb.dream.AbstractComponent
org.objectweb.dream.time.TimeStampImpl
- All Implemented Interfaces:
- ContextualBindingController, NeedAsyncStartController, PrepareStopLifeCycleController, Loggable, GetTimeStamp, SetTimeStamp, BindingController, LifeCycleController
public class TimeStampImpl
- extends AbstractComponent
- implements GetTimeStamp, SetTimeStamp
Basic implementation of a time stamp component. Such component implements the
SetTimeStamp
and GetTimeStamp
interfaces.
Methods inherited from class org.objectweb.dream.AbstractComponent |
beforeFirstStart, bindFc, bindFc, getFcNeedAsyncStart, getFcState, initComponent, lookupFc, prepareStopFc, setLogger, startFc, stopFc, unbindFc |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimeStampImpl
public TimeStampImpl()
setTimeStamp
public long setTimeStamp()
- Description copied from interface:
SetTimeStamp
- Sets the time stamp.
- Specified by:
setTimeStamp
in interface SetTimeStamp
- Returns:
- the time stamp that has been set.
- See Also:
SetTimeStamp.setTimeStamp()
getTimeStamp
public long getTimeStamp()
- Description copied from interface:
GetTimeStamp
- Returns the time stamp.
- Specified by:
getTimeStamp
in interface GetTimeStamp
- Returns:
- the time stamp.
- See Also:
GetTimeStamp.getTimeStamp()
listFc
public String[] listFc()
- Specified by:
listFc
in interface BindingController
- See Also:
BindingController.listFc()
Copyright © 2003, 2005 - INRIA Rhone-Alpes - All Rights Reserved.