|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StaticProperties | |
ibis.ipl | This package describes the Ibis Portability Layer (IPL), which is to be implemented by Ibis implementations. |
Uses of StaticProperties in ibis.ipl |
Methods in ibis.ipl that return StaticProperties | |
static StaticProperties |
Ibis.staticProperties(java.lang.String implName)
Returns the static properties for a certain implementation. |
StaticProperties |
Ibis.properties()
Returns the properties of this Ibis implementation. |
static StaticProperties |
StaticProperties.userProperties()
Returns the static properties as derived from the system properties provided by the user running the application. |
StaticProperties |
StaticProperties.combineWithUserProps()
Combines the specified properties with system properties as specified by the user, giving preference to the latter. |
StaticProperties |
StaticProperties.combine(StaticProperties p)
Combines the properties with the specified properties, giving preference to the latter. |
StaticProperties |
StaticProperties.merge(StaticProperties p)
Merges the properties with the specified properties. |
StaticProperties |
StaticProperties.unmatchedProperties(StaticProperties sp)
Matches the current properties with the static properties supplied. |
StaticProperties |
StaticProperties.copy()
Returns a copy of the properties. |
abstract StaticProperties |
PortType.properties()
Returns the properties given to this PortType upon creation. |
Methods in ibis.ipl with parameters of type StaticProperties | |
static Ibis |
Ibis.createIbis(StaticProperties reqprop,
ResizeHandler r)
Creates a new Ibis instance, based on the required properties, or on the system property "ibis.name", or on the staticproperty "name". |
PortType |
Ibis.createPortType(java.lang.String nm,
StaticProperties p)
Creates a PortType . |
StaticProperties |
StaticProperties.combine(StaticProperties p)
Combines the properties with the specified properties, giving preference to the latter. |
StaticProperties |
StaticProperties.merge(StaticProperties p)
Merges the properties with the specified properties. |
boolean |
StaticProperties.matchProperties(StaticProperties sp)
Matches the current properties with the static properties supplied. |
StaticProperties |
StaticProperties.unmatchedProperties(StaticProperties sp)
Matches the current properties with the static properties supplied. |
Constructors in ibis.ipl with parameters of type StaticProperties | |
StaticProperties(StaticProperties sp)
Creates an empty property set with the specified defaults. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |