|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Returns a collection of IDestination objects.
| Method Summary | |
IDestination |
add(java.lang.String name)
Add a new destination. |
| Methods inherited from interface java.util.List |
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
| Method Detail |
public IDestination add(java.lang.String name)
throws SDKException
Add a new destination. The name of the new destination should be a string that equals the prog id of the intended destination plugin.
Note: For a scheduling destination, it can be:
Note: For an alert destination, it can only be:
com.crystaldecisions.sdk.plugin.destination.Smtp.package
name - A String specifying the name of the new destination to be added. Equals the prog id of the
intended destination plugin.
SDKException - This is thrown if the process is unsuccessful.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||