[ Bottom of Page | Previous Page | Next Page | Contents | Index ]
- Supported:
- NO
- Syntax
-
public void create (M12ObjectIdentity targetInstance,
java.lang.String mappingString,
ParameterSet parms)
throws M12Exception
- Parameters
-
- targetInstance
- M12ObjectIdentity that identifies the instance of the resource to be
created.
- mappingString
- Any string that has been specified in the M12_Instrumentation qualifier
for the CREATE operation type for the class whose instance to be created will
belong to.
- parms
- A ParameterSet object filled by the client with parameters for the ILT.
- Description
- Creates an instance of the resource that will be identified by the specified
targetInstance.
- Returns
- void
- Exceptions Thrown
- M12Exception
[ Top of Page | Previous Page | Next Page | Contents | Index ]