KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > lang > ThreadGroup > Top Examples

  • org.eclipse.osgi.framework.internal.core.FrameworkCommandProvider
    This class provides methods to execute commands from the command line. It registers itself as a CommandProvider so it can be invoked by a CommandInterpreter. The FrameworkCommandProvider registers itself with the highest ranking (Integer.MAXVALUE) so it will always be called first. Other Comman ...
  • org.objectweb.jonas.server.JavaVm
    The Java Virtual Machine used by the JOnAS server. @author Michel-Ange Anton
  • org.apache.jmeter.threads.gui.ThreadGroupGui
    @version $Revision: 1.26.2.1 $ on $Date: 2004/12/18 19:07:02 $
  • org.quartz.simpl.SimpleThreadPool
    <p> This is class is a simple implementation of a thread pool, based on the <code>{@link org.quartz.spi.ThreadPool}</code> interface. </p> <p> <CODE>Runnable</CODE> objects are sent to the pool with the <code>{@link #runInThread(Runnable)}</code& ...
  • org.jboss.mq.Connection
    This class implements javax.jms.Connection. <p> It is also the gateway through wich all calls to the JMS server is done. To do its work it needs a ServerIL to invoke (@see org.jboss.mq.server.ServerIL). </p> <p> The (new from february 2002) logic for clientID is the following: ...
  • org.exolab.jms.net.multiplexer.MultiplexedManagedConnection
    A <code>ManagedConnection</code> that uses a {@link Multiplexer} to multiplex data over an {@link Endpoint} @author <a HREF="mailto:tma@netspace.net.au">Tim Anderson</a> @version $Revision: 1.7 $ $Date: 2005/06/04 14:28:53 $
  • org.eclipse.ant.internal.core.AntSecurityManager
    A security manager that always throws an <code>AntSecurityException</code> if the calling thread attempts to cause the Java Virtual Machine to exit/halt or if the restricted thread attempts to set a System property. Otherwise this manager just delegates to the pre-existing manager pass ...
  • org.jboss.mq.server.JMSServerInterceptor
    Interceptor interface for clients IL accessing the JMSServer. Using an iterface for this layer makes it possible to put in logic without having to modify the server objet. And also makes this pluggable. @author <a HREF="mailto:pra@tim.se">Peter Antman</a> @version $Revision: 1.5 $
Popular Tags