Skip to content

ZosChangeManInstances

The ZosChangeManInstances object is a collection of all ChangeMan ZMF folders for a server. This object is obtained using the ChangeManInstances property of the ZosServer object.

ZosChangeManInstances Properties

ZosChangeManInstances exposes the following properties:

Property Type R/W Description
Item (varIndex) Object (IZosChangeManInstance) R Folder with specified name or index.
Count Integer (long) R Number of objects in collection.

...

ZosChangeManInstances Methods

ZosChangeManInstances exposes the following methods:

Add Method

Adds a new ChangeMan ZMF instance folder.

Add ( 
    strName, 
    nPort,  
    strDescription  
    )

Returns

Object (IZosChangeManInstance) 

Refresh Method

Refreshes collection.

Refresh ()

Remove Method

Deletes a ChangeMan ZMF instance folder.

Remove (
    strName
    ) 

...

Back to top