Interface CRCSession
public interface CRCSession
- Since:
- 4.1.14, 4.0.136
-
Method Summary
Modifier and TypeMethodDescriptionlong
The creation time of this session.The remote address the last call was coming from.long
The time this session was last used.getUser()
The owner of this session.
-
Method Details
-
getCreationTime
long getCreationTime()The creation time of this session.- Since:
- 4.1.14, 4.0.136
-
getLastUsageTime
long getLastUsageTime()The time this session was last used.- Since:
- 4.1.14, 4.0.136
-
getLastRemoteAddr
String getLastRemoteAddr()The remote address the last call was coming from.- Since:
- 4.1.14, 4.0.136
-
getUser
String getUser()The owner of this session.- Since:
- 4.1.14, 4.0.136
-