A B C D E F G H I J K L N O P Q R S T U V W

A

AbstractAutoCloseable<T> - Class in org.jboss.remoting.spi
A closeable implementation that supports reference counting.
AbstractAutoCloseable(Executor) - Constructor for class org.jboss.remoting.spi.AbstractAutoCloseable
Basic constructor.
AbstractHandleableCloseable<T> - Class in org.jboss.remoting.spi
A basic implementation of a closeable resource.
AbstractHandleableCloseable(Executor) - Constructor for class org.jboss.remoting.spi.AbstractHandleableCloseable
Basic constructor.
AbstractRequestListener<I,O> - Class in org.jboss.remoting
A simple request listener implementation that implements all methods with no-operation implementations.
AbstractRequestListener() - Constructor for class org.jboss.remoting.AbstractRequestListener
 
AbstractSimpleCloseable - Class in org.jboss.remoting.spi
An abstract simple closeable implementation.
AbstractSimpleCloseable(Executor) - Constructor for class org.jboss.remoting.spi.AbstractSimpleCloseable
Basic constructor.
accept(T) - Method in interface org.jboss.remoting.stream.ObjectSink
Accept an object.
add(V) - Method in class org.jboss.remoting.util.SynchronizedCollection
 
add(T) - Method in class org.jboss.remoting.util.SynchronizedQueue
 
add(T) - Method in class org.jboss.remoting.util.WeakHashSet
 
addAll(Collection<? extends V>) - Method in class org.jboss.remoting.util.SynchronizedCollection
 
addAll(Collection<? extends T>) - Method in class org.jboss.remoting.util.SynchronizedQueue
 
addAll(Collection<? extends T>) - Method in class org.jboss.remoting.util.WeakHashSet
 
addCancelHandler(RequestCancelHandler<O>) - Method in interface org.jboss.remoting.RequestContext
Add a notifier to be called if a cancel request is received.
addCloseHandler(CloseHandler<? super T>) - Method in interface org.jboss.remoting.HandleableCloseable
Add a handler that will be called upon close.
addCloseHandler(CloseHandler<? super T>) - Method in class org.jboss.remoting.spi.AbstractHandleableCloseable
Add a handler that will be called upon close.
addCloseHandler(CloseHandler<? super Handle<T>>) - Method in interface org.jboss.remoting.spi.Handle
Add a handler that is invoked when this handle is closed.
addCloseHandler(CloseHandler<? super RequestHandler>) - Method in interface org.jboss.remoting.spi.RequestHandler
Add a handler that is called when the request handler is closed.
addCloseHandler(CloseHandler<? super RequestHandlerSource>) - Method in interface org.jboss.remoting.spi.RequestHandlerSource
Add a handler that is called when the request handler source is closed.
addServiceListener(ServiceListener, boolean) - Method in interface org.jboss.remoting.Endpoint
Add a listener for observing when local and remote services are added.
arrayList() - Static method in class org.jboss.remoting.util.CollectionUtil
Create an array-backed list.
arrayList(List<T>) - Static method in class org.jboss.remoting.util.CollectionUtil
Create an array-backed list whose contents are a copy of the given list.
arrayStartsWith(Object[], Object[]) - Static method in class org.jboss.remoting.util.CollectionUtil
Determine if one array begins with another.
AtomicMap<K,V> - Class in org.jboss.remoting.util
A delegating map implementation that accepts a standard Map, but conforms to the contract for ConcurrentMap.
AtomicMap(Map<K, V>) - Constructor for class org.jboss.remoting.util.AtomicMap
 
AutoCloseable<T> - Interface in org.jboss.remoting.spi
 

B

blockingQueue(int) - Static method in class org.jboss.remoting.util.CollectionUtil
Create a fixed-capacity blocking queue.

C

cancel() - Method in interface org.jboss.remoting.spi.RemoteRequestContext
Signal that the request should be cancelled, if possible.
clear() - Method in class org.jboss.remoting.util.AtomicMap
 
clear() - Method in class org.jboss.remoting.util.ConcurrentReferenceHashMap
Removes all of the mappings from this map.
clear() - Method in class org.jboss.remoting.util.SynchronizedCollection
 
clear() - Method in class org.jboss.remoting.util.SynchronizedMap
 
clear() - Method in class org.jboss.remoting.util.SynchronizedQueue
 
clear() - Method in class org.jboss.remoting.util.WeakHashSet
 
Client<I,O> - Interface in org.jboss.remoting
A communications client.
ClientContext - Interface in org.jboss.remoting
The server context for a single remote client instance.
ClientSource<I,O> - Interface in org.jboss.remoting
A source for new Remoting contexts.
close() - Method in interface org.jboss.remoting.ClientSource
Close the context source.
close() - Method in interface org.jboss.remoting.HandleableCloseable
Close, waiting for any outstanding processing to finish.
close() - Method in class org.jboss.remoting.spi.AbstractHandleableCloseable
Close, waiting for any outstanding processing to finish.
close() - Method in interface org.jboss.remoting.spi.Handle
Close this reference.
close() - Method in interface org.jboss.remoting.spi.RequestHandler
Close this request handler.
close() - Method in interface org.jboss.remoting.spi.RequestHandlerSource
Close this request handler source immediately.
close() - Method in interface org.jboss.remoting.stream.ObjectSink
Close the sink.
close() - Method in interface org.jboss.remoting.stream.ObjectSource
Close the stream.
closeAction() - Method in class org.jboss.remoting.spi.AbstractHandleableCloseable
Called exactly once when the close() method is invoked; the actual close operation should take place here.
closeEndpoint(Endpoint) - Static method in class org.jboss.remoting.Remoting
 
CloseHandler<T> - Interface in org.jboss.remoting
A handler which is notified of a resource close.
CollectionUtil - Class in org.jboss.remoting.util
A set of helpful utility functions for collections.
combine(Iterator<? extends T>, Iterator<? extends T>) - Static method in class org.jboss.remoting.util.CollectionUtil
Combine two Iterators into one.
combine(Iterator<? extends T>, Iterator<? extends T>, Iterator<? extends T>) - Static method in class org.jboss.remoting.util.CollectionUtil
Combine three Iterators into one.
combine(Iterator<? extends T>, Iterator<? extends T>, Iterator<? extends T>, Iterator<? extends T>) - Static method in class org.jboss.remoting.util.CollectionUtil
Combine four Iterators into one.
combine(Iterable<? extends T>, Iterable<? extends T>) - Static method in class org.jboss.remoting.util.CollectionUtil
Combine two Iterables into one.
combine(Iterable<? extends T>, Iterable<? extends T>, Iterable<? extends T>) - Static method in class org.jboss.remoting.util.CollectionUtil
Combine three Iterables into one.
combine(Iterable<? extends T>, Iterable<? extends T>, Iterable<? extends T>, Iterable<? extends T>) - Static method in class org.jboss.remoting.util.CollectionUtil
Combine four Iterables into one.
compareTo(QualifiedName) - Method in class org.jboss.remoting.util.QualifiedName
 
concurrentMap() - Static method in class org.jboss.remoting.util.CollectionUtil
Create a concurrent map instance.
ConcurrentReferenceHashMap<K,V> - Class in org.jboss.remoting.util
An advanced hash table supporting configurable garbage collection semantics of keys and values, optional referential-equality, full concurrency of retrievals, and adjustable expected concurrency for updates.
ConcurrentReferenceHashMap(int, float, int, ConcurrentReferenceHashMap.ReferenceType, ConcurrentReferenceHashMap.ReferenceType, EnumSet<ConcurrentReferenceHashMap.Option>) - Constructor for class org.jboss.remoting.util.ConcurrentReferenceHashMap
Creates a new, empty map with the specified initial capacity, reference types, load factor and concurrency level.
ConcurrentReferenceHashMap(int, float, int) - Constructor for class org.jboss.remoting.util.ConcurrentReferenceHashMap
Creates a new, empty map with the specified initial capacity, load factor and concurrency level.
ConcurrentReferenceHashMap(int, float) - Constructor for class org.jboss.remoting.util.ConcurrentReferenceHashMap
Creates a new, empty map with the specified initial capacity and load factor and with the default reference types (weak keys, strong values), and concurrencyLevel (16).
ConcurrentReferenceHashMap(int, ConcurrentReferenceHashMap.ReferenceType, ConcurrentReferenceHashMap.ReferenceType) - Constructor for class org.jboss.remoting.util.ConcurrentReferenceHashMap
Creates a new, empty map with the specified initial capacity, reference types and with default load factor (0.75) and concurrencyLevel (16).
ConcurrentReferenceHashMap(int) - Constructor for class org.jboss.remoting.util.ConcurrentReferenceHashMap
Creates a new, empty map with the specified initial capacity, and with default reference types (weak keys, strong values), load factor (0.75) and concurrencyLevel (16).
ConcurrentReferenceHashMap() - Constructor for class org.jboss.remoting.util.ConcurrentReferenceHashMap
Creates a new, empty map with a default initial capacity (16), reference types (weak keys, strong values), default load factor (0.75) and concurrencyLevel (16).
ConcurrentReferenceHashMap(Map<? extends K, ? extends V>) - Constructor for class org.jboss.remoting.util.ConcurrentReferenceHashMap
Creates a new map with the same mappings as the given map.
ConcurrentReferenceHashMap.Option - Enum in org.jboss.remoting.util
 
ConcurrentReferenceHashMap.ReferenceType - Enum in org.jboss.remoting.util
An option specifying which Java reference type should be used to refer to a key and/or value.
concurrentWeakMap() - Static method in class org.jboss.remoting.util.CollectionUtil
Create a concurrent map with weak keys.
concurrentWeakValueMap() - Static method in class org.jboss.remoting.util.CollectionUtil
Create a concurrent map with weak values.
contains(Object) - Method in class org.jboss.remoting.util.ConcurrentReferenceHashMap
Legacy method testing if some key maps into the specified value in this table.
contains(Object) - Method in class org.jboss.remoting.util.SynchronizedCollection
 
contains(Object) - Method in class org.jboss.remoting.util.SynchronizedQueue
 
contains(Object) - Method in class org.jboss.remoting.util.WeakHashSet
 
containsAll(Collection<?>) - Method in class org.jboss.remoting.util.SynchronizedCollection
 
containsAll(Collection<?>) - Method in class org.jboss.remoting.util.SynchronizedQueue
 
containsAll(Collection<?>) - Method in class org.jboss.remoting.util.WeakHashSet
 
containsKey(Object) - Method in class org.jboss.remoting.util.AtomicMap
 
containsKey(Object) - Method in class org.jboss.remoting.util.ConcurrentReferenceHashMap
Tests if the specified object is a key in this table.
containsKey(Object) - Method in class org.jboss.remoting.util.SynchronizedMap
 
containsValue(Object) - Method in class org.jboss.remoting.util.AtomicMap
 
containsValue(Object) - Method in class org.jboss.remoting.util.ConcurrentReferenceHashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class org.jboss.remoting.util.SynchronizedMap
 
create(String, String, String) - Static method in class org.jboss.remoting.util.ServiceURI
Create a Remoting service URI.
createClient() - Method in interface org.jboss.remoting.ClientSource
Create a new communications context.
createClient(RequestHandler, Class<I>, Class<O>) - Method in interface org.jboss.remoting.Endpoint
Create a client that uses the given request handler to handle its requests.
createClientSource(RequestHandlerSource, Class<I>, Class<O>) - Method in interface org.jboss.remoting.Endpoint
Create a client source that uses the given request handler source to generate clients.
createEndpoint(String) - Static method in class org.jboss.remoting.Remoting
 
createLocalClient(Endpoint, RequestListener<I, O>, Class<I>, Class<O>) - Static method in class org.jboss.remoting.Remoting
 
createLocalClientSource(Endpoint, LocalServiceConfiguration<I, O>) - Static method in class org.jboss.remoting.Remoting
 
createRequestHandler(RequestListener<I, O>, Class<I>, Class<O>) - Method in interface org.jboss.remoting.Endpoint
Create a request handler that can be used to receive incoming requests on this endpoint.
createRequestHandler() - Method in interface org.jboss.remoting.spi.RequestHandlerSource
Create a request handler for the service corresponding to this request handler source.
createTransporter(Endpoint, Class<T>, T) - Static method in class org.jboss.remoting.transporter.Transporter
Create a transporter for an object instance.

D

dec() - Method in class org.jboss.remoting.spi.AbstractAutoCloseable
Decrement the reference count by one.
drainTo(Collection<? super T>) - Method in class org.jboss.remoting.util.SynchronizedQueue
 
drainTo(Collection<? super T>, int) - Method in class org.jboss.remoting.util.SynchronizedQueue
 

E

element() - Method in class org.jboss.remoting.util.SynchronizedQueue
 
elements() - Method in class org.jboss.remoting.util.ConcurrentReferenceHashMap
Returns an enumeration of the values in this table.
emptyIterable() - Static method in class org.jboss.remoting.util.CollectionUtil
Get the empty iterable.
emptyIterator() - Static method in class org.jboss.remoting.util.CollectionUtil
Get the empty iterator.
Endpoint - Interface in org.jboss.remoting
A potential participant in a JBoss Remoting communications relationship.
EndpointPermission - Class in org.jboss.remoting
This class is for permissions relating to Remoting endpoints.
EndpointPermission(String) - Constructor for class org.jboss.remoting.EndpointPermission
Creates a new EndpointPermission object with the specified name.
EndpointPermission(String, String) - Constructor for class org.jboss.remoting.EndpointPermission
Creates a new EndpointPermission object with the specified name.
entry(K, V) - Static method in class org.jboss.remoting.util.CollectionUtil
Create an immutable map entry.
entrySet() - Method in class org.jboss.remoting.util.AtomicMap
 
entrySet() - Method in class org.jboss.remoting.util.ConcurrentReferenceHashMap
Returns a Set view of the mappings contained in this map.
entrySet() - Method in class org.jboss.remoting.util.SynchronizedMap
 
enumMap(Class<K>) - Static method in class org.jboss.remoting.util.CollectionUtil
Create an enum map for the given key type.
equals(Object) - Method in class org.jboss.remoting.util.AtomicMap
 
equals(Object) - Method in class org.jboss.remoting.util.QualifiedName
 
equals(Object) - Method in class org.jboss.remoting.util.SynchronizedCollection
 
equals(Object) - Method in class org.jboss.remoting.util.SynchronizedIterator
 
equals(Object) - Method in class org.jboss.remoting.util.SynchronizedMap
 
equals(Object) - Method in class org.jboss.remoting.util.SynchronizedQueue
 
execute(Runnable) - Method in interface org.jboss.remoting.RequestContext
Execute a task in the context of this request.
execute(Runnable) - Method in class org.jboss.remoting.util.OrderedExecutor
Run a task.
executor - Variable in class org.jboss.remoting.spi.AbstractHandleableCloseable
 

F

finalize() - Method in class org.jboss.remoting.spi.AbstractHandleableCloseable
Finalize this closeable instance.
finalize() - Method in class org.jboss.remoting.transporter.TransporterInvocationHandler
 
flush() - Method in interface org.jboss.remoting.stream.ObjectSink
Push out any temporary state.

G

get(Object) - Method in class org.jboss.remoting.util.AtomicMap
 
get(Object) - Method in class org.jboss.remoting.util.ConcurrentReferenceHashMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(Object) - Method in class org.jboss.remoting.util.SynchronizedMap
 
getArgs() - Method in class org.jboss.remoting.transporter.TransporterInvocation
 
getAttributes() - Method in interface org.jboss.remoting.Client
Get the attribute map.
getAttributes() - Method in interface org.jboss.remoting.ClientContext
Get the attributes for this end of the channel as a map.
getAttributes() - Method in interface org.jboss.remoting.Endpoint
Get the endpoint attribute map.
getAttributes() - Method in interface org.jboss.remoting.ServiceContext
Get an attribute map which can be used to cache arbitrary state on the server side.
getBlankRemoteRequestContext() - Static method in class org.jboss.remoting.spi.SpiUtils
 
getCollectionObjectSink(Collection<T>) - Static method in class org.jboss.remoting.stream.Streams
Get an object sink that appends to a collection.
getContext() - Method in interface org.jboss.remoting.RequestContext
Get the context that the request came in on.
getEndpointName() - Method in class org.jboss.remoting.RemoteServiceConfiguration
 
getEndpointName() - Method in class org.jboss.remoting.ServiceListener.ServiceInfo
 
getEndpointName(URI) - Static method in class org.jboss.remoting.util.ServiceURI
Get the endpoint name from a Remoting service URI.
getEntrySet() - Method in class org.jboss.remoting.spi.NamedServiceRegistry
 
getEnumerationObjectSource(Enumeration<T>) - Static method in class org.jboss.remoting.stream.Streams
Get an object source that reads from an enumeration.
getExecutor() - Method in class org.jboss.remoting.spi.AbstractHandleableCloseable
Get the executor to use for handler invocation.
getGroupName() - Method in class org.jboss.remoting.LocalServiceConfiguration
 
getGroupName() - Method in class org.jboss.remoting.RemoteServiceConfiguration
 
getGroupName() - Method in class org.jboss.remoting.ServiceListener.ServiceInfo
 
getGroupName(URI) - Static method in class org.jboss.remoting.util.ServiceURI
Get the group name from a Remoting service URI.
getHandle() - Method in class org.jboss.remoting.spi.AbstractAutoCloseable
Get a handle to this resource.
getHandle() - Method in interface org.jboss.remoting.spi.AutoCloseable
 
getHandle() - Method in interface org.jboss.remoting.spi.RequestHandler
Get a handle to this request handler.
getHandle() - Method in interface org.jboss.remoting.spi.RequestHandlerSource
Get a handle to this request handler source.
getIteratorObjectSource(Iterator<T>) - Static method in class org.jboss.remoting.stream.Streams
Get an object source that reads from an iterator.
getMetric() - Method in class org.jboss.remoting.LocalServiceConfiguration
 
getMetric() - Method in class org.jboss.remoting.RemoteServiceConfiguration
 
getMetric() - Method in class org.jboss.remoting.ServiceListener.ServiceInfo
 
getName() - Method in interface org.jboss.remoting.Endpoint
Get the name of this endpoint.
getName() - Method in class org.jboss.remoting.transporter.TransporterInvocation
 
getOrderedExecutor() - Method in class org.jboss.remoting.util.OrderedExecutorFactory
Get an executor that always executes tasks in order.
getParameterTypes() - Method in class org.jboss.remoting.transporter.TransporterInvocation
 
getRegistrationHandle() - Method in class org.jboss.remoting.ServiceListener.ServiceInfo
 
getReplyClass() - Method in class org.jboss.remoting.LocalServiceConfiguration
 
getRequestClass() - Method in class org.jboss.remoting.LocalServiceConfiguration
 
getRequestHandlerSource() - Method in class org.jboss.remoting.RemoteServiceConfiguration
 
getRequestHandlerSource() - Method in class org.jboss.remoting.ServiceListener.ServiceInfo
 
getRequestListener() - Method in class org.jboss.remoting.LocalServiceConfiguration
 
getResource() - Method in interface org.jboss.remoting.spi.Handle
Get the resource.
getServiceContext() - Method in interface org.jboss.remoting.ClientContext
Get the service that this context is associated with, or null if there is no service.
getServiceType() - Method in class org.jboss.remoting.LocalServiceConfiguration
 
getServiceType() - Method in class org.jboss.remoting.RemoteServiceConfiguration
 
getServiceType() - Method in class org.jboss.remoting.ServiceListener.ServiceInfo
 
getServiceType(URI) - Static method in class org.jboss.remoting.util.ServiceURI
Get the service type from a Remoting service URI.

H

Handle<T> - Interface in org.jboss.remoting.spi
A handle to a local resource.
HandleableCloseable<T> - Interface in org.jboss.remoting
A Remoting resource that can be closed.
HandleableCloseable.Key - Interface in org.jboss.remoting
A key which may be used to remove this handler.
handleCancellation() - Method in interface org.jboss.remoting.spi.ReplyHandler
Handle a cancellation acknowledgement.
handleClientClose(ClientContext) - Method in class org.jboss.remoting.AbstractRequestListener
Handle the close of a client.
handleClientClose(ClientContext) - Method in interface org.jboss.remoting.RequestListener
Handle the close of a client.
handleClientOpen(ClientContext) - Method in class org.jboss.remoting.AbstractRequestListener
Handle the opening of a client.
handleClientOpen(ClientContext) - Method in interface org.jboss.remoting.RequestListener
Handle the opening of a client.
handleClose(T) - Method in interface org.jboss.remoting.CloseHandler
Receive a notification that the resource was closed.
handleException(IOException) - Method in interface org.jboss.remoting.spi.ReplyHandler
Handle an exception.
handleReply(Object) - Method in interface org.jboss.remoting.spi.ReplyHandler
Handle a successful reply.
handleRequest(RequestContext<O>, I) - Method in interface org.jboss.remoting.RequestListener
Handle a request.
handleRequest(RequestContext<Object>, TransporterInvocation) - Method in class org.jboss.remoting.transporter.TransporterRequestListener
 
handleServiceClose(ServiceContext) - Method in class org.jboss.remoting.AbstractRequestListener
Handle the close of a service.
handleServiceClose(ServiceContext) - Method in interface org.jboss.remoting.RequestListener
Handle the close of a service.
handleServiceOpen(ServiceContext) - Method in class org.jboss.remoting.AbstractRequestListener
Handle the opening of a service.
handleServiceOpen(ServiceContext) - Method in interface org.jboss.remoting.RequestListener
Handle the opening of a service.
hashCode() - Method in class org.jboss.remoting.util.AtomicMap
 
hashCode() - Method in class org.jboss.remoting.util.QualifiedName
 
hashCode() - Method in class org.jboss.remoting.util.SynchronizedCollection
 
hashCode() - Method in class org.jboss.remoting.util.SynchronizedIterator
 
hashCode() - Method in class org.jboss.remoting.util.SynchronizedMap
 
hashCode() - Method in class org.jboss.remoting.util.SynchronizedQueue
 
hashMap() - Static method in class org.jboss.remoting.util.CollectionUtil
Create a hash map.
hashMap(Map.Entry<K, V>...) - Static method in class org.jboss.remoting.util.CollectionUtil
Create a prepopulated hash map.
hashSet() - Static method in class org.jboss.remoting.util.CollectionUtil
Create a hash set.
hasNext() - Method in interface org.jboss.remoting.stream.ObjectSource
Indicate whether there are more objects to retrieve.
hasNext() - Method in class org.jboss.remoting.util.SynchronizedIterator
 

I

inc() - Method in class org.jboss.remoting.spi.AbstractAutoCloseable
Increment the reference count by one.
IndeterminateOutcomeException - Exception in org.jboss.remoting
An exception that is thrown when an operation terminates in such a way that the outcome cannot be known.
IndeterminateOutcomeException() - Constructor for exception org.jboss.remoting.IndeterminateOutcomeException
Constructs a IndeterminateOutcomeException with no detail message.
IndeterminateOutcomeException(String) - Constructor for exception org.jboss.remoting.IndeterminateOutcomeException
Constructs a IndeterminateOutcomeException with the specified detail message.
IndeterminateOutcomeException(Throwable) - Constructor for exception org.jboss.remoting.IndeterminateOutcomeException
Constructs a IndeterminateOutcomeException with the specified cause.
IndeterminateOutcomeException(String, Throwable) - Constructor for exception org.jboss.remoting.IndeterminateOutcomeException
Constructs a IndeterminateOutcomeException with the specified detail message and cause.
invoke(I) - Method in interface org.jboss.remoting.Client
Send a request and block until a reply is received.
invoke(Object, Method, Object[]) - Method in class org.jboss.remoting.transporter.TransporterInvocationHandler
 
isCancelled() - Method in interface org.jboss.remoting.RequestContext
Determine whether the current request was cancelled.
isEmpty() - Method in class org.jboss.remoting.util.AtomicMap
 
isEmpty() - Method in class org.jboss.remoting.util.ConcurrentReferenceHashMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class org.jboss.remoting.util.SynchronizedCollection
 
isEmpty() - Method in class org.jboss.remoting.util.SynchronizedMap
 
isEmpty() - Method in class org.jboss.remoting.util.SynchronizedQueue
 
isEmpty() - Method in class org.jboss.remoting.util.WeakHashSet
 
isOpen() - Method in class org.jboss.remoting.spi.AbstractHandleableCloseable
Read the status of this resource.
isRemote() - Method in class org.jboss.remoting.ServiceListener.ServiceInfo
 
isRemotingServiceUri(URI) - Static method in class org.jboss.remoting.util.ServiceURI
Determine if this URI is a valid Remoting service URI.
iterator(Enumeration<T>) - Static method in class org.jboss.remoting.util.CollectionUtil
Create an Iterator view of an Enumeration.
iterator() - Method in class org.jboss.remoting.util.QualifiedName
 
iterator() - Method in class org.jboss.remoting.util.SynchronizedCollection
 
iterator() - Method in class org.jboss.remoting.util.SynchronizedQueue
 
iterator() - Method in class org.jboss.remoting.util.WeakHashSet
 

J

join(CharSequence, Iterable<? extends CharSequence>) - Static method in class org.jboss.remoting.util.CollectionUtil
Join a series of character sequences using a delimiter.

K

keys() - Method in class org.jboss.remoting.util.ConcurrentReferenceHashMap
Returns an enumeration of the keys in this table.
keySet() - Method in class org.jboss.remoting.util.AtomicMap
 
keySet() - Method in class org.jboss.remoting.util.ConcurrentReferenceHashMap
Returns a Set view of the keys contained in this map.
keySet() - Method in class org.jboss.remoting.util.SynchronizedMap
 

L

length() - Method in class org.jboss.remoting.util.QualifiedName
 
linkedList() - Static method in class org.jboss.remoting.util.CollectionUtil
Create a linked list.
LocalServiceConfiguration<I,O> - Class in org.jboss.remoting
A configuration for a service to be deployed into the endpoint.
LocalServiceConfiguration(RequestListener<I, O>, Class<I>, Class<O>) - Constructor for class org.jboss.remoting.LocalServiceConfiguration
 
locateService(URI, Class<I>, Class<O>) - Method in interface org.jboss.remoting.Endpoint
Attempt to locate a service.
log - Static variable in class org.jboss.remoting.spi.NamedServiceRegistry
 
lookupService(QualifiedName) - Method in class org.jboss.remoting.spi.NamedServiceRegistry
 
loop(Enumeration<T>) - Static method in class org.jboss.remoting.util.CollectionUtil
Create an Iterable view of an Enumeration.
loop(Iterator<T>) - Static method in class org.jboss.remoting.util.CollectionUtil
Create an Iterable view of an Iterator.

N

NamedServiceRegistry - Class in org.jboss.remoting.spi
 
NamedServiceRegistry() - Constructor for class org.jboss.remoting.spi.NamedServiceRegistry
 
NamingThreadFactory - Class in org.jboss.remoting.util
A wrapper ThreadFactory that gives the threads a sensible name.
NamingThreadFactory(ThreadFactory, String) - Constructor for class org.jboss.remoting.util.NamingThreadFactory
Create a new instance.
newThread(Runnable) - Method in class org.jboss.remoting.util.NamingThreadFactory
 
next() - Method in interface org.jboss.remoting.stream.ObjectSource
Get the next object in the stream.
next() - Method in class org.jboss.remoting.util.SynchronizedIterator
 
notifyCancel(RequestContext<O>) - Method in interface org.jboss.remoting.RequestCancelHandler
Receive notification that the request was cancelled.

O

ObjectSink<T> - Interface in org.jboss.remoting.stream
A streaming sink for objects.
ObjectSource<T> - Interface in org.jboss.remoting.stream
A streaming source for objects.
offer(T) - Method in class org.jboss.remoting.util.SynchronizedQueue
 
offer(T, long, TimeUnit) - Method in class org.jboss.remoting.util.SynchronizedQueue
 
OrderedExecutor - Class in org.jboss.remoting.util
An executor that always runs all tasks in order, using a delegate executor to run the tasks.
OrderedExecutor(Executor) - Constructor for class org.jboss.remoting.util.OrderedExecutor
Construct a new instance.
OrderedExecutorFactory - Class in org.jboss.remoting.util
A factory for producing executors that run all tasks in order, which delegate to a single common executor instance.
OrderedExecutorFactory(Executor) - Constructor for class org.jboss.remoting.util.OrderedExecutorFactory
Construct a new instance delegating to the given parent executor.
org.jboss.remoting - package org.jboss.remoting
The base Remoting 3 API package.
org.jboss.remoting.spi - package org.jboss.remoting.spi
Service provider classes and interfaces.
org.jboss.remoting.stream - package org.jboss.remoting.stream
Stream-related API classes.
org.jboss.remoting.transporter - package org.jboss.remoting.transporter
Transporters provide a simple mechanism to access objects remotely.
org.jboss.remoting.util - package org.jboss.remoting.util
 

P

parse(String) - Static method in class org.jboss.remoting.util.QualifiedName
 
peek() - Method in class org.jboss.remoting.util.SynchronizedQueue
 
poll() - Method in class org.jboss.remoting.util.SynchronizedQueue
 
poll(long, TimeUnit) - Method in class org.jboss.remoting.util.SynchronizedQueue
 
protectedIterable(Iterable<T>) - Static method in class org.jboss.remoting.util.CollectionUtil
Create an Iterable view of another Iterable that exposes no other methods.
purgeStaleEntries() - Method in class org.jboss.remoting.util.ConcurrentReferenceHashMap
Removes any stale entries whose keys have been finalized.
put(K, V) - Method in class org.jboss.remoting.util.AtomicMap
 
put(K, V) - Method in class org.jboss.remoting.util.ConcurrentReferenceHashMap
Maps the specified key to the specified value in this table.
put(K, V) - Method in class org.jboss.remoting.util.SynchronizedMap
 
put(T) - Method in class org.jboss.remoting.util.SynchronizedQueue
 
putAll(Map<? extends K, ? extends V>) - Method in class org.jboss.remoting.util.AtomicMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.jboss.remoting.util.ConcurrentReferenceHashMap
Copies all of the mappings from the specified map to this one.
putAll(Map<? extends K, ? extends V>) - Method in class org.jboss.remoting.util.SynchronizedMap
 
putIfAbsent(K, V) - Method in class org.jboss.remoting.util.AtomicMap
 
putIfAbsent(K, V) - Method in class org.jboss.remoting.util.ConcurrentReferenceHashMap
putIfAbsent(K, V) - Method in class org.jboss.remoting.util.SynchronizedMap
 

Q

QualifiedName - Class in org.jboss.remoting.util
 
QualifiedName(String[]) - Constructor for class org.jboss.remoting.util.QualifiedName
 

R

readExternal(ObjectInput) - Method in class org.jboss.remoting.transporter.TransporterInvocation
 
receiveRequest(Object, ReplyHandler) - Method in interface org.jboss.remoting.spi.RequestHandler
Receive a request from a remote system.
registerRemoteService(RemoteServiceConfiguration) - Method in interface org.jboss.remoting.Endpoint
Register a remotely available service.
registerService(LocalServiceConfiguration<I, O>) - Method in interface org.jboss.remoting.Endpoint
Create a request handler source that can be used to acquire clients associated with a request listener on this endpoint.
registerService(QualifiedName, RequestHandlerSource) - Method in class org.jboss.remoting.spi.NamedServiceRegistry
 
remainingCapacity() - Method in class org.jboss.remoting.util.SynchronizedQueue
 
RemoteExecutionException - Exception in org.jboss.remoting
Exception thrown when execution of a remote operation fails for some reason.
RemoteExecutionException() - Constructor for exception org.jboss.remoting.RemoteExecutionException
Constructs a RemoteExecutionException with no detail message.
RemoteExecutionException(String) - Constructor for exception org.jboss.remoting.RemoteExecutionException
Constructs a RemoteExecutionException with the specified detail message.
RemoteExecutionException(Throwable) - Constructor for exception org.jboss.remoting.RemoteExecutionException
Constructs a RemoteExecutionException with the specified cause.
RemoteExecutionException(String, Throwable) - Constructor for exception org.jboss.remoting.RemoteExecutionException
Constructs a RemoteExecutionException with the specified detail message and cause.
RemoteReplyException - Exception in org.jboss.remoting
An exception indicating that a the remote side tried and failed to send a reply message.
RemoteReplyException() - Constructor for exception org.jboss.remoting.RemoteReplyException
Constructs a RemoteReplyException with no detail message.
RemoteReplyException(String) - Constructor for exception org.jboss.remoting.RemoteReplyException
Constructs a RemoteReplyException with the specified detail message.
RemoteReplyException(Throwable) - Constructor for exception org.jboss.remoting.RemoteReplyException
Constructs a RemoteReplyException with the specified cause.
RemoteReplyException(String, Throwable) - Constructor for exception org.jboss.remoting.RemoteReplyException
Constructs a RemoteReplyException with the specified detail message and cause.
RemoteRequestContext - Interface in org.jboss.remoting.spi
The context of an outstanding remote request.
RemoteRequestException - Exception in org.jboss.remoting
Remote request exception.
RemoteRequestException() - Constructor for exception org.jboss.remoting.RemoteRequestException
Constructs a RemoteRequestException with no detail message.
RemoteRequestException(String) - Constructor for exception org.jboss.remoting.RemoteRequestException
Constructs a RemoteRequestException with the specified detail message.
RemoteRequestException(Throwable) - Constructor for exception org.jboss.remoting.RemoteRequestException
Constructs a RemoteRequestException with the specified cause.
RemoteRequestException(String, Throwable) - Constructor for exception org.jboss.remoting.RemoteRequestException
Constructs a RemoteRequestException with the specified detail message and cause.
RemoteServiceConfiguration - Class in org.jboss.remoting
 
RemoteServiceConfiguration() - Constructor for class org.jboss.remoting.RemoteServiceConfiguration
 
Remoting - Class in org.jboss.remoting
 
RemotingException - Exception in org.jboss.remoting
A general Remoting exception.
RemotingException() - Constructor for exception org.jboss.remoting.RemotingException
Constructs a RemotingException with no detail message.
RemotingException(String) - Constructor for exception org.jboss.remoting.RemotingException
Constructs a RemotingException with the specified detail message.
RemotingException(Throwable) - Constructor for exception org.jboss.remoting.RemotingException
Constructs a RemotingException with the specified cause.
RemotingException(String, Throwable) - Constructor for exception org.jboss.remoting.RemotingException
Constructs a RemotingException with the specified detail message and cause.
remove() - Method in interface org.jboss.remoting.HandleableCloseable.Key
Remove the registered handler.
remove(Object) - Method in class org.jboss.remoting.util.AtomicMap
 
remove(Object, Object) - Method in class org.jboss.remoting.util.AtomicMap
 
remove(Object) - Method in class org.jboss.remoting.util.ConcurrentReferenceHashMap
Removes the key (and its corresponding value) from this map.
remove(Object, Object) - Method in class org.jboss.remoting.util.ConcurrentReferenceHashMap
remove(Object) - Method in class org.jboss.remoting.util.SynchronizedCollection
 
remove() - Method in class org.jboss.remoting.util.SynchronizedIterator
 
remove(Object) - Method in class org.jboss.remoting.util.SynchronizedMap
 
remove(Object, Object) - Method in class org.jboss.remoting.util.SynchronizedMap
 
remove() - Method in class org.jboss.remoting.util.SynchronizedQueue
 
remove(Object) - Method in class org.jboss.remoting.util.SynchronizedQueue
 
remove(Object) - Method in class org.jboss.remoting.util.WeakHashSet
 
removeAll(Collection<?>) - Method in class org.jboss.remoting.util.SynchronizedCollection
 
removeAll(Collection<?>) - Method in class org.jboss.remoting.util.SynchronizedQueue
 
removeAll(Collection<?>) - Method in class org.jboss.remoting.util.WeakHashSet
 
replace(K, V, V) - Method in class org.jboss.remoting.util.AtomicMap
 
replace(K, V) - Method in class org.jboss.remoting.util.AtomicMap
 
replace(K, V, V) - Method in class org.jboss.remoting.util.ConcurrentReferenceHashMap
replace(K, V) - Method in class org.jboss.remoting.util.ConcurrentReferenceHashMap
replace(K, V, V) - Method in class org.jboss.remoting.util.SynchronizedMap
 
replace(K, V) - Method in class org.jboss.remoting.util.SynchronizedMap
 
ReplyException - Exception in org.jboss.remoting
An exception type indicating that an operation completed and a reply was received, but it could not be delivered to the client.
ReplyException() - Constructor for exception org.jboss.remoting.ReplyException
Constructs a ReplyException with no detail message.
ReplyException(String) - Constructor for exception org.jboss.remoting.ReplyException
Constructs a ReplyException with the specified detail message.
ReplyException(Throwable) - Constructor for exception org.jboss.remoting.ReplyException
Constructs a ReplyException with the specified cause.
ReplyException(String, Throwable) - Constructor for exception org.jboss.remoting.ReplyException
Constructs a ReplyException with the specified detail message and cause.
ReplyHandler - Interface in org.jboss.remoting.spi
A handler for replies from a request.
RequestCancelHandler<O> - Interface in org.jboss.remoting
A handler for request listeners to receive a notification when a request was cancelled.
RequestContext<O> - Interface in org.jboss.remoting
The context of a single request.
RequestHandler - Interface in org.jboss.remoting.spi
A request handler, which can be passed to remote endpoints.
RequestHandlerSource - Interface in org.jboss.remoting.spi
A request handler source, which can be passed to remote endpoints.
RequestListener<I,O> - Interface in org.jboss.remoting
A request listener.
retainAll(Collection<?>) - Method in class org.jboss.remoting.util.SynchronizedCollection
 
retainAll(Collection<?>) - Method in class org.jboss.remoting.util.SynchronizedQueue
 
retainAll(Collection<?>) - Method in class org.jboss.remoting.util.WeakHashSet
 
reverse(ListIterator<T>) - Static method in class org.jboss.remoting.util.CollectionUtil
Get a reversed view of a list iterator.
reverse(List<T>) - Static method in class org.jboss.remoting.util.CollectionUtil
Get an iterable reversed view of a list.

S

safeHandleCancellation(ReplyHandler) - Static method in class org.jboss.remoting.spi.SpiUtils
Safely notify a reply handler of a cancellation.
safeHandleClose(CloseHandler<? super T>, T) - Static method in class org.jboss.remoting.spi.SpiUtils
Safely handle a close notification.
safeHandleException(ReplyHandler, IOException) - Static method in class org.jboss.remoting.spi.SpiUtils
Safely notify a reply handler of an exception.
safeHandleReply(ReplyHandler, O) - Static method in class org.jboss.remoting.spi.SpiUtils
Safely notify a reply handler of a reply.
safeNotifyCancellation(RequestCancelHandler<O>, RequestContext<O>) - Static method in class org.jboss.remoting.spi.SpiUtils
Safely notify a request listener's cancel handler of cancellation.
SCHEME - Static variable in class org.jboss.remoting.util.ServiceURI
 
send(I) - Method in interface org.jboss.remoting.Client
Send a request asynchronously.
sendCancelled() - Method in interface org.jboss.remoting.RequestContext
Send a cancellation message back to the client.
sendFailure(String, Throwable) - Method in interface org.jboss.remoting.RequestContext
Send a failure message back to the caller.
sendReply(O) - Method in interface org.jboss.remoting.RequestContext
Send a reply back to the caller.
ServiceContext - Interface in org.jboss.remoting
The server-side context of a service.
ServiceListener - Interface in org.jboss.remoting
A listener for watching service registrations on an endpoint.
ServiceListener.ServiceInfo - Class in org.jboss.remoting
 
ServiceListener.ServiceInfo() - Constructor for class org.jboss.remoting.ServiceListener.ServiceInfo
 
serviceRegistered(SimpleCloseable, ServiceListener.ServiceInfo) - Method in interface org.jboss.remoting.ServiceListener
Receive notification that a service was registered.
ServiceRegistrationException - Exception in org.jboss.remoting
 
ServiceRegistrationException() - Constructor for exception org.jboss.remoting.ServiceRegistrationException
Constructs a ServiceRegistrationException with no detail message.
ServiceRegistrationException(String) - Constructor for exception org.jboss.remoting.ServiceRegistrationException
Constructs a ServiceRegistrationException with the specified detail message.
ServiceRegistrationException(Throwable) - Constructor for exception org.jboss.remoting.ServiceRegistrationException
Constructs a ServiceRegistrationException with the specified cause.
ServiceRegistrationException(String, Throwable) - Constructor for exception org.jboss.remoting.ServiceRegistrationException
Constructs a ServiceRegistrationException with the specified detail message and cause.
ServiceURI - Class in org.jboss.remoting.util
A parser for JBoss Remoting URI types.
setEndpointName(String) - Method in class org.jboss.remoting.RemoteServiceConfiguration
 
setEndpointName(String) - Method in class org.jboss.remoting.ServiceListener.ServiceInfo
 
setGroupName(String) - Method in class org.jboss.remoting.LocalServiceConfiguration
 
setGroupName(String) - Method in class org.jboss.remoting.RemoteServiceConfiguration
 
setGroupName(String) - Method in class org.jboss.remoting.ServiceListener.ServiceInfo
 
setMetric(int) - Method in class org.jboss.remoting.LocalServiceConfiguration
 
setMetric(int) - Method in class org.jboss.remoting.RemoteServiceConfiguration
 
setMetric(int) - Method in class org.jboss.remoting.ServiceListener.ServiceInfo
 
setRegistrationHandle(SimpleCloseable) - Method in class org.jboss.remoting.ServiceListener.ServiceInfo
 
setRemote(boolean) - Method in class org.jboss.remoting.ServiceListener.ServiceInfo
 
setRequestHandlerSource(RequestHandlerSource) - Method in class org.jboss.remoting.RemoteServiceConfiguration
 
setRequestHandlerSource(RequestHandlerSource) - Method in class org.jboss.remoting.ServiceListener.ServiceInfo
 
setServiceType(String) - Method in class org.jboss.remoting.LocalServiceConfiguration
 
setServiceType(String) - Method in class org.jboss.remoting.RemoteServiceConfiguration
 
setServiceType(String) - Method in class org.jboss.remoting.ServiceListener.ServiceInfo
 
SimpleCloseable - Interface in org.jboss.remoting
A simple close-only handle.
size() - Method in class org.jboss.remoting.util.AtomicMap
 
size() - Method in class org.jboss.remoting.util.ConcurrentReferenceHashMap
Returns the number of key-value mappings in this map.
size() - Method in class org.jboss.remoting.util.SynchronizedCollection
 
size() - Method in class org.jboss.remoting.util.SynchronizedMap
 
size() - Method in class org.jboss.remoting.util.SynchronizedQueue
 
size() - Method in class org.jboss.remoting.util.WeakHashSet
 
SpiUtils - Class in org.jboss.remoting.spi
Utility methods for Remoting service providers.
split(String, String) - Static method in class org.jboss.remoting.util.CollectionUtil
Create an iterable view of a string split by a given delimiter.
Streams - Class in org.jboss.remoting.stream
Handy utility methods for stream types.
synchronizedArrayList() - Static method in class org.jboss.remoting.util.CollectionUtil
Create a synchronized array-backed list.
SynchronizedCollection<V> - Class in org.jboss.remoting.util
 
SynchronizedCollection(Collection<V>) - Constructor for class org.jboss.remoting.util.SynchronizedCollection
 
SynchronizedCollection(Collection<V>, Object) - Constructor for class org.jboss.remoting.util.SynchronizedCollection
 
synchronizedHashMap() - Static method in class org.jboss.remoting.util.CollectionUtil
Create a synchronized hash map that obeys the contract for ConcurrentMap.
synchronizedHashSet() - Static method in class org.jboss.remoting.util.CollectionUtil
Create a synchronized hash set.
SynchronizedIterator<T> - Class in org.jboss.remoting.util
 
SynchronizedIterator(Iterator<T>, Object) - Constructor for class org.jboss.remoting.util.SynchronizedIterator
 
synchronizedMap(Map<K, V>) - Static method in class org.jboss.remoting.util.CollectionUtil
Create a synchronized map that obeys the contract for ConcurrentMap.
SynchronizedMap<K,V> - Class in org.jboss.remoting.util
 
SynchronizedMap(Map<K, V>) - Constructor for class org.jboss.remoting.util.SynchronizedMap
 
SynchronizedMap(Map<K, V>, Object) - Constructor for class org.jboss.remoting.util.SynchronizedMap
 
synchronizedQueue(Queue<T>) - Static method in class org.jboss.remoting.util.CollectionUtil
Create a synchronized version of the nested queue that obeys the contract for BlockingQueue.
SynchronizedQueue<T> - Class in org.jboss.remoting.util
 
SynchronizedQueue(Queue<T>) - Constructor for class org.jboss.remoting.util.SynchronizedQueue
 
SynchronizedQueue(Queue<T>, Object) - Constructor for class org.jboss.remoting.util.SynchronizedQueue
 
synchronizedSet(Set<T>) - Static method in class org.jboss.remoting.util.CollectionUtil
Create a synchronized wrapper for the given set.
SynchronizedSet<K> - Class in org.jboss.remoting.util
 
SynchronizedSet(Set<K>) - Constructor for class org.jboss.remoting.util.SynchronizedSet
 
SynchronizedSet(Set<K>, Object) - Constructor for class org.jboss.remoting.util.SynchronizedSet
 
synchronizedWeakHashMap() - Static method in class org.jboss.remoting.util.CollectionUtil
Create a synchronized hash map with weak keys, which obeys the ConcurrentMap contract.
synchronizedWeakHashSet() - Static method in class org.jboss.remoting.util.CollectionUtil
Create a synchronized weak hash set.

T

take() - Method in class org.jboss.remoting.util.SynchronizedQueue
 
throwRuntime() - Method in exception org.jboss.remoting.RemoteExecutionException
Rethrow the cause, if it is a runtime exception.
toArray(Iterator<? extends T>, Class<T>) - Static method in class org.jboss.remoting.util.CollectionUtil
Convert an iterator to an array.
toArray() - Method in class org.jboss.remoting.util.SynchronizedCollection
 
toArray(T[]) - Method in class org.jboss.remoting.util.SynchronizedCollection
 
toArray() - Method in class org.jboss.remoting.util.SynchronizedQueue
 
toArray(U[]) - Method in class org.jboss.remoting.util.SynchronizedQueue
 
toArray() - Method in class org.jboss.remoting.util.WeakHashSet
 
toArray(U[]) - Method in class org.jboss.remoting.util.WeakHashSet
 
toArrayReversed(Iterator<? extends T>, Class<T>) - Static method in class org.jboss.remoting.util.CollectionUtil
Convert an iterator to an array in reverse order.
toString() - Method in class org.jboss.remoting.spi.AbstractAutoCloseable
 
toString() - Method in class org.jboss.remoting.spi.NamedServiceRegistry
 
toString() - Method in class org.jboss.remoting.util.QualifiedName
 
toString() - Method in class org.jboss.remoting.util.SynchronizedCollection
 
toString() - Method in class org.jboss.remoting.util.SynchronizedIterator
 
toString() - Method in class org.jboss.remoting.util.SynchronizedMap
 
Transporter - Class in org.jboss.remoting.transporter
A static class which can be used to create transporter proxies.
TransporterInvocation - Class in org.jboss.remoting.transporter
 
TransporterInvocation() - Constructor for class org.jboss.remoting.transporter.TransporterInvocation
 
TransporterInvocation(String, Class<?>[], Object[]) - Constructor for class org.jboss.remoting.transporter.TransporterInvocation
 
TransporterInvocationHandler - Class in org.jboss.remoting.transporter
 
TransporterInvocationHandler(Client<TransporterInvocation, Object>) - Constructor for class org.jboss.remoting.transporter.TransporterInvocationHandler
 
TransporterRequestListener<T> - Class in org.jboss.remoting.transporter
 
TransporterRequestListener(T) - Constructor for class org.jboss.remoting.transporter.TransporterRequestListener
 

U

unmodifiableHashMap(Map.Entry<K, V>...) - Static method in class org.jboss.remoting.util.CollectionUtil
Create an unmodifiable prepopulated hash map.
unmodifiableList(T...) - Static method in class org.jboss.remoting.util.CollectionUtil
Create an unmodifiable list view of an array.

V

valueOf(String) - Static method in enum org.jboss.remoting.util.ConcurrentReferenceHashMap.Option
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.remoting.util.ConcurrentReferenceHashMap.ReferenceType
Returns the enum constant of this type with the specified name.
values() - Method in class org.jboss.remoting.util.AtomicMap
 
values() - Static method in enum org.jboss.remoting.util.ConcurrentReferenceHashMap.Option
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.remoting.util.ConcurrentReferenceHashMap.ReferenceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.jboss.remoting.util.ConcurrentReferenceHashMap
Returns a Collection view of the values contained in this map.
values() - Method in class org.jboss.remoting.util.SynchronizedMap
 

W

weakHashMap() - Static method in class org.jboss.remoting.util.CollectionUtil
Create a hash map with weak keys.
weakHashSet() - Static method in class org.jboss.remoting.util.CollectionUtil
Create a weak hash set.
WeakHashSet<T> - Class in org.jboss.remoting.util
 
WeakHashSet() - Constructor for class org.jboss.remoting.util.WeakHashSet
 
writeExternal(ObjectOutput) - Method in class org.jboss.remoting.transporter.TransporterInvocation
 

A B C D E F G H I J K L N O P Q R S T U V W

Copyright © 2008 JBoss, a division of Red Hat, Inc.