@return the timer used for various house keeping functions
()
| 2117 | |
| 2118 | /** @return the timer used for various house keeping functions */ |
| 2119 | public Timer getTimer() { |
| 2120 | return timer; |
| 2121 | } |
| 2122 | |
| 2123 | /** @return The aggregate tag key if set. May be null. |
| 2124 | * @since 2.4 */ |
no outgoing calls