|
Oracle Fusion Middleware Oracle WebLogic Server MBean Javadoc 11g Release 1 (10.3.6) Part Number E13945-06 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SNMPTrapDestinationMBean
This MBean describes a destination to which an SNMP agent sends SNMP TRAP and INFORM notifications.
This is a type-safe interface for a
WebLogic Server MBean, which you can import into your client
classes and access through
weblogic.management.MBeanHome
. As of 9.0, the
MBeanHome
interface and all type-safe interfaces for
WebLogic Server MBeans are deprecated. Instead, client classes that
interact with WebLogic Server MBeans should use standard JMX design
patterns in which clients use the
javax.management.MBeanServerConnection
interface to
discover MBeans, attributes, and attribute types at runtime. For
more information, see "Developing Manageable Applications with JMX."
Field Summary | |
---|---|
static String |
AUTH_NOPRIV
Constant for authNoPriv security level |
static String |
AUTH_PRIV
Constant for authPriv security level |
static String |
NOAUTH_NOPRIV
Constant for noAuthNoPriv security level |
Fields inherited from interface weblogic.management.configuration.ConfigurationMBean |
---|
DEFAULT_EMPTY_BYTE_ARRAY |
Method Summary | |
---|---|
String |
getCommunity()
The password (community name) that a WebLogic Server SNMP agent sends to the SNMP manager when the agent generates SNMPv1 or SNMPv2 notifications. |
String |
getHost()
The DNS name or IP address of the computer on which the SNMP manager is running. |
int |
getPort()
The UDP port on which the SNMP manager is listening. |
String |
getSecurityLevel()
Specifies the security protocols that the SNMP agent uses when sending SNMPv3 responses or notifications to the SNMP manager that this trap destination represents. |
String |
getSecurityName()
Specifies the user name that the WebLogic Server SNMP agent encodes into SNMPv3 responses or notifications. |
void |
setCommunity(String community)
Sets the value of the Community attribute. |
void |
setHost(String name)
Sets the value of the Host attribute. |
void |
setPort(int port)
Sets the value of the Port attribute. |
void |
setSecurityLevel(String level)
|
void |
setSecurityName(String securityName)
|
Methods inherited from interface weblogic.management.configuration.ConfigurationMBean |
---|
freezeCurrentValue, getName, getNotes, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, unSet |
Field Detail |
---|
static final String NOAUTH_NOPRIV
static final String AUTH_NOPRIV
static final String AUTH_PRIV
Method Detail |
---|
String getHost()
The DNS name or IP address of the computer on which the SNMP manager is running.
The WebLogic SNMP agent sends trap notifications to the host and port that you specify.
void setHost(String name) throws InvalidAttributeValueException, ConfigurationException
Sets the value of the Host attribute.
name
- The new host value
InvalidAttributeValueException
ConfigurationException
SNMPTrapDestinationMBean.getHost()
int getPort()
The UDP port on which the SNMP manager is listening.
void setPort(int port) throws InvalidAttributeValueException, ConfigurationException
Sets the value of the Port attribute.
port
- The new port value
InvalidAttributeValueException
ConfigurationException
SNMPTrapDestinationMBean.getPort()
String getCommunity()
The password (community name) that a WebLogic Server SNMP agent sends to the SNMP manager when the agent generates SNMPv1 or SNMPv2 notifications.
The community name that you enter in this trap destination must match the name that the SNMP manager defines.
void setCommunity(String community) throws InvalidAttributeValueException, ConfigurationException
Sets the value of the Community attribute.
community
- The new community value
InvalidAttributeValueException
ConfigurationException
SNMPTrapDestinationMBean.getCommunity()
String getSecurityName()
Specifies the user name that the WebLogic Server SNMP agent encodes into SNMPv3 responses or notifications. Requires you to create a credential map for this user name in the WebLogic Server security realm.
The credential map contains an authentication password and an optional privacy password for this user.
The user name and passwords must match the credentials required by the SNMP manager that this trap destination represents.
void setSecurityName(String securityName)
String getSecurityLevel()
Specifies the security protocols that the SNMP agent uses when sending SNMPv3 responses or notifications to the SNMP manager that this trap destination represents. Requires you to specify a security name for this trap destination.
SNMPTrapDestinationMBean.getSecurityName()
void setSecurityLevel(String level)
|
Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server MBean Javadoc 11g Release 1 (10.3.6) Part Number E13945-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |