Package | Description |
---|---|
com.ibm.as400.access |
Provides classes that represent various IBM i data and resources.
|
Modifier and Type | Method | Description |
---|---|---|
static Subsystem[] |
Subsystem.listAllSubsystems(AS400 system) |
Lists all subsystems on the system.
|
Constructor | Description |
---|---|
SystemPool(Subsystem subsystem,
int sequenceNumber) |
Constructs a SystemPool object, to represent a subsystem (non-shared) pool.
|
SystemPool(Subsystem subsystem,
int sequenceNumber,
int size,
int activityLevel) |
Constructs a SystemPool object, to represent a subsystem (non-shared) pool.
|
SystemPool(Subsystem subsystem,
int sequenceNumber,
long size,
int activityLevel) |
Constructs a SystemPool object, to represent a subsystem (non-shared) pool.
|
Copyright © 2024. All rights reserved.