(3sadm) - SCOadmin services C library

AddData (argument list version)
add error data to entry to top of error stack (C++ interface)
AddData (vector version)
add error data to entry to top of error stack (C++ interface)
Clear
clear error stack (C++ interface)
Data
get pointer to error data (C++ interface)
Equal
test if value in stack is equal to error constant (C++ interface)
Error
C/C++ error management routines
ErrorAddData (vector version)
add error data to entry to top of error stack (C interface)
ErrorAddDataArgs (argument list version)
add error data to entry to top of error stack (C interface)
ErrorClear
clear error stack (C interface)
ErrorData
get pointer to error data (C interface)
ErrorDelete
delete an errStatus object (C interface)
ErrorEqual
test if value in stack is equal to error constant (C interface)
ErrorExport
export error stack to external format (C interface)
ErrorImport
import error stack from external format (C interface)
ErrorModuleEqual
test if stack value belongs to a specified module (C interface)
ErrorNew
allocate an errStatus object (C interface)
ErrorOutput
output error stack in human-readable format (C interface)
ErrorPush
push a localized error message onto the error stack (C interface)
ErrorPushNonStd
push a non-standard error (C interface)
ErrorPushUnixErr
push an error from a UNIX system/library call on the error stack (C interface)
ErrorValue
get value from error stack (C interface)
ErrorVPush
push an localized error message onto the error stack (C interface)
ErrorVPushUnixErr
push an error from a UNIX system/library call on the error stack (C interface)
Export
export error stack to external format (C++ interface)
FWClassOperations
Perform an operation on a SCOadmin object class
FWClassResponse
examine responses from the FWClassOperations routines
FWInitializeFrameWork
initialize SCOadmin client communications data structure
FWInitObjectSubmission
initialize object class specific data structures
FWObjectAction
Perform an operation on a SCOadmin object class
FWObjectAdd
Perform an operation on a SCOadmin object class
FWObjectCreate
Perform an operation on a SCOadmin object class
FWObjectDelete
Perform an operation on a SCOadmin object class
FWObjectGet
Perform an operation on a SCOadmin object class
FWObjectRemove
Perform an operation on a SCOadmin object class
FWObjectReplace
Perform an operation on a SCOadmin object class
FWObjectReplaceWithDefault
Perform an operation on a SCOadmin object class
FWSetAccessControl
set SCOadmin object class-specific parameters
FWSetFilter
set SCOadmin object class-specific parameters
FWSetScope
set SCOadmin object class-specific parameters
FWSetSync
set SCOadmin object class-specific parameters
FWShutdownFrameWork
free up memory used by the SCOadmin client data structure
FWShutdownObjectSubmission
free up memory used by object class specific data structures
FWSubmitBmipEventCallBack
set a callback routine to be called on generation of SCOadmin object events
FWSubmitBmipResponseCallBack
set a callback routine to be called on completion of SCOadmin object requests
FWUnSetAccessControl
set SCOadmin object class-specific parameters
FWUnSetFilter
set SCOadmin object class-specific parameters
FWUnSetScope
set SCOadmin object class-specific parameters
FWUnSetSync
set SCOadmin object class-specific parameters
Import
import error stack from external format (C++ interface)
Intl
internationalization management routines
ModuleEqual
test if stack value belongs to a specified module (C++ interface)
OFBinding
bind a class description table
OFComposeBmipResponseError
create BMIP response
OFEvaluateFilter
filter list of objects
OFEvaluateOperation
perform BMIP request
OFGenerateHandleId
generate indentifier for BMIP request
OFReturnBmipResponse
send BMIP response
OSAAttrIsPresent
check if attribute is present
OSAClearList
remove return list structure
OSAClearValues
remove return list structure
OSAGetAttrArrayDouble
returns floating point array number of attribute
OSAGetAttrArrayLong
returns integer array number of attribute
OSAGetAttrArraySize
get size of attribute data
OSAGetAttrArrayString
returns string array number of attribute
OSAGetAttrArrayValues
get data from attribute list
OSAGetAttrByIndex
get attribute by present
OSAGetAttrCount
get attribute count
OSAGetAttributeDouble
return floating point number associated with attribute
OSAGetAttributeLong
return integer number associated with attribute
OSAGetAttributeString
return pointer to string associated with attribute
OSAGetAttributeValues
get attribute list data
OSAGetAttrToken
get information about attribute list structure
OSARemoveAttribute
remove attribute from return list structure
OSAReturnActionData
evaluates action operation
OSAReturnBoolean
evaluates filter operation
OSAReturnDouble
associates floating point number with an attribute
OSAReturnLong
associates integer number with an attribute
OSAReturnString
associates pointer to string with an attribute
OSAReturnValues
return values to library routine
Output
output error stack in human-readable format (C++ interface)
Push
push a localized error message onto the error stack (C++ interface)
PushNonStd
push a non-standard error (C++ interface)
PushUnixErr
push an error from a UNIX system/library call on the error stack (C++ interface)
Stanza
interfaces for managing stanza files
StanzaAddAttr
add an attribute to a stanza section
StanzaAddSect
add section to stanza file
StanzaAddValue
add a value to a stanza file
StanzaClose
writes stanza file to disk
StanzaDelAttr
delete an attribute in a stanza section
StanzaDelSect
delete section in stanza file
StanzaDelValue
delete a value from a stanza file
StanzaFilename
obtain filename associated with a stanza handle
StanzaGetAttrs
get attributes from a section
StanzaGetSects
return a Tcl list of sections found in stanza file
StanzaGetVals
get list of values from stanza file
StanzaHandleFree
frees a stanza handle
StanzaModAttr
modify attribute in a stanza section
StanzaModIdxValue
replace indexed stanza value with new value
StanzaModSect
change name of section in a stanza file
StanzaModValue
modify a value in a stanza section
StanzaOpen
open a stanza file
StanzaPrint
print contents of a stanza file
StanzaReplaceValue
replace value in a stanza section
StanzaSync
update a stanza file
Value
get value from error stack (C++ interface)
Vpush
push an localized error message onto the error stack (C++ interface)
VPushUnixErr
push an error from a UNIX system/library call on the error stack (C++ interface)
WClassParameters
set SCOadmin object class-specific parameters