Imported Upstream version 0.4.8
[platform/upstream/libsmi.git] / test / dumps / jax / AlMatrixTopNEntryImpl.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: AlMatrixTopNEntryImpl.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 alMatrixTopNEntry 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 AlMatrixTopNEntryImpl extends AlMatrixTopNEntry
20 {
21
22     // constructor
23     public AlMatrixTopNEntryImpl(int alMatrixTopNControlIndex,
24                              int alMatrixTopNIndex)
25     {
26         super(alMatrixTopNControlIndex,
27                    alMatrixTopNIndex);
28     }
29
30     public int get_alMatrixTopNProtocolDirLocalIndex()
31     {
32         return alMatrixTopNProtocolDirLocalIndex;
33     }
34
35     public byte[] get_alMatrixTopNSourceAddress()
36     {
37         return alMatrixTopNSourceAddress;
38     }
39
40     public byte[] get_alMatrixTopNDestAddress()
41     {
42         return alMatrixTopNDestAddress;
43     }
44
45     public int get_alMatrixTopNAppProtocolDirLocalIndex()
46     {
47         return alMatrixTopNAppProtocolDirLocalIndex;
48     }
49
50     public long get_alMatrixTopNPktRate()
51     {
52         return alMatrixTopNPktRate;
53     }
54
55     public long get_alMatrixTopNReversePktRate()
56     {
57         return alMatrixTopNReversePktRate;
58     }
59
60     public long get_alMatrixTopNOctetRate()
61     {
62         return alMatrixTopNOctetRate;
63     }
64
65     public long get_alMatrixTopNReverseOctetRate()
66     {
67         return alMatrixTopNReverseOctetRate;
68     }
69
70 }
71