org.apache.qpid.proton.codec
Class TimestampType

java.lang.Object
  extended by org.apache.qpid.proton.codec.TimestampType
All Implemented Interfaces:
AMQPType<Date>, PrimitiveType<Date>

public class TimestampType
extends Object


Method Summary
 Collection<org.apache.qpid.proton.codec.TimestampType.TimestampEncoding> getAllEncodings()
           
 org.apache.qpid.proton.codec.TimestampType.TimestampEncoding getCanonicalEncoding()
           
 org.apache.qpid.proton.codec.TimestampType.TimestampEncoding getEncoding(Date val)
           
 Class<Date> getTypeClass()
           
 void write(long l)
           
 void write(T val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTypeClass

public Class<Date> getTypeClass()

getEncoding

public org.apache.qpid.proton.codec.TimestampType.TimestampEncoding getEncoding(Date val)

getCanonicalEncoding

public org.apache.qpid.proton.codec.TimestampType.TimestampEncoding getCanonicalEncoding()

getAllEncodings

public Collection<org.apache.qpid.proton.codec.TimestampType.TimestampEncoding> getAllEncodings()

write

public void write(long l)

write

public final void write(T val)
Specified by:
write in interface AMQPType<T>


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.