Package | Description |
---|---|
org.jboss.naming.remote.client | |
org.jboss.naming.remote.protocol | |
org.jboss.naming.remote.protocol.v1 |
Modifier and Type | Class and Description |
---|---|
class |
HaRemoteNamingStore
Remote naming store that has the ability to re-establish a connection to a destination server,
if the connection breaks at some point in time.
|
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) |
RemoteContext(Name prefix,
RemoteNamingStore namingStore,
Hashtable<String,Object> environment,
List<RemoteContext.CloseTask> closeTasks) |
RemoteContext(RemoteNamingStore namingStore,
Hashtable<String,Object> environment) |
RemoteContext(RemoteNamingStore namingStore,
Hashtable<String,Object> environment,
List<RemoteContext.CloseTask> closeTasks) |
Modifier and Type | Method and Description |
---|---|
static RemoteNamingStore |
Versions.getRemoteNamingStore(byte version,
org.jboss.remoting3.Channel channel) |
static RemoteNamingStore |
Versions.getRemoteNamingStore(byte version,
org.jboss.remoting3.Channel channel,
EJBClientHandler ejbClientHandler) |
Modifier and Type | Method and Description |
---|---|
void |
ProtocolCommand.handleClientMessage(DataInput input,
int correlationId,
RemoteNamingStore namingStore) |
Modifier and Type | Class and Description |
---|---|
class |
RemoteNamingStoreV1 |
Copyright © 2016 JBoss by Red Hat. All rights reserved.