Package | Description |
---|---|
net.jini.constraint |
Provides a basic implementation of
MethodConstraints and a
TrustVerifier for common constraints. |
Modifier and Type | Field and Description |
---|---|
private BasicMethodConstraints.MethodDesc[] |
BasicMethodConstraints.descs
The ordered method descriptors.
|
Modifier and Type | Method and Description |
---|---|
BasicMethodConstraints.MethodDesc[] |
BasicMethodConstraints.getMethodDescs()
Returns the descriptors.
|
Modifier and Type | Method and Description |
---|---|
private static void |
BasicMethodConstraints.check(BasicMethodConstraints.MethodDesc prev,
BasicMethodConstraints.MethodDesc desc)
Throws IllegalArgumentException if the parameter types of prev cover
those of desc.
|
Constructor and Description |
---|
BasicMethodConstraints(BasicMethodConstraints.MethodDesc[] descs)
Creates an instance with the specified ordered array of descriptors.
|
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.