Package | Description |
---|---|
com.ibm.as400.access |
Provides classes that represent various IBM i data and resources.
|
Modifier and Type | Method | Description |
---|---|---|
void |
SpooledFile.answerMessage(String reply) |
Replies to the message that caused the spooled file to wait.
|
void |
OutputQueue.clear(PrintParameterList clearOptions) |
Clears the output queue on the system.
|
SpooledFile |
SpooledFile.copy() |
Creates a copy of the spooled file this (SpooledFile) object represents.
|
SpooledFile |
SpooledFile.copy(OutputQueue outputQueue) |
Creates a copy of the spooled file this object represents.
|
void |
WriterJob.end(String endType) |
Ends a writer on the system.
|
PrintObjectInputStream |
SpooledFile.getAFPInputStream() |
Returns an input stream that can be used to read the contents of an
AFP spooled file.
|
Float |
PrintObject.getFloatAttribute(int attributeID) |
Returns an attribute of the object that is a Float type attribute.
|
PrintObjectInputStream |
SpooledFile.getInputACIFMergedStream(boolean acifB) |
Deprecated.
Use getAFPInputStream() instead.
|
PrintObjectInputStream |
AFPResource.getInputStream() |
Returns an input stream that can be used to read the contents of the
AFP resource.
|
PrintObjectInputStream |
SpooledFile.getInputStream() |
Returns an input stream that can be used to read the contents of the
spooled file.
|
PrintObjectInputStream |
SpooledFile.getInputStream(PrintParameterList ppl) |
Returns an input stream that can be used to read the contents of the
spooled file.
|
Integer |
PrintObject.getIntegerAttribute(int attributeID) |
Returns an attribute of the object that is a Integer type attribute.
|
Enumeration |
UserGroup.getMembers() |
Returns the list of users that are members of this group.
|
Enumeration |
ObjectList.getObjects() |
Returns the list of objects in the object list.
|
PrintObjectPageInputStream |
SpooledFile.getPageInputStream(PrintParameterList pageStreamOptions) |
Returns a page input stream that can be used to read the contents of the
spooled file, one page at a time.
|
Float |
PrintObject.getSingleFloatAttribute(int attributeID) |
Returns an attribute of the object that is a Float type attribute.
|
Integer |
PrintObject.getSingleIntegerAttribute(int attributeID) |
Returns an attribute of the object that is a Integer type attribute.
|
String |
PrintObject.getSingleStringAttribute(int attributeID) |
Returns an attribute of the object that is a String type attribute.
|
String |
PrintObject.getStringAttribute(int attributeID) |
Returns an attribute of the object that is a String type attribute.
|
PrintObjectTransformedInputStream |
SpooledFile.getTransformedInputStream(PrintParameterList transformOptions) |
Returns a transformed input stream that can be used to read the contents of the
spooled file.
|
Enumeration<User> |
UserList.getUsers() |
Returns the list of users in the user list.
|
Object |
SystemValue.getValue() |
Returns the current value of this system value.
|
void |
OutputQueue.hold() |
Holds the output queue on the system.
|
void |
SpooledFile.hold(String holdType) |
Holds the spooled file.
|
boolean |
PrintObjectList.isCompleted() |
Checks if a list that was opened asynchronously has completed.
|
static Subsystem[] |
Subsystem.listAllSubsystems(AS400 system) |
Lists all subsystems on the system.
|
void |
SpooledFile.move(OutputQueue targetOutputQueue) |
Moves the spooled file to another output queue.
|
void |
SpooledFile.move(SpooledFile targetSpooledFile) |
Moves the spooled file to another output queue or to another
position on the same output queue.
|
void |
SpooledFile.moveToTop() |
Moves the spooled file to the first position on the output queue.
|
void |
PrintObjectList.openSynchronously() |
Builds the list synchronously.
|
void |
OutputQueue.release() |
Releases a held output queue on the system.
|
void |
SpooledFile.release() |
Releases a held spooled file on the system.
|
void |
SpooledFile.setAttributes(PrintParameterList attributes) |
Sets one or more attributes of the object.
|
void |
User.setUserExpirationDate(Date expirationDate) |
Sets the date when the user profile expires and is automatically disabled.
|
void |
User.setUserExpirationInterval(int expirationInterval) |
Sets the expiration interval (in days) before the user profile is automatically disabled.
|
void |
SystemValue.setValue(Object value) |
Sets the value for this system value.
|
void |
PrintObject.update() |
Updates the attributes of this object by going to the system and
retrieving the latest attributes for the object.
|
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.
|
Copyright © 2024. All rights reserved.