Interface IDatabaseProcessingContext

All Superinterfaces:
IProcessingContext
All Known Subinterfaces:
IBusinessLogicProcessingContext, de.uplanet.lucy.server.ISimpleProcessingContext, IWebProcessingContext
All Known Implementing Classes:
FreeTimerProcessingContext, RestrictedBusinessLogicProcessingContext, de.uplanet.lucy.server.SimpleProcessingContext

@Scriptable public interface IDatabaseProcessingContext extends IProcessingContext
This interface is implemented by processing contexts that provide a system database connection.
  • Method Details

    • getConnection

      de.uplanet.jdbc.JdbcConnection getConnection()
      Get the system database connection.
      Returns:
      The system database connection.