TPTP 4.4.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.
LoggingAgentCustomCommandHandler Interface provide service to handle custom command.
LoggingAgentMonitorListener Interface provides service to custom monitor listener.
 

Class Summary
Guid Universally Unique IDentifier (UUID) or Globally Unique IDentifier (GUID) implementation for generating a hexadecimal string representation of a GUID.
LoggingAgent An agent 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.
LoggingAgentCustomCommand This is a wrapper class that provides service to build custom command.
LoggingCorePlugin The main plug-in class for the org.eclipse.hyades.logging.core plug-in.
LoggingCoreResourceBundle Logging Core (org.eclipse.hyades.logging.core) resource bundle.
LoggingCoreUtilities Logging Core (org.eclipse.hyades.logging.core) utilities.
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).
LoggingAgentNotRegisteredException Exception for unregistered agent.
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.4.0 Platform Project
Public API Specification