Class EnvironmentalPerformanceInformationType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
com.evolveum.midpoint.xml.ns._public.common.common_3.EnvironmentalPerformanceInformationType
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class EnvironmentalPerformanceInformationType
extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
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.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNameprotected Stringprotected XMLGregorianCalendarprotected MappingsStatisticsTypeprotected NotificationsStatisticsTypeprotected ProvisioningStatisticsType -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(JaxbVisitor visitor) clone()booleanequals(Object other, StructuredEqualsStrategy strategy) inthashCode(StructuredHashCodeStrategy strategy) lastMessage(String value) lastMessageTimestamp(String value) voidsetLastMessage(String value) voidvoidvoidvoidMethods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
Field Details
-
provisioningStatistics
-
mappingsStatistics
-
notificationsStatistics
-
lastMessageTimestamp
-
lastMessage
-
COMPLEX_TYPE
-
F_PROVISIONING_STATISTICS
-
F_MAPPINGS_STATISTICS
-
F_NOTIFICATIONS_STATISTICS
-
F_LAST_MESSAGE_TIMESTAMP
-
F_LAST_MESSAGE
-
-
Constructor Details
-
EnvironmentalPerformanceInformationType
public EnvironmentalPerformanceInformationType() -
EnvironmentalPerformanceInformationType
-
-
Method Details
-
getProvisioningStatistics
-
setProvisioningStatistics
-
getMappingsStatistics
-
setMappingsStatistics
-
getNotificationsStatistics
-
setNotificationsStatistics
-
getLastMessageTimestamp
-
setLastMessageTimestamp
-
getLastMessage
-
setLastMessage
-
hashCode
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
equals
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
provisioningStatistics
public EnvironmentalPerformanceInformationType provisioningStatistics(ProvisioningStatisticsType value) -
beginProvisioningStatistics
-
mappingsStatistics
-
beginMappingsStatistics
-
notificationsStatistics
public EnvironmentalPerformanceInformationType notificationsStatistics(NotificationsStatisticsType value) -
beginNotificationsStatistics
-
lastMessageTimestamp
-
lastMessageTimestamp
-
lastMessage
-
accept
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-