CentraSite 10.7 | CentraSite Developer's Guide | Importing Objects Using API | Invoking Importer from Java Program | Importing BPEL Process File | setWarningIfPLTNotFound
 
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
Value
Meaning
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.