Uses of Interface
net.jini.core.constraint.RemoteMethodControl

Packages that use RemoteMethodControl
com.sun.jini.fiddler Provides the server side of an implementation of the lookup discovery service (see LookupDiscoveryService). 
com.sun.jini.landlord This is a utility for services implementing leases. 
com.sun.jini.mahalo Provides implementations of the TransactionManager service. 
com.sun.jini.mercury Provides implementations of the EventMailbox service. 
com.sun.jini.norm Provides implementations of LeaseRenewalService
com.sun.jini.outrigger This is an implementation of a JavaSpaces technology-enabled service. 
com.sun.jini.phoenix A configurable Java(TM) Remote Method Invocation (Java RMI) activation system daemon implementation. 
com.sun.jini.proxy   
com.sun.jini.reggie Provides implementations of ServiceRegistrar
com.sun.jini.start Provides the utilities and APIs used to launch the contributed services provided in the Apache River release. 
net.jini.core.constraint Defines constraints and collections of constraints that can be used to control method invocation, and an interface that proxies implement to allow clients to specify constraints for remote method calls. 
net.jini.discovery These are utility classes and interfaces that conform to the discovery and join protocol defined in the Jini Discovery and Join Specification
net.jini.security.proxytrust Defines a trust verifier to support verification of proxies that use dynamically downloaded code, implementation mechanisms to support the verification of such proxies, and an exporter for remote objects that have such proxies. 
 

Uses of RemoteMethodControl in com.sun.jini.fiddler
 

Classes in com.sun.jini.fiddler that implement RemoteMethodControl
(package private) static class FiddlerAdminProxy.ConstrainableFiddlerAdminProxy
          The constrainable version of the class FiddlerAdminProxy.
(package private) static class FiddlerLease.ConstrainableFiddlerLease
          The constrainable version of the class FiddlerLease.
(package private) static class FiddlerProxy.ConstrainableFiddlerProxy
          The constrainable version of the class FiddlerProxy.
(package private) static class FiddlerRegistration.ConstrainableFiddlerRegistration
          The constrainable version of FiddlerRegistration.
 

Fields in com.sun.jini.fiddler declared as RemoteMethodControl
private  RemoteMethodControl ProxyVerifier.innerProxy
          The canonical instance of the inner proxy to the service.
 

Methods in com.sun.jini.fiddler that return RemoteMethodControl
 RemoteMethodControl FiddlerLease.ConstrainableFiddlerLease.setConstraints(MethodConstraints constraints)
          Returns a new copy of this proxy class (ConstrainableFiddlerLease) with its client constraints set to the specified constraints.
 RemoteMethodControl FiddlerProxy.ConstrainableFiddlerProxy.setConstraints(MethodConstraints constraints)
          Returns a new copy of this proxy class (ConstrainableFiddlerProxy) with its client constraints set to the specified constraints.
 RemoteMethodControl FiddlerRegistration.ConstrainableFiddlerRegistration.setConstraints(MethodConstraints constraints)
          Returns a new copy of this proxy class (ConstrainableFiddlerRegistration) with its client constraints set to the specified constraints.
 RemoteMethodControl FiddlerAdminProxy.ConstrainableFiddlerAdminProxy.setConstraints(MethodConstraints constraints)
          Returns a new copy of this proxy class (ConstrainableFiddlerAdminProxy) with its client constraints set to the specified constraints.
 

Uses of RemoteMethodControl in com.sun.jini.landlord
 

Classes in com.sun.jini.landlord that implement RemoteMethodControl
 class ConstrainableLandlordLease
          Constrainable sub-class of LandlordLease.
 

Fields in com.sun.jini.landlord declared as RemoteMethodControl
private  RemoteMethodControl LandlordProxyVerifier.landlord
          The canonical instance of the server reference.
 

Methods in com.sun.jini.landlord that return RemoteMethodControl
 RemoteMethodControl ConstrainableLandlordLease.setConstraints(MethodConstraints constraints)
           
 

Uses of RemoteMethodControl in com.sun.jini.mahalo
 

Classes in com.sun.jini.mahalo that implement RemoteMethodControl
(package private) static class TxnMgrAdminProxy.ConstrainableTxnMgrAdminProxy
           
(package private) static class TxnMgrProxy.ConstrainableTxnMgrProxy
          A subclass of TxnMgrProxy that implements RemoteMethodControl.
 

Fields in com.sun.jini.mahalo declared as RemoteMethodControl
private  RemoteMethodControl ProxyVerifier.serverProxy
          The Mahalo server proxy.
 

Methods in com.sun.jini.mahalo that return RemoteMethodControl
 RemoteMethodControl TxnMgrAdminProxy.ConstrainableTxnMgrAdminProxy.setConstraints(MethodConstraints constraints)
          Returns a new copy of this proxy class (ConstrainableTxnMgrAdminProxy) with its client constraints set to the specified constraints.
 RemoteMethodControl TxnMgrProxy.ConstrainableTxnMgrProxy.setConstraints(MethodConstraints constraints)
          Returns a new copy of this proxy with the client constraints set to the specified constraints.
 

Uses of RemoteMethodControl in com.sun.jini.mercury
 

Classes in com.sun.jini.mercury that implement RemoteMethodControl
(package private) static class ListenerProxy.ConstrainableListenerProxy
          A subclass of ListenerProxy that implements RemoteMethodControl.
(package private) static class MailboxAdminProxy.ConstrainableMailboxAdminProxy
           
(package private) static class MailboxProxy.ConstrainableMailboxProxy
          A subclass of MailboxProxy that implements RemoteMethodControl.
(package private) static class Registration.ConstrainableRegistration
          A subclass of Registration that implements RemoteMethodControl.
 

Fields in com.sun.jini.mercury declared as RemoteMethodControl
private  RemoteMethodControl ProxyVerifier.serverProxy
          The Mercury server proxy.
 

Methods in com.sun.jini.mercury that return RemoteMethodControl
 RemoteMethodControl MailboxAdminProxy.ConstrainableMailboxAdminProxy.setConstraints(MethodConstraints constraints)
          Returns a new copy of this proxy class (ConstrainableMailboxAdminProxy) with its client constraints set to the specified constraints.
 RemoteMethodControl ListenerProxy.ConstrainableListenerProxy.setConstraints(MethodConstraints constraints)
          Returns a new copy of this proxy with the client constraints set to the specified constraints.
 RemoteMethodControl MailboxProxy.ConstrainableMailboxProxy.setConstraints(MethodConstraints constraints)
          Returns a new copy of this proxy with the client constraints set to the specified constraints.
 RemoteMethodControl Registration.ConstrainableRegistration.setConstraints(MethodConstraints constraints)
          Returns a new copy of this proxy with the client constraints set to the specified constraints.
 

Uses of RemoteMethodControl in com.sun.jini.norm
 

Classes in com.sun.jini.norm that implement RemoteMethodControl
(package private) static class AdminProxy.ConstrainableAdminProxy
          Defines a subclass that implements RemoteMethodControl.
(package private) static class NormProxy.ConstrainableNormProxy
          Defines a subclass of NormProxy that implements RemoteMethodControl.
(package private) static class SetProxy.ConstrainableSetProxy
          Defines a subclass of SetProxy that implements RemoteMethodControl.
 

Fields in com.sun.jini.norm declared as RemoteMethodControl
private  RemoteMethodControl ProxyVerifier.serverProxy
          The Norm server proxy.
 

Methods in com.sun.jini.norm that return RemoteMethodControl
 RemoteMethodControl AdminProxy.ConstrainableAdminProxy.setConstraints(MethodConstraints constraints)
           
 RemoteMethodControl NormProxy.ConstrainableNormProxy.setConstraints(MethodConstraints constraints)
           
 RemoteMethodControl SetProxy.ConstrainableSetProxy.setConstraints(MethodConstraints constraints)
          inherit javadoc
 

Uses of RemoteMethodControl in com.sun.jini.outrigger
 

Classes in com.sun.jini.outrigger that implement RemoteMethodControl
(package private)  class ConstrainableAdminProxy
          Constrainable subclass of AdminProxy
(package private)  class ConstrainableParticipantProxy
          Subclass of ParticipantProxy that implements RemoteMethodControl
(package private)  class ConstrainableSpaceProxy2
          Constrainable subclass of SpaceProxy2
 

Fields in com.sun.jini.outrigger declared as RemoteMethodControl
private  RemoteMethodControl ProxyVerifier.server
          The canonical instance of the server reference.
 

Methods in com.sun.jini.outrigger that return RemoteMethodControl
 RemoteMethodControl ConstrainableParticipantProxy.setConstraints(MethodConstraints constraints)
           
 RemoteMethodControl ConstrainableSpaceProxy2.setConstraints(MethodConstraints constraints)
           
 RemoteMethodControl ConstrainableAdminProxy.setConstraints(MethodConstraints constraints)
           
 

Uses of RemoteMethodControl in com.sun.jini.phoenix
 

Classes in com.sun.jini.phoenix that implement RemoteMethodControl
(package private)  class ConstrainableAID
          A subclass of AID that implements the RemoteMethodControl interface by delegating to the contained activator.
 

Fields in com.sun.jini.phoenix declared as RemoteMethodControl
private  RemoteMethodControl ConstrainableAID.Verifier.activator
          The expected activator.
 

Methods in com.sun.jini.phoenix that return RemoteMethodControl
 RemoteMethodControl ConstrainableAID.setConstraints(MethodConstraints constraints)
          Returns a new copy of this activation identifier containing the same unique identifier and a copy of the activator with the new specified constraints.
 

Uses of RemoteMethodControl in com.sun.jini.proxy
 

Fields in com.sun.jini.proxy declared as RemoteMethodControl
private  RemoteMethodControl BasicProxyTrustVerifier.proxy
          The trusted proxy.
 

Uses of RemoteMethodControl in com.sun.jini.reggie
 

Classes in com.sun.jini.reggie that implement RemoteMethodControl
(package private)  class ConstrainableEventLease
          EventLease subclass that supports constraints.
(package private)  class ConstrainableRegistrarProxy
          RegistrarProxy subclass that supports constraints.
(package private)  class ConstrainableRegistration
          Registration subclass that supports constraints.
(package private)  class ConstrainableServiceLease
          ServiceLease subclass that supports constraints.
 

Fields in com.sun.jini.reggie declared as RemoteMethodControl
private  RemoteMethodControl ProxyVerifier.server
          Canonical service reference, used for comparison with inner server references extracted from smart proxies to verify.
 

Methods in com.sun.jini.reggie that return RemoteMethodControl
 RemoteMethodControl ConstrainableRegistration.setConstraints(MethodConstraints constraints)
           
 RemoteMethodControl ConstrainableRegistrarProxy.setConstraints(MethodConstraints constraints)
           
 RemoteMethodControl ConstrainableAdminProxy.setConstraints(MethodConstraints constraints)
           
 RemoteMethodControl ConstrainableServiceLease.setConstraints(MethodConstraints constraints)
           
 RemoteMethodControl ConstrainableEventLease.setConstraints(MethodConstraints constraints)
           
 

Uses of RemoteMethodControl in com.sun.jini.start
 

Fields in com.sun.jini.start declared as RemoteMethodControl
private  RemoteMethodControl ProxyVerifier.serverProxy
          The SharedGroup server proxy.
 

Uses of RemoteMethodControl in net.jini.core.constraint
 

Methods in net.jini.core.constraint that return RemoteMethodControl
 RemoteMethodControl RemoteMethodControl.setConstraints(MethodConstraints constraints)
          Returns a new copy of this proxy with the client constraints set to the specified constraints.
 

Uses of RemoteMethodControl in net.jini.discovery
 

Classes in net.jini.discovery that implement RemoteMethodControl
 class ConstrainableLookupLocator
          LookupLocator subclass which supports constraint operations through the RemoteMethodControl interface.
 

Methods in net.jini.discovery that return RemoteMethodControl
 RemoteMethodControl ConstrainableLookupLocator.setConstraints(MethodConstraints constraints)
           
 

Uses of RemoteMethodControl in net.jini.security.proxytrust
 

Fields in net.jini.security.proxytrust declared as RemoteMethodControl
private  RemoteMethodControl ProxyTrustInvocationHandler.main
          The main proxy.
 

Constructors in net.jini.security.proxytrust with parameters of type RemoteMethodControl
ProxyTrustInvocationHandler(RemoteMethodControl main, ProxyTrust boot)
          Creates an instance with the specified main proxy and bootstrap proxy.
 



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