@Beta public final class PiTableEntryHandle extends PiHandle<PiTableEntry>
Modifier and Type | Method and Description |
---|---|
PiEntityType |
entityType()
Returns the type of entity identified by this handle.
|
boolean |
equals(Object obj) |
int |
hashCode() |
static PiTableEntryHandle |
of(DeviceId deviceId,
PiTableEntry entry)
Creates a new handle for the given PI table entry and device ID.
|
static PiTableEntryHandle |
of(DeviceId deviceId,
PiTableId tableId,
PiMatchKey matchKey)
Creates a new handle for the given device ID, PI table ID, and match
key.
|
String |
toString() |
public static PiTableEntryHandle of(DeviceId deviceId, PiTableId tableId, PiMatchKey matchKey)
deviceId
- device IDtableId
- table IDmatchKey
- match keypublic static PiTableEntryHandle of(DeviceId deviceId, PiTableEntry entry)
deviceId
- device IDentry
- PI table entrypublic PiEntityType entityType()
PiHandle
entityType
in class PiHandle<PiTableEntry>
public int hashCode()
hashCode
in class PiHandle<PiTableEntry>
public boolean equals(Object obj)
equals
in class PiHandle<PiTableEntry>
public String toString()
toString
in class PiHandle<PiTableEntry>