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.
|
com.ibm.as400.vaccess |
Deprecated Provides classes that graphically present IBM i data to the
user.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ArrayResourceList |
Deprecated.
Use packages com.ibm.as400.access and com.ibm.as400.access.list instead.
|
class |
BufferedResourceList |
Deprecated.
Use packages com.ibm.as400.access and com.ibm.as400.access.list instead.
|
class |
RIFSFileList |
Deprecated.
Use
IFSFile instead, as this package may be removed in the future. |
class |
RJobList |
Deprecated.
Use
JobList instead, as this package may be removed in the future. |
class |
RJobLog |
Deprecated.
Use
JobLog instead, as this package may be removed in the future. |
class |
RMessageQueue |
Deprecated.
Use
MessageQueue instead, as this package may be removed in the future. |
class |
RPrinterList |
Deprecated.
Use
PrinterList instead, as this package may be removed in the future. |
class |
RUserList |
Deprecated.
Use
UserList instead, as this package may be removed in the future. |
class |
SystemResourceList |
Deprecated.
Use packages com.ibm.as400.access and com.ibm.as400.access.list instead.
|
Modifier and Type | Method | Description |
---|---|---|
ResourceList |
ResourceListDetailsModel.getResourceList() |
Deprecated.
Returns the resource list from which all information for the model is gathered.
|
ResourceList |
ResourceListDetailsPane.getResourceList() |
Deprecated.
Returns the resource list from which all information for the model is gathered.
|
ResourceList |
ResourceListModel.getResourceList() |
Deprecated.
Returns the resource list from which all information for the model is gathered.
|
ResourceList |
ResourceListPane.getResourceList() |
Deprecated.
Returns the resource list from which all information for the model is gathered.
|
Modifier and Type | Method | Description |
---|---|---|
void |
ResourceListDetailsModel.setResourceList(ResourceList resourceList) |
Deprecated.
Sets the resource list from which all information for the model is gathered.
|
void |
ResourceListDetailsPane.setResourceList(ResourceList resourceList) |
Deprecated.
Sets the resource list from which all information for the model is gathered.
|
void |
ResourceListModel.setResourceList(ResourceList resourceList) |
Deprecated.
Sets the resource list from which all information for the model is gathered.
|
void |
ResourceListPane.setResourceList(ResourceList resourceList) |
Deprecated.
Sets the resource list from which all information for the model is gathered.
|
Constructor | Description |
---|---|
ResourceListDetailsModel(ResourceList resourceList,
Object[] columnAttributeIDs) |
Deprecated.
Constructs a ResourceListDetailsModel object.
|
ResourceListDetailsPane(ResourceList resourceList,
Object[] columnAttributeIDs,
ResourceProperties resourceProperties) |
Deprecated.
Constructs a ResourceListDetailsPane object.
|
ResourceListModel(ResourceList resourceList) |
Deprecated.
Constructs a ResourceListModel object.
|
ResourceListPane(ResourceList resourceList,
ResourceProperties resourceProperties) |
Deprecated.
Constructs a ResourceListPane object.
|
Copyright © 2024. All rights reserved.