Uses of Class
com.tailf.proto.ConfERangeException
Package
Description
Service callback specific context and utilities.
Package containing java class representations of Erlang datatypes or terms
which are used internally in the communication between the Library and
ConfD/NCS.
-
Uses of ConfERangeException in com.tailf.dp.services
ModifierConstructorDescriptionNanoServiceContextImpl
(DpTrans dpTrans, Dp dp, ConfEObject eObject, ServiceOperationType operation) Internally called constructor to create a ServiceContextServiceContextImpl
(DpTrans dpTrans, Dp dp, ConfEObject eObject, ServiceOperationType operation) Internally called constructor to create a ServiceContextServiceModificationContextImpl
(DpTrans dpTrans, Dp dp, ConfEObject eObject) Internally used constructor -
Uses of ConfERangeException in com.tailf.proto
Modifier and TypeMethodDescriptionbyte
ConfELong.byteValue()
Get this number as a byte.char
ConfELong.charValue()
Get this number as a char.float
ConfEDouble.floatValue()
Get the value, as a float.int
ConfELong.intValue()
Get this number as an int.short
ConfELong.shortValue()
Get this number as a short.int
ConfELong.uIntValue()
Get this number as a non-negative int.short
ConfELong.uShortValue()
Get this number as a non-negative short.ModifierConstructorDescriptionConfEByte
(ConfInputStream buf) Create an E integer from a stream containing an integer encoded in E external format.ConfEChar
(ConfInputStream buf) Create an E integer from a stream containing an integer encoded in E external format.Create an E float from a stream containing a float encoded in E external format.ConfEInt
(ConfInputStream buf) Create an E integer from a stream containing an integer encoded in E external format.Create an E integer from a stream containing an integer encoded in E external format.ConfEUInt
(int i) Create an E integer from the given value.ConfEUInt
(ConfInputStream buf) Create an E integer from a stream containing an integer encoded in E external format.ConfEUShort
(short s) Create an E integer from the given value.Create an E integer from a stream containing an integer encoded in E external format.