java.lang.Runnable
Session
, TickableGroup
DefaultSession
, DefaultSession.LoginLogoutThread
, FakeSession
, RequestHandler
, StdTickGroup
public interface CMRunnable
extends java.lang.Runnable
Modifier and Type | Method | Description |
---|---|---|
long |
activeTimeMillis() |
Returns the number of milliseconds this runnable
has been running.
|
int |
getGroupID() |
The group identifier for this runnable, which may be used
for executor selection
|
long |
getStartTime() |
Either the time this runnable did start running, or
will start running, depending on whether it's scheduled
|
long activeTimeMillis()
long getStartTime()
int getGroupID()