Title: | DECmcc user notes file. Does not replace IPMT. |
Notice: | Use IPMT for problems. Newsletter location in note 6187 |
Moderator: | TAEC::BEROUD |
Created: | Mon Aug 21 1989 |
Last Modified: | Wed Jun 04 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 6497 |
Total number of notes: | 27359 |
Is it possible to develop a new PM ? If positive: can someone please provide me with short description what should be done. If posible: An example (!?) Thanks Arik
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
5089.1 | you can use callable mcc applications | KAJUN::NELSON | Wed May 19 1993 13:35 | 17 | |
You can write your own 'loosely-coupled PM' by implementing a callable mcc application. This is an application that has its own user interface, but has the mcc kernel linked into it. This gives the application access to all the services specified in the SRM (Chap 10 + 11), including the mcc_call_* routines. The mcc_call_* routines are those used by the IMPM and FCL to request services from the other mcc management modules. You can user mcc_call_* to request services from FMs and AMs, but may not interact with the IMPM or FCL user interfaces. You will find a description of callable mcc applications in the Management Module Programming Guide. ...kjn | |||||
5089.2 | you can also write real PM's | MOLAR::DANZO::CARR | Thu May 20 1993 10:41 | 10 | |
It is also possible to write a "real" PM and take advantage of the PM to PM mechanism to influence the Iconic Map. This mechanism is being used today by the TeMIP product. The PM to PM api is undocumented at the moment. If you are interested in more information on this subject please contact Jim Lemmon (TOOK::LEMMON) via mail. (Jim is out of town this week but will be back next week). Dan | |||||
5089.3 | PM DEv. - Example | TAVIS::ARIK | Sun May 23 1993 06:47 | 10 | |
Kjn , Dan Thanks a lot for your replies. Any Example will help me. Regards, Arik | |||||
5089.4 | MCC_SAMPLE_PM.* | TAEC::MALLET | TeMIP PM engineering. | Mon May 24 1993 08:46 | 4 |
Ask Jim Lemmon for the mcc_sample_pm.* source code.... Regards |