public interface EPPPooledSession
EPPSessionPoolableFactory
or derived class.
The created time is used to determine if the session has
exceeded the absolute session timeout and the last touched
time is used to determine if a keep alive message needs to
be sent to keep the session active.Modifier and Type | Method and Description |
---|---|
long |
getCreatedTime()
Gets the time the pooled object was created.
|
long |
getLastTouched()
Gets the last time the pooled object was touched.
|
void |
touch()
Set the last touched to the current time.
|
long getCreatedTime()
long getLastTouched()
void touch()