|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinfoservice.japforwarding.VerificationLock
public class VerificationLock
This class is used for synchronization between the threads while verifying the connection to a JAP forwarding server.
| Field Summary | |
|---|---|
private boolean |
m_success
Stores the success of the verification process. |
| Constructor Summary | |
|---|---|
VerificationLock()
Creates a new instance of VerificationLock. |
|
| Method Summary | |
|---|---|
boolean |
getSuccess()
Returns the success value of this verification lock. |
void |
setSuccess(boolean a_success)
Changes the success value of this verification lock. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private boolean m_success
| Constructor Detail |
|---|
public VerificationLock()
| Method Detail |
|---|
public boolean getSuccess()
public void setSuccess(boolean a_success)
a_success - The new success value for the verification process this lock belongs to.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||