Interface TransportFactoryDescriptor
- All Known Implementing Classes:
DefaultTransportFactoryDescriptor
public interface TransportFactoryDescriptor
Defines the transport factory descriptor to customize the transport factory with individual protocols.
- Author:
- Holger Eichelberger, SSE
-
Method Summary
Modifier and TypeMethodDescriptionReturns the direct memory connector creator.Returns the interprocess transport connector creator.Returns the main transport connector creator.
-
Method Details
-
getMainCreator
TransportFactory.ConnectorCreator getMainCreator()Returns the main transport connector creator.- Returns:
- the main transport connector creator
-
getIpcCreator
TransportFactory.ConnectorCreator getIpcCreator()Returns the interprocess transport connector creator.- Returns:
- the interprocess transport creator
-
getDmCreator
TransportFactory.ConnectorCreator getDmCreator()Returns the direct memory connector creator.- Returns:
- the direct memory transport creator
-