Klasse TestSession<BC extends BackendClient<BC,AC>,AC>
java.lang.Object
ch.nolix.system.application.main.Session<BC,AC>
ch.nolix.system.application.maintestutil.TestSession<BC,AC>
- Alle implementierten Schnittstellen:
IRefreshableSubscriber
,Refreshable
,AlivenessRequestable
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected void
Initializes the currentSession
.protected Class
<?> void
refresh()
static <BC2 extends BackendClient<BC2,
AC2>, AC2>
TestSession<BC2, AC2> withClientClass
(Class<BC2> clientClass) Von Klasse geerbte Methoden ch.nolix.system.application.main.Session
belongsToClient, getApplicationName, getStoredApplicationContext, getStoredParentClient, hasParentSession, isAlive, pop, pop, push, pushAndGetResult, setNext
Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.stateapi.staterequestapi.AlivenessRequestable
isOutdated
-
Methodendetails
-
withClientClass
public static <BC2 extends BackendClient<BC2,AC2>, TestSession<BC2,AC2> AC2> withClientClass(Class<BC2> clientClass) -
refresh
public void refresh() -
fullInitialize
protected void fullInitialize()Beschreibung aus Klasse kopiert:Session
Initializes the currentSession
.- Angegeben von:
fullInitialize
in KlasseSession<BC extends BackendClient<BC,
AC>, AC>
-
getClientClass
- Angegeben von:
getClientClass
in KlasseSession<BC extends BackendClient<BC,
AC>, AC> - Gibt zurück:
- the
Client
class of the currentSession
.
-