Sun Microsystems 5.1.3 Using the select Method, To call a method in the Collaboration Editor Java

Models: 5.1.3

1 115
Download 115 pages 35.71 Kb
Page 50
Image 50

Chapter 5

Section 5.2

Using VSAM OTDs

Using Tables

5.2.1Using the select Method

The select method returns result sets according to a group of predefined defaults. However, you can change these defaults, if desired. In using the select method, you can specify the following types of result sets:

ƒTYPE_FORWARD_ONLY

ƒTYPE_SCROLL_INSENSITIVE

ƒTYPE_SCROLL_SENSITIVE

You can also specify the following result sets with a type of concurrency:

ƒCONCUR_READ_ONLY

ƒCONCUR_UPDATABLE

To perform an update, insert or delete operation, the type of the result set returned by the select method must be CONCUR_UPDATABLE.

Instead of specifying the type of result set and concurrency in the select method, you can also use the following methods:

ƒsetConcurrencytoUpdatable

ƒsetConcurrentlytoReadOnly

ƒsetScrollTypetoForwardOnly

ƒsetScrollTypetoScrollSensitive

ƒsetScrollTypetoInsensitive

Note: Because of driver limitations, before you can do any modifications (insert, update, or delete) to a table, the table must be under CICS control on the mainframe.

To call a method in the Collaboration Editor (Java)

1Open the eGate Enterprise Designer’s Collaboration Editor (Java) for the desired Collaboration Definition.

2In the editor, navigate to the Business Rules Designer.

3Right-click on the desired node (right or left pane) where you want to call the method.

A pop-up Method selection menu appears, showing the methods available for the node.

4Select the desired method.

A Method box appears in the center pane of the Business Rules Designer. This box represents the chosen method.

Note: Using the commit method is optional for all update operations because the Collaboration automatically commits the current transaction when it is done.

VSAM eWay Adapter User’s Guide

50

Sun Microsystems, Inc.

Page 50
Image 50
Sun Microsystems 5.1.3 manual Using the select Method, To call a method in the Collaboration Editor Java

5.1.3 specifications

Sun Microsystems 5.1.3 represents a significant version in the evolution of Sun's software products, particularly in the area of network operating systems and development tools. Released during a time when Sun was a leading enterprise in the field of computing, 5.1.3 brought a host of new features, enhancements, and technologies that catered to the demands of users looking for robust and reliable IT infrastructure.

One of the defining characteristics of Sun Microsystems 5.1.3 was its enhanced scalability. The operating system was designed to handle large amounts of data processing and support numerous simultaneous users. This feature made it particularly attractive for businesses operating in resource-intensive environments such as finance, telecommunications, and large-scale enterprise applications.

A significant focus for 5.1.3 was its improved networking capabilities. The release integrated advanced networking protocols, allowing for better interoperability between systems. This feature enabled seamless communication across diverse hardware platforms, thus enhancing productivity and collaboration among users.

In terms of software development, Sun Microsystems 5.1.3 included an updated toolset that made application development more accessible. Its support for various programming languages, including C, C++, and Java, facilitated a versatile development environment. The included Sun C/C++ Compiler was particularly noteworthy, providing developers with optimized performance and debugging features.

Security features were also a priority in 5.1.3, addressing growing concerns over data protection and system vulnerabilities. The system implemented advanced user authentication, role-based access controls, and encrypted communications, thereby bolstering the integrity of user data and enhancing overall system security.

Additionally, Sun Microsystems 5.1.3 incorporated reliable file system technologies like the Sun File System (UFS), which offered improved performance and data integrity. This file system was particularly effective for enterprises that required high availability and data protection due to its robust recovery options.

Overall, Sun Microsystems 5.1.3 showcased a blend of advanced technologies, user-oriented features, and robust performance characteristics that positioned it as a compelling choice for enterprises seeking reliable and efficient computing solutions. It illustrated Sun's continuous commitment to innovation, ensuring users were equipped with the cutting-edge tools necessary to thrive in an increasingly digital world.