Package org.openspaces.admin
Interface LogProviderGridComponent
- All Superinterfaces:
AdminAware,DiscoverableComponent,GridComponent,MachineAware,OperatingSystemAware,TransportAware,VirtualMachineAware,ZoneAware
- All Known Subinterfaces:
GridServiceAgent,GridServiceContainer,GridServiceManager,InternalGridServiceAgent,InternalGridServiceContainer,InternalGridServiceManager,InternalLookupService,LookupService
- All Known Implementing Classes:
DefaultGridServiceAgent,DefaultGridServiceContainer,DefaultGridServiceManager,DefaultLookupService
A grid component that can provide the ability to extract logging information.
- Author:
- kimchy
-
Method Summary
Modifier and TypeMethodDescriptionlogEntries(LogEntryMatcher matcher) Returns the log entries matching the given matcher for the specific grid component.logEntriesDirect(LogEntryMatcher matcher) Same aslogEntries(com.gigaspaces.log.LogEntryMatcher), but does not try and get the logs from the agent.Methods inherited from interface org.openspaces.admin.AdminAware
getAdminMethods inherited from interface org.openspaces.admin.DiscoverableComponent
isDiscoveredMethods inherited from interface org.openspaces.admin.GridComponent
getUidMethods inherited from interface org.openspaces.admin.machine.MachineAware
getMachineMethods inherited from interface org.openspaces.admin.os.OperatingSystemAware
getOperatingSystemMethods inherited from interface org.openspaces.admin.transport.TransportAware
getTransportMethods inherited from interface org.openspaces.admin.vm.VirtualMachineAware
getVirtualMachine
-
Method Details
-
logEntries
Returns the log entries matching the given matcher for the specific grid component. If it is managed by aGridServiceAgent, will get the log through it instead of creating a load on the actual grid component.- Throws:
AdminException
-
logEntriesDirect
Same aslogEntries(com.gigaspaces.log.LogEntryMatcher), but does not try and get the logs from the agent.- Throws:
AdminException
-