org.apache.qpid.proton.codec
Class LongType
java.lang.Object
org.apache.qpid.proton.codec.LongType
- All Implemented Interfaces:
- AMQPType<Long>, PrimitiveType<Long>
public class LongType
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getTypeClass
public Class<Long> getTypeClass()
getEncoding
public LongType.LongEncoding getEncoding(Long val)
getEncoding
public LongType.LongEncoding getEncoding(long l)
getCanonicalEncoding
public LongType.LongEncoding getCanonicalEncoding()
getAllEncodings
public Collection<LongType.LongEncoding> 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.