Interface TransportAware

All Known Subinterfaces:
AgentGridComponent, GatewayProcessingUnit, GridComponent, GridServiceAgent, GridServiceContainer, GridServiceManager, InternalAgentGridComponent, InternalGridComponent, InternalGridServiceAgent, InternalGridServiceContainer, InternalGridServiceManager, InternalLookupService, InternalProcessingUnitInstance, InternalSpaceInstance, InternalTransportAware, InternalTransportInfoProvider, LogProviderGridComponent, LookupService, ProcessingUnitInstance, SpaceInstance
All Known Implementing Classes:
AbstractAgentGridComponent, AbstractGridComponent, DefaultGatewayProcessingUnit, DefaultGridServiceAgent, DefaultGridServiceContainer, DefaultGridServiceManager, DefaultLookupService, DefaultProcessingUnitInstance, DefaultSpaceInstance

public interface TransportAware
A grid component implements this interface if it can provide information regarding the transport it is using.
Author:
kimchy
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the transport the grid component is using.
  • Method Details

    • getTransport

      Transport getTransport()
      Returns the transport the grid component is using.