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 SummaryConstructors Constructor Description TimerEntries()Bean constructor.TimerEntries(long[] times, java.lang.String[] objects)Create timer entries
 - 
Method SummaryAll 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- 
hashCodepublic int hashCode() The hash code. Overridden to have only one clock state per update.- Overrides:
- hashCodein class- java.lang.Object
 
 - 
equalspublic boolean equals(java.lang.Object obj) Test if two objects are equal. Overridden to have only one clock state per update.- Overrides:
- equalsin class- java.lang.Object
 
 - 
getTimerEntriespublic static SRemoteClock.TimerEntries getTimerEntries(IClockService cs) Get the current timer entries. Only to be called with local clock service!
 
- 
 
-