TPTP 4.1.0 Platform Project
Public API Specification

Package org.eclipse.hyades.logging.core

Interface Summary
ICommonBaseEvent Deprecated. As of TPTP v4.0.0, use the CommonBaseEvent interface for the specific Common Base Event implementation.
IExternalizableToXml Interface for serializing the content of implementing java.lang.Objects to XML fragments .
IInternalizableFromXml Interface for de-serializing XML fragments to the content of implementing java.lang.Objects.
IPreemptedLogger Interface for controller and polling a Logging Agent instance running in the Agent Controller
ISerializableAsXml Interface for serializing the content of implementing java.lang.Objects to XML and de-serializing XML fragments to the content of implementing java.lang.Objects.
 

Class Summary
Guid Abstract from IETF Specification (http://ftp.ics.uci.edu/pub/ietf/webdav/uuid-guid/draft-leach-uuids-guids-01.txt):
LoggingAgent An agent of type 'logging' used to queue logged records until the Agent Controller is available and the Logging Agent is being monitored at which time all queued and future logged records are written to the Agent Controller.
LoggingCorePlugin The main plug-in class for the org.eclipse.hyades.logging.core plug-in.
SetConfig  
XmlUtility Utility class for working with XML data.
 

Exception Summary
DeserializationException A typed exception for all de-serialization APIs in org.eclipse.hyades.logging.core.XmlUtility that de-serialize an XML document to a Document Object Model (DOM).
SerializationException A typed exception for all serialization APIs in org.eclipse.hyades.logging.core.XmlUtility that serialize a Document Object Model (DOM) to an XML document.
 


TPTP 4.1.0 Platform Project
Public API Specification