Compiere 3.1

org.compiere.server
Class CompiereServerGroup

java.lang.Object
  extended by java.lang.ThreadGroup
      extended by org.compiere.server.CompiereServerGroup
All Implemented Interfaces:
Thread.UncaughtExceptionHandler

public class CompiereServerGroup
extends ThreadGroup

Compiere Server Group

Version:
$Id: CompiereServerGroup.java,v 1.2 2006/07/30 00:53:33 jjanke Exp $
Author:
Jorg Janke

Field Summary
protected  CLogger log
          Logger
 
Method Summary
 void dump()
          Dump Info
static CompiereServerGroup get()
          Get Compiere Server Group
 String toString()
          String Representation
 void uncaughtException(Thread t, Throwable e)
          Uncaught Exception
 
Methods 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

log

protected CLogger log
Logger

Method Detail

get

public static CompiereServerGroup get()
Get Compiere Server Group

Returns:
Server Group

uncaughtException

public void uncaughtException(Thread t,
                              Throwable e)
Uncaught Exception

Specified by:
uncaughtException in interface Thread.UncaughtExceptionHandler
Overrides:
uncaughtException in class ThreadGroup
Parameters:
t - thread
e - exception

toString

public String toString()
String Representation

Overrides:
toString in class ThreadGroup
Returns:
name

dump

public void dump()
Dump Info


Compiere 3.1

Compiere® is a registered trademark of ComPiere, Inc. ©2004-2008 HumanFlash.com All rights reserved.