Package | Description |
---|---|
com.ibm.as400.access |
Provides classes that represent various IBM i data and resources.
|
com.ibm.as400.resource |
Deprecated Provides classes that represent IBM i resources using a
generic list-based scheme.
|
Modifier and Type | Method | Description |
---|---|---|
void |
NetServerFileShare.add() |
Deprecated.
Adds the file server share to the NetServer.
|
void |
NetServerPrintShare.add() |
Deprecated.
Adds this print server share to the NetServer.
|
abstract void |
NetServerShare.add() |
Deprecated.
Adds the share to the NetServer.
|
protected void |
NetServer.commitAttributeChanges(Object[] attributeIDs,
Object[] values) |
Deprecated.
Commits the specified attribute changes.
|
protected void |
NetServerFileShare.commitAttributeChanges(Object[] attributeIDs,
Object[] values) |
Deprecated.
Commits the specified attribute changes.
|
protected void |
NetServerShare.commitAttributeChanges(Object[] attributeIDs,
Object[] values) |
Deprecated.
Commits the specified attribute changes.
|
void |
NetServer.end() |
Deprecated.
Ends the NetServer job on the IBM i system.
|
void |
NetServerSession.end() |
Deprecated.
Ends the session.
|
protected void |
NetServer.establishConnection() |
Deprecated.
Establishes the connection to the system.
|
protected void |
NetServerConnection.establishConnection() |
Deprecated.
Establishes the connection (of this object) to the system.
|
protected void |
NetServerFileShare.establishConnection() |
Deprecated.
Establishes the connection to the system.
|
protected void |
NetServerPrintShare.establishConnection() |
Deprecated.
Establishes the connection to the system.
|
protected void |
NetServerSession.establishConnection() |
Deprecated.
Establishes the connection to the system.
|
protected abstract void |
NetServerShare.establishConnection() |
Deprecated.
Establishes the connection to the system.
|
protected void |
NetServer.freezeProperties() |
Deprecated.
Freezes any property changes.
|
protected void |
NetServerConnection.freezeProperties() |
Deprecated.
Freezes any property changes.
|
protected void |
NetServerSession.freezeProperties() |
Deprecated.
Freezes any property changes.
|
protected void |
NetServerShare.freezeProperties() |
Deprecated.
Freezes any property changes.
|
Object |
NetServer.getAttributeUnchangedValue(Object attributeID) |
Deprecated.
Returns the value of an attribute, disregarding any uncommitted
changes.
|
Object |
NetServerShare.getAttributeUnchangedValue(Object attributeID) |
Deprecated.
Returns the value of an attribute, disregarding any uncommitted
changes.
|
Object |
NetServerConnection.getAttributeValue(Object attributeID) |
Deprecated.
Returns the current value of an attribute.
|
Object |
NetServerSession.getAttributeValue(Object attributeID) |
Deprecated.
Returns the current value of an attribute.
|
boolean |
NetServer.isStarted() |
Deprecated.
Indicates whether or not the NetServer job on the IBM i system is started.
|
ResourceList |
NetServerSession.listConnections() |
Deprecated.
Lists the connections currently associated with this session.
|
ResourceList |
NetServerShare.listConnections() |
Deprecated.
Lists the connections currently associated with this share.
|
ResourceList |
NetServer.listFileShares() |
Deprecated.
Lists all file server shares currently associated with the NetServer.
|
ResourceList |
NetServer.listFileShares(String shareName) |
Deprecated.
Lists file server shares currently associated with the NetServer.
|
ResourceList |
NetServer.listPrintShares() |
Deprecated.
Lists all print server shares currently associated with the NetServer.
|
ResourceList |
NetServer.listPrintShares(String shareName) |
Deprecated.
Lists print server shares currently associated with the NetServer.
|
ResourceList |
NetServer.listSessionConnections() |
Deprecated.
Lists all session connections currently associated with the NetServer.
|
ResourceList |
NetServer.listSessions() |
Deprecated.
Lists all sessions currently associated with the NetServer.
|
ResourceList |
NetServer.listShareConnections() |
Deprecated.
Lists all share connections currently associated with the NetServer.
|
void |
NetServer.refreshAttributeValues() |
Deprecated.
Refreshes the values for all attributes.
|
void |
NetServerConnection.refreshAttributeValues() |
Deprecated.
Refreshes the values for all attributes.
|
void |
NetServerSession.refreshAttributeValues() |
Deprecated.
Refreshes the values for all attributes.
|
void |
NetServerShare.refreshAttributeValues() |
Deprecated.
Refreshes the values for all attributes.
|
void |
NetServerShare.remove() |
Deprecated.
Removes this share from the NetServer.
|
void |
NetServer.start() |
Deprecated.
Starts the NetServer job on the IBM i system.
|
void |
NetServer.start(boolean reset) |
Deprecated.
Starts the NetServer job on the IBM i system, and (optionally) resets it.
|
Modifier and Type | Method | Description |
---|---|---|
void |
ChangeableResource.cancelAttributeChanges() |
Deprecated.
Cancels all uncommitted attribute changes.
|
void |
BufferedResourceList.close() |
Deprecated.
Closes the list.
|
void |
ResourceList.close() |
Deprecated.
Closes the list.
|
void |
SystemResourceList.close() |
Deprecated.
Closes the list.
|
void |
ChangeableResource.commitAttributeChanges() |
Deprecated.
Commits all attribute changes.
|
protected void |
ChangeableResource.commitAttributeChanges(Object[] attributeIDs,
Object[] values) |
Deprecated.
Commits the specified attribute changes.
|
protected void |
ChangeableResource.commitAttributeChanges(Object[] attributeIDs,
Object[] values,
int[] bidiStringTypes) |
Deprecated.
Commits the specified attribute changes.
|
protected void |
RIFSFile.commitAttributeChanges(Object[] attributeIDs,
Object[] values) |
Deprecated.
Commits the specified attribute changes.
|
protected void |
RJavaProgram.commitAttributeChanges(Object[] attributeIDs,
Object[] values) |
Deprecated.
Commits the specified attribute changes.
|
protected void |
RJob.commitAttributeChanges(Object[] attributeIDs,
Object[] values,
int[] bidiStringTypes) |
Deprecated.
Commits the specified attribute changes.
|
protected void |
RPrinter.commitAttributeChanges(Object[] attributeIDs,
Object[] values,
int[] bidiStringTypes) |
Deprecated.
Commits the specified attribute changes.
|
protected void |
RUser.commitAttributeChanges(Object[] attributeIDs,
Object[] values,
int[] bidiStringTypes) |
Deprecated.
Commits the specified attribute changes.
|
void |
RJob.createResource(Object[] attributeIDs,
Object[] values) |
Deprecated.
Creates the resource using the specified attribute values.
|
void |
RIFSFile.delete() |
Deprecated.
Deletes this file or directory.
|
void |
RJavaProgram.delete() |
Deprecated.
Deletes the Java program.
|
void |
RUser.delete() |
Deprecated.
Deletes the user.
|
void |
RJob.end() |
Deprecated.
Ends the job controlled.
|
void |
RJob.end(int delayTime) |
Deprecated.
Ends the job.
|
protected void |
Resource.establishConnection() |
Deprecated.
Establishes the connection to the system, if any.
|
protected void |
ResourceList.establishConnection() |
Deprecated.
Establishes the connection to the system, if any.
|
protected void |
RIFSFile.establishConnection() |
Deprecated.
Establishes the connection to the system.
|
protected void |
RIFSFileList.establishConnection() |
Deprecated.
Establishes the connection to the system.
|
protected void |
RJavaProgram.establishConnection() |
Deprecated.
Establishes the connection to the system.
|
protected void |
RJob.establishConnection() |
Deprecated.
Establishes the connection to the system.
|
protected void |
RJobList.establishConnection() |
Deprecated.
Establishes the connection to the system.
|
protected void |
RJobLog.establishConnection() |
Deprecated.
Establishes the connection to the system.
|
protected void |
RMessageQueue.establishConnection() |
Deprecated.
Establishes the connection to the system.
|
protected void |
RPrinter.establishConnection() |
Deprecated.
Establishes the connection to the system.
|
protected void |
RPrinterList.establishConnection() |
Deprecated.
Establishes the connection to the system.
|
protected void |
RSoftwareResource.establishConnection() |
Deprecated.
Establishes the connection to the system.
|
protected void |
RUser.establishConnection() |
Deprecated.
Establishes the connection to the system.
|
protected void |
RUserList.establishConnection() |
Deprecated.
Establishes the connection to the system.
|
protected void |
Resource.freezeProperties() |
Deprecated.
Freezes any property changes.
|
protected void |
ResourceList.freezeProperties() |
Deprecated.
Freezes any property changes.
|
protected void |
RIFSFile.freezeProperties() |
Deprecated.
Freezes any property changes.
|
protected void |
RIFSFileList.freezeProperties() |
Deprecated.
Freezes any property changes.
|
protected void |
RJavaProgram.freezeProperties() |
Deprecated.
Freezes any property changes.
|
protected void |
RJob.freezeProperties() |
Deprecated.
Freezes any property changes.
|
protected void |
RPrinter.freezeProperties() |
Deprecated.
Freezes any property changes.
|
protected void |
RSoftwareResource.freezeProperties() |
Deprecated.
Freezes any property changes.
|
protected void |
RUser.freezeProperties() |
Deprecated.
Freezes any property changes.
|
Object |
ChangeableResource.getAttributeUnchangedValue(Object attributeID) |
Deprecated.
Returns the value of an attribute, disregarding any uncommitted
changes.
|
Object |
ChangeableResource.getAttributeUnchangedValue(Object attributeID,
int bidiStringType) |
Deprecated.
Returns the value of an attribute, disregarding any uncommitted
changes.
|
Object |
RIFSFile.getAttributeUnchangedValue(Object attributeID) |
Deprecated.
Returns the unchanged value of an attribute.
|
Object |
RJavaProgram.getAttributeUnchangedValue(Object attributeID) |
Deprecated.
Returns the unchanged value of an attribute.
|
Object |
RJob.getAttributeUnchangedValue(Object attributeID,
int bidiStringType) |
Deprecated.
Returns the unchanged value of an attribute.
|
Object |
RPrinter.getAttributeUnchangedValue(Object attributeID,
int bidiStringType) |
Deprecated.
Returns the unchanged value of an attribute.
|
Object |
RSoftwareResource.getAttributeUnchangedValue(Object attributeID) |
Deprecated.
Returns the unchanged value of an attribute.
|
Object |
RUser.getAttributeUnchangedValue(Object attributeID,
int bidiStringType) |
Deprecated.
Returns the unchanged value of an attribute.
|
Object |
ChangeableResource.getAttributeValue(Object attributeID) |
Deprecated.
Returns the current value of an attribute.
|
Object |
ChangeableResource.getAttributeValue(Object attributeID,
int bidiStringType) |
Deprecated.
Returns the current value of an attribute.
|
Object |
Resource.getAttributeValue(Object attributeID) |
Deprecated.
Returns the current value of an attribute.
|
Object |
Resource.getAttributeValue(Object attributeID,
int bidiStringType) |
Deprecated.
Returns the current value of an attribute.
|
long |
ResourceList.getListLength() |
Deprecated.
Returns the total number of resources in the list.
|
Object |
ResourceList.getSelectionValue(Object selectionID) |
Deprecated.
Returns the current value of a selection.
|
Object |
ResourceList.getSelectionValue(Object selectionID,
int bidiStringType) |
Deprecated.
Returns the current value of a selection.
|
boolean |
ResourceList.getSortOrder(Object sortID) |
Deprecated.
Returns the current order for a particular sort.
|
Object[] |
ResourceList.getSortValue() |
Deprecated.
Returns the current value of the sort.
|
Object |
ProgramAttributeGetter.getValue(Object attributeID) |
Deprecated.
Returns an attribute value.
|
Object |
ProgramAttributeGetter.getValue(Object attributeID,
int bidiStringType) |
Deprecated.
Returns an attribute value.
|
boolean |
RUser.hasSpecialAuthority(String authority) |
Deprecated.
Indicates if this user profile has been granted the specified authority, or
belongs to a group profile that has been granted the specified authority.
|
void |
ProgramAttributeSetter.initializeAttributeValues(ProgramAttributeGetter attributeGetter) |
Deprecated.
Initializes the attribute values for the setter.
|
void |
ProgramAttributeSetter.initializeAttributeValues(ProgramAttributeGetter attributeGetter,
Object[] attrsToInitializeFirst) |
Deprecated.
Initializes the attribute values for the setter.
|
boolean |
BufferedResourceList.isResourceAvailable(long index) |
Deprecated.
Indicates if the resource is available.
|
boolean |
ResourceList.isResourceAvailable(long index) |
Deprecated.
Indicates if the resource is available.
|
boolean |
SystemResourceList.isResourceAvailable(long index) |
Deprecated.
Indicates if the resource is available.
|
void |
ArrayResourceList.open() |
Deprecated.
Opens the list.
|
void |
BufferedResourceList.open() |
Deprecated.
Opens the list.
|
void |
ResourceList.open() |
Deprecated.
Opens the list.
|
void |
RIFSFileList.open() |
Deprecated.
Opens the list.
|
void |
SystemResourceList.open() |
Deprecated.
Opens the list.
|
RQueuedMessage |
RMessageQueue.receive(byte[] messageKey) |
Deprecated.
Receives a message from the message queue by key.
|
RQueuedMessage |
RMessageQueue.receive(byte[] messageKey,
int waitTime,
String messageAction,
String messageType) |
Deprecated.
Receives a message from the message queue.
|
void |
ChangeableResource.refreshAttributeValues() |
Deprecated.
Refreshes the values for all attributes.
|
void |
Resource.refreshAttributeValues() |
Deprecated.
Refreshes the values for all attributes.
|
void |
RIFSFile.refreshAttributeValues() |
Deprecated.
Refreshes the values for all attributes.
|
void |
RJavaProgram.refreshAttributeValues() |
Deprecated.
Refreshes the values for all attributes.
|
void |
RJob.refreshAttributeValues() |
Deprecated.
Refreshes the values for all attributes.
|
void |
RPrinter.refreshAttributeValues() |
Deprecated.
Refreshes the values for all attributes.
|
void |
RSoftwareResource.refreshAttributeValues() |
Deprecated.
Refreshes the values for all attributes.
|
void |
RUser.refreshAttributeValues() |
Deprecated.
Refreshes the values for all attributes.
|
void |
BufferedResourceList.refreshContents() |
Deprecated.
Refreshes the contents of the list.
|
void |
ResourceList.refreshContents() |
Deprecated.
Refreshes the contents of the list.
|
void |
RIFSFileList.refreshContents() |
Deprecated.
Refreshes the contents of the list.
|
void |
SystemResourceList.refreshContents() |
Deprecated.
Refreshes the contents of the list.
|
void |
ResourceList.refreshStatus() |
Deprecated.
Refreshes the status of the list.
|
void |
SystemResourceList.refreshStatus() |
Deprecated.
Refreshes the status of the list.
|
void |
RMessageQueue.remove() |
Deprecated.
Remove all messages from the message queue.
|
void |
RMessageQueue.remove(byte[] messageKey) |
Deprecated.
Removes a message from the message queue.
|
void |
RMessageQueue.remove(String messageType) |
Deprecated.
Remove messages from the message queue.
|
void |
RMessageQueue.reply(byte[] messageKey,
String replyText) |
Deprecated.
Replies to and removes a message.
|
void |
RMessageQueue.reply(byte[] messageKey,
String replyText,
boolean remove) |
Deprecated.
Replies to a message.
|
Resource |
ArrayResourceList.resourceAt(long index) |
Deprecated.
Returns the resource specified by the index.
|
Resource |
BufferedResourceList.resourceAt(long index) |
Deprecated.
Returns the resource specified by the index.
|
Resource |
ResourceList.resourceAt(long index) |
Deprecated.
Returns the resource specified by the index.
|
Resource |
RIFSFileList.resourceAt(long index) |
Deprecated.
Returns the resource specified by the index.
|
Resource |
SystemResourceList.resourceAt(long index) |
Deprecated.
Returns the resource specified by the index.
|
Enumeration |
ResourceList.resources() |
Deprecated.
Returns an Enumeration of the
Resource
objects. |
void |
RMessageQueue.sendInformational(String messageText) |
Deprecated.
Sends an informational message to the message queue.
|
void |
RMessageQueue.sendInformational(String messageID,
String messageFile) |
Deprecated.
Sends an informational message to the message queue.
|
void |
RMessageQueue.sendInformational(String messageID,
String messageFile,
byte[] substitutionData) |
Deprecated.
Sends an informational message to the message queue.
|
byte[] |
RMessageQueue.sendInquiry(String messageText,
String replyMessageQueue) |
Deprecated.
Sends an inquiry message to the message queue.
|
byte[] |
RMessageQueue.sendInquiry(String messageID,
String messageFile,
byte[] substitutionData,
String replyMessageQueue) |
Deprecated.
Sends an inquiry message to the message queue.
|
byte[] |
RMessageQueue.sendInquiry(String messageID,
String messageFile,
String replyMessageQueue) |
Deprecated.
Sends an inquiry message to the message queue.
|
void |
ChangeableResource.setAttributeValue(Object attributeID,
Object value) |
Deprecated.
Sets the current value of an attribute.
|
void |
ChangeableResource.setAttributeValue(Object attributeID,
Object value,
int bidiStringType) |
Deprecated.
Sets the current value of an attribute.
|
void |
ResourceList.setSelectionValue(Object selectionID,
Object value) |
Deprecated.
Sets the current value of a selection.
|
void |
ResourceList.setSelectionValue(Object selectionID,
Object value,
int bidiStringType) |
Deprecated.
Sets the current value of a selection.
|
void |
SystemResourceList.setSelectionValue(Object selectionID,
Object value,
int bidiStringType) |
Deprecated.
Sets the current value of a selection.
|
void |
ResourceList.setSortOrder(Object sortID,
boolean sortOrder) |
Deprecated.
Sets the order for a sort.
|
void |
ResourceList.setSortValue(Object[] sortValue) |
Deprecated.
Sets the current value of the sort.
|
void |
ProgramAttributeSetter.setValues(Object[] attributeIDs,
Object[] values) |
Deprecated.
Sets the attribute values.
|
void |
ResourceList.waitForComplete() |
Deprecated.
Waits until the list is completely loaded.
|
void |
RIFSFileList.waitForComplete() |
Deprecated.
Waits until the list is completely loaded.
|
void |
SystemResourceList.waitForComplete() |
Deprecated.
Waits until the list is completely loaded.
|
void |
ResourceList.waitForResource(long index) |
Deprecated.
Waits until the resource is available or the list is
complete.
|
void |
RIFSFileList.waitForResource(long index) |
Deprecated.
Waits until the resource is available or the list is
complete.
|
void |
SystemResourceList.waitForResource(long index) |
Deprecated.
Waits until the resource is available or the list is
complete.
|
static void |
RJobLog.writeMessage(AS400 system,
String messageID,
int messageType) |
Deprecated.
Writes a program message to the job log for the job in which the program is running.
|
static void |
RJobLog.writeMessage(AS400 system,
String messageID,
int messageType,
byte[] substitutionData) |
Deprecated.
Writes a program message to the job log for the job in which the program is running.
|
static void |
RJobLog.writeMessage(AS400 system,
String messageID,
int messageType,
String messageFile) |
Deprecated.
Writes a program message to the job log for the job in which the program is running.
|
static void |
RJobLog.writeMessage(AS400 system,
String messageID,
int messageType,
String messageFile,
byte[] substitutionData) |
Deprecated.
Writes a program message to the job log for the job in which the program is running.
|
Copyright © 2024. All rights reserved.