Package | Description |
---|---|
weblogic.management.configuration |
Modifier and Type | Method and Description |
---|---|
SNMPProxyMBean |
SNMPAgentMBean.createSNMPProxy(String name)
Factory method to create SNMPProxy objects
|
SNMPProxyMBean[] |
SNMPAgentMBean.getSNMPProxies()
The SNMP agents for which this SNMP agent is a proxy.
|
SNMPProxyMBean |
SNMPAgentMBean.lookupSNMPProxy(String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
SNMPAgentMBean.addSNMPProxy(SNMPProxyMBean snmpProxy)
Deprecated.
9.0.0.0 Instead, use standard JMX design patterns using
javax.management.MBeanServerConnection interface. |
void |
SNMPAgentMBean.destroySNMPProxy(SNMPProxyMBean snmpProxy)
Removes a SNMPProxy from this domain
|
boolean |
SNMPAgentMBean.removeSNMPProxy(SNMPProxyMBean snmpProxy)
Deprecated.
9.0.0.0 Instead, use standard JMX design patterns using
javax.management.MBeanServerConnection interface. |
void |
SNMPAgentMBean.setSNMPProxies(SNMPProxyMBean[] snmpProxys)
Deprecated.
9.0.0.0 Instead, use standard JMX design patterns using
javax.management.MBeanServerConnection interface. |