org.openorb.notify
public final class PropertiesValidator extends Object
| Method Summary | |
|---|---|
| static void | checkAdminProperties(Property[] admin, ORB orb)
Check the admin properties |
| static void | checkQoSProperties(Property[] qos, ORB orb)
Check the qos properties |
| static void | displayAdminProperties(String target, Property[] admin)
This method displays the AdminProperties on the output stream. |
| static void | displayQoSProperties(String target, Property[] qos)
This method displays the QoSProperties on the output stream. |
| static boolean | isAdminProperty(String name)
Returns true if this is a known admin property |
| static boolean | isQoSProperty(String name)
Returns true if this is a know qos property |
| static Property[] | validateAdminProperties(Property[] admin, ORB orb)
Validate the admin properties --
the admin properties should be compliant ( name, value ) at this point.
|
| static Property[] | validateQoSProperties(Property[] qos, ORB orb)
Validate the admin properties --
the admin properties should be compliant ( name, value ) at this point.
|