psdi.app.system

Class Dummy_TableSet

    • Constructor Detail

      • Dummy_TableSet

        public Dummy_TableSet(MboServerInterface ms)
                       throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • init

        public void init()
                  throws MXException,
                         java.rmi.RemoteException
        Description copied from class: MboSet
        Programmer can provide any intialization in here. Do not do anything too expensive, as this will slow down the creation of the object. Note that the parent and locale information may not have been set prior to the init() being called. If you wish to do soem processing based on the parent object, override the setOwner() method.
        Overrides:
        init in class MboSet
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        MboSet.setOwner(MboRemote)