endurox-java
 All Classes Namespaces Files Functions Variables Groups Pages
Functions
field erase methods from UBF buffer

Functions

native void org.endurox.TypedUbf.Bdel (int bfldid, int occ)
 
native void org.endurox.TypedUbf.Bdelall (int bfldid)
 

Detailed Description

Group of methods related with data erase from the UBF buffer.

Function Documentation

native void org.endurox.TypedUbf.Bdel ( int  bfldid,
int  occ 
)

Delete field occurrence from UBF buffer. For more information see Bdel(3) manpage.

Parameters
bfldidcompiled field id
occoccurrence to erase
Exceptions
UbfBALIGNERRExceptionCorrupted buffer or pointing to not aligned memory area.
UbfBNOTFLDExceptionBuffer not fielded, not correctly allocated or corrupted.
UbfBBADFLDExceptionInvalid field id passed.
UbfBNOTPRESExceptionField not present.
native void org.endurox.TypedUbf.Bdelall ( int  bfldid)

Delete all occurrences from the UBF buffer. For more information see Bdelall(3) manpage.

Parameters
bfldidcompiled field id
Exceptions
UbfBALIGNERRExceptionCorrupted buffer or pointing to not aligned memory area.
UbfBNOTFLDExceptionBuffer not fielded, not correctly allocated or corrupted.
UbfBBADFLDExceptionInvalid field id passed.
UbfBNOTPRESExceptionField not present thus not deleted.