KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > util > Enumeration > Top Examples

  • org.apache.webdav.lib.WebdavResource
    The class <code>WebdavResource</code> is an abstract representation for WebDAV resource.<p> <pre> A functional comparison of WebdavResource and JDK(It's different a lot). ----------------------------------+------------------------------------- File class (JDK 1.3.x) ...
  • org.objectweb.joram.mom.proxies.ProxyImpl
    The <code>ProxyImpl</code> class implements the MOM proxy behaviour, basically forwarding client requests to MOM destinations and MOM destinations replies to clients.
  • org.javacc.parser.Semanticize
  • com.jcorporate.expresso.core.utility.DBTool
    DBTool is a multi-purpose tool for working with database objects. It can: <ol> <li>Verify data in the database with respect to referential integrity</li> <li>Generate the code for a Database Object by reading the data in a database</li> <li>Export data in a data ...
  • org.apache.catalina.servlets.WebdavServlet
    Servlet which adds support for WebDAV level 2. All the basic HTTP requests are handled by the DefaultServlet. @author Remy Maucherat @version $Revision: 1.20 $ $Date: 2004/12/20 18:54:13 $
  • org.apache.tools.ant.taskdefs.Manifest
    Holds the data of a jar manifest. Manifests are processed according to the {@link <a HREF="http://java.sun.com/j2se/1.4/docs/guide/jar/jar.html">Jar file specification.</a>}. Specifically, a manifest element consists of a set of attributes and sections. These sections in turn may cont ...
  • org.apache.slide.security.SecurityImpl
    Security helper. @version $Revision: 1.53.2.5 $
  • net.nutch.db.DistributedWebDBReader
    The WebDBReader implements all the read-only parts of accessing our web database. All the writing ones can be found in WebDBWriter. @author Mike Cafarella
  • fr.dyade.aaa.agent.AgentServer
    The <code>AgentServer</code> class manages the global configuration of an agent server. It reads the configuration file, then it creates and configure {@link Engine <code>Engine</code>}, {@link Channel <code>Channel</code>}, {@link Network <code>Network< ...
  • org.apache.slide.lock.LockImpl
    Lock helper class. @version $Revision: 1.47.2.1 $
  • net.nutch.db.DBTester
    DBTester runs a test suite against net.nutch.db.IWebDBWriter and net.nutch.db.IWebDBReader. It tests things by repeatedly: 1. Adding new items and editing existing items in the WebDB, 2. Closing down the db 3. Making sure it's still coherent, via WebDBReader 4. Goto 1 a bunch of times. 5. Te ...
  • com.jcorporate.expresso.core.controller.ControllerElement
    A ControllerElement is the superclass for the three types of objects that are produced by a Controller when it transitions from one state to another. Output, Input and Transition objects all extend this class, and share the behaviors specified here. IMPORTANT NOTE: We don't use Logging (e.g. log4j ...
  • freemarker.testcase.servlets.TestJspTaglibs
    @version $Id: TestJspTaglibs.java,v 1.13 2005/06/12 00:44:39 revusky Exp $ @author Attila Szegedi
  • org.jacorb.security.util.KSEntryTree
  • com.jcorporate.expresso.core.controller.Transition
    <p>An Transition is a choice that the user can make that initiates either another sequence in this same controller or some new controller. A transition is one of the three types of objects that a controller produces when it enters a new state, the others being Input objects and Output object ...
  • org.apache.catalina.core.DummyRequest
    Dummy request object, used for request dispatcher mapping, as well as JSP precompilation. @author Remy Maucherat @version $Revision: 1.11 $ $Date: 2004/06/23 08:25:00 $
  • org.exolab.jms.tools.admin.OnlineConnection
    Connects to the OpenJMSServer for all updates and requests. <P>Note: The OpenJMSServer must be active and in a running state for this type of connection to succeed. @version $Revision: 1.1 $ $Date: 2004/11/26 01:51:15 $ @author <a HREF="mailto:mourikis@exolab.org">Jim Mourik ...
  • org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon
    Implementation of FOM (Flow Object Model). @since 2.1 @author <a HREF="mailto:coliver.at.apache.org">Christopher Oliver</a> @author <a HREF="mailto:reinhard.at.apache.org">Reinhard Pötz</a> @version CVS $Id: FOM_Cocoon.java 158581 2005-03-22 09:16:17Z cziegeler $
  • org.jacorb.idl.ValueDecl
    @author Andre Spiegel @version $Id: ValueDecl.java,v 1.41 2004/10/18 11:07:31 simon.mcqueen Exp $
  • org.apache.tools.ant.taskdefs.optional.dotnet.DotnetCompile
    Abstract superclass for dotnet compiler tasks. History <table> <tr> <td> 0.1 </td> <td> First creation </td> <td> Most of the code here was copied verbatim from v0.3 of Steve Loughran's CSharp optional task. Abstracted functionality to allow subclassing o ...
  • com.lutris.appserver.server.sessionEnhydra.BasicSessionUserTable
    Table used by StandardSessionManager to cross reference <CODE>User</CODE> objects and sessions. This table does not hold references to the user and session objects. Instead it only cross-references the session keys and user names. An underlying assumption is that the user name can b ...
  • com.jcorporate.expresso.core.jsdkapi.APIAwareSession
    APIAwareSession defines a wrapper for a session object that can store & retrieve serializable objects into the session, using the calls appropriate to the selected Servlet API
  • org.apache.commons.el.parser.ELParser
    Generated EL parser. @author Nathan Abramson @author Shawn Bayern
Popular Tags