69 lines
4.9 KiB
HTML
69 lines
4.9 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html lang="en-us" xml:lang="en-us">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="security" content="public" />
|
|
<meta name="Robots" content="index,follow" />
|
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
|
<meta name="DC.Type" content="concept" />
|
|
<meta name="DC.Title" content="Objects" />
|
|
<meta name="abstract" content="Everything on the system that can be worked with is considered an object. Objects provide a common interface for working with system components. This topic discusses the different kinds of objects and how to work with them." />
|
|
<meta name="description" content="Everything on the system that can be worked with is considered an object. Objects provide a common interface for working with system components. This topic discusses the different kinds of objects and how to work with them." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzal2reference.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzal2commands.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzal2files.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../rbam6/rbam6objects.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../rbam6/rbam6onos400obj.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 1998, 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1998, 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rzal2objects" />
|
|
<meta name="DC.Language" content="en-us" />
|
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
|
<!-- US Government Users Restricted Rights -->
|
|
<!-- Use, duplication or disclosure restricted by -->
|
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
|
<title>Objects</title>
|
|
</head>
|
|
<body id="rzal2objects"><a name="rzal2objects"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Objects</h1>
|
|
<div><p>Everything on the system that can be worked with is considered
|
|
an object. Objects provide a common interface for working with system components.
|
|
This topic discusses the different kinds of objects and how to work with them.</p>
|
|
<p>One of the differences between iSeries™ servers and other servers is
|
|
the concept of objects. Anything that you can change in the operating system
|
|
is a type of object. For example, data files, programs, libraries, queues,
|
|
user profiles, and device descriptions are all types of objects. By treating
|
|
everything as an object, the operating system can provide all of these items
|
|
with an interface that defines what actions users can perform, and how the
|
|
operating system needs to treat the encapsulated data. Additionally, this
|
|
interface allows for standardized commands across very different system elements;
|
|
the commands for working with user profiles and data files are similar.</p>
|
|
<p>One important type of object is the library. Libraries are essentially
|
|
containers, or organizational structures for other objects, and you can use
|
|
them to reference other objects on your system. Libraries may contain many
|
|
objects, and may be associated with a specific user profile or application.
|
|
The only library that may contain other libraries is called QSYS. It contains
|
|
all other libraries on the system.</p>
|
|
<p>There are many different types of objects in the operating
|
|
system. Finding objects and performing actions on them are basic functions
|
|
of system operations.</p>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzal2reference.htm" title="Learn about the essential components of the iSeries server, including the basics of work management, how to interact with the operating system, and system maintenance.">i5/OS concepts</a></div>
|
|
</div>
|
|
<div class="relconcepts"><strong>Related concepts</strong><br />
|
|
<div><a href="rzal2commands.htm" title="i5/OS uses control language (CL) commands to interpret instructions from users. Learn the basic rules for using CL, and how to get detailed help for any CL command.">i5/OS commands</a></div>
|
|
<div><a href="rzal2files.htm" title="Files and file systems present information about database file management, spooled files, tape files, and the integrated file system capabilities of the IBM iSeries server.">Files and file systems</a></div>
|
|
<div><a href="../rbam6/rbam6objects.htm">i5/OS objects</a></div>
|
|
<div><a href="../rbam6/rbam6onos400obj.htm">Commands operating on i5/OS objects</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |