C# 클래스 Apache.NMS.ActiveMQ.Transport.TransportFactory

파일 보기 프로젝트 열기: ThorTech/apache-nms 1 사용 예제들

공개 메소드들

메소드 설명
AsyncCompositeConnect ( Uri location, SetTransport setTransport ) : ITransport
CompositeConnect ( Uri location ) : ITransport
CreateTransport ( Uri location ) : ITransport

Creates a normal transport.

HandleException ( Exception ex ) : void
RegisterTransportFactory ( string scheme, Type factoryType ) : void

비공개 메소드들

메소드 설명
CreateTransportFactory ( Uri location ) : ITransportFactory

Create a transport factory for the scheme. If we do not support the transport protocol, an NMSConnectionException will be thrown.

FindTransportFactory ( string scheme ) : Type
NewInstance ( string scheme ) : ITransportFactory

메소드 상세

AsyncCompositeConnect() 공개 정적인 메소드

public static AsyncCompositeConnect ( Uri location, SetTransport setTransport ) : ITransport
location System.Uri
setTransport SetTransport
리턴 ITransport

CompositeConnect() 공개 정적인 메소드

public static CompositeConnect ( Uri location ) : ITransport
location System.Uri
리턴 ITransport

CreateTransport() 공개 정적인 메소드

Creates a normal transport.
public static CreateTransport ( Uri location ) : ITransport
location System.Uri
리턴 ITransport

HandleException() 공개 정적인 메소드

public static HandleException ( Exception ex ) : void
ex System.Exception
리턴 void

RegisterTransportFactory() 공개 메소드

public RegisterTransportFactory ( string scheme, Type factoryType ) : void
scheme string
factoryType System.Type
리턴 void