org.openorb.pss.connector.file
Class FilePID
public
class
FilePID
extends Object
implements PID
This class is a PID implementation for file persistence.
Author: Jerome Daniel
Constructor Summary |
| FilePID(long catalog, long index, ORBInitInfo info)
Constructor |
| FilePID(byte[] catalog, long index, ORBInitInfo info)
Constructor |
| FilePID(byte[] catalog, byte[] index)
Constructor |
| FilePID(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. |
public FilePID(long catalog, long index, ORBInitInfo info)
Constructor
public FilePID(byte[] catalog, long index, ORBInitInfo info)
Constructor
public FilePID(byte[] catalog, byte[] index)
Constructor
public FilePID(byte[] pid, ORBInitInfo info)
Constructor
public byte[] catalog_value()
This operations return the CATALOG PID value.
public String catalog_value_str()
This operations return the CATALOG PID value as a string.
public boolean is_same(byte[] value)
Return TRUE if the parameter has the same pid value
public boolean is_same(
PID pid)
Return TRUE if the parameter has the same pid value
public boolean is_same_catalog(byte[] value)
Return TRUE if the parameter has the same catalog pid value
public boolean is_same_short(byte[] value)
Return TRUE if the parameter has the same short pid value
public byte[] short_value()
This operation returns the SHORT PID value.
public String short_value_str()
This operation returns the SHORT PID value as a string.
public byte[] value()
This operation returns the PID value.
public String value_str()
This operation returns the PID value as a string.