| 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 can handle connecting to multiple hosts.
|
| Modifier and Type | Method and Description |
|---|---|
RemoteNamingStore |
NamingStoreCache.getRemoteNamingStore(Endpoint clientEndpoint,
String connectionURL,
OptionMap connectOptions,
CallbackHandler callbackHandler,
long connectionTimeout,
OptionMap channelCreationOptions,
long channelCreationTimeoutInMillis,
List<RemoteContext.CloseTask> contextCloseTasks,
boolean randomServer)
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,
Channel channel) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolCommand.handleClientMessage(DataInput input,
int correlationId,
RemoteNamingStore namingStore) |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteNamingStoreV1 |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.