Hi. I made a dummy mailet, with and empty service method and static variables initialized and valued in the init method. Could it be enough? Cheers Marcello
> -----Messaggio originale----- > Da: Jason Clark [mailto:[EMAIL PROTECTED] > Inviato: martedì 21 giugno 2005 19.29 > A: James Users List > Oggetto: globally accessible object > > Is there a way in james to create an object that is globally > accessible? > > I have an object that loads a great deal of information into > memory for quick retrieval. > Until recently, only one mailet ever accesesed the object so > I placed the initialization of that object in the init method > of the mailet. > > Now I want to expose this object to more mailets, but I only > want to initialize it once. > > Can anyone point me in the right direction here? Is there a > document that I can use to help me along with this. > > Cheers, > Jason > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
