com.sun.jini.discovery.internal
Class X500Server.X500MulticastRequest
java.lang.Object
com.sun.jini.discovery.MulticastRequest
com.sun.jini.discovery.internal.X500Server.X500MulticastRequest
- Enclosing class:
- X500Server
private class X500Server.X500MulticastRequest
- extends MulticastRequest
Method Summary |
void |
checkConstraints()
Checks if the constraints whose checking was delayed when this instance
was decoded, if any, are satisfied. |
constraints
private final InvocationConstraints constraints
p
private final X500Principal p
signature
private final ByteBuffer signature
signed
private final ByteBuffer signed
checker
private final ClientSubjectChecker checker
X500Server.X500MulticastRequest
private X500Server.X500MulticastRequest(MulticastRequest plainMR,
InvocationConstraints constraints,
X500Principal p,
ByteBuffer signature,
ByteBuffer signed,
ClientSubjectChecker checker)
checkConstraints
public void checkConstraints()
throws IOException
- Description copied from class:
MulticastRequest
- Checks if the constraints whose checking was delayed when this instance
was decoded, if any, are satisfied. If the instance was not decoded, but
directly constructed, this method does nothing.
- Overrides:
checkConstraints
in class MulticastRequest
- Throws:
IOException
- if an error occurs in interpreting the data
Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.