Class horb.orb.FofInfo
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class horb.orb.FofInfo

java.lang.Object
   |
   +----horb.orb.IOCIInfo
           |
           +----horb.orb.FofInfo

public class FofInfo
extends IOCIInfo
Information about Foffile (freezed object file). Every foffile (*.fof) has this FofInfo as a header.

Variable Index

 o className
class name of stored the object
 o createTime
creation time
 o hostname
hostname
 o major_version
major version number of the class
 o minor_version
minor version number of the class
 o reserve1
reserved
 o url
foffile URL
 o username
user name

Constructor Index

 o FofInfo()
 o FofInfo(IOCI, String, Object)

Method Index

 o list(PrintStream)

Variables

 o className
  public String className
class name of stored the object
 o major_version
  public short major_version
major version number of the class
 o minor_version
  public short minor_version
minor version number of the class
 o url
  public String url
foffile URL
 o createTime
  public long createTime
creation time
 o hostname
  public String hostname
hostname
 o username
  public String username
user name
 o reserve1
  public int reserve1
reserved

Constructors

 o FofInfo
  public FofInfo()
 o FofInfo
  public FofInfo(IOCI ioci,
                 String url,
                 Object o)

Methods

 o list
  public void list(PrintStream ps)
Overrides:
list in class IOCIInfo

All Packages  Class Hierarchy  This Package  Previous  Next  Index