Book Image

Domino 7 Application Development

Book Image

Domino 7 Application Development

Overview of this book

Written by Lotus insiders, the book provides a practical guide to developing applications making use of the important features and enhancements introduced in Notes/Domino 7. These experienced experts use their own experiences to map out the benefits you could gain, and the dangers you may face, as you develop Domino applications in your business. Written by specific experts, edited and overseen by Lotus content generator Dick McCarrick, this book is the definitive guide to developing Domino 7 applications. TECHNOLOGY Domino is an application server that can be used as a standalone web server or as the server component of IBM's Lotus Domino product which provides a powerful collaborative platform for development of customized business applications. It also provides enterprise-grade email, messaging, and scheduling capabilities.
Table of Contents (18 chapters)
Domino 7 Application Development
Credits
Foreword
About the Authors
About the Reviewer
Preface
Free Chapter
1
A Short History of Notes and Domino

Agent Profiling


Agent profiling allows developers and administrators to collect performance data for a LotusScript or Java-based agent. When programming Java-based agents, this feature is only available for Java agents edited directly within the Domino 7 Designer, not Imported Java classes.

Profiling is enabled through the Agent Properties infobox:

Agent profiling collects performance data during each subsequent iteration of the agent. This applies to both local and server-based agents. When you select an agent design note containing profiling data in the Design view, a new menu item (View Profile Results) appears at the bottom of the Agent menu:

Selecting this option displays a Performance document, which details the performance of various calls from within the agent. The following information is detailed in the Performance document:

  • Class indicates the object class of the object invoked.

  • Method indicates the member method invoked from the object variable.

  • Operation is Get or Set where appropriate...