JBoss EJB client 1.0.5.Final

org.jboss.ejb.client
Interface EJBClientConfiguration.CommonConnectionCreationConfiguration

All Known Subinterfaces:
EJBClientConfiguration.ClusterConfiguration, EJBClientConfiguration.ClusterNodeConfiguration, EJBClientConfiguration.RemotingConnectionConfiguration
Enclosing interface:
EJBClientConfiguration

public static interface EJBClientConfiguration.CommonConnectionCreationConfiguration

Holds the common configurations that are required for connection creation


Method Summary
 CallbackHandler getCallbackHandler()
          Returns the CallbackHandler that will be used during connection creation.
 org.xnio.OptionMap getChannelCreationOptions()
          Returns the options that will be used during creation of a Channel for the connection
 org.xnio.OptionMap getConnectionCreationOptions()
          Returns the options that will be used during connection creation.
 long getConnectionTimeout()
          Returns the connection timeout in milli seconds, that will be used during connection creation
 

Method Detail

getConnectionCreationOptions

org.xnio.OptionMap getConnectionCreationOptions()
Returns the options that will be used during connection creation. This method must not return null

Returns:

getCallbackHandler

CallbackHandler getCallbackHandler()
Returns the CallbackHandler that will be used during connection creation. This method must not return null

Returns:

getConnectionTimeout

long getConnectionTimeout()
Returns the connection timeout in milli seconds, that will be used during connection creation

Returns:

getChannelCreationOptions

org.xnio.OptionMap getChannelCreationOptions()
Returns the options that will be used during creation of a Channel for the connection

Returns:

JBoss EJB client 1.0.5.Final

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