Class SessionInfo
- java.lang.Object
- 
- com.inductiveautomation.ignition.common.SessionInfo
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class SessionInfo extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description SessionInfo(java.lang.String id, java.lang.String ipAddress, java.lang.String hostname, java.lang.String username, long creationTime)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetCreationTime()java.lang.StringgetHostname()java.lang.StringgetId()java.lang.StringgetIpAddress()java.lang.StringgetUsername()
 
-