org.jboss.messaging.core.client
Interface Location

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
LocationImpl

public interface Location
extends java.io.Serializable

The location of a JBM server and the type of transport to use. Used by clients when creating a connection factory

Author:
Andy Taylor

Method Summary
 java.lang.String getHost()
           
 java.lang.String getLocation()
           
 int getPort()
           
 int getServerID()
           
 TransportType getTransport()
           
 

Method Detail

getLocation

java.lang.String getLocation()

getTransport

TransportType getTransport()

getHost

java.lang.String getHost()

getPort

int getPort()

getServerID

int getServerID()


Copyright © 2006 JBoss Inc. All Rights Reserved.