JBoss Remote Naming 1.0.8.Final
A B C D E F G H I L N O P R S U V 

A

addEjbContext(CurrentEjbClientConnection) - Method in class org.jboss.naming.remote.client.HaRemoteNamingStore
 
addEjbContext(CurrentEjbClientConnection) - Method in interface org.jboss.naming.remote.client.RemoteNamingStore
Deprecated.
Since 1.0.6.Final
addEjbContext(CurrentEjbClientConnection) - Method in class org.jboss.naming.remote.protocol.v1.RemoteNamingStoreV1
 
addToEnvironment(String, Object) - Method in class org.jboss.naming.remote.client.RemoteContext
 
associate(Connection) - Method in interface org.jboss.naming.remote.client.ejb.EJBClientHandler
Associates the passed connection with an appropriate EJBClientContext.
associate(Connection) - Method in class org.jboss.naming.remote.client.ejb.RemoteNamingStoreEJBClientHandler
 

B

bind(Name, Object) - Method in class org.jboss.naming.remote.client.HaRemoteNamingStore
 
bind(Name, Object) - Method in class org.jboss.naming.remote.client.RemoteContext
 
bind(String, Object) - Method in class org.jboss.naming.remote.client.RemoteContext
 
bind(Name, Object) - Method in interface org.jboss.naming.remote.client.RemoteNamingStore
 
bind(Name, Object) - Method in class org.jboss.naming.remote.protocol.v1.RemoteNamingStoreV1
 

C

CacheShutdown - Class in org.jboss.naming.remote.client
Class which registers a shutdown hook to close any outstanding endpoints and connections.
CacheShutdown(NamingStoreCache, EndpointCache) - Constructor for class org.jboss.naming.remote.client.CacheShutdown
 
CALLBACK_HANDLER_KEY - Static variable in class org.jboss.naming.remote.client.InitialContextFactory
 
cancel() - Method in class org.jboss.naming.remote.protocol.CancellableDataOutputStream
 
CancellableDataOutputStream - Class in org.jboss.naming.remote.protocol
A DataOutputStream implementation to wrap a MessageOutputStream to allow it to be cancelled.
CancellableDataOutputStream(MessageOutputStream) - Constructor for class org.jboss.naming.remote.protocol.CancellableDataOutputStream
 
CHANNEL_NAME - Static variable in class org.jboss.naming.remote.Constants
 
clearSelector() - Method in class org.jboss.naming.remote.client.ejb.RemoteNamingEjbClientContextSelector
Deprecated.
 
ClientUtil - Class in org.jboss.naming.remote.client
 
ClientUtil() - Constructor for class org.jboss.naming.remote.client.ClientUtil
 
close() - Method in class org.jboss.naming.remote.client.HaRemoteNamingStore
 
close() - Method in class org.jboss.naming.remote.client.RemoteContext
 
close(boolean) - Method in interface org.jboss.naming.remote.client.RemoteContext.CloseTask
 
close() - Method in interface org.jboss.naming.remote.client.RemoteNamingStore
 
close() - Method in class org.jboss.naming.remote.protocol.v1.RemoteNamingStoreV1
 
closeAsync() - Method in class org.jboss.naming.remote.client.HaRemoteNamingStore
 
closeAsync() - Method in interface org.jboss.naming.remote.client.RemoteNamingStore
 
closeAsync() - Method in class org.jboss.naming.remote.protocol.v1.RemoteNamingStoreV1
 
closingChannel(Channel, Throwable) - Method in class org.jboss.naming.remote.server.DefaultRemoteNamingServerLogger
 
closingChannel(Channel, Throwable) - Method in interface org.jboss.naming.remote.server.RemoteNamingServerLogger
 
closingChannelOnChannelEnd(Channel) - Method in class org.jboss.naming.remote.server.DefaultRemoteNamingServerLogger
 
closingChannelOnChannelEnd(Channel) - Method in interface org.jboss.naming.remote.server.RemoteNamingServerLogger
 
composeName(Name, Name) - Method in class org.jboss.naming.remote.client.RemoteContext
 
composeName(String, String) - Method in class org.jboss.naming.remote.client.RemoteContext
 
CONNECTION - Static variable in class org.jboss.naming.remote.client.InitialContextFactory
 
Constants - Class in org.jboss.naming.remote
 
Constants() - Constructor for class org.jboss.naming.remote.Constants
 
createSubcontext(Name) - Method in class org.jboss.naming.remote.client.HaRemoteNamingStore
 
createSubcontext(Name) - Method in class org.jboss.naming.remote.client.RemoteContext
 
createSubcontext(String) - Method in class org.jboss.naming.remote.client.RemoteContext
 
createSubcontext(Name) - Method in interface org.jboss.naming.remote.client.RemoteNamingStore
 
createSubcontext(Name) - Method in class org.jboss.naming.remote.protocol.v1.RemoteNamingStoreV1
 
CurrentEjbClientConnection - Class in org.jboss.naming.remote.client
Abstraction around the ejb client context, to get around class loading issues.
CurrentEjbClientConnection() - Constructor for class org.jboss.naming.remote.client.CurrentEjbClientConnection
 

D

DefaultRemoteNamingServerLogger - Class in org.jboss.naming.remote.server
 
destroySubcontext(Name) - Method in class org.jboss.naming.remote.client.HaRemoteNamingStore
 
destroySubcontext(Name) - Method in class org.jboss.naming.remote.client.RemoteContext
 
destroySubcontext(String) - Method in class org.jboss.naming.remote.client.RemoteContext
 
destroySubcontext(Name) - Method in interface org.jboss.naming.remote.client.RemoteNamingStore
 
destroySubcontext(Name) - Method in class org.jboss.naming.remote.protocol.v1.RemoteNamingStoreV1
 

E

EJBClientHandler - Interface in org.jboss.naming.remote.client.ejb
A EJBClientHandler is an abstraction to allows the remote naming APIs to support EJB invocations without adding a hard dependency on the EJB client project.
ENDPOINT - Static variable in class org.jboss.naming.remote.client.InitialContextFactory
 
EndpointCache - Class in org.jboss.naming.remote.client
 
EndpointCache() - Constructor for class org.jboss.naming.remote.client.EndpointCache
 
execute(Channel, Object...) - Method in interface org.jboss.naming.remote.protocol.ProtocolCommand
 

F

failedToDetermineClientVersion(IOException) - Method in class org.jboss.naming.remote.server.DefaultRemoteNamingServerLogger
 
failedToDetermineClientVersion(IOException) - Method in interface org.jboss.naming.remote.server.RemoteNamingServerLogger
 
failedToSendExceptionResponse(IOException) - Method in class org.jboss.naming.remote.server.DefaultRemoteNamingServerLogger
 
failedToSendExceptionResponse(IOException) - Method in interface org.jboss.naming.remote.server.RemoteNamingServerLogger
 
failedToSendHeader(IOException) - Method in class org.jboss.naming.remote.server.DefaultRemoteNamingServerLogger
 
failedToSendHeader(IOException) - Method in interface org.jboss.naming.remote.server.RemoteNamingServerLogger
 
finalize() - Method in class org.jboss.naming.remote.client.RemoteContext
 
future(IoFuture<V>) - Static method in class org.jboss.naming.remote.protocol.IoFutureHelper
 

G

get(String, OptionMap, OptionMap) - Method in class org.jboss.naming.remote.client.EndpointCache
 
get(IoFuture<V>, long, TimeUnit) - Static method in class org.jboss.naming.remote.protocol.IoFutureHelper
 
getCallbackHandler() - Method in class org.jboss.naming.remote.client.RemoteNamingStoreConnectionInfo
 
getChannelCreationOptions() - Method in class org.jboss.naming.remote.client.RemoteNamingStoreConnectionInfo
 
getChannelCreationTimeout() - Method in class org.jboss.naming.remote.client.RemoteNamingStoreConnectionInfo
 
getCommandId() - Method in interface org.jboss.naming.remote.protocol.ProtocolCommand
 
getConnection() - Method in class org.jboss.naming.remote.client.CurrentEjbClientConnection
 
getConnectionOptions() - Method in class org.jboss.naming.remote.client.RemoteNamingStoreConnectionInfo
 
getConnectionTimeout() - Method in class org.jboss.naming.remote.client.RemoteNamingStoreConnectionInfo
 
getConnectionURI() - Method in class org.jboss.naming.remote.client.RemoteNamingStoreConnectionInfo
 
getCurrent() - Method in class org.jboss.naming.remote.client.ejb.RemoteNamingEjbClientContextSelector
Deprecated.
 
getEndpoint() - Method in class org.jboss.naming.remote.client.RemoteNamingStoreConnectionInfo
 
getEnvironment() - Method in class org.jboss.naming.remote.client.RemoteContext
 
getExecutor() - Method in class org.jboss.naming.remote.server.RemoteNamingService
 
getHeldException() - Method in class org.jboss.naming.remote.protocol.v1.ProtocolIoFuture
 
getInitialContext(Hashtable<?, ?>) - Method in class org.jboss.naming.remote.client.InitialContextFactory
 
getLocalContext() - Method in class org.jboss.naming.remote.server.RemoteNamingService
 
getLogger() - Method in class org.jboss.naming.remote.server.RemoteNamingService
 
getNameInNamespace() - Method in class org.jboss.naming.remote.client.RemoteContext
 
getNameParser(Name) - Method in class org.jboss.naming.remote.client.RemoteContext
 
getNameParser(String) - Method in class org.jboss.naming.remote.client.RemoteContext
 
getNamingServer(Channel, RemoteNamingService) - Static method in class org.jboss.naming.remote.protocol.v1.VersionOne
 
getRemoteNamingServer(byte, Channel, RemoteNamingService) - Static method in class org.jboss.naming.remote.protocol.Versions
 
getRemoteNamingStore(Endpoint, String, OptionMap, CallbackHandler, long, OptionMap, long, List<RemoteContext.CloseTask>, boolean) - Method in class org.jboss.naming.remote.client.NamingStoreCache
Returns a Channel for the passed connection properties.
getRemoteNamingStore(Endpoint, String, OptionMap, CallbackHandler, long, OptionMap, long, List<RemoteContext.CloseTask>, boolean, EJBClientHandler) - Method in class org.jboss.naming.remote.client.NamingStoreCache
Returns a Channel for the passed connection properties.
getRemoteNamingStore(Channel) - Static method in class org.jboss.naming.remote.protocol.v1.VersionOne
 
getRemoteNamingStore(Channel, EJBClientHandler) - Static method in class org.jboss.naming.remote.protocol.v1.VersionOne
 
getRemoteNamingStore(byte, Channel) - Static method in class org.jboss.naming.remote.protocol.Versions
 
getRemoteNamingStore(byte, Channel, EJBClientHandler) - Static method in class org.jboss.naming.remote.protocol.Versions
 
getSupportedVersions() - Static method in class org.jboss.naming.remote.protocol.Versions
 
getVersionIdentifier() - Static method in class org.jboss.naming.remote.protocol.v1.VersionOne
 

H

handleClientMessage(DataInput, int, RemoteNamingStore) - Method in interface org.jboss.naming.remote.protocol.ProtocolCommand
 
handleLookupReturnInstance(Object) - Method in interface org.jboss.naming.remote.client.ejb.EJBClientHandler
This method will be invoked by the remote naming lookup protocol after it has received back the object from the server, during a Context.lookup(String) or Context.lookup(javax.naming.Name) operation.
handleLookupReturnInstance(Object) - Method in class org.jboss.naming.remote.client.ejb.RemoteNamingStoreEJBClientHandler
 
handleServerMessage(Channel, DataInput, int, RemoteNamingService) - Method in interface org.jboss.naming.remote.protocol.ProtocolCommand
 
HaRemoteNamingStore - Class in org.jboss.naming.remote.client
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.
HaRemoteNamingStore(long, OptionMap, long, CallbackHandler, OptionMap, List<URI>, Endpoint, boolean) - Constructor for class org.jboss.naming.remote.client.HaRemoteNamingStore
 
HaRemoteNamingStore(List<RemoteNamingStoreConnectionInfo>, boolean) - Constructor for class org.jboss.naming.remote.client.HaRemoteNamingStore
 

I

InitialContextFactory - Class in org.jboss.naming.remote.client
 
InitialContextFactory() - Constructor for class org.jboss.naming.remote.client.InitialContextFactory
 
INSTANCE - Static variable in class org.jboss.naming.remote.server.DefaultRemoteNamingServerLogger
 
IoFutureHelper - Class in org.jboss.naming.remote.protocol
 
IoFutureHelper() - Constructor for class org.jboss.naming.remote.protocol.IoFutureHelper
 
isEmpty(Name) - Static method in class org.jboss.naming.remote.client.ClientUtil
 

L

list(Name) - Method in class org.jboss.naming.remote.client.HaRemoteNamingStore
 
list(Name) - Method in class org.jboss.naming.remote.client.RemoteContext
 
list(String) - Method in class org.jboss.naming.remote.client.RemoteContext
 
list(Name) - Method in interface org.jboss.naming.remote.client.RemoteNamingStore
 
list(Name) - Method in class org.jboss.naming.remote.protocol.v1.RemoteNamingStoreV1
 
listBindings(Name) - Method in class org.jboss.naming.remote.client.HaRemoteNamingStore
 
listBindings(Name) - Method in class org.jboss.naming.remote.client.RemoteContext
 
listBindings(String) - Method in class org.jboss.naming.remote.client.RemoteContext
 
listBindings(Name) - Method in interface org.jboss.naming.remote.client.RemoteNamingStore
 
listBindings(Name) - Method in class org.jboss.naming.remote.protocol.v1.RemoteNamingStoreV1
 
lookup(Name) - Method in class org.jboss.naming.remote.client.HaRemoteNamingStore
 
lookup(Name) - Method in class org.jboss.naming.remote.client.RemoteContext
 
lookup(String) - Method in class org.jboss.naming.remote.client.RemoteContext
 
lookup(Name) - Method in interface org.jboss.naming.remote.client.RemoteNamingStore
 
lookup(Name) - Method in class org.jboss.naming.remote.protocol.v1.RemoteNamingStoreV1
 
lookupLink(Name) - Method in class org.jboss.naming.remote.client.HaRemoteNamingStore
 
lookupLink(Name) - Method in class org.jboss.naming.remote.client.RemoteContext
 
lookupLink(String) - Method in class org.jboss.naming.remote.client.RemoteContext
 
lookupLink(Name) - Method in interface org.jboss.naming.remote.client.RemoteNamingStore
 
lookupLink(Name) - Method in class org.jboss.naming.remote.protocol.v1.RemoteNamingStoreV1
 

N

NAMING - Static variable in class org.jboss.naming.remote.Constants
 
namingEnumeration(Collection<T>) - Static method in class org.jboss.naming.remote.client.ClientUtil
 
namingException(String, Throwable) - Static method in class org.jboss.naming.remote.client.ClientUtil
Creates an initializes a naming exception.
NamingIOException - Exception in org.jboss.naming.remote.protocol
Exception class that signifies that the naming operation failed due to an IOException
NamingIOException(String) - Constructor for exception org.jboss.naming.remote.protocol.NamingIOException
 
NamingIOException() - Constructor for exception org.jboss.naming.remote.protocol.NamingIOException
 
NamingStoreCache - Class in org.jboss.naming.remote.client
 
NamingStoreCache() - Constructor for class org.jboss.naming.remote.client.NamingStoreCache
 
nullCorrelationId(Throwable) - Method in class org.jboss.naming.remote.server.DefaultRemoteNamingServerLogger
 
nullCorrelationId(Throwable) - Method in interface org.jboss.naming.remote.server.RemoteNamingServerLogger
 

O

org.jboss.naming.remote - package org.jboss.naming.remote
 
org.jboss.naming.remote.client - package org.jboss.naming.remote.client
 
org.jboss.naming.remote.client.ejb - package org.jboss.naming.remote.client.ejb
 
org.jboss.naming.remote.protocol - package org.jboss.naming.remote.protocol
 
org.jboss.naming.remote.protocol.v1 - package org.jboss.naming.remote.protocol.v1
 
org.jboss.naming.remote.server - package org.jboss.naming.remote.server
 

P

parse(String) - Method in class org.jboss.naming.remote.client.RemoteContext
 
PASSWORD_BASE64_KEY - Static variable in class org.jboss.naming.remote.client.InitialContextFactory
 
ProtocolCommand<T> - Interface in org.jboss.naming.remote.protocol
 
ProtocolIoFuture<T> - Class in org.jboss.naming.remote.protocol.v1
 
ProtocolIoFuture() - Constructor for class org.jboss.naming.remote.protocol.v1.ProtocolIoFuture
 

R

ReadUtil - Class in org.jboss.naming.remote.protocol.v1
 
ReadUtil() - Constructor for class org.jboss.naming.remote.protocol.v1.ReadUtil
 
REALM_KEY - Static variable in class org.jboss.naming.remote.client.InitialContextFactory
 
rebind(Name, Object) - Method in class org.jboss.naming.remote.client.HaRemoteNamingStore
 
rebind(Name, Object) - Method in class org.jboss.naming.remote.client.RemoteContext
 
rebind(String, Object) - Method in class org.jboss.naming.remote.client.RemoteContext
 
rebind(Name, Object) - Method in interface org.jboss.naming.remote.client.RemoteNamingStore
 
rebind(Name, Object) - Method in class org.jboss.naming.remote.protocol.v1.RemoteNamingStoreV1
 
registerShutdownHandler() - Method in class org.jboss.naming.remote.client.CacheShutdown
 
release(EndpointCache.CacheKey, boolean) - Method in class org.jboss.naming.remote.client.EndpointCache
 
release(NamingStoreCache.CacheKey, boolean) - Method in class org.jboss.naming.remote.client.NamingStoreCache
 
RemoteContext - Class in org.jboss.naming.remote.client
 
RemoteContext(RemoteNamingStore, Hashtable<String, Object>) - Constructor for class org.jboss.naming.remote.client.RemoteContext
 
RemoteContext(RemoteNamingStore, Hashtable<String, Object>, List<RemoteContext.CloseTask>) - Constructor for class org.jboss.naming.remote.client.RemoteContext
 
RemoteContext(Name, RemoteNamingStore, Hashtable<String, Object>) - Constructor for class org.jboss.naming.remote.client.RemoteContext
 
RemoteContext(Name, RemoteNamingStore, Hashtable<String, Object>, List<RemoteContext.CloseTask>) - Constructor for class org.jboss.naming.remote.client.RemoteContext
 
RemoteContext.CloseTask - Interface in org.jboss.naming.remote.client
 
RemoteNamingEjbClientContextSelector - Class in org.jboss.naming.remote.client.ejb
Deprecated.
Since 1.0.6.Final - remote-naming no longer switches EJB client context selector for providing EJB invocation support. Instead we use EJBClientHandler to handle EJB integration in remote-naming
RemoteNamingEjbClientContextSelector() - Constructor for class org.jboss.naming.remote.client.ejb.RemoteNamingEjbClientContextSelector
Deprecated.
 
RemoteNamingServer - Interface in org.jboss.naming.remote.server
 
RemoteNamingServerLogger - Interface in org.jboss.naming.remote.server
 
RemoteNamingServerV1 - Class in org.jboss.naming.remote.protocol.v1
 
RemoteNamingServerV1(Channel, RemoteNamingService) - Constructor for class org.jboss.naming.remote.protocol.v1.RemoteNamingServerV1
 
RemoteNamingService - Class in org.jboss.naming.remote.server
 
RemoteNamingService(Context, Executor) - Constructor for class org.jboss.naming.remote.server.RemoteNamingService
 
RemoteNamingService(Context, Executor, RemoteNamingServerLogger) - Constructor for class org.jboss.naming.remote.server.RemoteNamingService
 
RemoteNamingStore - Interface in org.jboss.naming.remote.client
 
RemoteNamingStoreConnectionInfo - Class in org.jboss.naming.remote.client
Holds the connection information for a RemoteNamingStore
RemoteNamingStoreConnectionInfo(Endpoint, URI, OptionMap, long, CallbackHandler, long, OptionMap) - Constructor for class org.jboss.naming.remote.client.RemoteNamingStoreConnectionInfo
 
RemoteNamingStoreEJBClientHandler - Class in org.jboss.naming.remote.client.ejb
An implementation of EJBClientHandler which has hard dependency on the EJB client APIs
RemoteNamingStoreV1 - Class in org.jboss.naming.remote.protocol.v1
 
RemoteNamingStoreV1(Channel) - Constructor for class org.jboss.naming.remote.protocol.v1.RemoteNamingStoreV1
 
RemoteNamingStoreV1(Channel, EJBClientHandler) - Constructor for class org.jboss.naming.remote.protocol.v1.RemoteNamingStoreV1
 
removeEjbContext(CurrentEjbClientConnection) - Method in class org.jboss.naming.remote.client.HaRemoteNamingStore
 
removeEjbContext(CurrentEjbClientConnection) - Method in interface org.jboss.naming.remote.client.RemoteNamingStore
Deprecated.
Since 1.0.6.Final
removeEjbContext(CurrentEjbClientConnection) - Method in class org.jboss.naming.remote.protocol.v1.RemoteNamingStoreV1
 
removeFromEnvironment(String) - Method in class org.jboss.naming.remote.client.RemoteContext
 
rename(Name, Name) - Method in class org.jboss.naming.remote.client.HaRemoteNamingStore
 
rename(Name, Name) - Method in class org.jboss.naming.remote.client.RemoteContext
 
rename(String, String) - Method in class org.jboss.naming.remote.client.RemoteContext
 
rename(Name, Name) - Method in interface org.jboss.naming.remote.client.RemoteNamingStore
 
rename(Name, Name) - Method in class org.jboss.naming.remote.protocol.v1.RemoteNamingStoreV1
 
run() - Method in class org.jboss.naming.remote.client.CacheShutdown
 

S

setConnection(Connection) - Method in class org.jboss.naming.remote.client.CurrentEjbClientConnection
 
setCurrent(CurrentEjbClientConnection) - Method in class org.jboss.naming.remote.client.ejb.RemoteNamingEjbClientContextSelector
Deprecated.
 
setException(IOException) - Method in class org.jboss.naming.remote.protocol.v1.ProtocolIoFuture
 
setHeldException(Exception) - Method in class org.jboss.naming.remote.protocol.v1.ProtocolIoFuture
 
setResult(T) - Method in class org.jboss.naming.remote.protocol.v1.ProtocolIoFuture
 
SETUP_EJB_CONTEXT - Static variable in class org.jboss.naming.remote.client.InitialContextFactory
 
setupEJBClientContext(List<RemoteContext.CloseTask>) - Static method in class org.jboss.naming.remote.client.ejb.RemoteNamingStoreEJBClientHandler
 
setupSelector() - Static method in class org.jboss.naming.remote.client.ejb.RemoteNamingEjbClientContextSelector
Deprecated.
 
shutdown() - Method in class org.jboss.naming.remote.client.EndpointCache
 
shutdown() - Method in class org.jboss.naming.remote.client.NamingStoreCache
 
start() - Method in class org.jboss.naming.remote.protocol.v1.RemoteNamingServerV1
 
start() - Method in interface org.jboss.naming.remote.server.RemoteNamingServer
 
start(Endpoint) - Method in class org.jboss.naming.remote.server.RemoteNamingService
 
stop() - Method in class org.jboss.naming.remote.server.RemoteNamingService
 

U

unbind(Name) - Method in class org.jboss.naming.remote.client.HaRemoteNamingStore
 
unbind(Name) - Method in class org.jboss.naming.remote.client.RemoteContext
 
unbind(String) - Method in class org.jboss.naming.remote.client.RemoteContext
 
unbind(Name) - Method in interface org.jboss.naming.remote.client.RemoteNamingStore
 
unbind(Name) - Method in class org.jboss.naming.remote.protocol.v1.RemoteNamingStoreV1
 
unexpectedParameterType(byte, byte) - Method in class org.jboss.naming.remote.server.DefaultRemoteNamingServerLogger
 
unexpectedParameterType(byte, byte) - Method in interface org.jboss.naming.remote.server.RemoteNamingServerLogger
 
unnexpectedError(Throwable) - Method in class org.jboss.naming.remote.server.DefaultRemoteNamingServerLogger
 
unnexpectedError(Throwable) - Method in interface org.jboss.naming.remote.server.RemoteNamingServerLogger
 

V

VersionOne - Class in org.jboss.naming.remote.protocol.v1
The entry point to VersionOne
Versions - Class in org.jboss.naming.remote.protocol
Single access point to locate the supported versions.
A B C D E F G H I L N O P R S U V 
JBoss Remote Naming 1.0.8.Final

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