KbIncidentService Object Services | 10 | ![]() |
The KbIncidentService module is defined in the file named:
The KbIncidentService module presents a service to create, manipulate, examine, and destroy information relating to computer security and survivability incidents.
It's version information is:
$Id: KbIncidentService.idl,v 1.39 1997-08-07 17:03:15-04 wlf Exp $
It is defined in the Java package named:
org.cert.KbIncidentService
module KbIncidentService
{
Forward declarations:
interface Incident;
Sequence declarations:
typedef sequence<Incident> SeqOfIncident;
interface Incident {
readonly attribute
KosCollection::Set
/*
of
KbVulnerabilityService::VulnerabilityReportFactory
*/
VulnerabilityReportFactory_role;
readonly attribute
KosCollection::Set
/*
of
KbVulnerabilityService::Vulnerability
*/
Vulnerability_role;
};
};