Package | Description |
---|---|
com.tailf.dp.services |
Service callback specific context and utilities.
|
com.tailf.proto |
Package containing java class representations of Erlang datatypes or terms
which are used internally in the communication between the Library and
ConfD/NCS.
|
Constructor and Description |
---|
ServiceModificationContextImpl(DpTrans dpTrans,
Dp dp,
ConfEObject eObject)
Internally used constructor
|
Modifier and Type | Method and Description |
---|---|
byte |
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.
|
Constructor and Description |
---|
ConfEByte(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.
|
ConfEFloat(ConfInputStream buf)
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.
|
ConfEShort(ConfInputStream buf)
Create an E integer from a stream containing an integer encoded in E
external format.
|
ConfEUInt(ConfInputStream buf)
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.
|
ConfEUShort(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.
|