Imported Upstream version 0.4.8
[platform/upstream/libsmi.git] / test / dumps / jax / NlMatrixSDEntryImpl.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: NlMatrixSDEntryImpl.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 nlMatrixSDEntry 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 NlMatrixSDEntryImpl extends NlMatrixSDEntry
20 {
21
22     // constructor
23     public NlMatrixSDEntryImpl(int hlMatrixControlIndex,
24                            long nlMatrixSDTimeMark,
25                            int protocolDirLocalIndex,
26                            byte[] nlMatrixSDSourceAddress,
27                            byte[] nlMatrixSDDestAddress)
28     {
29         super(hlMatrixControlIndex,
30                  nlMatrixSDTimeMark,
31                  protocolDirLocalIndex,
32                  nlMatrixSDSourceAddress,
33                  nlMatrixSDDestAddress);
34     }
35
36     public long get_nlMatrixSDPkts()
37     {
38         return nlMatrixSDPkts;
39     }
40
41     public long get_nlMatrixSDOctets()
42     {
43         return nlMatrixSDOctets;
44     }
45
46     public long get_nlMatrixSDCreateTime()
47     {
48         return nlMatrixSDCreateTime;
49     }
50
51 }
52