Class ProviderFactoryInfo
Provider implementation mapping class.
Inheritance
System.Object
ProviderFactoryInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Apache.NMS
Assembly: Apache.NMS.dll
Syntax
public class ProviderFactoryInfo
Constructors
| Improve this Doc View SourceProviderFactoryInfo(String, String)
Declaration
public ProviderFactoryInfo(string aFileName, string fClassName)
Parameters
Type | Name | Description |
---|---|---|
System.String | aFileName | |
System.String | fClassName |
Fields
| Improve this Doc View SourceassemblyFileName
Declaration
public string assemblyFileName
Field Value
Type | Description |
---|---|
System.String |
factoryClassName
Declaration
public string factoryClassName
Field Value
Type | Description |
---|---|
System.String |