|
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.interfaces.ISeriesHostObjectLock
public class ISeriesHostObjectLock
Class representing a lock on a remote iSeries object.
Field Summary | |
---|---|
static String |
Copyright
|
static String |
LOCK_EXCL_NOREAD
Lock state *EXCL: Lock exclusive no read. |
static String |
LOCK_EXCL_READ
Lock state *EXCLRD: Lock exclusive allow read. |
static String |
LOCK_NONE
Lock state *NONE: No lock exists. |
static String |
LOCK_SHARED_NOUPDATE
Lock state *SHRNUP: Lock shared no update. |
static String |
LOCK_SHARED_READ
Lock state *SHRRD: Lock shared for read. |
static String |
LOCK_SHARED_UPDATE
Lock state *SHRUPD: Lock shared for update. |
Constructor Summary | |
---|---|
ISeriesHostObjectLock()
Constructor |
Method Summary | |
---|---|
String |
getJob()
Get the full job name in the format: JobName/JobUser/JobNumber |
String |
getJobName()
Get the job name. |
String |
getJobNumber()
Get the job number. |
String |
getJobUser()
Get the job user. |
String |
getLockState()
Get the lock state. |
int |
getLockStatus()
Get the lock's status. |
int |
getLockType()
Get the lock type. |
void |
setJobName(String jobName)
Set the job name. |
void |
setJobNumber(String jobNumber)
Set the job number. |
void |
setJobUser(String jobUser)
Set the job user name. |
void |
setLockState(String lockState)
Set the lock's state. |
void |
setLockStatus(int lockStatus)
Set the lock status. |
void |
setLockType(int lockType)
Set the lock type. |
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
public static final String LOCK_NONE
public static final String LOCK_SHARED_READ
public static final String LOCK_SHARED_UPDATE
public static final String LOCK_SHARED_NOUPDATE
public static final String LOCK_EXCL_READ
public static final String LOCK_EXCL_NOREAD
Constructor Detail |
---|
public ISeriesHostObjectLock()
Method Detail |
---|
public void setJobName(String jobName)
public void setJobUser(String jobUser)
public void setJobNumber(String jobNumber)
public void setLockState(String lockState)
public void setLockStatus(int lockStatus)
public void setLockType(int lockType)
public String getJob()
public String getJobName()
public String getJobUser()
public String getJobNumber()
public String getLockState()
LOCK_NONE
,
LOCK_SHARED_READ
,
LOCK_SHARED_UPDATE
,
LOCK_SHARED_NOUPDATE
,
LOCK_EXCL_READ
,
LOCK_EXCL_NOREAD
public int getLockStatus()
public int getLockType()
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |