About   |   Contact   |   Impressum  

Consultancy Services

Administration

Automation

Capacity

Customisation

Development

Education

Implementation

Installation

Migration

Performance

Problem

Programming

Web

Contact

Glossary

News

A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  

O

object
(1) A collection of data and methods that operate on that data, which together represent a logical entity in the system. In object-oriented programming, objects are grouped into classes which share common definitions and methods.

(2) An instance of an object class consisting of attributes, a data structure and operational methods. It could represent a person, thing, event or even a concept. Each instance of the object has the same attributes, methods and properties as other instances, but the values assigned to its attributes are unique.

(3) In the context of CICSPlex SM; an object is a file, program, region, task, transaction etc.

(4) In the context of MQSeries; an object is a channel, queue, queue manager etc.

Top

Object Management Group (OMG)
A consortium of vendors that defines standards pertaining to object-oriented distributed systems. The OMG is responsible for defining CORBA.

Top

object-oriented programming
A programming approach based on the concept of data abstraction and inheritance. In contrast to procedural programming languages, object-oriented programming concentrates on those data objects that constitute the problem and how the objects are manipulated and not on how something is accomplished.

Top

Object Request Broker (ORB)
A CORBA term designating the means by which objects transparently make requests and receive responses from other objects.

Top

Online Transaction Processing (OLTP)
OLTP software is capable of supporting a network of many terminals, enabling real-time, online access to applications and data. IBM's CICS is an OLTP software product.

Top