Java APM HTTP Probe Action

Microsoft.JEE.Apm.JavaAgent.Probe (ProbeActionModuleType)

Java APM HTTP Probe Action to retrieve event data from BeanSpy

Element properties:

TypeProbeActionModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
OutputTypeSystem.BaseData
CommentProbe that retrieves Events from BeanSpy

Source Code:

<ProbeActionModuleType ID="Microsoft.JEE.Apm.JavaAgent.Probe" Accessibility="Public" Batching="true" Comment="Probe that retrieves Events from BeanSpy">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="HostName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Port" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Protocol" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="URL" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Timeout" type="xsd:unsignedInt"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="DiskPath" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Verb" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Body" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="CredentialUserName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="CredentialPassword" type="xsd:string"/>
</Configuration>
<ModuleImplementation>
<Managed>
<Assembly>Res.Microsoft.EnterpriseManagement.Modules.Apm.Java.AgentModules</Assembly>
<Type>Microsoft.EnterpriseManagement.Modules.Apm.Java.AgentModules.JavaAgentEventDatasource</Type>
</Managed>
</ModuleImplementation>
<OutputType>System!System.BaseData</OutputType>
<TriggerOnly>true</TriggerOnly>
</ProbeActionModuleType>