|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adventnet.snmp.mibs.agent.FileTableEntry
public class FileTableEntry
TableEntry interface implementation file for FileCommand Table implementations.
Tables instances with java.io.RandomAccessFile file pointer values are stored in this class for Snmp request manipulation.
| Constructor Summary | |
|---|---|
FileTableEntry()
|
|
| Method Summary | |
|---|---|
int[] |
computeInstanceOID()
Part of interface TableEntry computes the instanceOID return instanceOID |
(package private) long |
getFilePointer()
get the RandomAccessFile file pointer variable. |
int[] |
getInstanceOID()
Part of interface TableEntry returns instanceOID |
(package private) void |
setFilePointer(long filePointer)
set the RandomAccessFile file pointer variable |
void |
setInstanceOID(int[] instanceOID)
Part of interface TableEntry set the instanceOID |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileTableEntry()
| Method Detail |
|---|
public int[] getInstanceOID()
getInstanceOID in interface TableEntrypublic void setInstanceOID(int[] instanceOID)
setInstanceOID in interface TableEntryinstanceOID - The Value of the InstanceaOOD to set.public int[] computeInstanceOID()
computeInstanceOID in interface TableEntryvoid setFilePointer(long filePointer)
long getFilePointer()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||