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

A

addToEnvironment(String, Object) - Method in class org.jboss.naming.remote.client.RemoteContext
 

B

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.cache
Class which registers a shutdown hook to close any outstanding endpoints and connections.
CacheShutdown(ConnectionCache, EndpointCache) - Constructor for class org.jboss.naming.remote.client.cache.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
 
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.RemoteContext
 
close() - Method in interface org.jboss.naming.remote.client.RemoteNamingStore
 
close() - 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
 
ConnectionCache - Class in org.jboss.naming.remote.client.cache
 
ConnectionCache() - Constructor for class org.jboss.naming.remote.client.cache.ConnectionCache
 
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.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
 

D

DefaultRemoteNamingServerLogger - Class in org.jboss.naming.remote.server
 
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

EjbClientContextSelector - Class in org.jboss.naming.remote.client.ejb
 
ENDPOINT - Static variable in class org.jboss.naming.remote.client.InitialContextFactory
 
EndpointCache - Class in org.jboss.naming.remote.client.cache
 
EndpointCache() - Constructor for class org.jboss.naming.remote.client.cache.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(Endpoint, URI, OptionMap, CallbackHandler, long) - Method in class org.jboss.naming.remote.client.cache.ConnectionCache
 
get(String, OptionMap, OptionMap) - Method in class org.jboss.naming.remote.client.cache.EndpointCache
 
get(IoFuture<V>, long, TimeUnit) - Static method in class org.jboss.naming.remote.protocol.IoFutureHelper
 
getCommandId() - Method in interface org.jboss.naming.remote.protocol.ProtocolCommand
 
getCurrent() - Method in class org.jboss.naming.remote.client.ejb.EjbClientContextSelector
 
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(Channel) - Static method in class org.jboss.naming.remote.protocol.v1.VersionOne
 
getRemoteNamingStore(byte, Channel) - 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
 
handleServerMessage(Channel, DataInput, int, RemoteNamingService) - Method in interface org.jboss.naming.remote.protocol.ProtocolCommand
 

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.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.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.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.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
 
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.cache - package org.jboss.naming.remote.client.cache
 
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.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.cache.CacheShutdown
 
release(Object) - Method in class org.jboss.naming.remote.client.cache.ConnectionCache
 
release(Object, boolean) - Method in class org.jboss.naming.remote.client.cache.ConnectionCache
 
release(EndpointCache.CacheKey) - Method in class org.jboss.naming.remote.client.cache.EndpointCache
 
release(EndpointCache.CacheKey, boolean) - Method in class org.jboss.naming.remote.client.cache.EndpointCache
 
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
 
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
 
RemoteNamingStoreV1 - Class in org.jboss.naming.remote.protocol.v1
 
RemoteNamingStoreV1(Channel) - Constructor for 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.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
 
resetSelector(ContextSelector<EJBClientContext>) - Static method in class org.jboss.naming.remote.client.ejb.EjbClientContextSelector
 
run() - Method in class org.jboss.naming.remote.client.cache.CacheShutdown
 

S

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
 
setupSelector(Connection) - Static method in class org.jboss.naming.remote.client.ejb.EjbClientContextSelector
 
shutdown() - Method in class org.jboss.naming.remote.client.cache.ConnectionCache
 
shutdown() - Method in class org.jboss.naming.remote.client.cache.EndpointCache
 
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.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.1.Final

Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.