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.
-
className
- class name of stored the object
-
createTime
- creation time
-
hostname
- hostname
-
major_version
- major version number of the class
-
minor_version
- minor version number of the class
-
reserve1
- reserved
-
url
- foffile URL
-
username
- user name
-
FofInfo()
-
-
FofInfo(IOCI, String, Object)
-
-
list(PrintStream)
-
className
public String className
- class name of stored the object
major_version
public short major_version
- major version number of the class
minor_version
public short minor_version
- minor version number of the class
url
public String url
- foffile URL
createTime
public long createTime
- creation time
hostname
public String hostname
- hostname
username
public String username
- user name
reserve1
public int reserve1
- reserved
FofInfo
public FofInfo()
FofInfo
public FofInfo(IOCI ioci,
String url,
Object o)
list
public void list(PrintStream ps)
- Overrides:
- list in class IOCIInfo
All Packages Class Hierarchy This Package Previous Next Index