Package com.iizix.term.server
Class AppSessionManager
- java.lang.Object
-
- com.iizix.term.server.AppSessionManager
-
public class AppSessionManager extends java.lang.Object
The manager of the terminal sessions for an application session.- Author:
- Christopher Mindus
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppSessionGyro
getAppSessionGyro()
Gets the application gyro for the session.boolean
isDisposed()
Checks if disposed of.
-
-
-
Method Detail
-
getAppSessionGyro
public AppSessionGyro getAppSessionGyro()
Gets the application gyro for the session.- Returns:
- The AppSessionGyro instance, never null.
-
isDisposed
public boolean isDisposed()
Checks if disposed of.- Returns:
- true if disposed.
-
-