Uses of Interface
net.jini.jeri.InvocationDispatcher

Packages that use InvocationDispatcher
com.sun.jini.phoenix A configurable Java(TM) Remote Method Invocation (Java RMI) activation system daemon implementation. 
net.jini.jeri Provides the fundamental abstractions and standard implementation classes for Jini extensible remote invocation (Jini ERI). 
 

Uses of InvocationDispatcher in com.sun.jini.phoenix
 

Classes in com.sun.jini.phoenix that implement InvocationDispatcher
static class AccessILFactory.AccessDispatcher
          A subclass of BasicInvocationDispatcher that only accepts calls from the local host.
static class SystemAccessILFactory.SystemDispatcher
          A subclass of BasicInvocationDispatcher for ActivationSystem instances that optionally enforces a GroupPolicy on calls to registerGroup and setActivationGroupDesc.
 

Methods in com.sun.jini.phoenix that return InvocationDispatcher
protected  InvocationDispatcher AccessILFactory.createInvocationDispatcher(Collection methods, Remote impl, ServerCapabilities caps)
          Returns an AccessILFactory.AccessDispatcher instance constructed with the specified methods, the specified server capabilities, and the class loader specified at construction.
protected  InvocationDispatcher SystemAccessILFactory.createInvocationDispatcher(Collection methods, Remote impl, ServerCapabilities caps)
          Returns a SystemAccessILFactory.SystemDispatcher instance constructed with the specified methods, the class loader specified during construction, the remote object, server capabilities, and the server constraints, permission class, and group policy that this factory was constructed with and a flag indicating whether the dispatcher should only accept calls from the local host.
protected  InvocationDispatcher SystemAccessProxyTrustILFactory.createInvocationDispatcher(Collection methods, Remote impl, ServerCapabilities caps)
          Returns a SystemAccessILFactory.SystemDispatcher instance constructed with the specified methods, the class loader specified during construction, the remote object, server capabilities, and the server constraints, permission class, and group policy that this factory was constructed with and a flag indicating whether the dispatcher should only accept calls from the local host.
 

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
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.
 InvocationDispatcher InvocationLayerFactory.Instances.getInvocationDispatcher()
          Returns the invocation dispatcher.
 

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.