You can override the initializationComplete() method. That method is called when all capabilities are initialized so you know that all the other capabilities have completed their initialize() method.
On 12/22/06, Vinh Nguyen (vinguye2) <[EMAIL PROTECTED]> wrote:
Is there a way to specify to Muse the order in which resources should be initialized? For example, if I have a ServiceGroup resource, how can I gaurantee that it will be initialized before my other resources? My concern is that if the ServiceGroup is created last, it will not have references to the other resources. So when I call ServiceGroup.getMembers(), it may not return anything.
-- Saludos. José Antonio Sánchez --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
