IBM Tivoli Software IBM Tivoli Software

[ Bottom of Page | Previous Page | Next Page | Contents | Index ]


enumerateInstances

Supported:
YES
Syntax
public java.util.Enumeration enumerateInstances (M12ClassPath classPath,
java.lang.String mappingString,
ParameterSet parms)
throws M12Exception
Parameters
classPath
The M12ClassPath identifying the class whose instances have to be enumerated.
mappingString
Any string that has been specified in the M12_Instrumentation qualifier for the ENUM operation type for this class.
parms
A ParameterSet object filled by the client with parameters for ILT.
Description
Returns all M12ObjectIdentity objects that identify all the instances belonging to the class specified in the classPath.
Returns
Enumeration of instances identity (M12ObjectIdentity).
Exceptions Thrown
M12Exception

[ Top of Page | Previous Page | Next Page | Contents | Index ]