Imported Upstream version 0.4.8
[platform/upstream/libsmi.git] / test / dumps / jax / IfMIBObjectsImpl.java
1 /*
2  * This Java file has been generated by smidump 0.4.5. It
3  * is intended to be edited by the application programmer and
4  * to be used within a Java AgentX sub-agent environment.
5  *
6  * $Id: IfMIBObjectsImpl.java 4432 2006-05-29 16:21:11Z strauss $
7  */
8
9 /**
10     This class extends the Java AgentX (JAX) implementation of
11     the scalar group ifMIBObjects defined in IF-MIB.
12  */
13
14 import java.util.Vector;
15 import java.util.Enumeration;
16 import jax.AgentXOID;
17 import jax.AgentXSetPhase;
18 import jax.AgentXResponsePDU;
19
20 public class IfMIBObjectsImpl extends IfMIBObjects
21 {
22
23     public long get_ifTableLastChange()
24     {
25         return ifTableLastChange;
26     }
27
28     public long get_ifStackLastChange()
29     {
30         return ifStackLastChange;
31     }
32
33 }
34