private static class RegistrationManager.RegStateWrapper
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.util.concurrent.CountDownLatch |
latch |
private RegistrationManager.RegState |
regState |
| Constructor and Description |
|---|
RegStateWrapper(RegistrationManager.RegState regState) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other) |
java.util.concurrent.CountDownLatch |
getLatch() |
RegistrationManager.RegState |
getRegState() |
int |
hashCode() |
java.lang.String |
toString() |
private final java.util.concurrent.CountDownLatch latch
private final RegistrationManager.RegState regState
RegStateWrapper(RegistrationManager.RegState regState)
public RegistrationManager.RegState getRegState()
public java.util.concurrent.CountDownLatch getLatch()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object