public interface SessionCheckInterface
The interface methods are called each time a new session is created or before the session is closed.
Modifier and Type | Method and Description |
---|---|
void |
checkSession(AoSession aoSess)
Method called every time the new session is created or before the session is closed.
|
void |
close()
Close the connections that are necessary to made the checks.
|
void |
init(java.lang.String factory)
Initialize the session communication.
|
void init(java.lang.String factory)
factory
- the name of the factoryvoid checkSession(AoSession aoSess) throws AoException
aoSess
- the new created session.AoException
- any occurring ASAM ODS exception.void close()