Klasse TestSession<C extends AbstractBackendClient<C,S>,S>
java.lang.Object
ch.nolix.system.application.main.AbstractSession<C,S>
ch.nolix.system.application.maintestutil.TestSession<C,S>
- Alle implementierten Schnittstellen:
IClientComponent<C>
,IRefreshableSubscriber
,Refreshable
,AlivenessRequestable
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected void
Initializes the currentAbstractSession
.protected Class
<?> void
refresh()
static <C2 extends AbstractBackendClient<C2,
S2>, S2>
TestSession<C2, S2> withClientClass
(Class<C2> clientClass) Von Klasse geerbte Methoden ch.nolix.system.application.main.AbstractSession
belongsToClient, getApplicationName, getStoredApplicationService, 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 <C2 extends AbstractBackendClient<C2,S2>, TestSession<C2,S2> S2> withClientClass(Class<C2> clientClass) -
refresh
public void refresh() -
fullInitialize
protected void fullInitialize()Beschreibung aus Klasse kopiert:AbstractSession
Initializes the currentAbstractSession
.- Angegeben von:
fullInitialize
in KlasseAbstractSession<C extends AbstractBackendClient<C,
S>, S>
-
getClientClass
- Angegeben von:
getClientClass
in KlasseAbstractSession<C extends AbstractBackendClient<C,
S>, S> - Gibt zurück:
- the
AbstractClient
class of the currentAbstractSession
.
-