KickJava   Java API By Example, From Geeks To Geeks.

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

  • org.jfree.data.gantt.junit.TaskSeriesCollectionTests
    Tests for the {@link TaskSeriesCollection} class.
  • org.apache.ojb.odmg.ObjectImageTest
    Copyright 2002-2004 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law ...
  • org.quartz.SimpleTrigger
    <p> A concrete <code>{@link Trigger}</code> that is used to fire a <code>{@link org.quartz.JobDetail}</code> at a given moment in time, and optionally repeated at a specified interval. </p> @see Trigger @see CronTrigger @see TriggerUtils @author James House @a ...
  • org.jfree.data.time.junit.SimpleTimePeriodTests
    Tests for the {@link SimpleTimePeriod} class.
  • org.quartz.CronTrigger
    <p> A concrete <code>{@link Trigger}</code> that is used to fire a <code>{@link org.quartz.JobDetail}</code> at given moments in time, defined with Unix 'cron-like' definitions. </p> <p> For those unfamiliar with "cron", this means being able to create a ...
  • org.quartz.TriggerUtils
    <p> Convenience and utility methods for simplifying the construction and configuration of <code>{@link Trigger}s</code>. </p> <p> Please submit suggestions for additional convenience methods to either the Quartz user forum or the developer's mail list at <a HREF=" ...
  • org.jfree.chart.axis.DateAxis
    The base class for axes that display dates. You will find it easier to understand how this axis works if you bear in mind that it really displays/measures integer (or long) data, where the integers are milliseconds since midnight, 1-Jan-1970. When displaying tick labels, the millisecond values a ...
  • org.quartz.UICronTrigger
    <p> A concrete <code>{@link Trigger}</code> that is used to fire a <code>{@link Job}</code> at given moments in time, defined with Unix 'cron-like' definitions. </p> <p> What you should know about this particular trigger is that it is based on org.quartz. ...
  • hero.session.ProjectSessionBean
    Project Session Bean is an stateful session bean that provides the interface for workflow process definition. By means of this API we can create workflow processes, project activities, transitions between activities , users and roles, properties, hooks, external agents...<br><br> A B ...
  • org.apache.naming.resources.ResourceAttributes
    Attributes implementation. @author <a HREF="mailto:remm@apache.org">Remy Maucherat</a> @version $Revision: 1.5 $
  • org.jfree.chart.axis.junit.SegmentedTimelineTests2
    @author fredatwork
  • org.jbpm.calendar.BusinessCalendarTest
  • org.jfree.data.gantt.junit.TaskSeriesTests
    Tests for the {@link TaskSeries} class.
  • org.quartz.NthIncludedDayTrigger
    A trigger which fires on the N<SUP>th</SUP> day of every interval type ({@link #INTERVAL_TYPE_MONTHLY} or {@link #INTERVAL_TYPE_YEARLY}) that is <i>not</i> excluded by the associated calendar. When determining what the N<SUP>th</SUP> day of the month or year is, ...
  • com.opensymphony.workflow.spi.memory.MemoryWorkflowStore
    Simple memory implementation. @author <a HREF="mailto:plightbo@hotmail.com">Pat Lightbody</a>
  • org.apache.commons.configuration.TestDataConfiguration
    @author Emmanuel Bourg @version $Revision: 155408 $, $Date: 2005-02-26 13:56:39 +0100 (Sa, 26 Feb 2005) $
  • com.opensymphony.workflow.spi.prevayler.QueryLogic
    This is basically the query logic cut and pasted from MemoryWorkflowStore. I've separated it into a separate class which relies on WorkflowStore for its query base, that way any future or other WorkflowStore can rely on this logic. I thought about refactoring MemoryWorkflowStore to use this cla ...
  • org.apache.commons.configuration.DataConfiguration
    Decorator providing additional getters for any Configuration. This extended Configuration supports more types: URL, Locale, Date, Calendar, Color, as well as lists and arrays for all types. <p>Let us know if you find this useful, the most frequently used getters are likely to be integrated ...
  • org.jboss.varia.scheduler.Scheduler
    Scheduler Instance to allow clients to run this as a scheduling service for any Schedulable instances. <br> ATTENTION: The scheduler instance only allows to run one schedule at a time. Therefore when you want to run two schedules create to instances with this MBean. Suggested Object Name for ...
  • org.objectweb.jonas.jtests.clients.entity.A_EtypeOutildate
    This set of test are common to CMP version 1 and CMP version 2 These are tests about java.lang.Utildate field of entity bean . Beans used: etype/outildate @author Helene Joanin
  • com.opensymphony.webwork.portlet.util.GeneralUtil
  • org.apache.jetspeed.om.security.BaseJetspeedUser
    The default Jetspeed implementation of User interface. This basic implementation contains the functionality that is expected to be common among all User implementations. You are welcome to extend this class if you wish to have custom functionality in your user objects (like accessor methods for c ...
  • org.roller.presentation.atomapi.RollerAtomHandler
    Roller's Atom Protocol implementation. <pre> Here are the URIs suppored: URI type URI form Handled by -------- -------- ---------- Introspection URI /blog-name getIntrosection() Collection UR ...
  • jxl.demo.Write
    Demo class which writes a spreadsheet. This demo illustrates most of the features of the JExcelAPI, such as text, numbers, fonts, number formats and date formats
  • de.nava.informa.impl.hibernate.Channel
    Hibernate implementation of the ChannelIF interface. @author Niko Schmuck (niko@nava.de) @hibernate.class table="CHANNELS"
  • com.jcorporate.expresso.core.db.DBConnection
    Generic database connection object - hides the implementation details of using jdbc and allows for JDBC message and exceptions to be handled better than by default. DBConnection's are also designed to be used in conjunction with connection pooling, and have special methods to support this. @autho ...
  • org.enhydra.shark.eventaudit.DODSEventAuditManager
    Used to save, restore or delete relevant engine objects from database, using DODS persistent layer. @author Tanja Jovanovic @version 1.0
  • org.objectweb.speedo.j2eedo.database.Employee
    This class define the Java class to access to the employee's data @author franck.milleville @cgey.com
  • org.apache.tapestry.valid.DateValidator
    Provides input validation for strings treated as dates. In addition, allows a minimum and maximum date to be set. @author Howard Lewis Ship @since 1.0.8
  • HTTPClient.HTTPResponse
    This defines the http-response class returned by the requests. It's basically a wrapper around the Response class which first lets all the modules handle the response before finally giving the info to the user. @version 0.3-2 18/06/1999 @author Ronald Tschalär @since 0.3
  • org.springframework.jdbc.core.StatementCreatorUtils
    Utility methods for PreparedStatementCreator and CallableStatementCreator implementations, providing sophisticated parameter management (including support for LOB values). <p>Used in PreparedStatementCreatorFactory and CallableStatementCreatorFactory. @author Thomas Risberg @author Juergen ...
  • SOFA.SOFAnet.Repository.OutputTrigger
    Representation of the output trigger. One item of persistent storage. <p> Output triggers are actually not "triggers", they are more filters. They specifies which nodes can download wich bundles from the node. The pull request must pass at least one Output Trigger. <p> The output trigg ...
  • org.apache.tapestry.contrib.valid.DateField
    Backwards compatible version of the 1.0.7 DateField component. <table border=1> <tr> <td>Parameter</td> <td>Type</td> <td>Read / Write</td> <td>Required</td> <td>Default</td> <td>Description</td> </tr> <tr ...
  • org.eclipse.update.internal.configurator.Configuration
  • org.apache.tools.ant.taskdefs.Tstamp
    Sets properties to the current time, or offsets from the current time. The default properties are TSTAMP, DSTAMP and TODAY; @since Ant 1.1 @ant.task category="utility"
  • org.apache.axis.schema.SchemaVersion2001
    2001 Schema characteristics. @author Glen Daniels (gdaniels@apache.org)
  • org.apache.cocoon.util.log.CocoonLogFormatter
    An extended pattern formatter. New patterns are defined by this class are : <ul> <li><code>class</code> : outputs the name of the class that has logged the message. The optional <code>short</code> subformat removes the package name. Warning : this pattern works ...
  • org.apache.tools.ant.taskdefs.JarTest
Popular Tags