Package | Description |
---|---|
org.jboss.naming.remote.client | |
org.jboss.naming.remote.client.ejb |
Modifier and Type | Method and Description |
---|---|
RemoteNamingStore |
NamingStoreCache.getRemoteNamingStore(org.jboss.remoting3.Endpoint clientEndpoint,
String connectionURL,
org.xnio.OptionMap connectOptions,
CallbackHandler callbackHandler,
long connectionTimeout,
org.xnio.OptionMap channelCreationOptions,
long channelCreationTimeoutInMillis,
List<RemoteContext.CloseTask> contextCloseTasks,
boolean randomServer)
Returns a
Channel for the passed connection properties. |
RemoteNamingStore |
NamingStoreCache.getRemoteNamingStore(org.jboss.remoting3.Endpoint clientEndpoint,
String connectionURL,
org.xnio.OptionMap connectOptions,
CallbackHandler callbackHandler,
long connectionTimeout,
org.xnio.OptionMap channelCreationOptions,
long channelCreationTimeoutInMillis,
List<RemoteContext.CloseTask> contextCloseTasks,
boolean randomServer,
EJBClientHandler ejbClientHandler)
Returns a
Channel for the passed connection properties. |
Constructor and Description |
---|
RemoteContext(Name prefix,
RemoteNamingStore namingStore,
Hashtable<String,Object> environment,
List<RemoteContext.CloseTask> closeTasks) |
RemoteContext(RemoteNamingStore namingStore,
Hashtable<String,Object> environment,
List<RemoteContext.CloseTask> closeTasks) |
Modifier and Type | Method and Description |
---|---|
static RemoteNamingStoreEJBClientHandler |
RemoteNamingStoreEJBClientHandler.setupEJBClientContext(List<RemoteContext.CloseTask> closeTasks) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.