|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.etools.iseries.comm.ISeriesAbstractHostAPIProcessor com.ibm.etools.iseries.comm.ISeriesListObjectLocks
public class ISeriesListObjectLocks
This class wrappers the OS/400 List object locks api QWCLOBJL. Given an OS/400 object name a list of ISeriesHostObjectLock instances can be returned. Each instance represents a lock on the object.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.ibm.etools.iseries.comm.ISeriesAbstractHostAPIProcessor |
---|
ISeriesAbstractHostAPIProcessor.HostAPIErrorCodeStructure |
Field Summary | |
---|---|
static String |
Copyright
|
Constructor Summary | |
---|---|
ISeriesListObjectLocks()
Constructor to use when you do not already have an AS400 object. |
|
ISeriesListObjectLocks(AS400 system)
Constructor |
Method Summary | |
---|---|
AS400Message[] |
getHostMessages()
Return any host messages that were issued during the api call. |
List |
getList(String library,
String obj,
String objType)
Retrieve the list of locks for an OS/400 member. |
List |
getList(String library,
String obj,
String objType,
String mbrName)
Retrieve the list of locks for an OS/400 member. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String Copyright
Constructor Detail |
---|
public ISeriesListObjectLocks()
public ISeriesListObjectLocks(AS400 system)
Method Detail |
---|
public List getList(String library, String obj, String objType) throws Exception
library
- The library for the object.obj
- The name of the object.objType
- The object's type (*FILE, *DTAQ, ....)
Exception
ISeriesHostObjectLock
public List getList(String library, String obj, String objType, String mbrName) throws Exception
library
- The library for the file.obj
- The name of the file object.objType
- The object's type, must be *FILE for this method call.mbrName
- The name of the member.
Exception
ISeriesHostObjectLock
public AS400Message[] getHostMessages()
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |