Chapter 2. Changes from 3.2 to 3.3
2.1. Changed Class: BundleManagerRemote
Old Method | Updated Method |
---|---|
BundleDestination createBundleDestination(Subject subject, int bundleId, String name, String description, String destBaseDirName, String deployDir, Integer groupId) throws Exception; |
BundleDestination createBundleDestination(Subject subject, int bundleId, String name, String description, String destinationSpecification, String deployDir, Integer groupId) throws Exception; |