BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType snmp-trap-destinationType

Super Types
{http://www.bea.com/ns/weblogic/90/domain}snmp-trap-destinationType (extension)

Documentation
Corresponds to SNMPTrapDestinationMBean
Properties
This component is not nillable.

Model
<...>
(host, port, community )
</...>


Nested Element Summary
 community
          The password (community name) that WebLogic Server sends to the SNMP manager. 
 host
          The DNS name or IP address of the computer on which the SNMP manager is running. 
 port
          The port on which the SNMP manager is listening. 
Source
<xs:complexType name="snmp-trap-destinationType">
<xs:complexContent>
<xs:extension base="dom:configurationType">
<xs:sequence>
<xs:element minOccurs="0" name="host" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="port" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="65535"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="community" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation