The CML uses five custom objects on the server (business-services tier) and one on the client (user-services tier). Some of these are Component Object Model (COM) components: Admin, Search, and User are instantiated on the Web server, and UserInfo is instantiated on the client. Two others are objects used internally only, MTSEnvironment and TableQueue. To view the code that creates and uses these objects, see CML ASP Source Files and CML Visual Basic Source Files.
Custom object | Implemented in | Instantiated in |
---|---|---|
Admin | CML.dll | Checkin.asp, Checkout.asp, ViewRequests.asp |
MTSEnvironment | CML.dll | Admin, Search, and User components, and the TableQueue object |
Search | CML.dll | Search.asp |
TableQueue | CML.dll | Admin and User components |
User | CML.dll | ViewMyRequests.asp, Request.asp, Requestok.asp |
UserInfo | CMLC.dll | Library.asp |