public class PSBFactory
extends java.lang.Object
PSB
objects.
PSB
objects are used to obtain a handle to a particular
PCB
. The PCB
is then used to access the database
represented by the PCB
. PSB psb = PSBFactory.createPSB(imsConnectionSpec);
PCB
,
PSB.getPCB(String)
,
IMSConnectionSpec
Constructor and Description |
---|
PSBFactory() |
Modifier and Type | Method and Description |
---|---|
static PSB |
createPSB(IMSConnectionSpec imsConnSpec)
Creates a
PSB object that contains a collection of database
PCB objects. |
public static PSB createPSB(IMSConnectionSpec imsConnSpec) throws DLIException
PSB
object that contains a collection of database
PCB
objects.imsConnSpec
- the IMSConnectionSpec
containing the connection
propertiesPSB
objectDLIException
- if an error occurs during processingjava.lang.CloneNotSupportedException
IMSConnectionSpec