Package rasj.odmg

Class RasODMGImplementation

  • All Implemented Interfaces:
    Implementation, RasCommDefs, RasImplementationInterface

    public class RasODMGImplementation
    extends java.lang.Object
    implements RasImplementationInterface, RasCommDefs
    This class implements the internal ODMG Bootstrap Object used by the rasj.odmg package. Because it contains a lot of functionality for internal purposes (e.g. methods for the RasManager), this class is not the official Implementation object the user works with, it is only used by the rasj.odmg package.

    The public Implementation object is the class rasj.RasImplementation, which internally works with a RasODMGImplementation object.

    See Also:
    RasImplementation