Package | Description |
---|---|
com.ibm.as400.access |
Provides classes that represent various IBM i data and resources.
|
com.ibm.as400.security.auth |
Provides user profile swapping using IBM i profile token and credential
classes.
|
com.ibm.as400.vaccess |
Deprecated Provides classes that graphically present IBM i data to the
user.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Permission.commit() |
Commits the permission changes to the system.
|
void |
SystemPool.commitCache() |
Commits any cached system pool information changes to the system.
|
void |
NLSTableDownload.connect() |
connect to the previously set server.
|
char[] |
NLSTableDownload.download(int fromCCSID,
int toCCSID,
boolean doubleByteFrom) |
|
char[] |
NLSTableDownload.download(int fromCCSID,
int toCCSID,
int fromType) |
Download table
|
Permission |
IFSFile.getPermission() |
Returns the permission of the object.
|
boolean |
PrintObjectList.isCompleted() |
Checks if a list that was opened asynchronously has completed.
|
void |
PrintObjectList.openSynchronously() |
Builds the list synchronously.
|
Record[] |
KeyedFile.readAll() |
Reads all the records in the file.
|
void |
JavaProgram.refresh() |
Refreshes all the values for this PTF by retrieving them from the system.
|
boolean |
JavaApplicationCall.run() |
Run the Java application.
|
void |
SystemPool.setActivityLevel(int value) |
Sets the activity level for the pool.
|
void |
SystemPool.setFaults(float minValue,
float perValue,
float maxValue) |
Sets the minimum faults-per-second guideline, the faults per second for each active thread,
and the maximum faults-per-second guideline for this storage pool.
|
void |
SystemPool.setMaximumFaults(float value) |
Sets the maximum faults-per-second guideline to use for this storage
pool.
|
void |
SystemPool.setMaximumPoolSize(float value) |
Sets the maximum amount of storage to allocate to this storage pool
(as a percentage of total main storage).
|
void |
SystemPool.setMessageLogging(boolean log) |
Sets the value indicating whether messages reporting that a change was
made are written to the current job's job log and to the QHST message
log.
|
void |
SystemPool.setMinAndMaxPoolSize(float minValue,
float maxValue) |
Sets the minimum and maximum amount of storage to allocate to this storage pool
(as a percentage of total main storage).
|
void |
SystemPool.setMinimumFaults(float value) |
Sets the minimum faults-per-second guideline to use for this storage
pool.
|
void |
SystemPool.setMinimumPoolSize(float value) |
Sets the minimum amount of storage to allocate to this storage pool
(as a percentage of total main storage).
|
void |
SystemPool.setPagingOption(String value) |
Sets the value indicating whether the system dynamically adjust the
paging characteristics of the storage pool for optimum performance.
|
void |
IFSFile.setPermission(Permission permission) |
Sets the permission of the object.
|
void |
SystemPool.setPerThreadFaults(float value) |
Sets the faults per second for each active thread in this storage
pool.
|
void |
SystemPool.setPoolActivityLevel(int value) |
Deprecated.
Use setActivityLevel() instead.
|
void |
SystemPool.setPoolSize(int value) |
Deprecated.
Use setSize() instead.
|
void |
SystemPool.setPriority(int value) |
Sets the priority of this pool relative the priority of the other
storage pools.
|
void |
SystemPool.setSize(int value) |
Sets the size of the system pool in kilobytes, where one kilobyte is
1024 bytes.
|
void |
SystemPool.setSizeLong(long value) |
Sets the size of the system pool in kilobytes, where one kilobyte is
1024 bytes.
|
void |
PrintObjectList.waitForItem(int itemNumber) |
Blocks until the number of requested items are done being built.
|
void |
PrintObjectList.waitForListToComplete() |
Blocks until the list is done being built.
|
Constructor | Description |
---|---|
Permission(AS400 as400,
String fileName) |
Constructs a Permission object.
|
Permission(AS400 as400,
String fileName,
boolean pathMayStartWithIASP) |
Constructs a Permission object.
|
Permission(AS400 as400,
String fileName,
boolean pathMayStartWithIASP,
boolean followLinks) |
Constructs a Permission object.
|
Permission(IFSFile file) |
Constructs a Permission object.
|
Permission(IFSFile file,
boolean pathMayStartWithIASP) |
Constructs a Permission object.
|
Permission(IFSFile file,
boolean pathMayStartWithIASP,
boolean followLinks) |
Constructs a Permission object.
|
Modifier and Type | Method | Description |
---|---|---|
User |
AS400Principal.getUser() |
Returns an IBM i system User object based on the
user profile name and
system associated with
the principal.
|
Constructor | Description |
---|---|
VSystemStatus() |
Deprecated.
Constructs a VSystemStatus object.
|
VSystemStatus(AS400 system) |
Deprecated.
Constructs a VSystemStatus object.
|
VSystemStatus(SystemStatus systemStatus) |
Deprecated.
Constructs a VSystemStatus object.
|
VSystemStatus(VNode parent,
AS400 system) |
Deprecated.
Constructs a VSystemStatus object.
|
Copyright © 2024. All rights reserved.