Chapter 33 Creating Service Components
To refresh the component implementation after it has been loaded, select the component icon, and choose File | Refresh.
Components that are installed as Jaguar services are not refreshed when you refresh the package or server in which they are installed. To refresh a service component, you must select the component icon and choose File | Refresh.
For refresh, Jaguar reloads component instances as follows:
After refresh, a new instance is guaranteed not to start before previous instances have ceased running. Consequently, a service component can not be refreshed unless the run() method returns. See "Implement GenericService interface methods" for code examples that show how to coordinate the logic in the stop() and run() methods.
Copyright © 2000 Sybase, Inc. All rights reserved. |