Package de.uplanet.lucy.server
Interface IDatabaseProcessingContext
- All Superinterfaces:
IProcessingContext
- All Known Subinterfaces:
IBusinessLogicProcessingContext
,de.uplanet.lucy.server.ISimpleProcessingContext
,IWebProcessingContext
- All Known Implementing Classes:
RestrictedBusinessLogicProcessingContext
This interface is implemented by processing contexts that provide a
system database connection.
-
Method Summary
Modifier and TypeMethodDescriptionde.uplanet.jdbc.JdbcConnection
Get the system database connection.Methods inherited from interface de.uplanet.lucy.server.IProcessingContext
getApplicationContext, getContextValueProvider
-
Method Details
-
getConnection
de.uplanet.jdbc.JdbcConnection getConnection()Get the system database connection.- Returns:
- The system database connection.
-