setWarningIfPLTNotFound
Specifies how CentraSite should react if a service that has not yet been registered in CentraSite is encountered.
Syntax
public void setWarningIfPLTNotFound(boolean warningIfPLTNotFound)
Parameters
boolean warningIfPLTNotFound
true | Each time a service that has not yet been registered in CentraSite is encountered, a counter is incremented. Use the getWarningCount() method to get the current value of the counter. |
false | If a service that has not yet been registered in CentraSite is encountered, an exception occurs. |
Usage Notes
The default value of the parameter is true.