Package jadex.base
Class SRemoteClock.TimerEntries
- java.lang.Object
 - 
- jadex.base.SRemoteClock.TimerEntries
 
 
- 
- Enclosing class:
 - SRemoteClock
 
public static class SRemoteClock.TimerEntries extends java.lang.ObjectInformation 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 booleanequals(java.lang.Object obj)Test if two objects are equal.static SRemoteClock.TimerEntriesgetTimerEntries(IClockService cs)Get the current timer entries.inthashCode()The hash code. 
 - 
 
- 
- 
Method Detail
- 
hashCode
public int hashCode()
The hash code. Overridden to have only one clock state per update.- Overrides:
 hashCodein 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:
 equalsin classjava.lang.Object
 
- 
getTimerEntries
public static SRemoteClock.TimerEntries getTimerEntries(IClockService cs)
Get the current timer entries. Only to be called with local clock service! 
 - 
 
 -