|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openorb.pss.connector.memory.MemoryPID
public class MemoryPID
This class is a PID implementation for memory persistence.
Constructor Summary | |
---|---|
MemoryPID(byte[] catalog,
byte[] index)
Constructor |
|
MemoryPID(byte[] catalog,
long index,
org.omg.PortableInterceptor.ORBInitInfo info)
Constructor |
|
MemoryPID(byte[] pid,
org.omg.PortableInterceptor.ORBInitInfo info)
Constructor |
|
MemoryPID(long catalog,
long index,
org.omg.PortableInterceptor.ORBInitInfo info)
Constructor |
Method Summary | |
---|---|
java.lang.String |
catalog_value_str()
This operations return the CATALOG PID value as a string. |
byte[] |
catalog_value()
This operations return the CATALOG 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 |
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 |
java.lang.String |
short_value_str()
This operation returns the SHORT PID value as a string. |
byte[] |
short_value()
This operation returns the SHORT PID value. |
java.lang.String |
value_str()
This operation returns the PID value as a string. |
byte[] |
value()
This operation returns the PID value. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MemoryPID(long catalog, long index, org.omg.PortableInterceptor.ORBInitInfo info)
public MemoryPID(byte[] catalog, long index, org.omg.PortableInterceptor.ORBInitInfo info)
public MemoryPID(byte[] catalog, byte[] index)
public MemoryPID(byte[] pid, org.omg.PortableInterceptor.ORBInitInfo info)
Method Detail |
---|
public byte[] value()
value
in interface PID
public byte[] short_value()
short_value
in interface PID
public byte[] catalog_value()
catalog_value
in interface PID
public boolean is_same(byte[] value)
is_same
in interface PID
public boolean is_same_short(byte[] value)
is_same_short
in interface PID
public boolean is_same_catalog(byte[] value)
is_same_catalog
in interface PID
public java.lang.String value_str()
value_str
in interface PID
public java.lang.String short_value_str()
short_value_str
in interface PID
public java.lang.String catalog_value_str()
catalog_value_str
in interface PID
public boolean is_same(PID pid)
is_same
in interface PID
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |