|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnsupportedConstraintException | |
---|---|
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.plaintext | Provides an implementation of the net.jini.discovery.plaintext
discovery format, specified in the Jini(TM) Discovery and Join
Specification. |
Uses of UnsupportedConstraintException in com.sun.jini.discovery |
---|
Methods in com.sun.jini.discovery that throw UnsupportedConstraintException | |
---|---|
void |
DiscoveryConstraints.checkProtocolVersion(int version)
Checks the protocol version of an incoming multicast request, announcement, or unicast discovery attempt, throwing an UnsupportedConstraintException if handling of the given protocol does
not satisfy the constraints of this instance. |
void |
UnicastDiscoveryClient.checkUnicastDiscoveryConstraints(InvocationConstraints constraints)
Checks and returns normally if this client is capable of fulfilling the given absolute constraints. |
void |
UnicastDiscoveryServer.checkUnicastDiscoveryConstraints(InvocationConstraints constraints)
Checks and returns normally if this server is capable of fulfilling the given absolute constraints. |
static DiscoveryConstraints |
DiscoveryConstraints.process(InvocationConstraints constraints)
Processes the discovery-related constraints in the given set of constraints, returning a DiscoveryConstraints instance 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 UnsupportedConstraintException | |
---|---|
static void |
Plaintext.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 UnsupportedConstraintException | |
---|---|
void |
Client.checkUnicastDiscoveryConstraints(InvocationConstraints constraints)
|
void |
Server.checkUnicastDiscoveryConstraints(InvocationConstraints constraints)
|
|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |