org.openorb.pss.connector.memory
Class PIDFactory
java.lang.Object
org.openorb.pss.connector.memory.PIDFactory
public class PIDFactory
- extends java.lang.Object
This class provides static operation to manage PID.
- Author:
- Jerome Daniel
Field Summary |
static org.omg.PortableInterceptor.ORBInitInfo |
info
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
info
public static org.omg.PortableInterceptor.ORBInitInfo info
PIDFactory
public PIDFactory()
pid_to_catalog_pid
public static byte[] pid_to_catalog_pid(byte[] pid,
org.omg.PortableInterceptor.ORBInitInfo oii)
- This operation returns a catalog pid from a pid
pid_to_short_pid
public static byte[] pid_to_short_pid(byte[] pid)
- This operation returns a short pid from a pid
short_pid_to_pid
public static PID short_pid_to_pid(byte[] short_pid,
PID home_pid)
pid_byte_to_pid
public static PID pid_byte_to_pid(byte[] pid)
getFreeID
public static long getFreeID()