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


Field Summary
(package private)  MBeanServer server
           
 
Constructor Summary
Tl1CommIfcTable(TL1Adaptor tl1Adaptor)
           
 
Method Summary
 void createNewRow(int index, int ifcType, java.lang.String description)
           
 java.util.Hashtable getHashtable()
           
 java.lang.String[] getIndexNames()
          To get the index column names of the table
 java.util.Vector getTableVector()
           
 TabularData getTl1CommIfcTable()
           
 void setHashtable(java.util.Hashtable table)
           
 void setTableVector(java.util.Vector vec)
           
 void setTl1CommIfcTable(TabularData data)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

server

MBeanServer server
Constructor Detail

Tl1CommIfcTable

public Tl1CommIfcTable(TL1Adaptor tl1Adaptor)
Method Detail

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