Class EnvironmentalPerformanceInformationType

  • All Implemented Interfaces:
    JaxbVisitable, Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

    public class EnvironmentalPerformanceInformationType
    extends Object
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    Statistics related to performance and state of external environment, namely provisioning via connectors, mappings (as these might contain code that invokes external systems), and notifications. These are meant to diagnose performance problems that could stem from factors that are outside midPoint. LastMessage can be used to diagnose seemingly "frozen" midPoint that waits e.g. for completion of an external operation. These messages contain information about start and end of external calls: ICF operations, mappings invocation, notification invocation. <p>Java class for EnvironmentalPerformanceInformationType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="EnvironmentalPerformanceInformationType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="provisioningStatistics" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ProvisioningStatisticsType" minOccurs="0"/&gt; &lt;element name="mappingsStatistics" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}MappingsStatisticsType" minOccurs="0"/&gt; &lt;element name="notificationsStatistics" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}NotificationsStatisticsType" minOccurs="0"/&gt; &lt;element name="lastMessageTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/&gt; &lt;element name="lastMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form