Imported Upstream version 0.4.8
[platform/upstream/libsmi.git] / test / dumps / jax / AlHostEntryImpl.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: AlHostEntryImpl.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 alHostEntry 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 AlHostEntryImpl extends AlHostEntry
20 {
21
22     // constructor
23     public AlHostEntryImpl(int hlHostControlIndex,
24                        long alHostTimeMark,
25                        int protocolDirLocalIndex,
26                        byte[] nlHostAddress,
27                        int protocolDirLocalIndex)
28     {
29         super(hlHostControlIndex,
30              alHostTimeMark,
31              protocolDirLocalIndex,
32              nlHostAddress,
33              protocolDirLocalIndex);
34     }
35
36     public long get_alHostInPkts()
37     {
38         return alHostInPkts;
39     }
40
41     public long get_alHostOutPkts()
42     {
43         return alHostOutPkts;
44     }
45
46     public long get_alHostInOctets()
47     {
48         return alHostInOctets;
49     }
50
51     public long get_alHostOutOctets()
52     {
53         return alHostOutOctets;
54     }
55
56     public long get_alHostCreateTime()
57     {
58         return alHostCreateTime;
59     }
60
61 }
62