Package org.compiere.server
Class AdempiereServerGroup
java.lang.Object
java.lang.ThreadGroup
org.compiere.server.AdempiereServerGroup
- All Implemented Interfaces:
Thread.UncaughtExceptionHandler
Adempiere Server Group
- Version:
- $Id: AdempiereServerGroup.java,v 1.2 2006/07/30 00:53:33 jjanke Exp $
- Author:
- Jorg Janke
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoiddump()Dump Infostatic AdempiereServerGroupget()Get Adempiere Server GrouptoString()String RepresentationvoiduncaughtException(Thread t, Throwable e) Uncaught ExceptionMethods inherited from class java.lang.ThreadGroup
activeCount, activeGroupCount, allowThreadSuspension, checkAccess, destroy, enumerate, enumerate, enumerate, enumerate, getMaxPriority, getName, getParent, interrupt, isDaemon, isDestroyed, list, parentOf, resume, setDaemon, setMaxPriority, stop, suspend
-
Field Details
-
log
Logger
-
-
Method Details
-
get
Get Adempiere Server Group- Returns:
- Server Group
-
uncaughtException
Uncaught Exception- Specified by:
uncaughtExceptionin interfaceThread.UncaughtExceptionHandler- Overrides:
uncaughtExceptionin classThreadGroup- Parameters:
t- threade- exception
-
toString
String Representation- Overrides:
toStringin classThreadGroup- Returns:
- name
-
dump
public void dump()Dump Info
-