What’s New > Windchill > 11.0 M010 > Deployment and Configuration > Reservation Service API and Property
  
Reservation Service API and Property
Product: Windchill
Release: 11.0 M010
Benefit
Use APIs to extend concurrency control for objects that do not include a locking mechanism or allow Check Out and Check In actions.
Additional Details
A reservation service has been implemented to support concurrency control when editing change objects. For more information, see Change Management: Prevent Concurrent Editing Sessions.
The reservation service has already been added to out-of-the-box change objects; however, it was designed as a general purpose tool that can be used for a variety of other concurrent modification scenarios.
This includes the following enhancements:
wt.reservation
The wt.reservation package is a new package added to the Windchill API.
For more information, including all supported methods and elements, see the Windchill Javadoc.
ReservationService.expiresAfter
Default
120
Location
<Windchill>\codebase\wt.properties
Synopsis
The number of minutes before a reservation expires.
Description
A reservation is placed when a user modifies a non-version controlled object (for example, a change object).
The reservation is held until the user completes their changes, cancels their changes, or a set amount of time has passed. This property controls the number of minutes until a reservation is automatically released.
Related Information
For more information, see Reservation Service.