com.sun.management.snmp.usm
Class SnmpUsmEnginePeer

java.lang.Object
  extended by com.sun.management.snmp.usm.SnmpUsmEnginePeer

public class SnmpUsmEnginePeer
extends Object

FOR INTERNAL USE ONLY. This peer object models a distant engine Id. It is used by SnmpUsmPeer for timeliness synchronization. It stores the timeliness parameters.

Since:
Java DMK 5.1

Method Summary
 int getAuthoritativeEngineBoots()
          Gets the engine nb boots.
 SnmpEngineId getAuthoritativeEngineId()
          Gets the engine Id.
 int getAuthoritativeEngineTime()
          Gets an updated engine time.
 int getAuthoritativeLastReceivedEngineTime()
          Gets the last received engine time.
 void reset()
          Clean the previous engine time and boots.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAuthoritativeEngineId

public SnmpEngineId getAuthoritativeEngineId()
Gets the engine Id.

Returns:
The engine Id.

getAuthoritativeEngineBoots

public int getAuthoritativeEngineBoots()
Gets the engine nb boots.

Returns:
The engine nb boots.

getAuthoritativeEngineTime

public int getAuthoritativeEngineTime()
Gets an updated engine time.

Returns:
The engine time.

getAuthoritativeLastReceivedEngineTime

public int getAuthoritativeLastReceivedEngineTime()
Gets the last received engine time.

Returns:
The last received engine time.

reset

public void reset()
Clean the previous engine time and boots.


Open Source build 02
opendmk-1.0-b02 2007.10.01_19:17:46_MEST

Copyright 1998-2007 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.