org.apache.qpid.management.domain.model.type
Class AbsTime
java.lang.Object
org.apache.qpid.management.domain.model.type.Type
org.apache.qpid.management.domain.model.type.AbsTime
public class AbsTime
- extends Type
Fields inherited from class org.apache.qpid.management.domain.model.type.Type |
javaType |
Method Summary |
Object |
decode(org.apache.qpid.transport.codec.Decoder decoder)
Each concrete subclass must define here how to decode incoming data according. |
void |
encode(Object value,
org.apache.qpid.transport.codec.Encoder encoder)
Encodes the given values according to this type definition. |
AbsTime
public AbsTime()
decode
public Object decode(org.apache.qpid.transport.codec.Decoder decoder)
- Description copied from class:
Type
- Each concrete subclass must define here how to decode incoming data according.
- Specified by:
decode
in class Type
- Parameters:
decoder
- the decoder used to extract data.
- Returns:
- the "typed" value.
encode
public void encode(Object value,
org.apache.qpid.transport.codec.Encoder encoder)
- Description copied from class:
Type
- Encodes the given values according to this type definition.
- Specified by:
encode
in class Type
- Parameters:
value
- the value to be encoded.encoder
- the encoder.
Licensed to the Apache Software Foundation