|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--planetj.database.PhysicalTable
Contains information about the phyisical location of a table (as opposed to the "logical" information stored by the Table class)
Method Summary | |
byte[] |
getIPAddress()
Gets the IP address of the system containing this ITable |
String |
getKey()
Gets the key with which this PhysicalTableInfo object is stored in the Map |
long |
getLastUpdated()
Gets when this table was last updated via the DataEngine. |
String |
getLibraryName()
Gets the name of the library which contains this ITable |
String |
getName()
Gets the name of this ITable |
static PhysicalTable |
getPhysicalTable(Table pTable)
Gets the PhysicalTable object which corresponds to the given table |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public byte[] getIPAddress()
ITable
getIPAddress
in interface ITable
public String getKey()
public long getLastUpdated()
public String getLibraryName()
ITable
getLibraryName
in interface ITable
public String getName()
ITable
getName
in interface ITable
public static PhysicalTable getPhysicalTable(Table pTable)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |