Imported Upstream version 0.4.8
[platform/upstream/libsmi.git] / test / dumps / jax / ProtocolDistStatsEntryImpl.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: ProtocolDistStatsEntryImpl.java 4432 2006-05-29 16:21:11Z strauss $
7  */
8
9 /**
10     This class extends the Java AgentX (JAX) implementation of
11     the table row protocolDistStatsEntry defined in RMON2-MIB.
12  */
13
14 import jax.AgentXOID;
15 import jax.AgentXSetPhase;
16 import jax.AgentXResponsePDU;
17 import jax.AgentXEntry;
18
19 public class ProtocolDistStatsEntryImpl extends ProtocolDistStatsEntry
20 {
21
22     // constructor
23     public ProtocolDistStatsEntryImpl(int protocolDistControlIndex,
24                                   int protocolDirLocalIndex)
25     {
26         super(protocolDistControlIndex,
27                         protocolDirLocalIndex);
28     }
29
30     public long get_protocolDistStatsPkts()
31     {
32         return protocolDistStatsPkts;
33     }
34
35     public long get_protocolDistStatsOctets()
36     {
37         return protocolDistStatsOctets;
38     }
39
40 }
41