setProcessName
The setProcessName method sets the name of the process that will contain the IDL object. This can only be called before making the createObject call. Once the object is created, the process name cannot be reset and calling this method after createObject has no effect.
Syntax
public void setProcessName(String sProcess)
Arguments
sProcess
A string containing the name of the process that will contain the IDL object.