com.adventnet.adaptors.tl1
Class Tl1CommIfcTable
java.lang.Object
|
+--com.adventnet.adaptors.tl1.Tl1CommIfcTable
- public class Tl1CommIfcTable
- extends java.lang.Object
Handles all requests under
tl1CommIfcTable group
| Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
server
MBeanServer server
Tl1CommIfcTable
public Tl1CommIfcTable(TL1Adaptor tl1Adaptor)
getIndexNames
public java.lang.String[] getIndexNames()
- To get the index column names of the table
setHashtable
public void setHashtable(java.util.Hashtable table)
getHashtable
public java.util.Hashtable getHashtable()
setTableVector
public void setTableVector(java.util.Vector vec)
getTableVector
public java.util.Vector getTableVector()
createNewRow
public void createNewRow(int index,
int ifcType,
java.lang.String description)
getTl1CommIfcTable
public TabularData getTl1CommIfcTable()
setTl1CommIfcTable
public void setTl1CommIfcTable(TabularData data)
throws java.lang.Exception