Uses of Package
net.jini.core.constraint

Packages that use net.jini.core.constraint
com.sun.jini.discovery Provides a set of constraints, low-level utility classes, and provider interfaces for participating in versions 1 and 2 of the multicast request, multicast announcement, and unicast discovery protocols. 
com.sun.jini.discovery.internal   
com.sun.jini.discovery.kerberos Provides an implementation of the net.jini.discovery.kerberos discovery format, specified in the Jini Discovery and Join Specification
com.sun.jini.example.browser A visualization tool for exploring Jini Network Technology communities (djinns) with support for ServiceUI. 
com.sun.jini.fiddler Provides the server side of an implementation of the lookup discovery service (see LookupDiscoveryService). 
com.sun.jini.jeri.internal.http   
com.sun.jini.jeri.internal.mux   
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
net.jini.activation Extensions to the Java(TM) Remote Method Invocation (Java RMI) activation framework to support activatable objects that are exported using an Exporter to go inactive, to provide invocation handlers for exporters that want to use dynamic proxies for activatable remote objects, and to support trust verification of secure activatable dynamic proxies and secure activation identifiers. 
net.jini.constraint Provides a basic implementation of MethodConstraints and a TrustVerifier for common constraints. 
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.jeri Provides the fundamental abstractions and standard implementation classes for Jini extensible remote invocation (Jini ERI). 
net.jini.jeri.connection Provides interfaces and classes for implementing connection-based Jini extensible remote invocation (Jini ERI) transport layer providers. 
net.jini.jeri.http Provides implementations of the Endpoint and ServerEndpoint abstractions that use HTTP messages sent over TCP sockets as the underlying communication mechanism. 
net.jini.jeri.kerberos Provides implementations of Endpoint and ServerEndpoint that use Kerberos as the underlying network security protocol to support security related invocation constraints for remote requests. 
net.jini.jeri.ssl Provides implementations of Endpoint and ServerEndpoint that use TLS/SSL and HTTPS (HTTP over TLS/SSL) to support invocation constraints. 
net.jini.jeri.tcp Provides implementations of the Endpoint and ServerEndpoint abstractions that use TCP sockets as the underlying communication mechanism. 
net.jini.security Provides mechanisms and abstractions for managing security, especially in the presence of dynamically downloaded code. 
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. 
 

Classes in net.jini.core.constraint used by com.sun.jini.discovery
ConnectionAbsoluteTime
          Represents a constraint on the absolute time by which a network connection must be established.
InvocationConstraint
          The marker interface used to identify constraints for method invocations.
InvocationConstraints
          An immutable aggregation of constraints into a set of requirements and a set of preferences.
 

Classes in net.jini.core.constraint used by com.sun.jini.discovery.internal
InvocationConstraint
          The marker interface used to identify constraints for method invocations.
InvocationConstraints
          An immutable aggregation of constraints into a set of requirements and a set of preferences.
 

Classes in net.jini.core.constraint used by com.sun.jini.discovery.kerberos
InvocationConstraints
          An immutable aggregation of constraints into a set of requirements and a set of preferences.
 

Classes in net.jini.core.constraint used by com.sun.jini.example.browser
MethodConstraints
          Defines an immutable mapping from Method to InvocationConstraints, used to specify per-method constraints.
 

Classes in net.jini.core.constraint used by com.sun.jini.fiddler
MethodConstraints
          Defines an immutable mapping from Method to InvocationConstraints, used to specify per-method constraints.
RemoteMethodControl
          Defines an interface to proxies for setting constraints to control remote method calls.
 

Classes in net.jini.core.constraint used by com.sun.jini.jeri.internal.http
InvocationConstraints
          An immutable aggregation of constraints into a set of requirements and a set of preferences.
 

Classes in net.jini.core.constraint used by com.sun.jini.jeri.internal.mux
InvocationConstraints
          An immutable aggregation of constraints into a set of requirements and a set of preferences.
 

Classes in net.jini.core.constraint used by com.sun.jini.landlord
MethodConstraints
          Defines an immutable mapping from Method to InvocationConstraints, used to specify per-method constraints.
RemoteMethodControl
          Defines an interface to proxies for setting constraints to control remote method calls.
 

Classes in net.jini.core.constraint used by com.sun.jini.mahalo
MethodConstraints
          Defines an immutable mapping from Method to InvocationConstraints, used to specify per-method constraints.
RemoteMethodControl
          Defines an interface to proxies for setting constraints to control remote method calls.
 

Classes in net.jini.core.constraint used by com.sun.jini.mercury
MethodConstraints
          Defines an immutable mapping from Method to InvocationConstraints, used to specify per-method constraints.
RemoteMethodControl
          Defines an interface to proxies for setting constraints to control remote method calls.
 

Classes in net.jini.core.constraint used by com.sun.jini.norm
MethodConstraints
          Defines an immutable mapping from Method to InvocationConstraints, used to specify per-method constraints.
RemoteMethodControl
          Defines an interface to proxies for setting constraints to control remote method calls.
 

Classes in net.jini.core.constraint used by com.sun.jini.outrigger
MethodConstraints
          Defines an immutable mapping from Method to InvocationConstraints, used to specify per-method constraints.
RemoteMethodControl
          Defines an interface to proxies for setting constraints to control remote method calls.
 

Classes in net.jini.core.constraint used by com.sun.jini.phoenix
InvocationConstraints
          An immutable aggregation of constraints into a set of requirements and a set of preferences.
MethodConstraints
          Defines an immutable mapping from Method to InvocationConstraints, used to specify per-method constraints.
RemoteMethodControl
          Defines an interface to proxies for setting constraints to control remote method calls.
 

Classes in net.jini.core.constraint used by com.sun.jini.proxy
MethodConstraints
          Defines an immutable mapping from Method to InvocationConstraints, used to specify per-method constraints.
RemoteMethodControl
          Defines an interface to proxies for setting constraints to control remote method calls.
 

Classes in net.jini.core.constraint used by com.sun.jini.reggie
InvocationConstraints
          An immutable aggregation of constraints into a set of requirements and a set of preferences.
MethodConstraints
          Defines an immutable mapping from Method to InvocationConstraints, used to specify per-method constraints.
RemoteMethodControl
          Defines an interface to proxies for setting constraints to control remote method calls.
 

Classes in net.jini.core.constraint used by net.jini.activation
MethodConstraints
          Defines an immutable mapping from Method to InvocationConstraints, used to specify per-method constraints.
 

Classes in net.jini.core.constraint used by net.jini.constraint
InvocationConstraints
          An immutable aggregation of constraints into a set of requirements and a set of preferences.
MethodConstraints
          Defines an immutable mapping from Method to InvocationConstraints, used to specify per-method constraints.
 

Classes in net.jini.core.constraint used by net.jini.core.constraint
ClientAuthentication
          Represents a constraint on authentication of the client to the server.
Confidentiality
          Represents a constraint on the confidentiality of message contents.
Delegation
          Represents a constraint on delegation from the client to the server.
Integrity
          Represents a constraint on the integrity of message contents, covering not only data transmitted in band as part of the remote call itself, but also out-of-band downloaded code.
InvocationConstraint
          The marker interface used to identify constraints for method invocations.
InvocationConstraints
          An immutable aggregation of constraints into a set of requirements and a set of preferences.
MethodConstraints
          Defines an immutable mapping from Method to InvocationConstraints, used to specify per-method constraints.
RelativeTimeConstraint
          Implemented by constraints that are expressed in terms of relative time, to support conversion to absolute time constraints.
RemoteMethodControl
          Defines an interface to proxies for setting constraints to control remote method calls.
ServerAuthentication
          Represents a constraint on authentication of the server to the client.
 

Classes in net.jini.core.constraint used by net.jini.discovery
InvocationConstraints
          An immutable aggregation of constraints into a set of requirements and a set of preferences.
MethodConstraints
          Defines an immutable mapping from Method to InvocationConstraints, used to specify per-method constraints.
RemoteMethodControl
          Defines an interface to proxies for setting constraints to control remote method calls.
 

Classes in net.jini.core.constraint used by net.jini.jeri
InvocationConstraints
          An immutable aggregation of constraints into a set of requirements and a set of preferences.
MethodConstraints
          Defines an immutable mapping from Method to InvocationConstraints, used to specify per-method constraints.
 

Classes in net.jini.core.constraint used by net.jini.jeri.connection
InvocationConstraints
          An immutable aggregation of constraints into a set of requirements and a set of preferences.
 

Classes in net.jini.core.constraint used by net.jini.jeri.http
ConstraintAlternatives
          Combines two or more constraint alternatives into a single overall constraint.
InvocationConstraint
          The marker interface used to identify constraints for method invocations.
InvocationConstraints
          An immutable aggregation of constraints into a set of requirements and a set of preferences.
 

Classes in net.jini.core.constraint used by net.jini.jeri.kerberos
InvocationConstraint
          The marker interface used to identify constraints for method invocations.
InvocationConstraints
          An immutable aggregation of constraints into a set of requirements and a set of preferences.
 

Classes in net.jini.core.constraint used by net.jini.jeri.ssl
ClientMinPrincipalType
          Represents a constraint on the client, such that if the client authenticates itself, then it must authenticate itself such that, for each specified class, at least one authenticated principal is an instance of that class.
ConstraintAlternatives
          Combines two or more constraint alternatives into a single overall constraint.
InvocationConstraint
          The marker interface used to identify constraints for method invocations.
InvocationConstraints
          An immutable aggregation of constraints into a set of requirements and a set of preferences.
 

Classes in net.jini.core.constraint used by net.jini.jeri.tcp
InvocationConstraints
          An immutable aggregation of constraints into a set of requirements and a set of preferences.
 

Classes in net.jini.core.constraint used by net.jini.security
MethodConstraints
          Defines an immutable mapping from Method to InvocationConstraints, used to specify per-method constraints.
 

Classes in net.jini.core.constraint used by net.jini.security.proxytrust
MethodConstraints
          Defines an immutable mapping from Method to InvocationConstraints, used to specify per-method constraints.
RemoteMethodControl
          Defines an interface to proxies for setting constraints to control remote method calls.
 



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