- _checkIn() - Method in class de.aristaflow.adept2.util.objectpool.AbstractObjectWrapper
-
Checks the wrapped object back into the object pool.
- _ensureIsValid() - Method in class de.aristaflow.adept2.util.objectpool.AbstractObjectWrapper
-
Simply returns if the wrapper is still valid and throws an IllegalStateException if it isn't.
- _getLastActiveTime() - Method in class de.aristaflow.adept2.util.objectpool.AbstractObjectWrapper
-
Returns the last active time, i.e. the last time the wrapped object was used
by the borrower.
- _getObject() - Method in class de.aristaflow.adept2.util.objectpool.AbstractObjectWrapper
-
Returns the wrapped object or throws an IllegalStateException if
the wrapper has already been invalidated.
- _invalidate() - Method in class de.aristaflow.adept2.util.objectpool.AbstractObjectWrapper
-
Invalidates this wrapper, i.e. references to the wrapped object and the object pool
are discarded.
- _isValid() - Method in class de.aristaflow.adept2.util.objectpool.AbstractObjectWrapper
-
Returns whether this wrapper is still valid.
- _sessionActive(SessionToken, UUID, UUID, UUID, UUID, EBPInstanceReference, int) - Method in class de.aristaflow.adept2.base.service.AbstractADEPT2Service
-
Registers the designated session as active, tracks the current thread and
registers the log context (if CSV-logging is configured).
- _sessionActive(SessionToken, UUID, UUID, UUID, UUID, EBPInstanceReference, int) - Method in class de.aristaflow.adept2.base.service.AbstractAuthenticatedService
-
- _sessionActive(SessionToken, UUID, UUID, UUID, UUID, EBPInstanceReference, int) - Method in class de.aristaflow.adept2.core.registry.InitialisedInjectedService
-
- _sessionFinished(SessionToken, int) - Method in class de.aristaflow.adept2.base.service.AbstractADEPT2Service
-
Unregisters the designated session, removes the current thread and the
log context (if CSV-logging is configured).
- _sessionFinished(SessionToken, int) - Method in class de.aristaflow.adept2.core.registry.InitialisedInjectedService
-
- _updateLastActiveTime() - Method in class de.aristaflow.adept2.util.objectpool.AbstractObjectWrapper
-