Deprecated API

Deprecated Classes
org.eclipse.hyades.logging.events.cbe.util.EventMessages
          As of 3.1, replaced by the plugin[[_]].properties property resource bundle. 
org.eclipse.hyades.logging.events.cbe.util.EventMessages_de
          As of 3.1, replaced by the plugin[[_]].properties property resource bundle. 
org.eclipse.hyades.logging.events.cbe.util.EventMessages_es
          As of 3.1, replaced by the plugin[[_]].properties property resource bundle. 
org.eclipse.hyades.logging.events.cbe.util.EventMessages_fr
          As of 3.1, replaced by the plugin[[_]].properties property resource bundle. 
org.eclipse.hyades.logging.events.cbe.util.EventMessages_it
          As of 3.1, replaced by the plugin[[_]].properties property resource bundle. 
org.eclipse.hyades.logging.events.cbe.util.EventMessages_ja
          As of 3.1, replaced by the plugin[[_]].properties property resource bundle. 
org.eclipse.hyades.logging.events.cbe.util.EventMessages_ko
          As of 3.1, replaced by the plugin[[_]].properties property resource bundle. 
org.eclipse.hyades.logging.events.cbe.util.EventMessages_pt_BR
          As of 3.1, replaced by the plugin[[_]].properties property resource bundle. 
org.eclipse.hyades.logging.events.cbe.util.EventMessages_zh_CN
          As of 3.1, replaced by the plugin[[_]].properties property resource bundle. 
org.eclipse.hyades.logging.events.cbe.util.EventMessages_zh_TW
          As of 3.1, replaced by the plugin[[_]].properties property resource bundle. 
org.eclipse.hyades.logging.events.cbe.util.EventPermission
          As of Hyades M10, Java permission-based security is no longer supported. 
 

Deprecated Fields
org.eclipse.hyades.logging.events.cbe.impl.EventFactoryContext.EVENT_FACTORY_HOME_TYPE_SYSTEM_PROPERTY
          As of Hyades M10, system properties for configuration purposes are no longer supported. 
org.eclipse.hyades.logging.events.cbe.util.EventHelpers.LOCK
          As of 3.1, the event object is used to synchronize its operations. 
 

Deprecated Methods
org.eclipse.hyades.logging.events.cbe.EventFactoryHome.checkAccess()
          As of Hyades M10, Java permission-based security is no longer supported. 
org.eclipse.hyades.logging.events.cbe.impl.AbstractEventFactoryHome.checkAccess()
          As of Hyades M10, Java permission-based security is no longer supported. This method will never throw a SecurityException. 
org.eclipse.hyades.logging.events.cbe.util.EventFormatter.fromCanonicalXMLDocString(AssociationEngine, String)
          Use EventFormatter.associationEnginesFromCanonicalXMLDoc(String). 
org.eclipse.hyades.logging.events.cbe.util.EventFormatter.fromCanonicalXMLDocString(CommonBaseEvent, String)
          Use EventFormatter.eventsFromCanonicalXMLDoc(String). 
org.eclipse.hyades.logging.events.cbe.util.EventFormatter.fromCanonicalXMLString(AssociationEngine, String)
          Use EventFormatter.associationEngineFromCanonicalXML(String). 
org.eclipse.hyades.logging.events.cbe.util.EventFormatter.fromCanonicalXMLString(CommonBaseEvent, String)
          Use EventFormatter.eventFromCanonicalXML(String). 
org.eclipse.hyades.logging.events.cbe.TemplateContentHandler.getTemplateEvent()
          As of Hyades M10, for security reasons TemplateContentHandler implementations should not return references their template event. 
org.eclipse.hyades.logging.events.cbe.impl.TemplateContentHandlerImpl.getTemplateEvent()
          As of Hyades M10, TemplateContentHandler implementations should not return references their template event. This API always returns null. 
org.eclipse.hyades.logging.events.cbe.impl.ExtendedDataElementImpl.resetValues()
          Use clearValues(); 
org.eclipse.hyades.logging.events.cbe.util.EventValidation.throwMissingPropertyException(String, String, Object[])
          As of 3.1, use instantiate a new MissingPropertyException with a localized message using EventHelpers#getString(String, Object[]). 
org.eclipse.hyades.logging.events.cbe.util.EventValidation.throwValidationException(String, String, Object[])
          As of 3.1, use instantiate a new ValidationException with a localized message using EventHelpers#getString(String, Object[]).