Uses of Interface
net.jini.jeri.InvocationDispatcher

Packages that use InvocationDispatcher
net.jini.jeri Provides the fundamental abstractions and standard implementation classes for Jini extensible remote invocation (Jini ERI).  
 

Uses of InvocationDispatcher in net.jini.jeri
 

Classes in net.jini.jeri that implement InvocationDispatcher
 class BasicInvocationDispatcher
          A basic implementation of the InvocationDispatcher interface, providing preinvocation access control for remote objects exported using BasicJeriExporter.
 

Methods in net.jini.jeri that return InvocationDispatcher
 InvocationDispatcher InvocationLayerFactory.Instances.getInvocationDispatcher()
          Returns the invocation dispatcher.
protected abstract  InvocationDispatcher AbstractILFactory.createInvocationDispatcher(Collection methods, Remote impl, ServerCapabilities caps)
          Returns an invocation dispatcher to receive incoming remote calls for the specified methods to the specified remote object, for a server and transport with the specified capabilities.
protected  InvocationDispatcher BasicILFactory.createInvocationDispatcher(Collection methods, Remote impl, ServerCapabilities caps)
          Returns an invocation dispatcher to receive incoming remote calls for the specified methods to the specified remote object, for a server and transport with the specified capabilities.
 

Constructors in net.jini.jeri with parameters of type InvocationDispatcher
InvocationLayerFactory.Instances(Remote proxy, InvocationDispatcher dispatcher)
          Creates a container for a proxy instance and an invocation dispatcher instance.
 



Copyright 2007, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.