TBTJMSConnectionFactory Class Reference

A ConnectionFactory is used for creating Connections. More...

List of all members.

Public Member Functions

IConnection CreateConnection ()
 Creates a connection with the default user identity.
IConnection CreateConnection (const AnsiString Username, const AnsiString Password)
 Creates a connection with the specified user identity.

Public Attributes

AnsiString ClientId
 
See also:
FClientId For reading

AnsiString UserName
 
See also:
FUserName For reading

AnsiString Password
 
See also:
FPassword For reading

AnsiString BrokerURL
 
See also:
FBrokerURL For reading


Detailed Description

A ConnectionFactory is used for creating Connections.

Member Function Documentation

IConnection TBTJMSConnectionFactory::CreateConnection (  ) 

Creates a connection with the default user identity.

The connection is created in stopped mode. No messages will be delivered until the Connection.start method is explicitly called.

IConnection TBTJMSConnectionFactory::CreateConnection ( const AnsiString  Username,
const AnsiString  Password 
)

Creates a connection with the specified user identity.

The connection is created in stopped mode. No messages will be delivered until the Connection.start method is explicitly called.


Member Data Documentation

AnsiString TBTJMSConnectionFactory::ClientId

See also:
FClientId For reading

See also:
SetClientId For writing

AnsiString TBTJMSConnectionFactory::UserName

See also:
FUserName For reading

See also:
SetUserName For writing

AnsiString TBTJMSConnectionFactory::Password

See also:
FPassword For reading

See also:
SetPassword For writing

AnsiString TBTJMSConnectionFactory::BrokerURL

See also:
FBrokerURL For reading

See also:
SetBrokerURL For writing


Generated by doxygen