Imported Upstream version 0.4.8
[platform/upstream/libsmi.git] / test / dumps / jax / AlMatrixDSEntryImpl.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: AlMatrixDSEntryImpl.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 alMatrixDSEntry 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 AlMatrixDSEntryImpl extends AlMatrixDSEntry
20 {
21
22     // constructor
23     public AlMatrixDSEntryImpl(int hlMatrixControlIndex,
24                            long alMatrixDSTimeMark,
25                            int protocolDirLocalIndex,
26                            byte[] nlMatrixDSDestAddress,
27                            byte[] nlMatrixDSSourceAddress,
28                            int protocolDirLocalIndex)
29     {
30         super(hlMatrixControlIndex,
31                  alMatrixDSTimeMark,
32                  protocolDirLocalIndex,
33                  nlMatrixDSDestAddress,
34                  nlMatrixDSSourceAddress,
35                  protocolDirLocalIndex);
36     }
37
38     public long get_alMatrixDSPkts()
39     {
40         return alMatrixDSPkts;
41     }
42
43     public long get_alMatrixDSOctets()
44     {
45         return alMatrixDSOctets;
46     }
47
48     public long get_alMatrixDSCreateTime()
49     {
50         return alMatrixDSCreateTime;
51     }
52
53 }
54