KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > util > logging > Logger > Top Examples

  • org.apache.juli.ClassLoaderLogManager
    Per classloader LogManager implementation.
  • org.quickserver.net.server.QuickServer
    Main class of QuickServer library. This class is used to create multi client servers quickly. <p> Ones a client is connected, it creates {@link ClientHandler} object, which is run using any thread available from the pool of threads maintained by {@link org.quickserver.util.pool.thread.Client ...
  • org.apache.slide.util.logger.jdk14.Jdk14Logger
    Default logger implementation. Uses java.util.logging implementation provided by Java 1.4.
  • com.sleepycat.je.tree.Tree
    Tree implements the JE B+Tree. A note on tree search patterns: There's a set of Tree.search* methods. Some clients of the tree use those search methods directly, whereas other clients of the tree tend to use methods built on top of search. The semantics of search* are they leave you pointing at ...
  • sync4j.server.engine.Sync4jStrategy
    This class represents a synchronization process. The base concrete implementation of a synchronization strategy. It implements the <i>ConcreteStrategy</i> partecipant of the Strategy Pattern. <p> The synchronization process is implemented in this class as follows: <p> Give ...
  • org.quickserver.net.server.ClientHandler
    Class that handles clients for QuickServer. <p> This class is used by {@link QuickServer} to handle each new client connected. This class is responsible to handle client sockets. It can operate in both blocking mode and non-blocking mode (java nio).</p> @author Akshathkumar Shetty @aut ...
  • example.PeriodicTaskServlet
    A Servlet that provides a user interface for managing a PeriodicTask.
  • com.caucho.ejb.hessian.HessianSkeleton
    Base class for any bean skeleton capable of handling a Hessian request. <p/>Once selected, the calling servlet will dispatch the request through the <code>_service</code> call. After parsing the request headers, <code>_service</code> calls the generated entry <co ...
Popular Tags