| FUSE ESB 4.2 XML Configuration Reference | ||||||
| SUMMARY: DOCUMENTATION | ELEMENTS | ATTRIBUTES | FRAMES | NO FRAMES | ||||||
http://servicemix.apache.org/snmp/1.0)>http://servicemix.apache.org/snmp/1.0)
This is the polling endpoint for the snmp component.
| Nested Element Summary | |||||||||||||
| sequence |
|
||||||||||||
| Attribute Summary | |
string | address
<p>Specifies the connection URI used to connect to a snmp capable device. |
boolean | concurrentPolling
|
string | definition
|
long | delay
|
string | description
|
string | endpoint
|
date | firstTime
|
ID | id
|
QName | interfaceName
|
string | marshaler
<p>Specifies a marshaler class which provides the logic for converting a snmp response into a normalized message. |
long | period
|
integer | retries
<p>Specifies the connection retries.</p> <i> The default value is <b>2</b></i><br/><br/> |
string | scheduler
|
QName | service
|
string | serviceUnit
|
string | snmpCommunity
<p>Specifies the snmp community to use.</p> <i> The default value is <b>"public"</b></i><br/><br/> |
integer | snmpVersion
<p>Specifies the snmp protocol version to use.</p> <i> The default value is <b>0 (version 1)</b></i><br/><br/> |
string | targetEndpoint
|
QName | targetInterface
|
QName | targetOperation
|
QName | targetService
|
string | targetUri
|
integer | timeout
<p>Specifies the connection time out in milliseconds.</p> <i> The default value is <b>1500</b></i><br/><br/> |
| Attribute Detail |
<p>Specifies the connection URI used to connect to a snmp capable device.
<br /><br />
<b><u>Template:</u></b> <br />
<i><protocol>:<host>/<port></i>
<br /><br />
<b><u>Details:</u></b><br /><br/>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="40%" align="left"><b><u>Name</u></b></td>
<td width="60%" align="left"><b><u>Description</u></b></td>
</tr>
<tr>
<td>protocol</td>
<td>the protocol to use (udp or tcp)</td>
</tr>
<tr>
<td>host</td>
<td>the name or ip address of the snmp capable device</td>
</tr>
<tr>
<td>port</td>
<td>the port number to use</td>
</tr>
</table>
<br/>
<b><u>Example:</u></b><br />
<i>udp:192.168.2.122/161</i></p>
<i> The default value is <b>null</b></i><br/><br/>
Defined with global type string
Defined with global type boolean
Defined with global type string
Defined with global type long
Defined with global type string
Defined with global type string
Defined with global type date
Defined with global type ID
Defined with global type QName
<p>Specifies a marshaler class which provides the logic for converting
a snmp response into a normalized message. This class has to implement
the <code>SnmpMarshalerSupport</code> interface. If you don't specify a
marshaler, the <code>DefaultSnmpMarshaler</code> will be used.</p>
Defined with global type string
Defined with global type long
<p>Specifies the connection retries.</p>
<i> The default value is <b>2</b></i><br/><br/>
Defined with global type integer
Defined with global type string
Defined with global type QName
Defined with global type string
<p>Specifies the snmp community to use.</p>
<i> The default value is <b>"public"</b></i><br/><br/>
Defined with global type string
<p>Specifies the snmp protocol version to use.</p>
<i> The default value is <b>0 (version 1)</b></i><br/><br/>
Defined with global type integer
Defined with global type string
Defined with global type QName
Defined with global type QName
Defined with global type QName
Defined with global type string
<p>Specifies the connection time out in milliseconds.</p>
<i> The default value is <b>1500</b></i><br/><br/>
Defined with global type integer
| FUSE ESB 4.2 XML Configuration Reference | ||||||
| SUMMARY: DOCUMENTATION | ELEMENTS | ATTRIBUTES | FRAMES | NO FRAMES | ||||||