org.openspaces.admin
Interface LogProviderGridComponent
- All Superinterfaces: 
 - AdminAware, DiscoverableComponent, GridComponent, MachineAware, OperatingSystemAware, TransportAware, VirtualMachineAware, ZoneAware
 
- All Known Subinterfaces: 
 - ElasticServiceManager, GridServiceAgent, GridServiceContainer, GridServiceManager, LookupService
 
public interface LogProviderGridComponent
- extends GridComponent
 
A grid component that can provide the ability to extract logging information.
- Author:
 
  - kimchy
 
 
 
 
 
 
 
 
 
 
logEntries
LogEntries logEntries(LogEntryMatcher matcher)
                      throws AdminException
- Returns the log entries matching the given matcher for the specific grid component. If it is
 managed by a 
GridServiceAgent, will get the log through it
 instead of creating a load on the actual grid component.
 
- Throws:
 AdminException
 
 
logEntriesDirect
LogEntries logEntriesDirect(LogEntryMatcher matcher)
                            throws AdminException
- Same as 
logEntries(com.gigaspaces.log.LogEntryMatcher), but does not try and get the logs
 from the agent.
 
- Throws:
 AdminException
 
 
Copyright © GigaSpaces.