GigaSpaces XAP.NET Documentation
ITransportLRMIMonitoring Interface
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.TransportITransportLRMIMonitoring
Provide low level monitoring capabilities of the transport layer
Declaration Syntax
C#Visual BasicVisual C++J#
public interface ITransportLRMIMonitoring
Public Interface ITransportLRMIMonitoring
public interface class ITransportLRMIMonitoring
public interface ITransportLRMIMonitoring
Members
All MembersMethods



IconMemberDescription
DisableMonitoring()()()
Disabled lrmi monitoring (gigaspaces internal remoting layer). EnableMonitoring()()()

EnableMonitoring()()()
Enables lrmi monitoring (gigaspaces internal remoting layer), this will cause the target transport to start tracking lrmi activity which can later be viewed by calling. FetchServicesMonitoringDetails()()()

FetchServicesMonitoringDetails()()()
Return lrmi (gigaspaces internal remoting layer) services monitoring details. This will only work if lrmi monitoring was previously enabled, either by admin API, Jmx or system property. This will include monitoring details of inbound invocation on hosted service and outbound invocation via proxies that exists within the targeted transport (Jvm). EnableMonitoring()()()

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.1.0.0 (10.1.1.12800)