JBoss EJB client 1.0.5.Final

org.jboss.ejb.client
Interface EJBClientConfiguration.RemotingConnectionConfiguration

All Superinterfaces:
EJBClientConfiguration.CommonConnectionCreationConfiguration
Enclosing interface:
EJBClientConfiguration

public static interface EJBClientConfiguration.RemotingConnectionConfiguration
extends EJBClientConfiguration.CommonConnectionCreationConfiguration

Holds the connection specific configurations


Method Summary
 String getHost()
          Returns the host name/IP address to be used during connection creation.
 int getPort()
          Returns the port that will be used during connection creation
 
Methods inherited from interface org.jboss.ejb.client.EJBClientConfiguration.CommonConnectionCreationConfiguration
getCallbackHandler, getChannelCreationOptions, getConnectionCreationOptions, getConnectionTimeout
 

Method Detail

getHost

String getHost()
Returns the host name/IP address to be used during connection creation. This method must not return null

Returns:

getPort

int getPort()
Returns the port that will be used during connection creation

Returns:

JBoss EJB client 1.0.5.Final

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.