org.jboss.messaging.core.client
Interface ClientConnectionFactory

All Known Implementing Classes:
ClientConnectionFactoryImpl

public interface ClientConnectionFactory

A ClientConnectionFactory

Author:
Tim Fox

Method Summary
 ClientConnection createConnection()
           
 ClientConnection createConnection(java.lang.String username, java.lang.String password)
           
 ConnectionParams getConnectionParams()
           
 int getDefaultConsumerMaxRate()
           
 int getDefaultConsumerWindowSize()
           
 int getDefaultProducerMaxRate()
           
 int getDefaultProducerWindowSize()
           
 Location getLocation()
           
 void setDefaultConsumerMaxRate(int rate)
           
 void setDefaultConsumerWindowSize(int size)
           
 void setDefaultProducerMaxRate(int rate)
           
 void setDefaultProducerWindowSize(int size)
           
 

Method Detail

createConnection

ClientConnection createConnection()
                                  throws MessagingException
Throws:
MessagingException

createConnection

ClientConnection createConnection(java.lang.String username,
                                  java.lang.String password)
                                  throws MessagingException
Throws:
MessagingException

setDefaultConsumerWindowSize

void setDefaultConsumerWindowSize(int size)

getDefaultConsumerWindowSize

int getDefaultConsumerWindowSize()

setDefaultProducerWindowSize

void setDefaultProducerWindowSize(int size)

getDefaultProducerWindowSize

int getDefaultProducerWindowSize()

setDefaultConsumerMaxRate

void setDefaultConsumerMaxRate(int rate)

getDefaultConsumerMaxRate

int getDefaultConsumerMaxRate()

setDefaultProducerMaxRate

void setDefaultProducerMaxRate(int rate)

getDefaultProducerMaxRate

int getDefaultProducerMaxRate()

getLocation

Location getLocation()

getConnectionParams

ConnectionParams getConnectionParams()


Copyright © 2006 JBoss Inc. All Rights Reserved.