Interface PdoRemoteSession
- All Superinterfaces:
RemoteSession
- All Known Implementing Classes:
PdoRemoteSessionAdapter
Extended remote session providing PDO-related services.
- Author:
- harald
-
Method Summary
Modifier and TypeMethodDescription<T extends DomainContextDependable>
TgetExtension(DomainContext context, Class<T> extIf) Gets an extension object.
Extensions are used to provide additional services.Methods inherited from interface RemoteSession
getClientSessionInfo, log, log, logStatistics
-
Method Details
-
getExtension
Gets an extension object.
Extensions are used to provide additional services. The given interface is checked against execution permission within the requested domain context. If refused, a SecurityException is thrown.- Type Parameters:
T- the extension type- Parameters:
context- the domain contextextIf- the extension interface- Returns:
- the extension
-