Uses of Class
org.glassfish.paas.orchestrator.service.spi.ServiceLogRecord

Packages that use ServiceLogRecord
org.glassfish.paas.orchestrator.service   
org.glassfish.paas.orchestrator.service.spi   
 

Uses of ServiceLogRecord in org.glassfish.paas.orchestrator.service
 

Methods in org.glassfish.paas.orchestrator.service that return types with arguments of type ServiceLogRecord
 Map<Service,List<ServiceLogRecord>> ConfiguredServiceImpl.collectLogs(ServiceLogType type, Level level, Date since)
           
 Map<Service,List<ServiceLogRecord>> ConfiguredServiceImpl.collectLogs(ServiceLogType type, Level level, long count)
           
 

Uses of ServiceLogRecord in org.glassfish.paas.orchestrator.service.spi
 

Methods in org.glassfish.paas.orchestrator.service.spi that return types with arguments of type ServiceLogRecord
 List<ServiceLogRecord> ServiceLogRecordBuilder.build()
          Main method to get list of ServiceLogRecord for given log lines or log files.
 Map<Service,List<ServiceLogRecord>> Service.collectLogs(ServiceLogType type, Level level, Date since)
          Collect the log records since the given time for a given level and type.
 Map<Service,List<ServiceLogRecord>> Service.collectLogs(ServiceLogType type, Level level, long count)
          Collect the most recent requested number of log records for a given level and type.
 



Copyright © 2012. All Rights Reserved.