![]() |
Copyright © Cloud Software Group, Inc. All Rights Reserved |
1. Examine the samples of AMI code included with the TIBCO Hawk distribution to see how these requirements are carried out in code.
3. When you are ready to create an interface to your application, consider what data and methods is to be accessed or changed through the application’s management interface:
4. For each of these methods, decide what arguments it will use and what results it will return. If a method uses arguments, consider what course to take if a default argument is supplied.
5. Using the collected information for each method, create an outline detailing the message structure to be returned to describe these methods to a manager.
8. Write methods that respond to method invocation messages from the manager. In creating each message, use an outline as you did with the describe method message, to lay out what information the message will include.
![]() |
Copyright © Cloud Software Group, Inc. All Rights Reserved |