psdi.app.po

Class BudgetService

    • Constructor Detail

      • BudgetService

        public BudgetService(MXServer mxServer)
                      throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • destroy

        public void destroy()
        Description copied from interface: Service
        Release system resources. The object should release all system resources. This will be called only once and is called to prepare the object for finalization.
        Specified by:
        destroy in interface Service
        Overrides:
        destroy in class AppService
        See Also:
        Service
      • restart

        public void restart()
                     throws java.rmi.RemoteException
        Description copied from class: AppService
        Indicates that the Service should reload any cached information.
        Specified by:
        restart in interface ServiceRemote
        Overrides:
        restart in class AppService
        Throws:
        java.rmi.RemoteException