org.openorb.pss.connector.database
Class DatabaseEntry

java.lang.Object
  extended by org.openorb.pss.connector.database.DatabaseEntry

public class DatabaseEntry
extends java.lang.Object

This class is used by the cache to store temporary data.

Author:
Jerome Daniel

Field Summary
 PID home_pid
           
 org.omg.CORBA.portable.OutputStream[] output
           
 PID type_pid
           
 
Constructor Summary
DatabaseEntry()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

home_pid

public PID home_pid

type_pid

public PID type_pid

output

public org.omg.CORBA.portable.OutputStream[] output
Constructor Detail

DatabaseEntry

public DatabaseEntry()