|
Oracle Communications Services Gatekeeper OAM Java API Reference 6.0 E55516-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
static String |
community Sets the Community Address. |
static String |
enterpriseObjectIdentifier Specifies the base enterprise object identifier used for the SNMP traps. |
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 Sets the SNMP Version of the traps. |
Method Summary | |
int |
addTrapReceiver(String address, int port) Adds an 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
Scope: Server
public static final String enterpriseObjectIdentifier
Scope: Server
public static final int repeatedTraps
Scope: Server
public static final int severityFilter
Scope: Server
public static final int SNMPVersion
Scope: Server
Method Detail |
public int addTrapReceiver(String address, int port) throws ManagementException
Scope: Server
address
- The IP address or host name of the receiver.port
- The port of the receiver.ManagementException
public void deleteTrapReceiver(int id) throws ManagementException
Scope: Server
id
- Id of the reveiver.ManagementException
public String getCommunity()
public String getEnterpriseObjectIdentifier()
public int getRepeatedTraps()
public int getSeverityFilter()
public int getSNMPVersion()
public String[] listTrapReceivers()
Scope: Server
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 6.0 E55516-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |