|
QuickServer v1.4.5 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
org.quickserver.net.server.ObjectCleaner
Class (Server Hook) that forces the garbage collection.
It runs as a daemon thread with MIN_PRIORITY. It will
look for ServerHook-ObjectCleaner-Time-Minute
key
in ApplicationConfiguration of QuickServer. Default time interval is 60 min.
Use of this hook is highly discouraged unless you have a specific need to do so.
ApplicationConfiguration
Field Summary |
Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Fields inherited from interface org.quickserver.net.ServerHook |
POST_SHUTDOWN, POST_STARTUP, PRE_SHUTDOWN, PRE_STARTUP |
Constructor Summary | |
ObjectCleaner()
|
|
ObjectCleaner(int min)
Creates a new ObjectCleaner object as a daemon thread. |
Method Summary | |
boolean |
handleEvent(int event)
Invoked pre/post server event. |
java.lang.String |
info()
Information about the server hook. |
void |
initHook(QuickServer quickserver)
Method called to perform any initialisation |
void |
run()
|
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ObjectCleaner()
public ObjectCleaner(int min)
min
- Time in minute to sleep before trying to cleanup,
is set only if > 0 else set to 5 min.Method Detail |
public void initHook(QuickServer quickserver)
ServerHook
initHook
in interface ServerHook
quickserver
- is the server to which hook belongs to.public boolean handleEvent(int event)
ServerHook
handleEvent
in interface ServerHook
ServerHook.PRE_STARTUP
,
ServerHook.POST_STARTUP
,
ServerHook.PRE_SHUTDOWN
,
ServerHook.POST_SHUTDOWN
public java.lang.String info()
ServerHook
info
in interface ServerHook
public void run()
run
in interface java.lang.Runnable
|
QuickServer v1.4.5 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |