org.openorb.pss.connector.memory
public class MemoryPID extends Object implements PID
Constructor Summary | |
---|---|
MemoryPID(long catalog, long index, ORBInitInfo info)
Constructor | |
MemoryPID(byte[] catalog, long index, ORBInitInfo info)
Constructor | |
MemoryPID(byte[] catalog, byte[] index)
Constructor | |
MemoryPID(byte[] pid, ORBInitInfo info)
Constructor |
Method Summary | |
---|---|
byte[] | catalog_value()
This operations return the CATALOG PID value. |
String | catalog_value_str()
This operations return the CATALOG PID value as a string. |
boolean | is_same(byte[] value)
Return TRUE if the parameter has the same pid value |
boolean | is_same(PID pid)
Return TRUE if the parameter has the same pid value |
boolean | is_same_catalog(byte[] value)
Return TRUE if the parameter has the same catalog pid value |
boolean | is_same_short(byte[] value)
Return TRUE if the parameter has the same short pid value |
byte[] | short_value()
This operation returns the SHORT PID value. |
String | short_value_str()
This operation returns the SHORT PID value as a string. |
byte[] | value()
This operation returns the PID value. |
String | value_str()
This operation returns the PID value as a string. |