|
AXL RADIUS Server API V3 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
ObjectSNMPStats
SNMP Stats Collect servers stats and make them available to the SNMP agent session.
| Method Summary | |
void |
buildRadiusClientTable()
Build the client table. |
void |
calcUpTime()
Calculate up time for servers. |
void |
close()
Close the SNMP session. |
long |
getRadiusAuthServConfigReset()
Get radiusAuthServConfigReset time (read-write); |
void |
reset()
Reset SNMP information. |
void |
sendColdStartTrap(String msg)
Send a cold start message. |
void |
sendTrap(String msg)
Send a V2 trap message. |
int |
setRadiusAcctServConfigReset(SnmpObjectId oid,
Object configReset,
boolean set)
Set radiusAuthServConfigReset time (read-write); |
int |
setRadiusAuthServConfigReset(SnmpObjectId oid,
Object configReset,
boolean set)
Set radiusAuthServConfigReset (read-write); |
void |
setSNMPManagers(InetAddress[] managerList)
Set a list of managers for SNMP. |
void |
setSysParameters(String sysContact,
String sysName,
String sysLocation)
Set some common SNMP parameters. |
String |
toString()
String representation of the SNMPStats. |
| Methods inherited from class Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final String enterpriseAgent
public static final String enterpriseAgentTrap
public long radiusAcctServConfigReset
public final byte[] radiusAcctServIdent
public long radiusAcctServResetTime
public volatile long radiusAcctServTotalBadAuthenticators
public volatile long radiusAcctServTotalDupRequests
public volatile long radiusAcctServTotalInvalidRequests
public volatile long radiusAcctServTotalMalformedRequests
public volatile long radiusAcctServTotalNoRecords
public volatile long radiusAcctServTotalPacketsDropped
public volatile long radiusAcctServTotalRequests
public volatile long radiusAcctServTotalResponses
public volatile long radiusAcctServTotalUnknownTypes
public long radiusAcctServUpTime
public long radiusAuthServConfigReset
public final byte[] radiusAuthServIdent
public long radiusAuthServResetTime
public volatile long radiusAuthServTotalAccessAccepts
public volatile long radiusAuthServTotalAccessChallenges
public volatile long radiusAuthServTotalAccessRejects
public long radiusAuthServTotalAccessRequests
public volatile long radiusAuthServTotalBadAuthenticators
public volatile long radiusAuthServTotalDupAccessRequests
public volatile long radiusAuthServTotalInvalidRequests
public volatile long radiusAuthServTotalMalformedAccessRequests
public volatile long radiusAuthServTotalPacketsDropped
public volatile long radiusAuthServTotalUnknownTypes
public long radiusAuthServUpTime
public static final int RESET_INITIALIZING
public static final int RESET_OTHER
public static final int RESET_RESET
public static final int RESET_RUNNING
| Method Detail |
public void buildRadiusClientTable()
public void calcUpTime()
public void close()
public long getRadiusAuthServConfigReset()
public void reset()
public void sendColdStartTrap(String msg)
msg - Message to sendpublic void sendTrap(String msg)
public int setRadiusAcctServConfigReset(SnmpObjectId oid,
Object configReset,
boolean set)
oid - Object Id being set (only used in tables to extract indices).configReset - value.set - If true this the variable is actually set.
Otherwise it's a test of setting. In the test the variable is never set.
public int setRadiusAuthServConfigReset(SnmpObjectId oid,
Object configReset,
boolean set)
oid - Object Id being set (only used in tables to extract indices).configReset - Object value..set - If true this the variable is actually set.
Otherwise it's a test of setting. In the test the variable is never set.
public void setSNMPManagers(InetAddress[] managerList)
managerList - List of managers that may send requests.
public void setSysParameters(String sysContact,
String sysName,
String sysLocation)
sysContact - "The textual identification of the contact person
for this managed node, together with information
on how to contact this person."sysName - "An administratively-assigned name for this
managed node. By convention, this is the node's
fully-qualified domain name."sysLocation - ""The physical location of this node (e.g.,
`telephone closet, 3rd floor')."
RADIUSServerException - if SNMP isn't already started.public String toString()
|
AXL RADIUS Server API V3 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||