|
|
| AppContext | AppContext provides a run() method to act as the main loop of an event driven program. |
| AssocFactory | AssocFactory is the factory class for Association objects. |
| AssocFactory::AssocElem | |
| AssocFactory::DictElem | |
| Association | An instance of a subclass of Association represents a dynamic collection of child Item(s) related to a parent Item identified by a selector. |
| AttrBundle | AttrBundle aggregates Attribute objects into bundles of key/value pairs. |
| AttrEvent | AttrEvent is sent to AttrListeners to notify them that an Attribute has changed. |
| AttrListener | AttrListener is used for getting notified when an Attribute within an AttrBundle changes. |
| Attribute | Attribute is a class for storing typed key/value pairs. |
| Attribute::Value | |
| Authenticator | Authenticator is the base class for authentication schemes. |
| BaseIterator | |
| ByteStreamConnection | ByteStreamConnection is a subclass of Connection that sends a packet by encapsulating it in an AttrBundle, serializing it, and sending the resulting byte stream via sendData(), which a subclass must provide. |
| CastIteratorOver | |
| Category | An instance of a subclass of Category represents a dynamic collection of Item(s) of a specific type. |
| CategoryErrorEvent | A CategoryErrorEvent represents an application specific error encountered by Category subclasses. |
| CategoryErrorListener | An instance of a subclass of CategoryErrorListener receives notification of Category errors. |
| CategoryFactory | CategoryFactory is the factory class for Category objects. |
| CategoryFactory::DictElem | |
| CategoryListener | An instance of a subclass of CategoryListener receives notifications of either the entire list or a subset of Item(s) in an instance of a subclass of Category. |
| ChildAttrAssoc | Base class for deriving classes to represent relationships in which the child Item(s) store the selectors of one or more parent Item(s) as part of its Attributes. |
| ChildCategoryListener | Class for monitoring changes in child Item(s) for ComputedAssoc. |
| ClustersAssocWithMachine | |
| CollectionOf | All collections are created using the form 'CollOf<Type>' and contain collections of _pointers_ to 'Type'. |
| CollectionOfImpl | |
| Command | Command is a class for running a command in another process. |
| ComputedAssoc | Base class for deriving classes to represent relationships that can be computed from values of attributes of the monitored parent and child Item(s). |
| Connection | Connection is an abstract class that provides an interface for sending Packets and receiving Packets. |
| ConstCastIteratorOver | |
| ConstDictionaryOfIterator | DictionaryOf is not a CollectionOf. |
| ConstIteratorOver | |
| DLink | This is used by several of the collection implimentations. |
| DLink::Recycler | |
| DictionaryOf | |
| DictionaryOfIterator | |
| DictionaryOfTempl | |
| DictionaryOfTemplIterator | |
| ExampleCategory | |
| FileBasedCategory | |
| Hashable | |
| Item | Represents a physical or logical entity that is manipulated by system administration operations. |
| IteratorOver | |
| IteratorOverDLinkImpl | |
| IteratorOverImpl | |
| Log | Log is an interface that sysadm services use to log various levels of messages. |
| LogFilter | LogFilter filters a message based on level and module. |
| LogListener | A LogListener receives messages from Log and logs them somewhere. |
| MachinesAssocWithCluster | |
| NotificationFilter | A NotificationFilter object specifies either an entire Category or a subset of Items within a Category to be monitored. |
| OrderedCollectionOf | Ordered collection is a generic collection in which the order of the elements is importent. |
| OrderedCollectionOfImpl | See comments pertaining to all collections in CollectionOf. |
| OrderedFileName | Members of this class hold the name of a file, where the format is <numeric order>. |
| Packet | Packet is the unit of communication when using a Connection. |
| PacketListener | PacketListener's receivePacket() method gets called when Connection receives a packet. |
| ParentAttrAssoc | Base class for deriving classes to represent relationships in which the parent Item stores the selectors of one or more child Item(s) as part of its Attributes. |
| ParentCategoryListener | Class for monitoring changes in a parent Item for an Association. |
| PointerKey | |
| RealCollectionOfImpl | |
| RemoteShellConnection | RemoteShellConnection is a subclass of ByteStreamConnection that reads and writes bytes to/from a socket. |
| ResultEvent | ResultEvent represents the result of some operation. |
| ResultListener | ResultListener methods are called when an operation succeeds or fails. |
| SocketConnection | SocketConnection is a subclass of ByteStreamConnection that reads and writes bytes to/from a socket. |
| String | String is a reference counted, copy on write string class |
| String::StringRep | |
| _SaLog |
| Generated by: rusty@irem on Mon Sep 18 18:07:52 2000, using kdoc 2.0a36. |