Package org.apache.axis2.datasource.jaxb
Class JAXBAttachmentUnmarshallerMonitor
java.lang.Object
org.apache.axis2.datasource.jaxb.JAXBAttachmentUnmarshallerMonitor
The monitor is used by the tests to ensure
that the JAXBAttachmentUnmarshaller is used and is functioning correctly.
In normal usage, monitoring is off.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddBlobCID(String blobCID) Increase number of total buildersstatic voidclear()Clear the number of creates and failed createsstatic Liststatic booleanstatic voidsetMonitoring(boolean monitoring) Set monitoring
-
Method Details
-
isMonitoring
public static boolean isMonitoring()- Returns:
- true if monitoring
-
setMonitoring
public static void setMonitoring(boolean monitoring) Set monitoring- Parameters:
monitoring- boolean
-
clear
public static void clear()Clear the number of creates and failed creates -
getBlobCIDs
- Returns:
- number of JAXBCustomBuilders created
-
addBlobCID
Increase number of total builders
-