Package com.iizix.term.server
Class AppSessionManager
java.lang.Object
com.iizix.term.server.AppSessionManager
The manager of the terminal sessions for an application session.
- Author:
- Christopher Mindus
- Method SummaryModifier and TypeMethodDescriptionGets the application gyro for the session.- booleanChecks if disposed of.
- Method Details- getAppSessionGyroGets the application gyro for the session.- Returns:
- The AppSessionGyro instance, never null.
 
- isDisposedpublic boolean isDisposed()Checks if disposed of.- Returns:
- true if disposed.