Uses of Enum Class
org.jivesoftware.openfire.session.Session.Status
Packages that use Session.Status
-
Uses of Session.Status in org.jivesoftware.openfire.session
Fields in org.jivesoftware.openfire.session declared as Session.StatusModifier and TypeFieldDescriptionprotected Session.StatusLocalSession.statusThe current session status.Methods in org.jivesoftware.openfire.session that return Session.StatusModifier and TypeMethodDescriptionLocalSession.getStatus()Obtain the current status of this session.RemoteSession.getStatus()Remote sessions are always authenticated.Session.getStatus()Obtain the current status of this session.static Session.StatusReturns the enum constant of this class with the specified name.static Session.Status[]Session.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jivesoftware.openfire.session with parameters of type Session.StatusModifier and TypeMethodDescriptionvoidLocalServerSession.setStatus(Session.Status status) voidLocalSession.setStatus(Session.Status status) Set the new status of this session.