Uses of Class
alpine.model.EventServiceLog
-
Packages that use EventServiceLog Package Description alpine.persistence This package contains functionality related to persistence including query managers and startup initializers. -
-
Uses of EventServiceLog in alpine.persistence
Methods in alpine.persistence that return EventServiceLog Modifier and Type Method Description EventServiceLogAlpineQueryManager. createEventServiceLog(Class<? extends Subscriber> clazz)Creates a new EventServiceLog.EventServiceLogAlpineQueryManager. getLatestEventServiceLog(Class<LoggableSubscriber> clazz)Returns the most recent log entry for the specified Subscriber.EventServiceLogAlpineQueryManager. updateEventServiceLog(EventServiceLog eventServiceLog)Updates a EventServiceLog.Methods in alpine.persistence with parameters of type EventServiceLog Modifier and Type Method Description EventServiceLogAlpineQueryManager. updateEventServiceLog(EventServiceLog eventServiceLog)Updates a EventServiceLog.
-