Package jadex.base
Class SRemoteClock.TimerEntries
- java.lang.Object
-
- jadex.base.SRemoteClock.TimerEntries
-
- Enclosing class:
- SRemoteClock
public static class SRemoteClock.TimerEntries extends java.lang.Object
Information about the timers to be transferred.
-
-
Constructor Summary
Constructors Constructor Description TimerEntries()
Bean constructor.TimerEntries(long[] times, java.lang.String[] objects)
Create timer entries
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
Test if two objects are equal.static SRemoteClock.TimerEntries
getTimerEntries(IClockService cs)
Get the current timer entries.int
hashCode()
The hash code.
-
-
-
Method Detail
-
hashCode
public int hashCode()
The hash code. Overridden to have only one clock state per update.- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
Test if two objects are equal. Overridden to have only one clock state per update.- Overrides:
equals
in classjava.lang.Object
-
getTimerEntries
public static SRemoteClock.TimerEntries getTimerEntries(IClockService cs)
Get the current timer entries. Only to be called with local clock service!
-
-