|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openorb.notify.PropertiesValidator
public final class PropertiesValidator
The PropertiesChecker class defines operations for checking and validating admin and qos properties.
Method Summary | |
---|---|
static void |
checkAdminProperties(Property[] admin,
org.omg.CORBA.ORB orb)
Check the admin properties |
static void |
checkQoSProperties(Property[] qos,
org.omg.CORBA.ORB orb)
Check the qos properties |
static void |
displayAdminProperties(java.lang.String target,
Property[] admin)
This method displays the AdminProperties on the output stream. |
static void |
displayQoSProperties(java.lang.String target,
Property[] qos)
This method displays the QoSProperties on the output stream. |
static boolean |
isAdminProperty(java.lang.String name)
Returns true if this is a known admin property |
static boolean |
isQoSProperty(java.lang.String name)
Returns true if this is a know qos property |
static Property[] |
validateAdminProperties(Property[] admin,
org.omg.CORBA.ORB orb)
Validate the admin properties -- the admin properties should be compliant ( name, value ) at this point. |
static Property[] |
validateQoSProperties(Property[] qos,
org.omg.CORBA.ORB orb)
Validate the admin properties -- the admin properties should be compliant ( name, value ) at this point. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void checkAdminProperties(Property[] admin, org.omg.CORBA.ORB orb) throws UnsupportedAdmin
UnsupportedAdmin
public static Property[] validateAdminProperties(Property[] admin, org.omg.CORBA.ORB orb)
public static void checkQoSProperties(Property[] qos, org.omg.CORBA.ORB orb) throws UnsupportedQoS
UnsupportedQoS
public static Property[] validateQoSProperties(Property[] qos, org.omg.CORBA.ORB orb)
public static boolean isAdminProperty(java.lang.String name)
public static boolean isQoSProperty(java.lang.String name)
public static void displayAdminProperties(java.lang.String target, Property[] admin)
public static void displayQoSProperties(java.lang.String target, Property[] qos)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |