Uses of Class
org.peace_tools.core.session.ServerSession.OSType

Packages that use ServerSession.OSType
org.peace_tools.core.session Contains the classes associated with providing a session on a local or remote server. 
 

Uses of ServerSession.OSType in org.peace_tools.core.session
 

Fields in org.peace_tools.core.session declared as ServerSession.OSType
private  ServerSession.OSType RemoteServerSession.osType
          The last known OS type for the remote server.
 

Methods in org.peace_tools.core.session that return ServerSession.OSType
 ServerSession.OSType LocalServerSession.getOSType()
          Determine the type of OS that this session is connected to.
abstract  ServerSession.OSType ServerSession.getOSType()
          Determine the type of OS that this session is connected to.
 ServerSession.OSType RemoteServerSession.getOSType()
          Determine the type of OS that this session is connected to.
static ServerSession.OSType ServerSession.OSType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ServerSession.OSType[] ServerSession.OSType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.