org.apache.qpid.config
Interface ConnectorConfig

All Known Implementing Classes:
Config, Config

public interface ConnectorConfig


Method Summary
 String getFactory()
           
 String getHost()
           
 int getPort()
           
 

Method Detail

getHost

String getHost()

getPort

int getPort()

getFactory

String getFactory()


Licensed to the Apache Software Foundation