planetj.database
Interface ITable

All Superinterfaces:
Serializable
All Known Implementing Classes:
PhysicalTable, Table

public interface ITable
extends Serializable

Information contained by both logical and physical tables


Method Summary
 byte[] getIPAddress()
          Gets the IP address of the system containing this ITable
 String getLibraryName()
          Gets the name of the library which contains this ITable
 String getName()
          Gets the name of this ITable
 

Method Detail

getIPAddress

public byte[] getIPAddress()
Gets the IP address of the system containing this ITable


getLibraryName

public String getLibraryName()
Gets the name of the library which contains this ITable


getName

public String getName()
Gets the name of this ITable