opensolaris man page for libssagent

Query: libssagent

OS: opensolaris

Section: 3lib

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

libssagent(3LIB)						Interface Libraries						  libssagent(3LIB)

NAME
libssagent - Sun Solstice Enterprise Agent library
SYNOPSIS
cc [ flag... ] file... -lssagent [ library.. ]
DESCRIPTION
The libssagent library is a high level API library that is dependent on libssasnmp. This library contains the starting point of the request-driven engine that always runs in the background within the subagent. It receives SNMP requests, evaluates variables, calls the appropriate functions, and sends the correct responses.
INTERFACES
The shared object libssagent.so.1 provides the public interfaces defined below. See Intro(3) for additional information on shared object interfaces. SSAAgentIsAlive SSAGetTrapPort SSAMain SSARegSubagent SSARegSubtree SSASubagentOpen _SSASendTrap _SSASendTrap2 _SSASendTrap3 callItem numCallItem numTrapElem trapAnyEnterpriseInfo trapBucket trapEnterpriseInfo trapTableMap
FILES
/usr/lib/libssagent.so.1 shared object /usr/lib/64/libssagent.so.1 64-bit shared object
ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWsasnm | +-----------------------------+-----------------------------+ |MT-Level |Unsafe | +-----------------------------+-----------------------------+
SEE ALSO
Intro(3), libssasnmp(3LIB), attributes(5) SunOS 5.11 22 May 2003 libssagent(3LIB)
Related Man Pages
libdmi(3lib) - sunos
libdmici(3lib) - sunos
libssasnmp(3lib) - sunos
lib300s(3lib) - opensolaris
lib4014(3lib) - opensolaris
Similar Topics in the Unix Linux Community
What happens when an exe/lib links to another shared one: