Uses of Interface
org.glassfish.paas.orchestrator.service.spi.ServiceLogType

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

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

Methods in org.glassfish.paas.orchestrator.service that return ServiceLogType
 ServiceLogType ConfiguredServiceImpl.getDefaultLogType()
           
 

Methods in org.glassfish.paas.orchestrator.service that return types with arguments of type ServiceLogType
 Set<ServiceLogType> ConfiguredServiceImpl.getLogTypes()
           
 

Methods in org.glassfish.paas.orchestrator.service with parameters of type ServiceLogType
 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 ServiceLogType in org.glassfish.paas.orchestrator.service.spi
 

Methods in org.glassfish.paas.orchestrator.service.spi that return ServiceLogType
 ServiceLogType Service.getDefaultLogType()
          Get the default log type for the service.
 

Methods in org.glassfish.paas.orchestrator.service.spi that return types with arguments of type ServiceLogType
 Set<ServiceLogType> Service.getLogTypes()
          Get the available log types for the service.
 

Methods in org.glassfish.paas.orchestrator.service.spi with parameters of type ServiceLogType
 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.