Uses of Class
xal.service.pvlogger.LoggerSession
Packages that use LoggerSession
-
Uses of LoggerSession in xal.service.pvlogger
Fields in xal.service.pvlogger declared as LoggerSessionModifier and TypeFieldDescriptionprotected LoggerSession
SessionModel.loggerSession
Logger SessionFields in xal.service.pvlogger with type parameters of type LoggerSessionModifier and TypeFieldDescriptionprotected final Map<String,
LoggerSession> PVLogger.loggerSessions
logger sessions keyed by channel group IDMethods in xal.service.pvlogger that return LoggerSessionModifier and TypeMethodDescriptionLoggerModel.getLoggerSession
(String groupType) Get the logger session identified by the specified group typePVLogger.getLoggerSession
(String groupID) Get the logger session with the specified groupIDSessionModel.getLoggerSession()
Get the logger sessionPVLogger.reloadLoggerSession
(String groupID) Reload the logger session for the specified channel groupPVLogger.requestLoggerSession
(String groupID) If a logger session already exists for the channel group, get it otherwise create a new oneMethods in xal.service.pvlogger that return types with arguments of type LoggerSessionModifier and TypeMethodDescriptionPVLogger.getLoggerSessions()
Get all logger sessions managed by this PV LoggerPVLogger.requestEnabledLoggerSessionsForService
(String serviceID) Request enabled logger sessions for the specified servicePVLogger.requestLoggerSessionsForService
(String serviceID) Request logger sessions for the specified serviceMethods in xal.service.pvlogger with parameters of type LoggerSessionModifier and TypeMethodDescriptionvoid
SessionModel.setLoggerSession
(LoggerSession loggerSession) set the logger sessionvoid
LoggerChangeAdapter.snapshotPublished
(LoggerSession logger, MachineSnapshot snapshot) Notification that a machine snapshot has been published.void
LoggerChangeListener.snapshotPublished
(LoggerSession logger, MachineSnapshot snapshot) Notification that a machine snapshot has been published.void
LoggerChangeAdapter.snapshotTaken
(LoggerSession logger, MachineSnapshot snapshot) Notification that a machine snapshot has been taken.void
LoggerChangeListener.snapshotTaken
(LoggerSession logger, MachineSnapshot snapshot) Notification that a machine snapshot has been taken.void
SessionModel.LoggerEventHandler.snapshotTaken
(LoggerSession logger, MachineSnapshot snapshot) void
LoggerChangeAdapter.stateChanged
(LoggerSession logger, int type) Notification that the logger state has changed.void
LoggerChangeListener.stateChanged
(LoggerSession logger, int type) Notification that the logger state has changed.Constructors in xal.service.pvlogger with parameters of type LoggerSession