Class 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>
- Type Parameters:
C- is the type of the parentAbstractBackendClientof aTestSession.S- is the type of the application service of the parentApplicationof the parentAbstractBackendClientof aTestSession.
- All Implemented Interfaces:
IClientComponent<C>, IRefreshableSubscriber, Refreshable, AlivenessRequestable
public final class TestSession<C extends AbstractBackendClient<C,S>, S>
extends AbstractSession<C,S>
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionvoidrefresh()static <C2 extends AbstractBackendClient<C2,S2>, S2>
TestSession<C2, S2> withClientClass(Class<C2> clientClass) Methods inherited from class AbstractSession
belongsToClient, getApplicationName, getStoredApplicationService, getStoredParentClient, hasParentSession, isAlive, pop, pop, push, pushAndGetResult, setNextMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AlivenessRequestable
isOutdated
-
Method Details
-
withClientClass
public static <C2 extends AbstractBackendClient<C2,S2>, S2> TestSession<C2,S2> withClientClass(Class<C2> clientClass) -
refresh
public void refresh()
-