org.ggf.drmaa
Class PartialTimestampFormat

java.lang.Object
  extended by java.text.Format
      extended by org.ggf.drmaa.PartialTimestampFormat
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class PartialTimestampFormat
extends java.text.Format

Not relevant for the current GridWay implementation, will be ignored.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.text.Format
java.text.Format.Field
 
Constructor Summary
PartialTimestampFormat()
           
 
Method Summary
 java.lang.StringBuffer format(java.lang.Object obj, java.lang.StringBuffer stringBuffer, java.text.FieldPosition fieldPosition)
          Not relevant for the current GridWay implementation, will be ignored.
 java.lang.String format(PartialTimestamp obj)
          This method translate the PartialTimestamp instance in GridWay format.
 java.lang.StringBuffer format(PartialTimestamp obj, java.lang.StringBuffer stringBuffer, java.text.FieldPosition fieldPosition)
          Not relevant for the current GridWay implementation, will be ignored.
 PartialTimestamp parse(java.lang.String string)
          Not relevant for the current GridWay implementation, will be ignored.
 PartialTimestamp parse(java.lang.String string, java.text.ParsePosition parsePosition)
          Not relevant for the current GridWay implementation, will be ignored.
 java.lang.Object parseObject(java.lang.String string, java.text.ParsePosition parsePosition)
          Not relevant for the current GridWay implementation, will be ignored.
 
Methods inherited from class java.text.Format
clone, format, formatToCharacterIterator, parseObject
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PartialTimestampFormat

public PartialTimestampFormat()
Method Detail

format

public java.lang.StringBuffer format(java.lang.Object obj,
                                     java.lang.StringBuffer stringBuffer,
                                     java.text.FieldPosition fieldPosition)
Not relevant for the current GridWay implementation, will be ignored.

Specified by:
format in class java.text.Format

format

public java.lang.StringBuffer format(PartialTimestamp obj,
                                     java.lang.StringBuffer stringBuffer,
                                     java.text.FieldPosition fieldPosition)
Not relevant for the current GridWay implementation, will be ignored.


format

public java.lang.String format(PartialTimestamp obj)
This method translate the PartialTimestamp instance in GridWay format. The GridWay format is: [[DD:][HH:]]MM where, DD is the number of days HH is the number of hours MM is the number of minutes Example: 01:22 The job should finished one hour and 22 minutes after submission.

Parameters:
obj - The object to format

parse

public PartialTimestamp parse(java.lang.String string)
                       throws java.text.ParseException
Not relevant for the current GridWay implementation, will be ignored.

Throws:
java.text.ParseException

parse

public PartialTimestamp parse(java.lang.String string,
                              java.text.ParsePosition parsePosition)
Not relevant for the current GridWay implementation, will be ignored.


parseObject

public java.lang.Object parseObject(java.lang.String string,
                                    java.text.ParsePosition parsePosition)
Not relevant for the current GridWay implementation, will be ignored.

Specified by:
parseObject in class java.text.Format