Click or drag to resize

TransportRegistry Methods

The TransportRegistry type exposes the following members.

Methods
  NameDescription
Public methodBindConfig(String, Entity)
Binds a TransportConfig to a Entity.
Public methodBindConfig(TransportConfig, Entity)
Binds a TransportConfig to a Entity.
Public methodStatic memberClose
Close the singleton instance of this class.
Public methodCreateConfig
Creates a new TransportConfig.
Public methodCreateInst
Creates a new TransportInst.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetConfig
Gets an already created TransportConfig.
Public methodGetDomainDefaultConfig
Gets the specific domain default TransportConfig.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetInst
Gets an already created TransportInst.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRelease
This will shutdown all TransportImpl objects. Client Application calls this method to tear down the transport framework.
Public methodRemoveConfig
Removes a TransportConfig.
Public methodRemoveInst
Removes a TransportInst.
Public methodSetDomainDefaultConfig
Sets the specific domain default TransportConfig.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also