|
Oracle Communications Services Gatekeeper OAM Java API Reference 5.0 E21718-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
static String |
community Set the Community Address. |
static String |
enterpriseObjectIdentifier Set the base Enterprise Object Identifier of the WLNG. |
static int |
repeatedTraps Defines the number of times each trap is sent to each configured manager. |
static int |
severityFilter Defines the alarm severity filter. |
static int |
snmpVersion Set the SNMP Version of the traps. |
Method Summary | |
int |
addTrapReceiver(String address, int port) Add a SNMP trap receiver with given address and port |
void |
deleteTrapReceiver(int id) Deletes the SNMP trap receiver for the given id. |
String |
getCommunity() |
String |
getEnterpriseObjectIdentifier() |
int |
getRepeatedTraps() |
int |
getSeverityFilter() |
int |
getSNMPVersion() |
String[] |
listTrapReceivers() Lists all the SNMP trap receivers in the system. |
void |
setCommunity(String value) |
void |
setEnterpriseObjectIdentifier(String oid) |
void |
setRepeatedTraps(int NrOfRepeatedTraps) |
void |
setSeverityFilter(int severity) |
void |
setSNMPVersion(int version) |
Field Detail |
public static final String community
public static final String enterpriseObjectIdentifier
public static final int repeatedTraps
public static final int severityFilter
public static final int snmpVersion
Method Detail |
public int addTrapReceiver(String address, int port) throws ManagementException
address
- The IP address or host name of the receiver.port
- The port of the receiver.ManagementException
public void deleteTrapReceiver(int id) throws ManagementException
id
- Id of the reveiver.ManagementException
public String getCommunity()
public String getEnterpriseObjectIdentifier()
public int getRepeatedTraps()
public int getSeverityFilter()
public int getSNMPVersion()
public String[] listTrapReceivers()
public void setCommunity(String value) throws ManagementException
ManagementException
public void setEnterpriseObjectIdentifier(String oid) throws ManagementException
ManagementException
public void setRepeatedTraps(int NrOfRepeatedTraps) throws ManagementException
ManagementException
public void setSeverityFilter(int severity) throws ManagementException
ManagementException
public void setSNMPVersion(int version) throws ManagementException
ManagementException
|
Oracle Communications Services Gatekeeper OAM Java API Reference 5.0 E21718-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |