public class ILProcedureFactory
extends java.lang.Object
Constructor and Description |
---|
ILProcedureFactory() |
Modifier and Type | Method and Description |
---|---|
ILProcedure |
create(java.lang.String moduleName,
java.lang.String procedureName,
byte[][] parmlist,
java.lang.String buildCorrelator,
java.lang.String buildDate,
ILProcedureTestStub testStub)
Creates an ILProcedure instance based on the specified input parameters.
|
static ILProcedureFactory |
getFactory()
Returns the factory instance singleton for use in creating ILProcedure
objects.
|
public static ILProcedureFactory getFactory()
public ILProcedure create(java.lang.String moduleName, java.lang.String procedureName, byte[][] parmlist, java.lang.String buildCorrelator, java.lang.String buildDate, ILProcedureTestStub testStub)
moduleName
- specifies the module name for this ILProcedure.procedureName
- specifies the procedure name for this ILProcedure.parmlist
- specifies the optional parameter list for this ILProcedure
or null.buildCorrelator
- specifies the build correlator string for this
ILProcedure or null. This is typically used for generated ILProcedures.buildDate
- specifies the build date string for this ILProcedure or
null. This is typically used for generated ILProcedures.testStub
- specifies the optional local (non-z/OS) test stub for this
ILProcedure or null.