Kb Object Services | 1 | ![]() |
The Kb module is defined in the file named:
The Kb module defines non-interface types that are shared across all Kb services.
It's version information is:
$Id: Kb.idl,v 1.8 1997-08-07 17:03:10-04 wlf Exp $
It is defined in the Java package named:
org.cert.Kb
module Kb
{
Forward declarations:
Sequence declarations:
typedef unsigned long Time;
typedef string URL;
typedef unsigned long Date;
typedef unsigned long DateTime;
typedef sequence<URL> SeqOfURL;
exception CreationException {
string why;
};
exception ActivationException {
string why;
};
exception AttributeWriteException {
string why;
};
exception InvalidObjectType {
string why;
};
};