public abstract class Registration<T,D extends DTO>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.concurrent.atomic.AtomicInteger |
referenceCount |
| Constructor and Description |
|---|
Registration(T t,
D d) |
| Modifier and Type | Method and Description |
|---|---|
void |
addReference() |
void |
destroy() |
D |
getD() |
T |
getT() |
void |
removeReference() |
java.lang.String |
toString() |