統計監視プローブ アクション モジュール

Microsoft.JEE.Monitoring.VBscript.Stats.ProbeAction (ProbeActionModuleType)

Element properties:

TypeProbeActionModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
OutputTypeSystem.PropertyBagData

Member Modules:

ID Module Type TypeId RunAs 
Probe ProbeAction Microsoft.JEE.HttpGet.ProbeAction Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
ApplicationServerGuidstring$Config/ApplicationServerGuid$アプリケーション サーバー GUIDアプリケーション サーバー インスタンスの GUID
ComputerNamestring$Config/ComputerName$コンピューター名アプリケーション サーバーをホストするコンピューターの名前
Protocolstring$Config/Protocol$プロトコルHTTP 呼び出しの実行に使用するプロトコル
Portstring$Config/Port$ポートHTTP 呼び出しの実行に使用するポート番号
BaseURLstring$Config/BaseURL$ベース URLBeanSpy の検索に使用するベース URL。
TimeoutSecondsint$Config/TimeoutSeconds$タイムアウトプローブ アクションの非アクティブ状態のタイムアウト値 (秒)

Source Code:

<ProbeActionModuleType ID="Microsoft.JEE.Monitoring.VBscript.Stats.ProbeAction" Accessibility="Public">
<Configuration>
<xsd:element name="ApplicationServerGuid" type="xsd:string"/>
<xsd:element name="ComputerName" type="xsd:string"/>
<xsd:element name="Protocol" type="xsd:string"/>
<xsd:element name="Port" type="xsd:string"/>
<xsd:element name="BaseURL" type="xsd:string"/>
<xsd:element name="URLSuffix" type="xsd:string"/>
<xsd:element name="ReturnMultiplePropertyBags" type="xsd:boolean"/>
<xsd:element name="UseAttributesInKeysOfReturnedPropertyBags" type="xsd:boolean"/>
<xsd:element name="TimeoutSeconds" type="xsd:integer"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="ApplicationServerGuid" ParameterType="string" Selector="$Config/ApplicationServerGuid$"/>
<OverrideableParameter ID="ComputerName" ParameterType="string" Selector="$Config/ComputerName$"/>
<OverrideableParameter ID="Protocol" ParameterType="string" Selector="$Config/Protocol$"/>
<OverrideableParameter ID="Port" ParameterType="string" Selector="$Config/Port$"/>
<OverrideableParameter ID="BaseURL" ParameterType="string" Selector="$Config/BaseURL$"/>
<OverrideableParameter ID="TimeoutSeconds" ParameterType="int" Selector="$Config/TimeoutSeconds$"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<ProbeAction ID="Probe" TypeID="Microsoft.JEE.HttpGet.ProbeAction">
<ApplicationServerGuid>$Config/ApplicationServerGuid$</ApplicationServerGuid>
<ComputerName>$Config/ComputerName$</ComputerName>
<Protocol>$Config/Protocol$</Protocol>
<Port>$Config/Port$</Port>
<URL>$Config/BaseURL$/BeanSpy/Stats$Config/URLSuffix$</URL>
<ReturnMultiplePropertyBags>$Config/ReturnMultiplePropertyBags$</ReturnMultiplePropertyBags>
<UseAttributesInKeysOfReturnedPropertyBags>$Config/UseAttributesInKeysOfReturnedPropertyBags$</UseAttributesInKeysOfReturnedPropertyBags>
<TimeoutSeconds>$Config/TimeoutSeconds$</TimeoutSeconds>
</ProbeAction>
</MemberModules>
<Composition>
<Node ID="Probe"/>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>System!System.PropertyBagData</OutputType>
<TriggerOnly>true</TriggerOnly>
</ProbeActionModuleType>