Uses of Interface
net.jini.core.constraint.RemoteMethodControl
Packages that use RemoteMethodControl
Package
Description
This is a utility for services implementing leases.
Provides implementations of
ServiceRegistrar.These are utility classes and interfaces that conform to the discovery and join
protocol defined in the Jini(TM) Discovery and Join Specification.
-
Uses of RemoteMethodControl in com.sun.jini.landlord
Classes in com.sun.jini.landlord that implement RemoteMethodControlModifier and TypeClassDescriptionfinal classConstrainable sub-class ofLandlordLease.Methods in com.sun.jini.landlord that return RemoteMethodControlModifier and TypeMethodDescriptionConstrainableLandlordLease.setConstraints(MethodConstraints constraints) -
Uses of RemoteMethodControl in com.sun.jini.reggie
Classes in com.sun.jini.reggie that implement RemoteMethodControlModifier and TypeClassDescriptionfinal classEventLease subclass that supports constraints.Methods in com.sun.jini.reggie that return RemoteMethodControlModifier and TypeMethodDescriptionConstrainableEventLease.setConstraints(MethodConstraints constraints) -
Uses of RemoteMethodControl in net.jini.core.constraint
Methods in net.jini.core.constraint that return RemoteMethodControlModifier and TypeMethodDescriptionRemoteMethodControl.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 RemoteMethodControlModifier and TypeClassDescriptionfinal classLookupLocatorsubclass which supports constraint operations through theRemoteMethodControlinterface.Methods in net.jini.discovery that return RemoteMethodControlModifier and TypeMethodDescriptionConstrainableLookupLocator.setConstraints(MethodConstraints constraints) -
Uses of RemoteMethodControl in net.jini.security.proxytrust
Constructors in net.jini.security.proxytrust with parameters of type RemoteMethodControlModifierConstructorDescriptionProxyTrustInvocationHandler(RemoteMethodControl main, ProxyTrust boot) Creates an instance with the specified main proxy and bootstrap proxy.