1. Sequence Diagram Screenshot 1
The screenshot below shows the following features of the sequence diagram:
1. The runtime interactions between the concrete Java classes for a login use case.
2. That you can explore the sequence diagram by expanding and collapsing the calls.
3. The 'Properties view' below the sequence diagram showing the context of the selected call.
The call context includes:
a) The call parameters and return value.
b) The state of the called object when the method is invoked.
c) The response time of the call in milliseconds.
Sequence Diagram Screenshot 2
The screenshot below shows the following features of the sequence diagram:
1. The sequence diagram 'Outline View' shows all packages, classes and calls in the use case.
2. When mouse is hovered over a call, the call context shows in a popup.
3. MaintainJ captures the actual runtime SQL sent to the database regardless
of the JDBC framework used by the application.