org.omg.CosTradingRepos.ServiceTypeRepositoryPackage

Class IncarnationNumber

Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class IncarnationNumber
extends java.lang.Object
implements IDLEntity

Generated from IDL definition of struct "IncarnationNumber"

Author:
JacORB IDL compiler

Field Summary

int
high
int
low

Constructor Summary

IncarnationNumber()
IncarnationNumber(int high, int low)

Field Details

high

public int high


low

public int low

Constructor Details

IncarnationNumber

public IncarnationNumber()


IncarnationNumber

public IncarnationNumber(int high,
                         int low)