JBoss Remoting 3.0.0.Beta2
A C D E F G H I L N O P Q R S T 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.
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.
AutoCloseable<T> - Interface in org.jboss.remoting.spi
A closeable resource which closes automatically when the number of active handles reaches zero.

C

cancel() - Method in interface org.jboss.remoting.spi.RemoteRequestContext
Signal that the request should be cancelled, if possible.
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 handle.
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.
CloseHandler<T> - Interface in org.jboss.remoting
A handler which is notified of a resource close.
compareTo(QualifiedName) - Method in class org.jboss.remoting.spi.QualifiedName
Compare this qualified name to another.
create(String, String, String) - Static method in class org.jboss.remoting.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
Create an endpoint.
createEndpoint(String, int) - Static method in class org.jboss.remoting.Remoting
Create an endpoint.
createEndpoint(Executor, String) - Static method in class org.jboss.remoting.Remoting
Create an endpoint using the given Executor to execute tasks.
createExecutor(int) - Static method in class org.jboss.remoting.Remoting
Create a simple thread pool that is compatible with Remoting.
createExternal(Class<?>, ObjectInput, Creator) - Method in class org.jboss.remoting.transporter.TransporterInvocation.Externalizer
createExternal(Class<?>, ObjectInput, Creator) - Method in class org.jboss.remoting.transporter.TransporterMethodDescriptor.Externalizer
createLocalClient(Endpoint, RequestListener<I, O>, Class<I>, Class<O>) - Static method in class org.jboss.remoting.Remoting
Create a local client from a request listener.
createLocalClientSource(Endpoint, LocalServiceConfiguration<I, O>) - Static method in class org.jboss.remoting.Remoting
Create a local client source from a local service configuration.
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.

E

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.
equals(Object) - Method in class org.jboss.remoting.spi.QualifiedName
Compare this qualified name to another for equality.
equals(Object) - Method in class org.jboss.remoting.transporter.TransporterMethodDescriptor
execute(Runnable) - Method in interface org.jboss.remoting.RequestContext
Execute a task in the context of this request.
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

getArgs() - Method in class org.jboss.remoting.transporter.TransporterInvocation
Get the method call arguments.
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
Get a remote request context that simply ignores a cancel request.
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
Get the remote endpoint name.
getEndpointName() - Method in class org.jboss.remoting.ServiceListener.ServiceInfo
Get the endpoint name.
getEndpointName(URI) - Static method in class org.jboss.remoting.ServiceURI
Get the endpoint name from a Remoting service URI.
getEntrySet() - Method in class org.jboss.remoting.spi.NamedServiceRegistry
Get an unmodifiable view of the entry set of the registry.
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
Get the group name.
getGroupName() - Method in class org.jboss.remoting.RemoteServiceConfiguration
Get the service group name.
getGroupName() - Method in class org.jboss.remoting.ServiceListener.ServiceInfo
Get the group name.
getGroupName(URI) - Static method in class org.jboss.remoting.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
Get a handle to this resource.
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.
getMethodDescriptor() - Method in class org.jboss.remoting.transporter.TransporterInvocation
Get the method descriptor.
getMetric() - Method in class org.jboss.remoting.LocalServiceConfiguration
Get the metric.
getMetric() - Method in class org.jboss.remoting.RemoteServiceConfiguration
Get the metric of the remote service.
getMetric() - Method in class org.jboss.remoting.ServiceListener.ServiceInfo
Get the metric.
getName() - Method in interface org.jboss.remoting.Endpoint
Get the name of this endpoint.
getName() - Method in class org.jboss.remoting.transporter.TransporterMethodDescriptor
Get the method name.
getParameterTypes() - Method in class org.jboss.remoting.transporter.TransporterMethodDescriptor
Get the parameter types.
getRegistrationHandle() - Method in class org.jboss.remoting.ServiceListener.ServiceInfo
Get the registration handle.
getReplyClass() - Method in class org.jboss.remoting.LocalServiceConfiguration
Get the reply class.
getRequestClass() - Method in class org.jboss.remoting.LocalServiceConfiguration
Get the request class.
getRequestHandlerSource() - Method in class org.jboss.remoting.RemoteServiceConfiguration
Get the request handler source of the remote service.
getRequestHandlerSource() - Method in class org.jboss.remoting.ServiceListener.ServiceInfo
Get the request handler source.
getRequestListener() - Method in class org.jboss.remoting.LocalServiceConfiguration
Get the request listener for this service.
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
Get the service type.
getServiceType() - Method in class org.jboss.remoting.RemoteServiceConfiguration
Get the service type.
getServiceType() - Method in class org.jboss.remoting.ServiceListener.ServiceInfo
Get the service type.
getServiceType(URI) - Static method in class org.jboss.remoting.ServiceURI
Get the service type from a Remoting service URI.

H

Handle<T> - Interface in org.jboss.remoting.spi
A handle to a reference-counted AutoCloseable 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.spi.QualifiedName
Get the hash code of this qualified name.
hashCode() - Method in class org.jboss.remoting.transporter.TransporterMethodDescriptor
hasNext() - Method in interface org.jboss.remoting.stream.ObjectSource
Indicate whether there are more objects to retrieve.

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.
isOpen() - Method in class org.jboss.remoting.spi.AbstractHandleableCloseable
Read the status of this resource.
isRemote() - Method in class org.jboss.remoting.ServiceListener.ServiceInfo
Determine whether this service is remote.
isRemotingServiceUri(URI) - Static method in class org.jboss.remoting.ServiceURI
Determine if this URI is a valid Remoting service URI.
iterator() - Method in class org.jboss.remoting.spi.QualifiedName
Get an iterator over the sequence of strings.

L

length() - Method in class org.jboss.remoting.spi.QualifiedName
Get the number of segments in this name.
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
Construct a new instance.
locateService(URI, Class<I>, Class<O>) - Method in interface org.jboss.remoting.Endpoint
Attempt to locate a service.
lookupService(QualifiedName) - Method in class org.jboss.remoting.spi.NamedServiceRegistry
Find a service at a location in the registry.

N

NamedServiceRegistry - Class in org.jboss.remoting.spi
A registry associating names with services.
NamedServiceRegistry() - Constructor for class org.jboss.remoting.spi.NamedServiceRegistry
Construct a new empty registry.
next() - Method in interface org.jboss.remoting.stream.ObjectSource
Get the next object in the stream.
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.
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.

P

parse(String) - Static method in class org.jboss.remoting.spi.QualifiedName
Parse a qualified name.

Q

QualifiedName - Class in org.jboss.remoting.spi
A qualified name for service registration.
QualifiedName(String[]) - Constructor for class org.jboss.remoting.spi.QualifiedName
Create a new qualified name from the given name segments.

R

readExternal(Object, ObjectInput) - Method in class org.jboss.remoting.transporter.TransporterInvocation.Externalizer
readExternal(ObjectInput) - Method in class org.jboss.remoting.transporter.TransporterInvocation.Externalizer
readExternal(Object, ObjectInput) - Method in class org.jboss.remoting.transporter.TransporterMethodDescriptor.Externalizer
readExternal(ObjectInput) - Method in class org.jboss.remoting.transporter.TransporterMethodDescriptor.Externalizer
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
Register a service at the given path.
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
A configuration for registering a remote service with an endpoint.
RemoteServiceConfiguration() - Constructor for class org.jboss.remoting.RemoteServiceConfiguration
Construct a new instance.
Remoting - Class in org.jboss.remoting
The standalone interface into 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.
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.
ROOT_NAME - Static variable in class org.jboss.remoting.spi.QualifiedName
The root name.

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.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
Information about a registered service.
ServiceListener.ServiceInfo() - Constructor for class org.jboss.remoting.ServiceListener.ServiceInfo
Construct a new instance.
serviceRegistered(SimpleCloseable, ServiceListener.ServiceInfo) - Method in interface org.jboss.remoting.ServiceListener
Receive notification that a service was registered.
ServiceRegistrationException - Exception in org.jboss.remoting
A service registration exception, thrown when registering a service fails for some reason.
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
A parser for JBoss Remoting URI types.
setEndpointName(String) - Method in class org.jboss.remoting.RemoteServiceConfiguration
Set the remote endpoint name.
setEndpointName(String) - Method in class org.jboss.remoting.ServiceListener.ServiceInfo
Set the endpoint name.
setGroupName(String) - Method in class org.jboss.remoting.LocalServiceConfiguration
Set the group name.
setGroupName(String) - Method in class org.jboss.remoting.RemoteServiceConfiguration
Set the service group name.
setGroupName(String) - Method in class org.jboss.remoting.ServiceListener.ServiceInfo
Set the group name.
setMetric(int) - Method in class org.jboss.remoting.LocalServiceConfiguration
Set the metric.
setMetric(int) - Method in class org.jboss.remoting.RemoteServiceConfiguration
Set the metric of the remote service.
setMetric(int) - Method in class org.jboss.remoting.ServiceListener.ServiceInfo
Set the metric.
setRegistrationHandle(SimpleCloseable) - Method in class org.jboss.remoting.ServiceListener.ServiceInfo
Set the registration handle.
setRemote(boolean) - Method in class org.jboss.remoting.ServiceListener.ServiceInfo
Specify whether this service is remote.
setRequestHandlerSource(RequestHandlerSource) - Method in class org.jboss.remoting.RemoteServiceConfiguration
Set the request handler source of the remote service.
setRequestHandlerSource(RequestHandlerSource) - Method in class org.jboss.remoting.ServiceListener.ServiceInfo
Set the request handler source.
setServiceType(String) - Method in class org.jboss.remoting.LocalServiceConfiguration
Set the service type.
setServiceType(String) - Method in class org.jboss.remoting.RemoteServiceConfiguration
Set the service type.
setServiceType(String) - Method in class org.jboss.remoting.ServiceListener.ServiceInfo
Set the service type.
SimpleCloseable - Interface in org.jboss.remoting
A simple close-only handle.
SpiUtils - Class in org.jboss.remoting.spi
Utility methods for Remoting service providers.
Streams - Class in org.jboss.remoting.stream
Handy utility methods for stream types.

T

throwRuntime() - Method in exception org.jboss.remoting.RemoteExecutionException
Rethrow the cause, if it is a runtime exception.
toString() - Method in class org.jboss.remoting.spi.AbstractAutoCloseable
 
toString() - Method in class org.jboss.remoting.spi.NamedServiceRegistry
Returns a brief description of this object.
toString() - Method in class org.jboss.remoting.spi.QualifiedName
Get the string representation of this qualified name.
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
An invocation made on a transporter.
TransporterInvocation(TransporterMethodDescriptor, Object[]) - Constructor for class org.jboss.remoting.transporter.TransporterInvocation
Construct an intialized instance.
TransporterInvocation.Externalizer - Class in org.jboss.remoting.transporter
An externalizer for a transporter invocation.
TransporterInvocation.Externalizer() - Constructor for class org.jboss.remoting.transporter.TransporterInvocation.Externalizer
 
TransporterInvocationHandler - Class in org.jboss.remoting.transporter
The transporter reflection invocation handler.
TransporterInvocationHandler(Client<TransporterInvocation, Object>) - Constructor for class org.jboss.remoting.transporter.TransporterInvocationHandler
 
TransporterMethodDescriptor - Class in org.jboss.remoting.transporter
A method descriptor.
TransporterMethodDescriptor(String, Class<?>[]) - Constructor for class org.jboss.remoting.transporter.TransporterMethodDescriptor
Create a new instance.
TransporterMethodDescriptor.Externalizer - Class in org.jboss.remoting.transporter
The externalizer for TransporterMethodDescriptor.
TransporterMethodDescriptor.Externalizer() - Constructor for class org.jboss.remoting.transporter.TransporterMethodDescriptor.Externalizer
 
TransporterRequestListener<T> - Class in org.jboss.remoting.transporter
Transporter request listener.
TransporterRequestListener(T) - Constructor for class org.jboss.remoting.transporter.TransporterRequestListener
 

W

writeExternal(Object, ObjectOutput) - Method in class org.jboss.remoting.transporter.TransporterInvocation.Externalizer
writeExternal(ObjectOutput) - Method in class org.jboss.remoting.transporter.TransporterInvocation.Externalizer
writeExternal(Object, ObjectOutput) - Method in class org.jboss.remoting.transporter.TransporterMethodDescriptor.Externalizer
writeExternal(ObjectOutput) - Method in class org.jboss.remoting.transporter.TransporterMethodDescriptor.Externalizer

A C D E F G H I L N O P Q R S T W
JBoss Remoting 3.0.0.Beta2

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