Package ch.nolix.system.application.main
Klasse BackendClientSessionManager<C extends BackendClient<C,AC>,AC>
java.lang.Object
ch.nolix.system.application.main.BackendClientSessionManager<C,AC>
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
boolean
boolean
boolean
static <C2 extends BackendClient<C2,
AC2>, AC2>
BackendClientSessionManager<C2, AC2> forClient
(C2 client) int
void
void
void
pushSession
(Session<C, AC> session) <R> R
pushSessionAndGetResult
(Session<C, AC> session) void
setCurrentSession
(Session<C, AC> session)
-
Methodendetails
-
forClient
public static <C2 extends BackendClient<C2,AC2>, BackendClientSessionManager<C2,AC2> AC2> forClient(C2 client) -
containsCurrentSession
public boolean containsCurrentSession() -
containsNextSession
public boolean containsNextSession() -
containsPreviousSession
public boolean containsPreviousSession() -
currentSessionIsTopSession
public boolean currentSessionIsTopSession() -
getStoredCurrentSession
-
getSessionStackSize
public int getSessionStackSize() -
popCurrentSession
public void popCurrentSession() -
popCurrentSessionAndForwardGivenResult
-
pushSession
-
pushSessionAndGetResult
-
setCurrentSession
-