Package | Description |
---|---|
com.ibm.as400.access |
Provides classes that represent various IBM i data and resources.
|
Modifier and Type | Method | Description |
---|---|---|
abstract void |
AS400CertificateUtil.addCertificate(byte[] certificate) |
Adds the certificate to the repository.
|
abstract void |
AS400CertificateUtil.deleteCertificate(byte[] certificate) |
Deletes the certificate from the repository.
|
abstract void |
AS400CertificateUtil.deleteCertificateByHandle(byte[] certificatehandle) |
Deletes the certificate from the repository.
|
AS400Certificate[] |
AS400CertificateUtil.getCertificates(String userSpaceName,
int firstCertificateToReturn,
int buffSize) |
Retrieves the certificate placed in a user space by listCertificates.
|
AS400Certificate[] |
AS400CertificateUtil.getFirstCertificates(String userSpaceName,
int buffSize) |
Retrieves certificates placed in the user space by listCertificates starting at the first certificate in the user space.
|
AS400Certificate[] |
AS400CertificateUtil.getNextCertificates(int buffSize) |
Retrieves the next certificates placed in a user space by listCertificates.
|
abstract int |
AS400CertificateUtil.listCertificates(AS400CertificateAttribute[] certificateAttributes,
String userSpaceName) |
Returns certificates which match the specified attributes in the specified existing user space.
|
void |
ObjectDescription.setAspSearchType(String aspSearchType) |
Specifies the type of the search when a specific auxiliary storage pool device name
is specified for the ASP device name.
|
void |
ObjectList.setAspSearchType(String aspSearchType) |
Specifies the type of the search when a specific auxiliary storage pool device name
is specified for the ASP device name.
|
void |
AS400CertificateAttribute.setAttribute(int attributeType,
byte[] attributeValue) |
Sets the byte attribute value.
|
void |
AS400CertificateAttribute.setAttribute(int attributeType,
String attributeValue) |
Sets the String attribute value.
|
void |
HistoryLog.setEndingDate(String date,
String time) |
Specifies the ending date and time for messages and jobs to be listed.
|
void |
HistoryLog.setEndingDate(Date date) |
Specifies the end date and time for messages and jobs to be listed.
|
void |
HistoryLog.setJobs(Job[] jobs) |
Specifies the specific jobs (if any) for which messages in the log are listed.
|
void |
HistoryLog.setMessageIDs(String[] ids) |
Specifies the specific messaged IDs to be retrieved or omitted.
|
void |
HistoryLog.setMessageIDsListIndicator(int indicator) |
Specifies if the message IDs in the list are to be omitted or selected.
|
void |
HistoryLog.setMessageSeverity(int severity) |
The minimum severity of the messages to be listed.
|
void |
HistoryLog.setMessageTypeListIndicator(int indicator) |
Specifies if the message types in the list are to be omitted or selected.
|
void |
HistoryLog.setMessageTypes(String[] types) |
Specifies the specific message types to be retrieved or omitted.
|
void |
HistoryLog.setStartingDate(String date,
String time) |
Specifies the starting date and time for messages and jobs to be listed.
|
void |
HistoryLog.setStartingDate(Date date) |
Specifies the starting date and time for messages and jobs to be listed.
|
Constructor | Description |
---|---|
AS400CertificateAttribute(int attributeType,
byte[] attributeValue) |
Constructs an AS400CertificateAttribute object.
|
AS400CertificateAttribute(int attributeType,
String attributeValue) |
Constructs an AS400CertificateAttribute object.
|
Copyright © 2024. All rights reserved.