|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The MBean representing the SNMP agents to be proxied by the current one.
| Field Summary | |
static long |
CACHING_STUB_SVUID
Description of the Field |
| Fields inherited from class weblogic.management.configuration.ConfigurationMBean |
CACHING_STUB_SVUID |
| Method Summary | |
java.lang.String |
getCommunity()
Defines the community name to be passed on for all requests to the proxied agent. |
java.lang.String |
getOidRoot()
Defines the root of the OID tree on which the proxied agent responds. |
int |
getPort()
Defines the Port number used for communication with the other SNMP Agents. |
long |
getTimeout()
Defines the time interval that the WebLogic SNMP proxy agent waits for a response to requests forwarded to another SNMP agent. |
void |
setCommunity(java.lang.String community)
Sets the community attribute of the SNMPProxyMBean object |
void |
setOidRoot(java.lang.String oid)
Sets the oidRoot attribute of the SNMPProxyMBean object |
void |
setPort(int port)
Sets the port attribute of the SNMPProxyMBean object |
void |
setTimeout(long timeout)
Sets the timeout attribute of the SNMPProxyMBean object |
| Methods inherited from interface weblogic.management.configuration.ConfigurationMBean |
freezeCurrentValue,
getNotes,
restoreDefaultValue,
setComments,
setDefaultedMBean,
setNotes,
setPersistenceEnabled |
| Methods inherited from interface weblogic.management.WebLogicMBean |
getMBeanInfo,
getName,
getObjectName,
getParent,
getType,
isCachingDisabled,
isRegistered,
setName,
setParent |
| Methods inherited from interface javax.management.DynamicMBean |
getAttribute,
getAttributes,
invoke,
setAttribute,
setAttributes |
| Methods inherited from interface javax.management.MBeanRegistration |
postDeregister,
postRegister,
preRegister |
| Methods inherited from interface javax.management.NotificationBroadcaster |
addNotificationListener,
getNotificationInfo,
removeNotificationListener |
| Field Detail |
public static final long CACHING_STUB_SVUID
| Method Detail |
public int getPort()
public void setPort(int port)
throws javax.management.InvalidAttributeValueException,
ConfigurationException
port - The new port valuepublic java.lang.String getOidRoot()
public void setOidRoot(java.lang.String oid)
throws javax.management.InvalidAttributeValueException,
ConfigurationException
oid - The new oidRoot valuepublic java.lang.String getCommunity()
public void setCommunity(java.lang.String community)
throws javax.management.InvalidAttributeValueException,
ConfigurationException
community - The new community valuepublic long getTimeout()
public void setTimeout(long timeout)
throws javax.management.InvalidAttributeValueException,
ConfigurationException
timeout - The new timeout value
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs81b |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||