JBoss EJB client 2.0.0.Beta4

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
 String getProtocol()
          The protocol to use.
 
Methods inherited from interface org.jboss.ejb.client.EJBClientConfiguration.CommonConnectionCreationConfiguration
getCallbackHandler, getChannelCreationOptions, getConnectionCreationOptions, getConnectionTimeout, isConnectEagerly
 

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:

getProtocol

String getProtocol()
The protocol to use. Can be remoting, http-remoting or https-remoting

Returns:
The protocol

JBoss EJB client 2.0.0.Beta4

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