Uses of Class
net.jini.io.UnsupportedConstraintException
Packages that use UnsupportedConstraintException
Package
Description
-
Uses of UnsupportedConstraintException in com.sun.jini.discovery
Methods in com.sun.jini.discovery that throw UnsupportedConstraintExceptionModifier and TypeMethodDescriptionvoidDiscoveryConstraints.checkProtocolVersion(int version) Checks the protocol version of an incoming multicast request, announcement, or unicast discovery attempt, throwing anUnsupportedConstraintExceptionif handling of the given protocol does not satisfy the constraints of this instance.voidUnicastDiscoveryClient.checkUnicastDiscoveryConstraints(InvocationConstraints constraints) Checks and returns normally if this client is capable of fulfilling the given absolute constraints.voidUnicastDiscoveryServer.checkUnicastDiscoveryConstraints(InvocationConstraints constraints) Checks and returns normally if this server is capable of fulfilling the given absolute constraints.static DiscoveryConstraintsDiscoveryConstraints.process(InvocationConstraints constraints) Processes the discovery-related constraints in the given set of constraints, returning aDiscoveryConstraintsinstance from which the constraint results can be queried. -
Uses of UnsupportedConstraintException in com.sun.jini.discovery.internal
Methods in com.sun.jini.discovery.internal that throw UnsupportedConstraintExceptionModifier and TypeMethodDescriptionstatic voidPlaintext.checkConstraints(InvocationConstraints constraints) Returns normally if the given constraints can be satisfied by a plaintext-based format/protocol (such as net.jini.discovery.plaintext, or version 1 of the discovery protocols); otherwise, throws an UnsupportedConstraintException . -
Uses of UnsupportedConstraintException in com.sun.jini.discovery.plaintext
Methods in com.sun.jini.discovery.plaintext that throw UnsupportedConstraintExceptionModifier and TypeMethodDescriptionvoidClient.checkUnicastDiscoveryConstraints(InvocationConstraints constraints) voidServer.checkUnicastDiscoveryConstraints(InvocationConstraints constraints)