Package de.uplanet.lucy.server
Schnittstelle IDatabaseProcessingContext
- Alle Superschnittstellen:
IProcessingContext
- Alle bekannten Unterschnittstellen:
IBusinessLogicProcessingContext,de.uplanet.lucy.server.ISimpleProcessingContext,IWebProcessingContext
- Alle bekannten Implementierungsklassen:
FreeTimerProcessingContext,RestrictedBusinessLogicProcessingContext,de.uplanet.lucy.server.SimpleProcessingContext
This interface is implemented by processing contexts that provide a
system database connection.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungde.uplanet.jdbc.JdbcConnectionGet the system database connection.Von Schnittstelle geerbte Methoden de.uplanet.lucy.server.IProcessingContext
getApplicationContext, getContextValueProvider
-
Methodendetails
-
getConnection
de.uplanet.jdbc.JdbcConnection getConnection()Get the system database connection.- Gibt zurück:
- The system database connection.
-